/*
Design by 100 Web Hosting
http://www.100webhosting.com
Released for free under a Creative Commons Attribution 3.0 License
*/

horizontally {
 height: 50px;	
 overflow: hidden;
 position: relative;
 background: yellow;
 color: orange;
 border: 1px solid orange;
}
horizontally p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(50%);
 -webkit-transform:translateX(50%);	
 transform:translateX(50%);
 /* Apply animation to this element */	
 -moz-animation: horizontally 5s linear infinite alternate;
 -webkit-animation: horizontally 5s linear infinite alternate;
 animation: horizontally 5s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes horizontally {
 0%   { -moz-transform: translateX(50%); }
 100% { -moz-transform: translateX(-50%); }
}
@-webkit-keyframes horizontally {
 0%   { -webkit-transform: translateX(50%); }
 100% { -webkit-transform: translateX(-50%); }
}
@keyframes horizontally {
 0%   { 
 -moz-transform: translateX(50%); /* Browser bug fix */
 -webkit-transform: translateX(50%); /* Browser bug fix */
 transform: translateX(50%); 		
 }
 100% { 
 -moz-transform: translateX(-50%); /* Browser bug fix */
 -webkit-transform: translateX(-50%); /* Browser bug fix */
 transform: translateX(-50%); 
 }
}

body {
	margin: 0;
	padding: 0;
	//background: #800000;
	background:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #787878;
	//color:#333
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #1b1b1b;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #da0c24;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 5px 0px 0px 65px;
	//color: #FFF;
	color:#000;
	width: 220px;	
	background: url(images/logo.jpg) no-repeat left 10px;
}

#logocenter1 {
	float: left;
	margin: 0 auto;	
	padding: 100px 0px 0px 65px;
	color: #787878;
	width: 630px;
	background:url(images/all1.jpg) no-repeat left 10px ;
}

#logocenter1 a {
	float: right;
	margin: 0;
	padding: 0;
	color: #da0c24;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


#logoright {
	float: right;
	margin: 0;
	padding: 20px 0px 0px 0px;
	width: 200px;	
	color: #000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	font-size: 2.5em;
}

#logo h2 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	font-size: 1.0em;
	color: #000;
	font-style: italic;
}

#logo p {
	float: left;
	margin: 0;
	padding: 5px 0 0 25px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000;
}

#logoright a {
	
	float: right;
	border: none;
	background: none;
	text-decoration: none;
	color: #000;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* Menu */

#menu {
	width: 1000px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
	background: url(images/top.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 32px;
	margin-right: 1px;
	padding: 26px 15px 0px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: url(images/menu-hover.jpg) repeat-x left top;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(images/page.jpg) repeat-y left top;
}

#page-bgbtm {
	margin: 0px;
	padding: 30px;
	background: url(images/bottom.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0px 20px;
}

.post {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ececec;
}

.post .title {
	height: 32px;
	letter-spacing: -.5px;
	color: #810027;
	border-bottom: 6px solid #ffd4d4;
	//border-bottom: 6px solid #B062FF;
	
}

.post .title a {
	color: #810027;
	//color:#00006A;
	border: none;
}

.post .title a:hover {
	color: #d60444;
	//color:#1C006F 
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 20px 0px 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 270px;
	padding: 10px 0px 0px 0px;
	//color: #f8ef9f;
	color: #FFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #5a0711;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 15px;
	background: url(images/icon.jpg) no-repeat left 5px;
}

#sidebar h2 {
	height: 28px;
	padding: 12px 0 0 15px;
	letter-spacing: -.5px;
	color: #ae0c0c;
	//color:#FFF; 
	//background: #fff0aa;
	background: #FFF;
}

#sidebar p {
	margin: 1px 0px 16px 0px;
	padding: 10px 20px 20px 14px;
	text-align: justify;
	background: #4a0303;
}

#sidebar a {
	border: none;
	color: #ffdbdf;
}

#sidebar a:hover {
	text-decoration: underline;
}



/* Footer */

#footer-wrapper {
	width: 100%;
	background: #231202;
}

#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #c73d3d;
}

#footer a {
	color: #f05353;
	text-decoration: underline;
}
