/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

#everything {
	margin: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.4em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #C0BFBF;
}

a:hover {
	background: none;
}

/* Header */

#header {
	overflow: hidden;
	width: 920px;
	height: 98px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 600px;
}

#logo h1 {
	float: left;
	padding-top: 20px;
	text-transform: none;
	font-size: 2.6em;
	letter-spacing: normal;
}

#logo p {
	float: left;
	margin: 0;
	padding: 0px;
	font-weight: bold; 
	padding: 32px 0px 0px;
	font-size: 1.2em;
	margin-left: 10px;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #2d4993;
}

/* Navigation */

#primary_navigation {
	overflow: hidden;
	width: 920px;
	height: 50px;
	margin: 0px auto 20px;
}

#primary_navigation ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#primary_navigation li {
	height: 50px;
	float: left;
}

#primary_navigation a {
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#primary_navigation a:hover, #primary_navigation .active a {
	background: #2d4993;
	color: #FFFFFF;
}

#primary_navigation a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

#location_0 {
	float: left;
	width: 630px;
}

#location_0 .component {
	background: url(images/img03.jpg) no-repeat left top;
}

#location_0 .blog_component {
	background: none;
}

#location_0 .component h2 {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
}

#location_0 .component .component_content {
	padding: 20px;
}

#location_0 .blog_post {
	background: url(images/img03.jpg) no-repeat left top;
	margin-bottom: 30px;
}


#location_0 .blog_component .component_content {
	padding: 0;
}


#location_0 .blog_post .title {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
}

#location_0 .blog_post .title a {
	background: none;
	color: #5C5C5C;
}

#location_0 .blog_post .metadata div {
	display: inline;
}

#location_0 .blog_post .metadata {
	padding: 2px 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #D2D4C9;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#location_0 .blog_post .date {
	padding: 2px 20px;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#location_0 .blog_post .content {
	padding: 20px 20px 0px 20px;
	text-align: justify;
}

/* Sidebar */

#location_1 {
	float: right;
	width: 260px;
	border-bottom: 1px dashed #D2D4C9;
	color: #787878;
}

#location_1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#location_1 li {
}

#location_1 li ul {
	padding: 20px;
}

#location_1 li {
	background: url(images/img05.jpg) no-repeat 0px 8px;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
}
#location_1 li.nav_label ul { padding: 0px; }
#location_1 li.nav_label li { background-image: none; }

#location_1 h2 {
	height: 1.4em;
	padding: 5px 10px;
	background: #79A73B url(images/img04.jpg) repeat-x left top;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#location_1 .component_content {
	padding: 20px;
}

#location_1 a {
	color: #787878;
}

#location_1 .small_images {
	margin-left: 25px;
}


/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
	background: #90BF4D url(images/img02.jpg) left top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #2d4993;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#powered_by {
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #FFFFFF;
}

.blog_post .share {
  position: relative;
  top: -1.5em;
}

.comment.featured, comment.owner {
  border-color: #2d4993;
}

.comment.owner {
  background-color: #eef2d7;
}

