﻿* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 14px Trebuchet MS;
	color: #000000;
	background: #FFFFFF url(../images/header.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #00467D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #4BA046;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
ul {
	list-style-type: none;
}

/** BEGIN wrapper  **/
#wrapper {
	width: 960px;
	margin: auto auto;
	text-align: center;
}
/** END wrapper**/

/** BEGIN header **/
#header {
	height: 221px;
	overflow: hidden;
}
	#header ul li{
		float: left;
		font-weight: normal;
		font-size: 14px;
		font-family: Trebuchet MS;
	}
		#header ul li a {
	color: #FFFFEA;
	text-decoration: none;
	text-transform: none;
	display: block;
	padding: 7px 30px 17px 10px;
}
		#header ul li a:hover {
	color: #FFFFEA;
	text-decoration: underline;
}
	#header .rss {
	float: right;
	background: url() no-repeat 0 7px;
	padding: 6px 10px 8px 15px;
	font-size: 1.0em;
	color: #FFFFEA;
}
		#header .rss a {
	color: #FFFFFF;
	margin: 0 7px;
}
	#header h1 {
	clear: both;
	float: left;
	padding: 55px 0 55px 16px;
	color: #FFFFEA;
	font-size: 30px;
	font-weight: normal;
	font-family: Trebuchet MS;
	}
		
	#header .ad {
		float: left;
		padding: 35px 6px 0 0;
	}
	#header .menu {
		clear: both;
		

	}
		#header .menu li {
			
		}
		#header .menu li a {
			padding: 10px 0 0 16px;

		}
		#header .menu li a:hover {
			
			

		}
/** END header **/

#body {
	clear: both;
	background: url(../images/background.gif) repeat-y 0 0;
	width: 960px;
}

/** BEGIN content **/
#content {
	width: 480px;
	float: left;
	padding: 0px 7px 30px 5px;
	margin-right: 10px;
	text-align: justify;
	
	}
		

	
	
		}
		#content .box .post .content h2 {
	padding-bottom: 12px;
	font-size: 12px;
	color: #00467D;
	font-family: Trebuchet MS;
}
		#content .box .post .content img {
			float: left;
			margin: 5px 10px 5px 3px;
			width: 100px; height: auto;
		}	
		#content .box .post .content p {
			text-align: justify;
			font-family: Trebuchet MS;
			font-size: 1em;
			line-height: 1.3em;
			padding-top: 5px;
			padding-bottom: 6px;
		}
		#content .box .post .tag {
			float: left;

			color: #808080;
			text-align: justify;
			font-family: Verdana;
			font-size: 13px;
			padding: 8px 0 2px 10px;
		}
		#content .box .post .tag a {
			color: #808080;
		}
			#content .box .post .tag a:hover {
				color: #1E3357;
			}
		#content .box .post .comment a {
			float: right;
			text-decoration: underline;
			color: #00467D;
			font-family: Verdana;
			font-size: 0.9em;
			padding: 8px 10px 2px 0;
		}
/** END content**/

/** BEGIN sidebar **/
#sidebar {
	width: 288px;
	float: left; /** background-color: #ECEBEB; **/;
	padding: 40px 0 50px 10px;
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 13px;
	line-height: 1.5em;
	color: #565656;
	
		}
	#sidebar h1 {
	font-size: 14px;
	font-family: Trebuchet MS;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #C80000;
	margin-bottom: 3px;
	padding: 10px 0;
	text-align: left;
	}

	#sidebar h2 {
	font-size: 14px;
	font-family: Trebuchet MS;
	line-height: 1.5em;
	text-transform: none;
	color: #00467D;
	margin-bottom: 3px;
	padding: 10px 0;
	text-align: left;
}
	#sidebar .box {
		border: 1px solid #CBCBCB;
		background-color: #FFFFFF;
		margin-bottom: 20px;
		padding: 10px 0;
		text-align: left;
	
	}
		#sidebar .box h2 {
			font-size: 12px;
			text-transform: uppercase;
			border-bottom: 1px solid #CBCBCB;
			padding: 0 0 7px 6px;
	
		
		}
		#sidebar .box .title a {
	color: #00467D;
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	font-family: Verdana;
}
			#sidebar .box p {
				font-family: Verdana;
				padding: 6px 12px;
				padding-right: 15px;
				line-height: 1.2em;
		
	
		
		}
		#sidebar form {
			width: 280px; height: 33px;
			background: #ECEBEB url(../images/search.gif) no-repeat center;
			padding: 4px;
			margin-bottom: 10px;
		}
		#sidebar form input {
			float: left;
			border: 0;
			width: 190px;
			font-size: 0.9em;
			font-family: Verdana;
			margin: 8px;
		}
		#sidebar form button {
			float: right;
			width: 68px; height: 32px;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			color: #ffffff;
			border: 0;
			background-color: transparent;
			text-transform: uppercase;
		}
		
/** END sidebar **/

/** BEGIN right **/
#right {
	width: 151px;
	float: right;
	text-align: left;
	padding-top: 20px;

}
	#right .side {
		border-bottom: 1px solid #CBCBCB;
	}
	#right .side h2 {
	font-size: 13px;
	padding-top: 19px;
	color: #00467D;
	
}
	#right .side ul {
		padding-top: 5px;
	}
	#right .side ul li {
		padding: 6px 0;
	}
	#right .side ul li a{
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
	
	#right .side ul li a:hover{
	color: #008000;
	font-size: 13px;
	text-decoration: underline;
}
	#right .side ul .last {
		padding-bottom: 18px;
	}
	#right .end {
		border: 0;
	}
	
	
/** END right **/

/** BEGIN footer **/
#footer {
	background-color: #00467D;
	clear: both;
	color: #FFFFEA;
	font-size: 1.0em;
}
	#footer p {
		margin: auto auto;
		padding: 20px 0;
		text-align: left;
		width: 960px;
	}
		#footer a {
			color: #FFFFFF;
		}
			#footer a:hover {
				text-decoration: underline;
			}
/** END footer **/

h2.title {
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left;
}


#content .single {
	padding: 10px;
}
	#content .single h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #00467D;
	font-family: Trebuchet MS;
	text-transform: none;
}
	#content .single h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: inherit;
	color: #00467D;
	font-family: Trebuchet MS;
	text-transform: none;
}
	#content .single h4 {
	margin-bottom: 10px;
	font-size: 13px;
	color: #808080;
	font-family: Trebuchet MS;
	text-transform: none;
	font-weight: normal;
	}
	#content .single h5 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #C80000;
	font-family: Trebuchet MS;
	text-transform: none;
	font-weight: bold;
}

	#content .single h6 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: inherit;
	color: #808080;
	font-family: Verdana;
	text-transform: none;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul {
		list-style-type: disc;
	}
	#content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single ul {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #ffffff;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
