﻿* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 20px Verdana;
	color: #333333;
	background: #F7F6F6;
}
a {
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
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;
}

/** BEGIN wrapper **/
#wrapper {
	width: auto;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	margin: 10px 10% auto 10%;
}
	#header .pages {
		list-style-type: none;
		height: 39px;
		padding-top: 3px;
		float: left;
	}
		#header .pages li {
			float: left;
		}
		#header .pages li a {
			display: block;
			font-size: 15px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
		}
		#header .pages li a:hover {
			text-decoration: none;
			background-color:red;
		}
	#header form {
		width: 245px; height: 26px;
		background: url(images/search.gif) no-repeat 0 8px;
		float: right;
		padding: 8px 30px 0 0;
	}
		#header .form input {
			border: 0;
			float: left;
			width: 170px;
			margin: 5px;
		}
		#header .form button {
			border: 0;
			text-indent: -9999px;
			font-size: 0;
			width: 60px; height: 26px;
			float: right;
			background-color: transparent;
		}	
	#header .categories {
		padding:1px 0px 0px 0px;
		clear: both;
		list-style-type: none;
		height: 40px;
		border-bottom: 5px solid #003366 ;
		border-top: 1px solid #DDDDDD;
	}
		#header .categories li {
			float: left;
			overflow: hidden;
			background-color:#F7F6F6;
			text-align: center;
			vertical-align:middle;
			height:40px;
			width: 100%;
			min-width:130px;
		}
			#header .categories li a {
				display: block;
				padding: 15px 20px 20px 20px;
				color: #003366;
				border-left: 1px solid #dddddd;
				border-right: 1px solid #dddddd;
				text-decoration: none;
				vertical-align: center;
				font-size: 18px;
				font-weight:strong;
			}
			#header .categories span{
				color: #003366;
				text-align:center;
			}
			#header .categories span:hover{
				color: white;
			}
			#header .categories li a:hover {
				background-color: #003366;
				color: white;
			}
	#header .logo {
		clear: both;
		float: middle;
		padding: 20px 50px 10px 50px;
		overflow: hidden;
		background-color: #F7F6F6;
		
	}
		#header .logo h1 {
			font-size: 1.5em;
			text-align: left;
			vertical-align: center;
			width: auto;
			background-color:#F7F6F6;
		}
			#header .logo h1 a {
				text-decoration: none;
			}
			#header .logo h1 span{
				font-weight: strong;
				font-size:36px;
				color:#003366;
				text-align:middle;
			}
			#header .logo h1 span:hover{
				color:red;
			}
		#header .logo p {
			color: #888888;
			font-weight: bold;
			font-size: 1.2em;
			text-transform: uppercase;
		}
	#header .sponsor {
		float: right;
		padding: 25px 0;
	}
/** END header **/
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 50%;
}
table {
	border-collapse: collapse;
	width:100%;
}
th {
	text-align: left;
	border: 1px solid navy;
}
/** BEGIN content **/
#content {
	padding-top:0px;
	margin:10px 20% 0px 20%;
	clear: both;
	float: middle;
	padding-bottom: 10px;
	min-height:400px;
}
		#content p {
			margin-top: 10px;
			margin-bottom: 15px;
		}
		#content a {
			text-decoration: none;	
		}
		#content .recent .single p {
			width: auto;
			margin: auto auto;
			padding-bottom: 10px;
			font-size:14px;
		}				
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .recent .pub blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .recent .pub p {
			font-size:small;
			margin-bottom: 10px;
			padding-left: 20px;
		}
	#content .single {
		clear: both;
		padding: 0px;
	}	
	#content .single h1{
		font-size:1.5em;
	}
	#content .single h2 {
		font-size:1.5em;
		font-weight:strong;
		margin-bottom: 10px;
	}
	#content .single span{
		font-size:medium;
		font-weight:strong;
	}
	#content .single h3 {
		font-size: 1.2em;
		margin-bottom: 10px;
	}	
	#content .single h4{ 
		font-size: 20px;
		font-weight:strong;
		margin-bottom: 5px;
		text-align:center;
	}
	#content .single h5 {
		font-size: 1em;
		margin-bottom: 5px;
	}
	#content .single h6{
		font-size:22px;
		text-decoration:underline;
	}
	#content .single p {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;
		font-size: small;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single .words h2{
		text-align:center;
		font-size:20px;
	}
	#content .single .words p{
		padding:0px 10px 10px 10px;
		font-size:14px;
	}
	#content .pub {
		padding: 10px;
	}
	#content .pub h2 {
		font-size: 1.5em;
	}
	#content .picture{
	margin:0px 10% 0px 10%;
	clear: both;
	vertical-align:middle;
	float:left;
	padding-bottom: 10px;
	min-height:400px;
	}
	
/** END content **/

/** Begin Picture **/
#pictures {
	
}
#pictures h2{
	font-size:1.5em;
		font-weight:strong;
		margin-bottom: 10px;

}

/** End Picture **/

/** BEGIN footer **/
#footer {
	width: auto;
	background-color: #003366;
	padding: 20px;
	margin:0 10% 0px 10% ;
	bottom:0px;
	float:middle;
}
	#footer a {
		color: white;
	}
	#footer p {
		width: auto;
		text-align: middle;	
	}
	#footer h1{
	color: #ffffff;
	font-size: 10px;
	font-weight:normal;
	text-align:center;
	margin:0 100px 0px 100px ;
}
/** END footer **/

	
	
	
#comments {
	padding: 10px;
}
	#comments h2 {
		font-size: 20pt;
		margin-bottom: 10px;
	}
	#comments a {
		text-decoration: none;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/


#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

/*other function*/
#featured {
		border: 1px solid #DDDDDD;
		padding: 10px;
		margin-bottom: 10px;
		height: 245px;
	}
		#featured .post {
			padding: 10px;
		}
		#featured h2 {
			font-size: 1.6em;
			margin-bottom: 5px;
		}
			#featured h2 a {
				text-decoration: none;
			}
		#featured .details {
			font-size: 0.9em;
			margin-bottom: 15px;
			color: #888888;
		}
			#featured .details a {
				color: #888888;
				text-decoration: none;
			}
			#featured .details a:hover {
				color: #003366;
				text-decoration: underline;
			}
		#featured .thumb {
			border: 1px solid #dddddd;
			padding: 5px;
			float: left;
			margin: 0 10px 10px 0;
		}
			#featured .thumb a {
				width: 300px; height: 175px;
				display: block;
				overflow: hidden;
			}
			#featured .thumb a img {
				width: 300px;
			}
		#featured p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#featured .tags {
			clear: both;
			font-size: 0.9em;
			color: #888888;
			margin-bottom: 0;
		}
			#featured .tags a {
				text-decoration: none;
			}
		#featured .readmore {
			font-size: 0.8em;
		}
		