/*  
Theme Name: Codacation
Version: 1.3.1
Description: A flexible, professional theme featuring multiple page layouts, multiple sidebars, good image support, and numerous theme options.
Author: Jason Lemahieu and Kevin Graeme
*/

 @import "css/reset.css"; 

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

*{
	border: 0;
	margin: 0;
	padding: 0;
}

body  {  font-size: 12px; line-height: 20px; color: #4a4a4a; background: #F4F4F4; font-family: Arial,Tahoma,Verdana;}

h1, h2, h3, h4, h5, h6  { margin: 0; /*font-family: Georgia, serif;*/ color: #646464;; font-weight:normal; }
h1  {font-size: 22px; } h2  {font-size: 22px;} h3  {font-size: 18px;} h4  {font-size: 16px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

p {margin: 0; font-size: 13px; line-height:20px; }

hr { background-color: #cccccc;	border:0; height: 1px; margin-bottom: 20px; }

input, textarea { padding: 7px 0 7px 7px; border: 1px solid #e9e9e9; }


/* 1.2 Hyperlinks */

a:link, a:visited  { color: #4c7ac7; text-decoration:none;}
a:hover {text-decoration:underline;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper  { padding:0;}
#top {
	background: #345389; /* Old browsers */
	background: -moz-linear-gradient(top, #4e70aa 0%, #345389 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e70aa), color-stop(100%,#345389)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e70aa 0%,#345389 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e70aa 0%,#345389 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e70aa 0%,#345389 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4e70aa 0%,#345389 100%); /* W3C */
	border-bottom: 1px solid #2c436e;
	border-top: 1px solid #354f7d;
}

/******* wraps entire content area *******/
#inner  {
	padding: 20px 0;
	background: url(styles/default/inner.png) repeat-x;
}
#main-wrap {
	width: 960px;
	margin: 0px auto; 
	/*overflow:auto;*/
	padding: 0 0 20px 0;
}
#main{width:700px; }
#main.fullwidth {width: 940px;}

#sidebar{width:220px;}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 960px; margin: 0 auto; }

#header-wrapper {border-bottom: solid 1px #2c436e;}


/* 2.2 Navigation */
#nav-wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 28px;
	padding: 11px 0;
}

#navigation{ font-size: 16px; line-height: 14px; border-bottom:0px solid #000;padding:0px; }
#navigation { box-shadow: inset 0 1px 0 #5273AE;}

#navigation ul.rss{background:url(images/ico-rss.png) no-repeat left 12px;padding:12px 0px 3px 18px;margin-left:20px;}
#navigation ul.rss li{display:inline;padding:0 10px 0 0;}
#navigation ul.rss li a{color:#fff;text-decoration:none;}
#navigation ul.rss li a:hover{text-decoration:underline;}

#main-nav {position:relative; z-index:200; margin:0; padding:0 0 0 2px; list-style:none; width: 760px;}
#main-nav ul  { float: left; }
#main-nav li ul li {margin-right: 5px;}


/* 2.2.1 Drop-down menus */
#main-nav li  { float:left; width: auto; }
#main-nav li a  { position:relative; color:#fff; display:block; z-index:200; padding: 4px 19px 5px 15px; line-height:20px; text-decoration:none;  }
#main-nav li a:hover { background: #666; }
#main-nav li.current_page_item a {}
#main-nav li ul  { background: #fff url(images/nav-bg.png) repeat-x top left; position: absolute; left: -999em; width: 175px; z-index:999; margin: 0 0 0 -1px; padding: 0;}
#main-nav li ul li  { }
#main-nav li ul li a  { font-size:0.8em; font-style: none;
	background: none repeat scroll 0 0 #000;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    color: #FFFFFF;
    margin: 0;
    padding: 6px 25px 6px 10px;
    position: relative;
    width: 138px;
 }
#main-nav li ul li a:hover  { background: #666; }
#main-nav li ul ul  { margin: -24px 0 0 164px; } /* position of sub-menu flyouts */
#main-nav li ul ul li a  {  }
#main-nav li ul li ul li a  {  }
#main-nav li:hover,#main-nav li.hover  { position:static; }
#main-nav li:hover ul ul, #main-nav li.sfhover ul ul,
#main-nav li:hover ul ul ul, #main-nav li.sfhover ul ul ul,
#main-nav li:hover ul ul ul ul, #main-nav li.sfhover ul ul ul ul { left:-999em; }
#main-nav li:hover ul, #main-nav li.sfhover ul,
#main-nav li li:hover ul, #main-nav li li.sfhover ul,
#main-nav li li li:hover ul, #main-nav li li li.sfhover ul,
#main-nav li li li li:hover ul, #main-nav li li li li.sfhover ul  { left:auto; }
#main-nav .sf-sub-indicator {background: url(images/arrow-down.png) no-repeat;position:absolute;display:block;right:0.7em;top:.7em;width:10px;height:10px;text-indent:-999em;overflow:hidden;} /* Drop menu arrow indicator for top level of main menu */
#main-nav li ul .sf-sub-indicator {background: url(images/arrow-right.png) no-repeat;} /* Flyout menu arrow indicator for child level menus */
#main-nav .sf-with-ul {padding-right: 25px;}

#main-nav li ul li  a {	
	background: #3e5f9a;}
#main-nav li ul li ul {
	border-top: 1px solid #345389;
}
	
/* hovers */
#main-nav li a:hover {background-color: #345389;}
#main-nav li ul li a:hover  {background: #345389;}

/* 2.2.2 Top Menu  */
#top-menu { z-index:99; margin:0; padding:0; list-style:none; line-height:1; font-size: 11px; float:right; }
#top-menu a  { position:relative; color:#fff; display:block; z-index:100; padding: 0 0 0 10px; line-height:35px; text-decoration:none; }
#top-menu li  { float:left; width: auto; margin-left: 5px; }
#top-menu a:hover {text-decoration: underline;}

/* 2.3 Header */
#header { 
	height: 110px;
	padding: 0;
	clear: both;
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#logo {
	float: left;
	margin: 0;
	overflow: hidden;
	width: 960px;
}
#logo .site-title, #logo .site-description  { color: #fff;  }
#logo .site-title {padding-top: 24px;}
#logo .site-title a { color:#fff; font-size:40px; line-height:40px; text-transform:none; font-weight:normal; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }

#header .site-description {
	margin-left: 5px;
	display:block;
	font-style:normal; 
	font-size: 14px;
	font-weight: bold;
}

#search { background:url(images/search-bg.png) no-repeat; height:28px; width:191px; position:relative; }
#search input { background:none; border:none; padding:7px 25px 8px 12px; width:156px; margin:0; font-style:italic; font-size:12px; color:#888; }
#search input.submit { position:absolute; right:8px; top:6px; width:15px; height:16px; padding:0; margin:0; }
#searchsubmit {padding: 7px;}

#top-nav { 
	width:960px;
	margin: 0 auto;
	text-transform:uppercase;
	height: 35px;
}

#top-nav #rss-wrap {
	float:left;
	margin:0;
	line-height: 35px;
	width:255px;
	font-size:11px;
}
#top-nav #rss-wrap a {
	color:#FFFFFF;
	background: url(images/rss-icon.png) no-repeat 0 1px;
	padding: 2px 0 5px 18px;
}
#top-nav #rss-wrap #rss-icon{vertical-align:middle;}	

.top-banner {
	float:right;
	width: 468px;
	height: 60px;
	background-color:#00C;
	margin: 25px 0 5px 0;
	border: 1px #03F solid;
	color:#CCC;
	background-image:url(images/top-banner/Sunflower-ph---UWEX-Banner.jpg); }
	
.top-banner p {margin:15px auto; text-align:center;}

#header #social-icon-wrapper {
	position:relative; }

#header #social-icons {
	position:absolute;
	right:0px;
	top: 50px; }

#header #social-icons li {
	display:inline;
	margin-left: 3px; }

/* 2.4 Content */
#content{padding:0px;}
.content #main {
	width:940px;	
	background:url("images/full-top-bg.png") no-repeat scroll center top #FFFFFF;
	padding: 5px 9px; }

#content-wide-wrap {
	width: 750px;
	margin: 0;
	padding: 0;
	float: left; }

.wide-content #content-wide-wrap, .content-wide #content-wide-wrap {
	width: 960px; }
	
.thin-wide-content #content-wide-wrap, .thin-content-wide #content-wide-wrap {
	float: right; }
	
.content #sidebar, .content #sidebar-thin, .content #sidebar-wide {
	display:none;	}
	
.wide-content #main, .thin-wide-content #content {
	float: right; }

.wide-content #main, .content-wide #main {

	background: #FFFFFF url(images/content-top-wide-bg.png) top no-repeat;
	width: 660px; }
.wide-content #main {
	margin-left: 10px; }

.thin-content #main, .content-thin #main {
	background: #FFFFFF url(images/content-top-bg.png) top no-repeat;
	width:730px;	}
	
body.page-template-template-sitemap-php #main {
		background:url("images/full-top-bg.png") no-repeat scroll center top #FFFFFF;
}	
	
	
#main {
	float:left;
	width:450px;
	background:url("images/content-split-top-bg.png") no-repeat scroll center top #FFFFFF;
	background-color:#FFF;
	border: 1px #DDDDDD solid;
	padding: 5px 9px;
	margin-right: -3px;
	}

/* 2.5 Sidebar */
#sidebar{overflow:hidden;}
.sidebar li {
	background:url("styles/default/sidebar-list.png") no-repeat scroll left top transparent;
	padding-left: 18px;
}
#sidebar-wide {
	width:270px;
	margin: 0 0 5px 0px;
	padding: 4px 0;
	float:right; }

#sidebar-wide .widget {
	background:url("images/sidebar-top-bg.png") no-repeat scroll center top #FFFFFF;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 0px;
	color:#4A4A4A;
	font-size:12px;
	margin:-4px 0 20px;
	padding: 10px 10px 15px 10px; }

#sidebar-thin { 
	width: 200px;
	float: left;
	display: inline;
	padding:4px 0; }

#sidebar-thin .widget {
	background:url("images/sidebar-alt-top-bg.png") no-repeat scroll center top #FFFFFF;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 0px;
	color:#4A4A4A;
	font-size:12px;
	margin:-4px 0 20px;
	padding: 10px 10px 15px 10px; }
	
.wide-content #sidebar, .content-wide-thin #sidebar {
	float:left;	}
	
.content-wide-thin #sidebar-thin {
	float: right; }
	
.wide-content-thin #sidebar-thin, .wide-content-thin #main {
	float:right; margin-left: 8px; }

.thin-content #content-wide-wrap {
	float:right; }

.thin-content #sidebar-thin{
	float:left;	}

.content-thin #main {
	float:left; }
	
.content-thin #content-wide-wrap {
	margin-right: 10px;
}

/* 2.6 Footer */
#footer-outer { background: #ECECEC; clear: both; 
padding: 0; margin: 0; }
#footer{ padding: 20px 0 17px; color: #888888; }
#footer p { line-height: 1.3em;}
#footer a { color: #888888;}
#footer a:hover { }
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}
#footer-outer #footer #copyright, #footer copyright a {font-style:normal; !important; }
#footer-outer #footer #copyright {padding-left: 130px; }
#footer-outer #footer { background-image: url(styles/default/copyright-logo-color.png); background-repeat: no-repeat; background-position: left center;}

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.archive_header  { display: block; float: left; width: 100%; margin:0 0 10px; padding:0 0 10px; text-transform:uppercase; font-size: 16px; font-weight: bold; color:#514251; }
.cse.archive_header  {width: 100%;} //for google search results page

.post  { margin: 0 0 30px; 
	clear:both;
	margin:0 0 10px; }

.post .title  { 
	font-size: 20px;
	color: #222; 
	position:relative; 
	margin:0 0 2px;
	font-weight:bold;
}

.post .title, .post .title a, .post .title a:link, .post .title a:visited, h1.single-title, .post h1.single-title a {color: #054F87;}

.post .single-title { margin: 13px 0 15px; }
.post .single-title a  { font-size:24px; color: #222;}
.page .post .title  { margin: 0 0 20px 0; }

.post-meta{margin: 10px 0 25px 0;font-size: 12px; line-height:12px; font-style: italic; }

.post-more { 
	margin: 20px 0 10px; 
	font-size: 12px; line-height:12px;
	padding-top: 7px;
} 
.post-more a, .post-meta a { text-decoration:none; }
.post-more a:hover, .post-meta a:hover { text-decoration:underline; }

.post-meta .comments { background: url(images/ico-comment.png) no-repeat 0px 3px; margin-left: 13px; }
.post-meta .comments a { color: #808080; font-size: 12px; font-style: italic; text-decoration: underline !important; padding-left: 13px; }
.post-meta .comments a:hover { text-decoration: none !important; }

.post p.tags{ width:100%;clear:both;margin-bottom:10px; margin-top: 10px; }
.post p.tags a { font-style: italic; margin-right: 4px; line-height: 22px; padding: 2px 3px; color: #808080; background: #fff; }
.post p.tags a:hover { color: #514251; text-decoration: none; }

/** below if from custom Posts ***/
.home .post, 
.blog .post {
	border-bottom: 1px solid #F4F4F4;
	margin: 0 !important;
	padding: 10px 0 5px;
	overflow: hidden; }
	
.home .post .title  { font-size: 16px; font-weight:bold;}
.blog .post .title { font-size: 16px; font-weight:bold;}

.blog .post,
.home .post {
	clear:both;
	margin:0 0 30px;}
		
.post .single-title, .post .single-title a  {
	margin:13px 0 5px;
	font-weight:bold;
	line-height: 1.2em;
}

.entry {
	margin-top:5px; }

.post-meta {
	font-size:11px;
	color:#333;
	font-style:normal;
	margin:0 0 10px;
	padding:5px 0 0;
	text-transform:uppercase; }

.entry-image img {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	margin:0;
	padding:4px; }

.archive_header {
	color:#514251;
	display:block;
	float:left;
	font-size: 16px; font-weight: bold;
	margin:5px 0 4px;
	padding:0 0 8px;
	text-transform:uppercase;
	width:100%; }


.page .post .title { border-bottom:1px solid #CCCCCC; padding: 5px 0 10px 0; }


/***** FEATURED ***********************/
.ces-featured-post {
	margin-bottom: 12px;
}
.featured-image-wrapper {
	position:relative; }
	
.featured-image-title {
	position:absolute;
	top: 10px;
	right: 2px;
	background:url(images/featured-title-bg.png) top right repeat scroll;
	padding: 6px;
	font-size:17px;
	color: #FFF;
}
	
	.featured-image-title a, .featured-image-title a:link, .featured-image-title a:visited {
		color: #FFF;}
		
.featured-excerpt {
	display:block;
	background-color:#EFEFEF;
	margin-right:2px;
	padding: 5px; }


/* 3.1 Single Post Tabber */
#tabs ul.wooTabs { border-bottom: #999 3px solid; height: 30px; }
#tabs ul.wooTabs li { display: inline; width: 50%; height: 100%; text-align: center; float: left; margin-botton: 13px; }
#tabs ul.wooTabs li a { text-transform:uppercase;  font-size: 16px; font-weight: bold; color:#514251; border-top: 1px dotted #f0f0f0; border-left: 1px dotted #f0f0f0; border-right: 1px dotted #f0f0f0; border-bottom: 1px dotted #ccc; padding: 10px 125px 5px; }
#tabs ul.wooTabs li a:hover { text-decoration: none; }
#tabs ul.wooTabs li a span {  font-size:13px; text-transform: none ; color: #222; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {  border-top: 1px dotted #ccc; border-left: 1px dotted #ccc; border-right: 1px dotted #ccc; border-bottom: 1px dotted #f0f0f0; }

/* Woo Tabs on viewing posts/comments *******************/
#tabs ul.wooTabs li a { padding:10px 30px 10px 30px; margin:0 0 10px 0; background-color: #ccc; border:none; outline: none; }
#tabs ul.wooTabs li a.selected { background-color: #999; color: #fff; border:none; outline: none; }
#tabs ul.wooTabs li a:hover { color: #fff; border:none; outline: none; }


/* 3.2 Typographic Elements */
.entry { margin-top: 6px; }

.entry h1 { border-bottom:1px solid #e6e6e6; margin-bottom:20px; padding-bottom: 20px; }  .entry h2 { padding-bottom:20px; }  .entry h3 { padding-bottom:10px; }  .entry h4 {}  .entry h5 {}  .entry h6 {}

.entry p  { margin-bottom: 10px; }

.entry blockquote  { background:url(images/blockquote.png) no-repeat 0 12px; margin: 10px 0px; padding: 10px 20px 10px 50px; color: #444;  }
.entry blockquote p  { font-style:italic; }

.entry ul  { margin: 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: circle; }
.entry ul ul li  { list-style-type: disc; }

.entry ol  { margin: 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: decimal;}
.entry  ol li ol li  { list-style-type: decimal; }

.entry h1 { margin-top: 15px; }
.entry h4, .entry h5, .entry h6 { line-height: 30px; }
.entry h6 { margin-bottom: 10px; }
.entry h3 { text-transform:uppercase;  font-size: 16px; font-weight: bold; color:#514251; }

h3.single { padding:0 0 15px; text-transform:uppercase; font-size:16px; font-weight: bold; color:#514251; }

a.more { 
	float: right; 
	padding-bottom: 10px;
	text-align: right; 
	margin: 5px 0; 
	font-weight: bold;
	border-radius: 8px; 
}
a.more:hover { text-decoration: underline !important; }

.small-edit { background: #fff; margin-left: 5px; padding: 3px 5px; }
.tag_cloud { text-align: center; }
.tag_cloud a { font-style: italic; margin-right: 5px; line-height: 35px; padding: 5px 7px; color: #808080; }
.tag_cloud a:hover { background: #fff; color: #514251; text-decoration: none; }

/* 3.3 Images */
.entry img, img.thumbnail { border: 7px solid #fff;  }
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; height: auto; margin: 5px 15px 5px 0; }
.alignright  { float: right; height: auto; margin: 5px 0 5px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }
.wp-caption.aligncenter { margin-left:auto; margin-right:auto; display:block; }

.entry .wp-caption { padding: 1px; text-align:center; background:#fff; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font-size:11px; line-height:22px; text-align:center; }

/* 3.4 Pagination / WP-Pagenavi */
.nav-entries, .wp-pagenavi {font-size:11px; padding:10px 15px; background:#fff; }
.nav-entries a { display: block; font-size: 12px; line-height: 16px; font-style:italic; color:#808080; text-decoration:none;}
.nav-entries a:hover { color: #514251; text-decoration:underline; }

.wp-pagenavi { margin: 0 !important; text-align: center !important; }
.wp-pagenavi a:link,
.wp-pagenavi a:visited { display: inline !important; text-decoration: none !important; background: #EEEEEE !important;color: #666 !important; padding: 3px 7px !important; border:1px solid #DDDDDD !important;}
.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover { padding: 3px 7px !important; background: #ddd !important; border:1px solid #bbb !important; }
.wp-pagenavi span.extend, .wp-pagenavi span.pages { background:none !important; border:none !important; color:#666 !important; }

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

.widget h3 { font-size: 14px; }

/* 4.2 Generic Sidebar Widgets */
#sidebar .widget  { margin: 0 0 20px 0; padding: 20px; font-size:12px; background-color: #fff; color: #808080; }
.widget h3  { padding:0 0 6px; text-transform:uppercase;font-size: 16px; font-weight: bold; color:#514251; }
.widget p { font-size:12px; line-height: 20px; margin-bottom:12px; }

.widget ul  { clear:both; list-style: none;}
.widget ul li a  { padding: 0px; line-height: 22px; text-decoration: none; padding-right: 5px; }
.widget ul li a:hover { text-decoration:underline; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

.widget_recent_comments li { padding: 0px 0px; line-height: 18px; border-bottom: 1px solid #eee; padding-bottom: 3px;} /* RESET LI STYLING FOR RECENT COMMENT  */
.widget_recent_comments li a{ display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; } /* RESET <A> STYLING FOR RECENT COMMENT  */

/* 4.3 Specific Widgets */

.sidebar .widget_calendar h3 { 
	margin: 0 auto 0 auto; 
	padding: 0; 
}

.rsswidget img:first-child { margin-top: 1px; float: right; }

/* WIDGET FORMS */
.searchform  { }
.widget input.s  { float:left; width: 60%; padding: 7px 0 7px 7px; margin-right:5px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#footer-widgets .widget input.s  { width: 55%; }
.widget .screen-reader-text  { display: none; }
.widget input.submit { float:right; }

/* TAG CLOUD */
.widget_tag_cloud { text-align: center; }
.widget_tag_cloud h3 { text-align: left; }
.widget_tag_cloud a { color: #808080; line-height: 28px; font-style: italic; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#E7E7E7;color:#9E9E9E;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* ADS */
.adspace-widget { text-align: center; }
.adspace-widget img { padding: 7px; background-color: #fff; }

/* RECENT POSTS WIDGET */
.recentblogposts-widget .outer { padding: 0px; }
.recentblogposts-widget ul.pagination li { list-style: none; border-bottom: 1px dotted #ccc; padding: 20px 0 15px; }
.recentblogposts-widget ul.pagination li a { font-size: 20px; color: #222; }
.recentblogposts-widget ul.pagination .entry { padding-top: 10px; padding-bottom: 0px; margin-top: 0px !important; }
.recentblogposts-widget ul.pagination .entry p { line-height: 22px; }
.recentblogposts-widget ul.pagination .entry a { color: #514251; font-size: 12px; font-style: italic; }
.recentblogposts-widget ul.pagination .meta { color: #808080; font-size: 12px; font-style: italic; }
.recentblogposts-widget ul.pagination .comments { background: url(images/ico-comment.png) no-repeat 0px 2px; margin-left: 9px; }
.recentblogposts-widget ul.pagination .comments a { color: #808080; font-size: 12px; font-style: italic; text-decoration: underline !important; padding-left: 13px; }
.recentblogposts-widget ul.pagination .like { background: url(images/ico-vote.png) no-repeat left; margin-left: 6px; }
.recentblogposts-widget ul.pagination .like a { color: #808080; font-size: 12px; font-style: italic; text-decoration: underline !important; padding-left: 16px; }
.recentblogposts-widget ul.pagination .comments a:hover, .recentblogposts-widget ul.pagination .like a:hover { text-decoration: none !important; }

.recentblogposts-widget ul.pagination-bottom { border: 1px dotted #ccc; border-width: 0px 1px 1px 1px; text-align: center; }
.recentblogposts-widget ul.pagination-bottom a { padding: 5px; display: block; color: #514251; font-style: italic; font-weight: bold; }
.recentblogposts-widget ul.pagination-bottom a:hover { background: #fff; }

.recentblogposts-widget img { background-color:#FFFFFF; float:right; margin:0 15px 10px 0; padding:1px;}

.rec-com { font-size: 12px !important; font-style: italic; }
#media { width: 85%; }

/* POST META WIDGET */
#dim{ position:absolute; top:0; left:0; width:100%; z-index:1000; background: url(images/dim/dim.png); display:none; text-align:left; }
.close{ padding-top: 13px; float:right; padding-right: 10px; }

#post-meta ul li { line-height: 35px; }
#post-meta ul li a { font-size: 12px; font-style: italic; color: #222; }
#post-meta ul li.print { background: url(images/ico-print.png) no-repeat 0px center; }
#post-meta ul li.print a { margin-left: 35px; }
#post-meta ul li.share { background: url(images/ico-share.png) no-repeat 0px center; }
#post-meta ul li.share a { margin-left: 35px; }
#post-meta ul li.vote-lg { background: url(images/ico-vote-lrg.png) no-repeat 0px center; }
#post-meta .iLikeThis .counter { background: none !important; padding-left: 30px !important; }
#post-meta .iLikeThis .counter a { font-size: 12px !important; font-style: italic !important; color: #222 !important; text-decoration: none !important;}
#post-meta .iLikeThis .counter a:hover { text-decoration: underline !important; }

/*STICKY POSTS */
.sticky-label {font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #333; font-style: italic; text-align: center;  margin-bottom: 10px; }

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;margin: 40px 0 0 0;padding: 0; clear:both;}
#comments h3  { text-transform:uppercase; font-size: 16px; font-weight: bold; color:#514251; margin-bottom:20px; }
#comments .comment{ background: #F7F7F7; margin: 15px 0 5px; list-style-type:none; padding: 10px 5px 10px 10px; border:1px solid #ccc; }
#comments .comment .comment-container  { }
#comments .comment-head  { font-size: 11px; margin: 0 0 15px 0; }
#comments  .avatar  { float:left; }
#comments  .avatar img{margin: 0 10px 5px 0;vertical-align: middle;border:4px solid #fff;}
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { }
#comments .comment-head .date {margin: 0 0 0 0.5em; border-left: 1px solid #ccc; padding: 0 0 0 0.5em;}
#comments .comment-head .edit { margin: 0 0 0 0.5em; border-left: 1px solid #ccc; padding: 0 0 0 0.5em;}
#comments .comment-head a { font-style: italic; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; }
#comments .reply a { }
#comments .reply a:hover { }

#comments ul.children{margin:0 0 0 1em;padding:0; }
#comments ul.children li {border-top:1px dotted #ccc; margin-right: -6px; }
#comments .cancel-comment-reply{margin:10px 0;}

#comments .bypostauthor {background: #E7E7E7;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }

/* 5.2 Comments Form */
#respond  { margin: 40px 0 0; }
#respond h3  { text-transform:uppercase; font-size: 16px; font-weight: bold; color:#514251; margin-bottom:20px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:11px; color:#777; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform label  { position:relative; display:inline; vertical-align:top; display:inline-block; margin-top:5px; }
#commentform input.txt:focus, #commentform textarea:focus  { background-color: #fff; border: 1px solid #fff; }
#commentform input.txt, #commentform textarea { font-size:14px; line-height: 14px; border: 1px solid #eaeaea; }
#commentform input.txt  { color:#666; background: #e9e9e9; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#666; background: #e9e9e9; width: 95% !important; padding: 5px 7px; }

#commentform #submit  { margin: 15px 0 0 0;  }

/* 5.3 Pingbacks / Trackbacks */
h3#pings  { margin: 25px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }

h3.pagecom { text-transform:uppercase; font-size: 16px; font-weight: bold; color:#514251; }


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
.button, .button:visited, .reply a{ background: #fff; display: inline-block; padding: 6px 10px 6px; color: #808080 !important; text-decoration: none; border:none; position: relative; cursor: pointer; }
.button, .button:visited, .reply a{ background-color:#fff; }
.button:hover, .reply a:hover { color: #514251  !important; text-decoration:none; }
.button:active, .reply a:active { top: 1px; }
.small.button, .small.button:visited, .reply a { font-size: 12px; padding: 0px 6px 1px; font-style: italic;}
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 13px; font-style: italic; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }

/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {  margin:10px 0 20px 0; padding:9px 10px 9px 50px; }
p.alert { background:#ffd9c8 url(images/ico-alert.png) no-repeat 20px 13px; }
p.download { background:#edfcd5 url(images/ico-download.png) no-repeat 20px 13px; }
p.tick { background:#edfcd5 url(images/ico-tick.png) no-repeat 20px 13px; }
p.info { background:#fff url(images/ico-info.png) no-repeat 20px 13px; }
p.note { background:#fef6d2 url(images/ico-note.png) no-repeat 20px 13px; }

/* 6.3 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt { width:214px; }
#contact-page ol.forms input.txt, #contact-page ol.forms textarea { background: #eaeaea; }
#contact-page ol.forms input.txt:focus, #contact-page ol.forms textarea:focus { background: #fff; border: 1px solid #fff; }
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}

/* 6.4 Timeline Template */
#archives { padding: 10px 0 0; }
#archives a { font-style: italic; }
h3.archive_year { font: bold 20px Arial, Helvetica, sans-serif; color:#514251; }
#archives .archives_list { border-left:4px solid #ccc; list-style: none !important; list-style-image:none !important; list-style-position:outside !important; list-style-type:none !important; margin: 0 0 15px 15px !important;}
#archives .archives_list li { clear:left; padding-left:24px; font-size: 12px !important; font-style: normal !important; list-style: none !important; margin-bottom: 10px; }
#archives .archives_list .date { color: #808080; width: 100px !important; font-style: italic; display: inline-block; }
#archives .archives_list .linked { width: 270px !important; display: inline-block; }
#archives .archives_list .comments { background: url(images/ico-comment.png) no-repeat 0px 5px; margin-left: 13px; width: 100px !important; display: inline-block; }
#archives .archives_list .comments a { color: #808080; font-size: 12px; font-style: italic; text-decoration: underline !important; padding-left: 13px;  }
#archives .archives_list .comments a:hover { text-decoration: none !important; }
#archives .archives_list .iLikeThis .counter { width: 100px !important; display: inline-block !important; background: url(images/ico-vote.png) no-repeat 0px 5px !important; }

/* 6.5 Slider */
#loopedSlider { position:relative; width:100%; margin: 0 0 20px 0; }
#loopedSlider .container { overflow:hidden; position:relative; }
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div.slide { position:absolute; top:0; width: 700px; display:none; }
#loopedSlider .slide-content  { position: absolute; top: 40px; right: 0px; color: #fff; text-align: right; max-width: 350px; }
#loopedSlider .slide-content h2  { font-size: 26px; background:rgb(0,0,0); background:rgba(0,0,0,.6); padding: 10px 20px 0px 20px; }
#loopedSlider .slide-content h2 a  { color: #fff; }
#loopedSlider .slide-content p  { line-height: 22px; background:rgb(0,0,0); background:rgba(0,0,0,.6); padding: 10px 20px; }
#loopedSlider .slide-content .category { background:rgb(0,0,0); background:rgba(0,0,0,.6); padding: 10px 20px 3px 20px; }
#loopedSlider .slide-content .category a { font-size: 11px; font-weight: bold !important; color: #ccc; text-transform: uppercase; }

#loopedSlider a.previous { position:absolute; bottom:25px; right:65px; opacity:0.6;}
#loopedSlider a.next { position:absolute; bottom:25px; right:30px; opacity:0.6;}
#loopedSlider a.previous:hover, #loopedSlider a.next:hover { opacity:1; }

/* 6.7 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block;float:left; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; background: #fff !important; margin-right: 20px; }
.gform_wrapper input { padding: 7px 3px !important; background: #eaeaea; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; background: #eaeaea; }
.gform_wrapper input:focus, .gform_wrapper .top_label input.large:focus, .gform_wrapper .top_label select.large:focus, .gform_wrapper .top_label textarea.textarea:focus { background: #fff; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li { margin-bottom: 5px !important; }

/* 6.8 Breadcrumbs */

#breadcrumbs { margin-bottom: 3px; }
body.home #breadcrumbs {display:none;} 

/* BUTTONS **************************************************/

.button, .button:visited, .reply a {
	background-color:#999;
	color:#FFF !important;
}
#commentform input.txt {
	background-color:#ddd;
}
#commentform input.txt:focus, #commentform textarea:focus { 
	background-color:#e9e9e9;
	color: #333;
} 

body.search-results div.post, body.archive div.post {
	border-bottom: 1px solid #F4F4F4;
}

body.search-results div.post {
	padding-bottom: 40px;
}



/* GRAVITY FORMS (from custom ) ********************************************/

.gform_wrapper input.button { 
	color:#222222 !important;
	font-size:100%;
	background-color: #EAEA99 !important;
}

.gform_wrapper input {
	/*background:none repeat scroll 0 0 #EAEAEA !important;*/ /*Turn on to remove focus color change */
	padding:7px 3px !important;
}


/* GENERAL FONTS ********************************************/
h1, h2, h3, h4, h5, h6 {/* font-family:Arial, Helvetica, sans-serif; */}

/***** FIXES *****************************************************/

.clearboth { clear: both;}

/* fixes category feed link */
.archive_header { width:auto; }

.archive_header .fl cat { float:left; }

.archive_header_image { float:right; width: auto; }
	 
/* fixes line height of category feed list */
.post-category { line-height:20px; }

/**** GENERAL ***************************************************/

.entry-image-alignleft {
	float:left;
	margin:0 10px 0 0; }

.entry-image-alignright {
	/*float:right;*/
	margin:0 0 0 10px; }
.entry-image-alignright a img { margin-left: 10px;}

.entry-image {
	margin-bottom: 4px;
}
	
/************** INPUTS ******************************/
/* WHEN DO THESE GET OUTPUT???? -KG */
#sidebar-thin input, #sidebar-thin textarea,
{
	border:1px solid #E9E9E9;
	margin-left:-19px;
	padding:7px 0 7px 7px;
	margin-left:-15px; }
#sidebar-thin .button, #sidebar-thin .button:visited, #sidebar-thin .reply a {
	background:none repeat scroll 0 0 #FFFFFF;
	border:medium none;
	color:#808080 !important;
	cursor:pointer;
	display:inline-block;
	padding:7px 1px;
	position:relative;
	text-decoration:none;
	width:44px;
	font-size:12px; }
	
.post-page-links {
	text-align: right;
}

/*Category Description box */
.category_description_box_Unstyled{
	padding: 0 8px 0px 8px;
}

.category_description_box_Gray{
	color: #555;
	background-color:#F4F4F4;
	padding: 0 8px 0px 8px;
}

.category_description_box_Yellow {
	color: #555;
	background-color:#FFC;
	padding: 0 8px 0px 8px;
}

/* wooslider */

body .wooslider .slide-content {margin: 0; margin-right: .5em;}
body .wooslider {border: none; box-shadow: none; -webkit-box-shadow: none;}

.sidebar .wooslider .slides > li {background: none;}
.sidebar .wooslider-direction-nav a { width: 25px; }
.wooslider.wooslider-type-slides img { max-width: 100%; height: auto; }
#inner .sidebar .wooslider li {background-image: none; padding-left: 0;}
.sidebar .wooslider .wooslider-control-nav li {background: none; padding-left: 4px;}

