@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #fff;
}

img {
	vertical-align: top;
	border: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: normal;
	color: #fff;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
}

a {
	color:#FF6633;
	text-decoration: none;
}

a:hover {
	color:#FF9900;
	text-decoration: underline;
}

.clearfix {
	clear: both;
}

#headercontainer {
	width: 100%;
	height: 104px;
	background: #353535 url(images/header_bg.gif) top left repeat-x;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#headerlogo {
	float: left;
	width: 200px;
}

#headermenu {
	margin: 0 0 0 246px;
	padding: 0;
}


.headermenu ul {
	margin: 0;
	padding: 68px 0 0 0;
	font-size: 1.2em;
	text-align: center;
}

.headermenu li {
	margin: 0;
	color: #003399;
	display: block;
	float: left;
}

.headermenu a {
	text-decoration: none;
	color: #FFB540;
	display: block;
	list-style-type:none;
}

.headermenu .active {
	font-weight: bold;
}

.headermenu li a:hover {
	text-decoration: underline;
	color: #FFB540;
}

.headermenu li.home {
	width: 52px;
	border-right: 1px solid #FFB540;
}

.headermenu li.blog {
	width: 52px;
	border-right: 1px solid #FFB540;
}

.headermenu li.aboutus {
	width: 71px;
	border-right: 1px solid #FFB540;
}

.headermenu li.publish {
	width: 78px;
	border-right: 1px solid #FFB540;
}

.headermenu li.research {
	width: 111px;
	border-right: 1px solid #FFB540;
}

.headermenu li.sitemap {
	width: 86px;
	border-right: 1px solid #FFB540;
}

.headermenu li.contact {
	width: 83px;
	border-right: 1px solid #FFB540;
}

.headermenu li.purchase {
	width: 65px;
	text-align: right;
}


#contentcontainer {
	width: 100%;
	height: 100%;
	min-width: 770px;
	padding: 15px 0;
	background: #fff url(images/content_bg.gif) top left repeat-x;
}

#content {
	width: 750px;
	margin: 0 auto;
	padding: 15px;
	border: #36677D 1px solid;
	background-color: #fff;
}

#content_header {
	background-color:#E39E5E;
	text-align:left;
	width: 100%;
	margin: 0 0 20px 0;
}

#content_header h1 {
	padding: 10px;
}

#content_left {
	float: left;
	width: 480px;
	padding: 0 0 0 10px;
}

#content_right {
	margin-left: 560px;
	width: 180px;
}

.post {
	padding: 0 0 30px 0;
}

.post p {
	font-size: 1.4em;
	line-height: 1.5em;
	padding-bottom: 0.8em;
}

.post h2 {
	color:#55676F;
	margin: 0 0 0.3em 0;
}

.post h3 {
	margin: 0 0 0.3em 0;
}

.entrymeta p {
	font-size: 1.1em;
	padding-bottom: 0;
}

.comments p {
	font-size: 1.3em;
}

.pagenav {
	margin: 0;
}

.pagenav ul {
	text-decoration: none;
	list-style-type: none;
	width: 100%;
}

.pagenav li {
	float: left;
	margin-right: 40px;
	font-size: 1.2em;
}

.sidebar h2 {
	padding-bottom: 0.2em;
	border-bottom: 1px solid #c7d0d4;
	font-size: 1.6em;
}

.sidebar ul {
	text-decoration: none;
	list-style-type: none;
}

.sidebar li {
	color:#55676F;
	margin: 0 0 2em 0;
}

.sidebar ul ul {
	padding: 0.4em 0 0 0;
}

.sidebar ul ul li {
	margin: 0 0 0.2em 0;
	font-size: 1.3em;
}

#footercontainer {
	width: 100%;
	padding-bottom: 15px;
}

#footer {
	margin: 0 auto;
	width: 780px;
}

#footer p {
	font-size: 1.3em;
}

#footer_left {
	float: left;
	width: 379px;
	padding-left: 21px;
}

#footer_right {
	margin: 0 20px 0 501px;
	width: 255px;
	text-align: right;
}


/** Write source content styles **/
.highlight {
	padding: 10px;
	background: #D5EAF3;
	font-size: 1.2em;
	margin-bottom: 20px;
	line-height: 1.4em;
}

blockquote div {
	text-align: right;
	font-size: 1.2em;
	margin-top: -10px;
	padding-bottom: 25px;
}

blockquote {
	margin-left: 20px;	
}

/** Lists in a post **/
.post ol {
	font-size: 1.3em;
	padding-left: 40px;
}

.post ul {
	list-style-type: disc;
	font-size: 1.3em;
	margin-left: 40px;
}

.post li {
	padding: 0 0 0.8em 0em;
}






