/* Import Blueprint CSS styles */
@import url('css/blueprint/reset.css');

@import url('css/blueprint/typography.css');

@import url('css/blueprint/forms.css');

/* Import custom layouts (located at /css/layouts/) */
@import url('css/layouts/3c-fixed.css');

/* Un-comment the line below to set a grid with 18px line-height */
/*body {	background: url(images/12_col.gif) repeat-y top center}*.

* /
	/* =Global Elements
-------------------------------------------------------------- */ 
body {
	font-family: Georgia, Times News Roman, serif;

	color: #776472;
	font-size: 12px;
	background: url(images/background.png) top center no-repeat #545c37;
}

a:link,a:visited {
	color: #6e6b6b

}

a:hover {
	color: #901f1f
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0
}

.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

.hidden{
	display:none;
	}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 2em 0 1.25em;
	color: #666;
	text-transform: uppercase
}

h1,h2{
	font-weight: bold
}

h4{
	font-weigth:normal;	
}
h5 {
	font-size: 17px;
	margin: 1em 0 0.5em;
	color: #7a7c5f;
}

h6 {
	font-size: 14px
}

code {
	font-family: "Consolas", "Lucida Console", "Courier New", Courier,
		monospace;
	font-size: 14px
}

.aligncenter {
	display: block;
	margin: 0 auto
}

.alignright {
	float: right;
	margin: 0 0 1em 1em
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

.floatLeft {
	float: left
}

.floatRight {
	float: right
}

ul.entry-links a.noUnderline{
	text-decoration:none;
}

img.aligncenter,img.alignright,img.alignleft {
	border: 1px solid #DDD;
	padding:5px;
}

.hls {
	background: yellow
}

.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background: #F3F3F3;
	padding-top: 4px;
	margin: 10px
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none
}

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0
}

#sbutt {
float:right;

}

.navigation a:link,.navigation a:visited,.comments-navigation a:link,.comments-navigation a:visited
	{
	border: 1px solid #DDD;
	display: inline-block;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	font-size: 14px
}

#content img{
	max-width:540px;	
	height:auto;
}

/* =Layouts
-------------------------------------------------------------- */

#wrapper {
	width: 980px;
	background:#fff;
	margin: 0 auto
}

#primary,#secondary{
	padding-top:30px;
	}

#content {
	padding: 1.3em 1em 1em 0;
	width: 540px;
	overflow: hidden
}

/* =Header
-------------------------------------------------------------- */
#header {
	background: url('images/header_bg.png') top right no-repeat;s
		
}

#branding {
	border-bottom: 1px solid #ccc;
	padding: 0;
}

.logo {
	float: left;
	width:940px;
	height: 150px;
	display:inline;
	
}

.blog-name {
	float:left;
	font-size: 44px;
	letter-spacing: -2px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;

}

.blog-name a:link,.blog-name a:visited {
	text-decoration: none;
	color: #2B2825
}

.blog-name a:hover {
	color: #D6156C
}

.blog-description {
	float:right;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	margin: 93px 0 0 0; 
	padding: 0
}

.rssLinks{
	float:right;	
	clear:both;
	margin-right:-10px;
}


#searchbar {

	float: left;
	margin:0;


}

#searchbar .text {
	background: url('images/search_bg.png') left top no-repeat transparent;
	height:20px;
	border:0;
	padding:3px 0 0 7px;	
	width: 130px;
	float: left;
	color:#7e7e7e;
	margin: 6px 0 0;
}

#searchbar .submit {
	height:23px;
	width:25px;
	border:0;
	padding:0px;
	margin: 6px 0 0;
	float: left
}
#searchbar:hover{
	cursor:hand;
}

/* =Menus
-------------------------------------------------------------- */
.menu {
	border-bottom: 1px solid #DDD;
	padding:5px 0 0 0;
	margin-bottom:10px;


}	

.nav,.rss-links {
	list-style: none;
	padding: 0;
	margin: 0 0 7px 0;
}

.nav {
	float: left;
	margin-left:78px;
}

.nav li,.rss-links li {
	float: left;
	margin-right: 20px;
	padding: 0
}

.nav li a:link,.nav li a:visited,.rss-links li a:link,.rss-links li a:visited
	{
	display: block;
	padding: 5px 0;
	font-size: 17px;
	clear: left;
	text-decoration: none;
	font-weight: 500;
	color:#7b7d61;
}

.nav li .children, .nav li>ul{
	position: absolute;
	list-style: none;
	margin: 7px 0 0 -7px;
	padding:0 0 0 7px;
	z-index: 100;
	border: 1px solid #DDD;
	background: #FFF;
	overflow: hidden;
	width: 180px
}

.nav li .children li {
	float: none;
	margin: 0;
	padding: 3px 6px
}

.rss-links {
	float: right
}

.rss-links a {
	background: url('images/rss.png') no-repeat left 9px;
	padding-left: 15px !important
}

/* =Breadcrumbs
-------------------------------------------------------------- */
#breadcrumbs {
	margin: 1em 0;
	list-style: none
}

#breadcrumbs li {
	float: left;
	padding: 1px 5px 1px 0;
	margin-right: 5px;
	border-right: 1px solid #CCC
}

#breadcrumbs li:last-child,#breadcrumbs .last {
	border: 0
}

#breadcrumbs li a:link,#breadcrumbs li a:visited {
	text-decoration: none;
	clear: left
}

#breadcrumbs .notice {
	border: 0;
	color: #999;
	background: none
}

/* =Sidebars
-------------------------------------------------------------- */
.sidebar .xoxo {
	margin: 0 1em 1.5em
}

.sidebar li {
	list-style: none
}

.widgetcontainer ul {
	list-style: none;
	margin: 0 !important;
	padding: 0
}

.widgetcontainer li {
	margin: 0.5em 0
}

.widgetcontainer a:link,.widgetcontainer a:visited {
	text-decoration: none
}

#widgetsearch .text {
	width: 250px
}


ul.greatregions li, ul.featuredtopics li{
	border:1px solid #ccc;	
	margin:0 0 20px 0;
}
ul.greatregions h4,ul.featuredtopics h4{
	margin:3px 0;
	padding-left:5px;
	font-size:12px;
	background:url("images/rightarrow.png") right center no-repeat;
	color:#6E6B6B;
	}


/* =Featured
-------------------------------------------------------------- */
.featured-post {
	margin: 0 0 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDD;
	font-size: 14px
}

.featured-post img {
	float: left;
	margin: 0 1.5em 1.5em 0
}

.featured-post .entry-summary {
	line-height: 1.73em
}

/* =News
-------------------------------------------------------------- */
.news-list .post {
	margin-bottom: 2.1em;
	border-bottom: 1px solid #b2b1b1;
}.news-list .post img{
	border:1px solid #b2b1a8;
	padding:5px;
	margin-bottom:20px;
}
a.nesImage{
	display:block;
	text-align:center;
	}
a.readmore{
	display:block;
	text-align:right;
	margin-top:12px;
	text-decoration:none;
	
	}


/* =Posts
-------------------------------------------------------------- */
.post {
	margin-bottom: 0
}

.entry-title {
	font-size: 22px;
	margin: 0 0 0.5em;
	letter-spacing: -1px;
	font-weight: normal;
}

.imageCenter {
	text-align:center;
}

.entry-title a:link,.entry-title a:visited {
	text-decoration: none;
	color: #2d292c;
}



.entry-content p,.entry-summary {
	line-height: 1.73em
}

.entry-content {
	font-size: 12px
}

.more-link {
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	margin: 1em 0;
	zoom: 1
}

.entry-meta {
	margin: 0.5em 0 1.5em;
	color: #999
}

.entry-tags {
	display: block;
	clear: left;
		font-size: 13px;	
	
}
.entry-tags a{
	text-decoration:none;

}

.author,.published {
	display: block;

	margin-right: 15px
}
.publishedNews {
	display: block;
	font-size:13px;
	margin-bottom:12px;
	font-color:#91908e;
}

.entry-links {
	list-style: none;

	margin: 1.5em 0;
	padding: 1em 0
}

.entry-links li {
	float: left;
	margin-right: 15px
}



.entry-links a:link,.entry-links a:visited {
	text-decoration: underline;
	text-transform:lowercase;

	font-size: 14px
}

.entry-category {
	font-weight: bold;
	color: #999;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	padding: 0.5em 0
}

.gallery .gallery-item {
	float: left;
	margin: 0 1em 1em 0
}

.attachment {
	margin: 1em 0
}


a.stbutton{
text-decoration:none;
color:#4aa2af;
font-size:11px;

}

/* =Lifestream
-------------------------------------------------------------- */
.lifestream {
	margin: 1em 0
}

.lifestream .url {
	float: left;
	margin-right: 10px;
	display: block
}

.lifestream .entry-title {
	margin: 1em 0
}

.lifestream .published {
	color: #999;
	float: left;
	margin-right: 30px;
	width: 150px
}

.lifestream .entry-content {
	font-size: 18px;
	margin-left: 210px
}

.lifestream .entry {
	margin: 0;
	padding: 1em 0;
	border-bottom: 1px solid #EEE
}

/* =Comments
-------------------------------------------------------------- */
#commentlist {
	list-style: none;
	margin: 0;
	padding: 0
}

#commentlist ul,#commentlist ol {
	list-style: none;
	margin: 0;
	padding: 0
}

#commentlist li {
	
}

#commentlist .children {
	padding-left: 1.5em
}
#respond{
	padding-left:40px;
	}
	#respond h5{
	margin-top:0;
	}
.comment-author .avatar {
	float: left;
	margin: 0 1em 1em 0;
	border: 2px solid #DDD
}

.comment-meta cite a{
	font-style: normal;
	text-decoration:none;

}

.comment-datetime{
	border:0;
	}

.comment-author .says {
	display: none
}


.comment-meta {
	color: #999;
	margin-bottom:20px;
}

.comment-meta abbr {
	cursor: default
}
abbr.date {border: none;}

.comment-node {
	margin-bottom: 1.5em;
	padding: 0 0 1.5em;
	border-bottom: 2px dotted #DDD
}

.comment-content {
	clear: left;
	font-size: 14px
}

.comment-content p {
	line-height: 1.73em
}

.comment-reply-link {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none
}

#commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	width:490px;
}

#trackbacklist {
	margin-bottom: 3em
}

#trackbacklist li {
	margin: 0.5em 0
}

/* =WP-PageNavi
-------------------------------------------------------------- */
.wp-pagenavi {
	font-size: 14px
}

.wp-pagenavi .current,.wp-pagenavi a:link,.wp-pagenavi a:visited {
	padding: 5px;
	border: 1px solid #DDD;
	text-decoration: none;
	margin: 0 0.3em
}

/* =WP125
-------------------------------------------------------------- */
#wp125adwrap_2c .wp125ad {
	padding: 10px 10px 0 0 !important
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	margin: 0 auto;
	padding-bottom:7px;
	border-top: 1px solid #DDD;
	zoom: 1;
	width: 960px
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#footer h5 {
	font-size: 16px;
	margin: 1em 0;
	color: #999;
	text-transform: uppercase
}

#footer-sidebar {
	float: left
}

#footer-sidebar .widgetcontainer {
	float: left;
	margin-right: 0.5em;
	min-width: 200px;
	overflow: hidden
}

#footer-sidebar .widgetcontainer li {
	margin: 0.3em 0
}

.footer-message {
	margin: 1em 0;
	font-size: 14px;
	color: #666
}