/*   
Theme Name: YHHIEC
Theme URI: http://example.com/example/
Description: Yorkshire & Humber HIEC
Author: Dave Wilkinson
Author URI: http://thinkdave.com/
Version: 1.0
*/

/* ---------- @ Clearfixes -----------*/

#header::after, 
#content_box::after, 
#sidebars::after, 
.format_text::after, 
.teasers_box::after, 
.prev_next::after, 
ul.sidebar_list::after,
.post_box::after {
	clear: both;
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
}

/* ---------- @ HTML Tags -----------*/

.clr {clear: both;}


body,html {
	min-height:101%; /*Firefox scrollbar fix*/
}
	
body {
	background:#cccccc url(images/body_bg.png) 0 0 repeat;
	color: #111;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
}
	
p {	
	line-height: 1.5em;
}

a, a:active {
	color: #4262ae;
	text-decoration: underline;
}

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

a:visited {
	color: #7f3f98;
}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
}

td {
	padding:4px 6px;
	border-top:1px solid #CCC;
}

tr {
	background:#e3e3e3;
}
	
table caption {
	background:#FFF;
	padding:2px 0;
}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
}

div {
	display: block;
}


/* ---------- @ Structure -----------*/

.full_width {
	clear: both;
	width: 100%;
}

.full_width > .page {
	background: transparent;
}

.menu {
	overflow: hidden;
	list-style: none;
}

.menu li {
	float: left;
}

.menu a {
	line-height: 1.231em;
}

a.more_details {
	background: url(images/moredetails_button.png) 0 0 no-repeat;
	width: 100px;
	height: 23px;
	display: block;
	margin-bottom: 10px;
	text-indent: -999em;
}

a.more_details:hover {
	background-position: 0 -23px;
}



/* =themes
======================================= */

.theme1, .cat_Long {background: #6e78c9;}
.theme2, .cat_Maternal {background: #af85ce;}
.theme3, .cat_Patient {background: #0092d7;}

/* =header area
======================================= */

#header_area {

}

#header_area .page {
	margin: 0 auto;
	width: 1020px;
}

#header_round {
	background: url(images/container_top.png) 0 0 no-repeat;
	height: 30px;
	margin-top: 10px;
}

#header {
	background: url(images/container_mid.png) 0 0 repeat-y;
	padding: 0 10px;
	position: relative;
	z-index: 100;
	height: 100%;
}

/* =branding
======================================= */

#logo, #logo a {
	width: 321px;
	height: 100px;
}

#logo {
	background: url(images/logo.png) 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	bottom: -10px;
	position: relative;
	z-index: 20;
	text-indent: -999em;
}

#logo a {
	display: block;
}

#tagline {
	background: url(images/tagline.png) 0 0 no-repeat;
	float: left;
	width: 351px;
	height: 28px;
	margin-top: 72px;
	position: relative;
	bottom: -10px;
	z-index: 20;
	text-indent: -999em;
}

#header #nhs, #header #nhs a {
	width: 74px;
	height: 30px;
}

#header #nhs {
	float: right;
	margin-right: 20px;
	text-indent: -999em;
}

#header #nhs a {
	background: url(images/nhs_header.png) 0 0 no-repeat;
	display: block;
}


/* =main menu
======================================= */

#main_menu {
	background: url(images/nav_container_bg.png) 0 0 no-repeat;
	clear: both;
	width: 1000px;
	height: 60px;
}

.menu-header-menu-container {
	background: url(images/main_nav_bg.png) right top no-repeat;
	float: left;
	width: auto;
	height: 30px;
	margin-top: 30px;
}

#main_menu .menu {
	padding-left: 5px;
	list-style: none;
	overflow: visible;
	position: relative;
	z-index: 50;
}

#main_menu .menu li {
	float: left;
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
}

#main_menu .menu > li {
	border-right: 1px solid #ffffff;
}

#main_menu .menu li.last {
	border-right: 0;
}

#main_menu .menu a {
	display: block;
	padding: 7px 15px 6px;
	font-size: 1.3em;
	color: #ffffff;
	text-decoration: none;
}


#main_menu .menu li.last a {
	padding-right: 40px;
}

#main_menu .menu li > a:hover {
	color: #cccccc;
	background: transparent;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/


/*#main_menu .menu { 
	position: relative; 
	list-style: none; 
	z-index: 50; 
}

#main_menu .menu li { 
	position: relative; 
	float: left; 
}*/

#main_menu .menu ul { 
	position: absolute; 
	visibility: hidden; 
	list-style: none; 
	z-index: 110; 
	background: #330033;
}

#main_menu .menu ul li { 
	clear: both; 
}

#main_menu .menu ul, #main_menu .menu ul li { width: 295px; }

#main_menu .menu ul ul, #main_menu .menu :hover ul :hover ul { left: 294px; }

#main_menu .menu li:hover ul, #main_menu .menu a:hover ul { left: -1px; }

#main_menu .menu a { 
	display: block; 
}

#main_menu .menu table { 
	position: absolute; 
	left: 0; 
	border-collapse: collapse; 
}

#main_menu .menu table table { 
	top: 0 !important; 
}

#main_menu .menu ul ul { 
	position: absolute; 
	top: 0; 
}

#main_menu .menu li:hover ul, #main_menu .menu a:hover ul, #main_menu .menu :hover ul :hover ul, #main_menu .menu :hover ul :hover ul :hover ul { 
	visibility: visible;
}

#main_menu .menu :hover ul ul, #main_menu .menu :hover ul :hover ul ul { 
	visibility: hidden;
}

/* =search form
======================================= */

#main_menu #search_form {
	float: right;
	width: 200px;
	height: 60px;
	margin-right: 20px;
}

#search_form p {
	background: url(images/glass.png) right 5px no-repeat;
	color: #ffffff;
	font-size: 1.4em;
	padding: 7px 20px 0 0;
	text-align: left;
	width: 100px;
}

fieldset.search {
	border: none;
	background: transparent;
	width: 200px;
}
.search input, .search button {
	border: none;
	float: left;
}

.search input.box {
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #d4d0c8;
	border-right: 1px solid #d4d0c8;
	color: #111111;
	font-size: 1em;
	width: 165px;
	height: 20px;
	padding: 0px 5px;
	background: #ffffff;
	margin-right: 7px;
	line-height: 20px;
}

.search input.box:focus {
	background: #f2f2f2;
	border: 1px solid #404040;
	outline: none;
}

.search button.btn {
	width: 14px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(images/search_button.png) no-repeat 0 1px;
}



/* =themes menu
======================================= */

#themes_menu {
	background: url(images/themes_nav_bg.png) 0 0 no-repeat;
	width: 1000px;
	height: 30px;
	clear: both;
}

#themes_menu p {
	float: left;
	width: 193px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 1.166em;
	color: #ffffff;
}

#themes_menu .menu {
	height: 30px;
}

#themes_menu .menu li {
	height: 30px;
	line-height: 30px;
}

#themes_menu .menu li.theme-1 {width: 180px;}
#themes_menu .menu li.theme-2 {width: 226px;}
#themes_menu .menu li.theme-3 {width: 120px;}

#themes_menu .menu a {
	color: #fff;
	display: block;
	text-align: center;
	padding: 7px 0 7px;
	text-decoration: none;
	font-size: 1.166em;
	font-weight: normal;
}

#themes_menu .menu a:hover {
	color: #e3e3e3;
	text-decoration: none;
}

/* =content area
======================================= */

#content_area {
	
}

#content_area .page {
	margin: 0 auto;
	width: 1020px;
}

#content_box {
	background: url(images/container_mid.png) 0 0 repeat-y;
	padding: 0 10px;
	overflow: hidden;
	clear: both;
}

#content {
	clear: both;
	float: left;
	width: 760px;
	font-size: 12px;
	overflow: hidden;
	color: #111;
}

#content.no_sidebars {
	width: 100%;
}

.no_sidebars .post_box.right {
	float: right;
	width: 720px;
	padding-left: 0;
}

.no_sidebars.left #sidebar {
	float: left;
	width: 240px; 
}

#column_wrap {
	float: left;
	width: 760px;
	overflow: hidden;
}

#column_wrap #sidebar {
	float: left;
	width: 240px;
}

#column_wrap .post_box {
	float: right;
	width: 480px;
}

/* =breadcrumbs
======================================= */

#breadcrumbs {
	margin: 10px 0 10px;
	padding-left: 20px;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

#breadcrumbs a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding: 0 3px 0 0;
}


/* =left sidebar
======================================= */

#left_sidebar {
	float: left;
	width: 140px;
	margin-left: 20px;
}

.menu-sidebar-menu {
	
}

#left_sidebar .menu li {
	float: none !important;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #663366;
}

#left_sidebar ul.sidebar_list {
	padding: 5px 20px 0 0;
}

#left_sidebar li.widget {

}

#left_sidebar h3 {
	color: #111;
	font-weight: bold;
	font-size: 1.166em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#left_sidebar .widget_box {
	color: #663366;
}

#left_sidebar .widget_box ul {

}

#left_sidebar .widget_box ul li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #663366;
}

#left_sidebar a {
	color: #663366;
	font-weight: bold;
	text-decoration: none;
}

#left_sidebar a:hover {
	color: #666666;
	text-decoration: none;
}



.post_box, .teasers_box, #comments, .prevnext {
	padding: 0 20px 20px 20px;
}

/* =teasers
======================================= */

.teasers_box,
.themepage {
	float: right;
	width: 560px;
}

.teaser {
	padding: 0px 5px 15px 5px;
	border-bottom: 1px dotted #663366;
	margin-bottom: 15px;
}

.teaser .attachment-post-thumbnail {
	float: left;
	padding-top: 2px;
	margin-right: 10px;
}

.teaser .date, .tec-event p.date {
	padding: 3px 5px;
	width: 150px;
	margin-bottom: 10px;
	color: #663366;
	font-weight: bold;
}

#content #tec-content {
font-size: 12px !important;
}

.headline_area {
	margin-bottom: 10px;
}

h1.entry-title, h2.entry-title {
	font-weight: bold;
	
}

.entry-title a {
	color: #663366;
	text-decoration: none;
}

.entry-title a:hover {
	color: #666666;
	text-decoration: none;
}

.teaser .entry-title {margin-bottom: 20px;}

.entry-meta {
	font-size: 10px;
	font-style: italic;
}

/* =page content
======================================= */

.format_text h1, h1.entry-title {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #7f3f98;
	margin-bottom: 10px;
}

.format_text h2 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4262ae;
	margin-bottom: 10px;
}

.format_text h3 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4262ae;
	margin-bottom: 10px;
	font-style: italic;
}

.format_text h4 {
	font-size: 10px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #4262ae;
	margin-bottom: 10px;
}

.format_text h5 {
	font-size: 10px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 10px;
}

.format_text h6 {
	font-size: 10px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 10px;
	font-style: italic;
}

.format_text p {
	margin-bottom: 15px;
}

.format_text img.attachment-single-post-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.format_text a,
.format_text a:active {
	color: #4262ae;
	text-decoration: underline;
}

.format_text a:hover {
	color: #2b437d;
	text-decoration: underline;
}

.format_text a:visited {
	color: #7f3f98;
	text-decoration: none;
}

.format_text ul, .format_text ol {
	margin: 10px 1px 15px;
	padding: 0;
}

.format_text ul {
	list-style: disc;
}

.format_text ul li {
	margin-left: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.format_text ol {
	list-style: decimal;
}

.format_text ol li {
	margin-left: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
}

/* =themes key
======================================= */

#themes_key {
	clear: both;
	font-size: 1.166em;
	color: #330033;
	padding: 10px 20px;
	/* mod 14-09-11 */
	display: none;
}

#themes_key ul {
	list-style: none;
	overflow: hidden;
}

#themes_key li {
	float: left;
	margin: 0 10px;
	padding: 4px 10px 5px;
}

#themes_key li.key {
	padding-top: 4px;
	margin-right: 15px;
}

#themes_key li a {
	display: block;
	padding: 4px 10px 5px;
	color: #330033;
	text-decoration: none;
}

#themes_key li a:hover {
	color: #666666;
	text-decoration: none;
}


/* =sidebars (right sidebar)
======================================= */	

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul.sidebar_list {
	padding-top: 0px;
}

.home #sidebar ul.sidebar_list {
	padding-top: 10px;
}

#sidebar li.widget {
	font-size: 12px;
	margin-bottom: 10px;
}

#sidebar h3 {
	background: url(images/sidebar_h3.png) 0 0 no-repeat;
	padding: 7px 0 8px 21px;
	font-size: 1.166em;
	font-weight: bold;
	color: #330033;
}

#sidebar h4 {
	padding: 7px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #663366;
}

#sidebar h4 a {
	color: #663366;
	text-decoration: none;
}

#sidebar h4 a:hover {
	color: #666666;
	text-decoration: underline;
}

#sidebar li.widget .widget_box {
	padding: 15px 20px 0;
	color: #663366;
}

/* Newsletter form */

/*#subForm {

}

#subForm p {
	font-style: italic;
	margin-bottom: 5px;
}

#subForm input[type=text] {
	margin-top: 10px;
	width: 190px;
	padding: 3px 4px;
	border: 1px solid #000000;
}

#subForm input[type=text]:focus {
	outline: none;
	background: #f2f2f2;
	border: 1px solid #666666;
}

#subForm #mail_notice {
	float: left;
	width: 95px;
	font-size: 11px;
	color: #666666;
}

#subForm input[type=image] {
	float: right;
	width: 95px;
	height: 23px;
	margin: 3px 0 0 0;
	padding: 0;
	border: none;
}

#subForm input[type=image].button {
	clear: both;
	float: left;
	margin-top: 10px;
} */

.subform {
	overflow: hidden;
	width: 200px !important;
}

.subform .gform_heading {margin-bottom: 0 !important;}

.subform label {
	display: none !important;
}

.subform input.medium {
	width: 187px !important;
	padding: 5px !important;
	border: 1px solid #ccc !important;
	background: #fff !important;
	margin-left: 1px !important;
}

.subform .gform_edit_link {display: none;}

.subform .gform_footer {margin: 0 !important; padding: 0 !important;}

/* More Details button - sidebar specific */

#sidebar a.more_details {
	width: 100px;
	height: 23px;
	display: block;
	margin: 15px 0 15px 0;
	text-indent: -999em;
}

#sidebar li#query-posts-3 {margin-bottom: 0;}

#sidebar li#text-6 h3 {display: none;}

#sidebar #news_utility {overflow: hidden;}

#sidebar #news_utility .left {
	float: left;
	width: 40px;
}

#sidebar #news_utility .right {
	float: right;
	width: 100px;
}

#sidebar a.rss {
	background: url(images/rss_icon.png) 0 0 no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -999em;
}

#sidebar ul ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

#sidebar ul ul li a {}

/* Sidebar Events */

#sidebar .upcoming li {
	border-bottom: 1px dotted #663366;
	padding: 10px 0;
	margin-bottom: 10px;
}

#sidebar .upcoming li .event {
	margin: 5px 0;
}

#sidebar .upcoming li .event a {
	font-weight: bold;
	color: #663366;
	margin-bottom: 5px;
}

#sidebar .upcoming li .event a:hover {
	color: #330033;
	text-decoration: none;
}

#sidebar .upcoming li .event a:hover {
	color: #330033;
}

#sidebar .dig-in a {
	background: url(images/moredetails_button.png) 0 0 no-repeat;
	width: 100px;
	height: 23px;
	display: block;
	margin: 0 0 10px 100px;
	text-indent: -999em;
}

#sidebar .dig-in a:hover {
	background-position: 0 -23px;
}




	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 6px 10px;
	background:#663366;
	color:#FFF !important;
	border:none !important;
	font-size:12px;
	}

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}
	
#commentform p {
	margin: 5px 0;
}

#commentform input[type=text] {
	border: 1px solid #663366;
}

#commentform textarea {
	width: 70%;
	height:150px;
	border: 1px solid #663366;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#searchfield {
	width:220px;
	}
	
#searchsubmit {
	vertical-align:top;
	}		
	



/* ---------- @ Footer -----------*/

#footer_area {

}

#footer_area .page {
	margin: 0 auto;
	width: 1020px;
}

#footer_round {
	background: url(images/container_bottom.png) 0 100% no-repeat;
	height: 26px;
}

#footer {
	background: url(images/container_mid.png) 0 0 repeat-y;
	color: #666666;
	font-size: 1.2em;
	margin:0;
	padding: 0 10px;
	overflow: hidden;
}

#footer #logo_strip {
	background: url(images/logo_strip.png) 0 0 no-repeat;
	clear: both;
	width: 100%;
	height: 52px;
	text-indent: -999em;
	margin: 20px 0 0;
}

#footer #band_strip {
	background: url(images/band_strip.png) 0 0 repeat;
	padding: 0;
	border-right: 1px solid #330033;
	border-left: 1px solid #330033;
}

#band_strip ul {
	margin: 0;
	padding: 0;
}

#band_strip li {
	border-bottom: 36px solid #330033;
}

#partners {
	padding: 0 20px;
	margin-bottom: 10px;
}

#partners p {
	color: #330033;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}

.menu-footer-menu-container {
	float: left;
	width: 500px;
	padding: 0 0 0 20px;
}

#footer .menu {
	display: block;
}

#footer .menu li {
	border-right: 1px solid #666666;
	margin-right: 10px;
}

#footer .menu li.last {
	border-right: 0;
}

#footer .menu a {
	padding: 3px 10px 3px 0;
}

#copyright {
	float: right;
	width: 300px;
	text-align: right;
	padding: 0 20px 0 0;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #330033;
	text-decoration: underline;
}

#credits {
	overflow: hidden;
}

#credits .left {
	float:left;
	width:50%;
}

#credits .right {
	float:right;
	width:50%;
	text-align: right
}





/* ---------- @ Comments -----------*/

#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	}

h3#commenttitle {
	margin:32px 0 12px;
	font-weight: bold;
	border-bottom: 1px dotted #663366;
	padding-bottom: 5px;
}

h3#commenttitle a {
	color: #666666;
	text-decoration: underline;
}

	
.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	position:relative;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	color:#FFF;
	}

.reply a:active {
	background: #424242;
	color:#FFF;
	}
			
.commentlist li {
	margin: 0 0 22px;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	list-style:none
	}

.commentlist li li {
	border:none;
	border-left: 1px solid #CCC;	
	margin:0 0 0 20px;
	padding-left:25px;
	background:none
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:2px solid #CCC;
	}
	
.commentlist code {
	background:#f2f2f2;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 10px 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1em Helvetica, Arial, sans-serif;
	letter-spacing:-0.05em;
	display:block;
	padding:9px 0 4px;
	}	

.says {
	display:none;
	}

.comment-author {
	overflow:hidden;
	}
		
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#9f9f9f;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}
	
/* =homepage
================================= */

#feature_box {
	margin: 10px 0 10px 20px;
}

.uds-stage:hover {
	cursor: pointer !important;
}

.home .post_box, 
.page-template-themes-php .post_box {
	padding-right: 0;
}

#introduction {
	background: #330033 url(images/intro_bg.png) 0 0 repeat-y;
	overflow: hidden;
}

#introduction h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	padding: 10px 20px;
	margin: 0 0 10px;
}

#introduction .left {
	float: left;
	width: 160px;
	margin-right: 20px;
}

#introduction .right {
	float: left;
	width: 520px;
}

#introduction .format_text {
	padding: 0 20px 5px;
	color: #ffffff;
}

#content_block_faux {
	overflow: hidden;
	background: url(images/home_boxes.png) 0 0 repeat-y;
	margin-top: 20px;
}

.home .content_block,
.page-template-themes-php .content_block {
	float: left;
	width: 220px;
	padding: 10px;
	margin-top: 10px;
	color: #f2f2f2;
}

.home .content_block.gutter,
.page-template-themes-php .content_block.gutter {
	margin-left: 10px;
	margin-right: 10px;
}

.home .content_block h2,
.page-template-themes-php .content_block h2 {
	font-size: 1.166em;
	color: #f2f2f2;
	font-weight: bold;
	margin-bottom: 20px;
}

.home .content_block a {
	color: #f2f2f2;
	text-decoration: underline;
}

.home .content_block .format_text {
	position: relative;
	height: 400px;
	padding-bottom: 240px;
}

.home .content_block img {
	
}

.home .content_block a.more_details {
	position: absolute;
	bottom: 165px;
	left: 0px;
}

.home .content_block .fixed_content {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#home_widgets {
	overflow: hidden;
	margin: 20px 0;
}

#home_widgets .col {
	float: left;
	width: 240px;
	margin-right: 10px;
}

#home_widgets #homewidget3 {
	margin-right: 0;
}

#home_widgets h2 {margin: 10px 0 15px;}

#home_widgets a.more-link {font-weight: bold;}

/* =resources page
=================================== */

.resource {
	float: left;
	width: 320px;
	margin: 20px;
}

.resource.clear {
	clear: both;
}

.resource .left {
	float: left;
	width: 160px;
	margin-right: 10px;
}

.resource .right {
	float: right;
	width: 150px;
}

.resource .left img {
	background: #f2f2f2;
	padding: 4px;
	border: 1px solid #ccc;
}

.resource .bold {
	font-weight: bold;
}

.resource h3 {
	font-weight: bold;
	margin: 5px 0;
}

a.PDF {
	background: url(images/pdf_icon.png) 0 0 no-repeat;
	width: 115px;
	height: 115px;
	display: block;
	text-indent: -999em;
	float: left;
}

a.Excel {
	background: url(images/excel_icon.jpg) 0 0 no-repeat;
	width: 115px;
	height: 115px;
	display: block;
	text-indent: -999em;
	float: left;
}

a.Word {
	background: url(images/word_icon.jpg) 0 0 no-repeat;
	width: 115px;
	height: 115px;
	display: block;
	text-indent: -999em;
	float: left;
}

a.PowerPoint {
	background: url(images/powerpoint_icon.jpg) 0 0 no-repeat;
	width: 115px;
	height: 115px;
	display: block;
	text-indent: -999em;
	float: left;
}

a.Link {
	background: url(images/html_icon.jpg) 0 0 no-repeat;
	width: 115px;
	height: 115px;
	display: block;
	text-indent: -999em;
	float: left;
}


/* =images
=================================== */
	
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:15px 0;
}

.wp-caption {
	background:#f2f2f2;
	text-align:center;
	padding:10px 5px 10px 10px;
}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
}

.wp-caption.alignleft {
	float:left;
	margin:10px 22px 10px 0;
}
	
.wp-caption.alignright {
	float:right;
	margin:10px 0 10px 22px;
}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	margin-top:15px;
	float:none
}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
}	

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

.gallery {
	margin:15px 0;
	display:block;
}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	margin:0 auto
}

.gallery-item {
	padding:12px 0;
	text-align:center
}

.gallery-caption {
	padding:10px 0;
}

.format_text .gform_fields {
	list-style: none;
}

.format_text .gform_fields li {
	margin: 0;
	padding: 0;
}

a.show {
display: block;
font-size: 14px;
font-weight: bold;
text-decoration: none;
cursor: pointer;
}

div.answer {
display: none;
margin-bottom: 20px;
}

.nivo-caption {display: none !important;}

#slideshow {
	position: relative;
	z-index: 3;
}

div.sociable {clear: both;}

.sociable ul li {float: left; width: 16px; margin-right: 3px;}
.home .sociable {display: none;}

/*-----------------------------------------------------------------------------------*/
/*	12.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons */

a.button {
	height: 20px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px 0 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
    		box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}

a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

a:hover.button { background-position: 0 -28px; }
a:hover.button.large { background-position: 0 -35px; }

a.button.white {
	background-image: url(images/shortcodes/buttons/button_white.png);
	border: 1px solid #d3d3d3;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}

a.button.large.white { background-image: url(images/shortcodes/buttons/button_white_large.png); }
a:hover.button.white { border: 1px solid #c4c4c4; }

a.button.grey {
	background-image: url(images/shortcodes/buttons/button_grey.png);
	border: 1px solid #b5b5b5;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.grey { background-image: url(images/shortcodes/buttons/button_grey_large.png); }
a:hover.button.grey { border: 1px solid #989898; }

a.button.red {
	background-image: url(images/shortcodes/buttons/button_red.png);
	border: 1px solid #df6f8b;
	color: #913944;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

a.button.large.red { background-image: url(images/shortcodes/buttons/button_red_large.png); }
a:hover.button.red { border: 1px solid #c36079; }

a.button.orange {
	background-image: url(images/shortcodes/buttons/button_orange.png);
	border: 1px solid #f5b74e;
	color: #996633;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.orange { background-image: url(images/shortcodes/buttons/button_orange_large.png); }
a:hover.button.orange { border: 1px solid #d29a3a; }

a.button.green {
	background-image: url(images/shortcodes/buttons/button_green.png);
	border: 1px solid #adc671;
	color: #5d7731;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.green { background-image: url(images/shortcodes/buttons/button_green_large.png); }
a:hover.button.green { border: 1px solid #8bb14d; }

a.button.teal {
	background-image: url(images/shortcodes/buttons/button_teal.png);
	border: 1px solid #90c6c8;
	color: #437b7d;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.teal { background-image: url(images/shortcodes/buttons/button_teal_large.png); }
a:hover.button.teal { border: 1px solid #7db9bb; }

a.button.blue {
	background-image: url(images/shortcodes/buttons/button_blue.png);
	border: 1px solid #8dc5da;
	color: #42788e;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.blue { background-image: url(images/shortcodes/buttons/button_blue_large.png); }
a:hover.button.blue { border: 1px solid #7caec0; }

a.button.navy {
	background-image: url(images/shortcodes/buttons/button_navy.png);
	border: 1px solid #a2afb8;
	color: #515f6a;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.navy { background-image: url(images/shortcodes/buttons/button_navy_large.png); }
a:hover.button.navy { border: 1px solid #8996a0; }

a.button.purple {
	background-image: url(images/shortcodes/buttons/button_purple.png);
	border: 1px solid #bc9db9;
	color: #7b5777;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a.button.large.purple { background-image: url(images/shortcodes/buttons/button_purple_large.png); }
a:hover.button.purple { border: 1px solid #a482a0; }

a.button.black {
	background-image: url(images/shortcodes/buttons/button_black.png);
	border: 1px solid #4c4c4c;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}

a.button.large.black { background-image: url(images/shortcodes/buttons/button_black_large.png); }
a:hover.button.black { border: 1px solid #2c2c2c; }

/* Alerts ------------------------------*/

.alert {
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    margin: 0 0 20px 0;
}

.alert.white {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    color: #444444;
}

.alert.red {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}

.alert.orange {
    background: #FFCBA8;
    border-top: 1px solid #efd1b1;
    border-bottom: 1px solid #efd1b1;
    color: #cc6600;
}

.alert.green {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}

/* Tabs ------------------------------*/

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.tabs {
	margin: 0 0 20px 0;
}

.tabs ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
}

.tabs ul.nav li a {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 24px;
	background: #FBFBFB;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

.tabs ul.nav li.ui-tabs-selected a {
	height: 25px;
	background: #fff;
	color: #3f3e3c;
}

.tabs .tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

/* Toggle ------------------------------*/

.toggle {
	margin: 0 0 20px 0;
}

.toggle h4 {
	font-size: 12px;
	padding: 10px; 
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	cursor: pointer;
}

.toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-top: none;
}

.toggle .ui-icon {
	background: #F00;
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px 10px 0 0;
}

.toggle .ui-icon {
    background: url(images/shortcodes/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { background: url(images/shortcodes/toggles/toggle-open.png) no-repeat; }

/* 
----------------------------------------
Theme landing pages
---------------------------------------- 
*/	

#column_wrap #sidebar.theme-sidebar {
	width: 220px;
	padding: 0 0 0 20px;
}

#sidebar.theme-sidebar-right {
	width: 220px;
	padding: 0 20px 0 0;
}

li.widget.landing h2.theme1 {
	background: #7077c8;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
}

li.widget.landing h2.theme2 {
	background: #af85ce;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
}

li.widget.landing h2.theme3 {
	background: #0092d7;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
}

#sidebar li.widget.landing h3 {
	background: none;
	color: #111;
	padding-left: 0;
}

.theme_headline {height: 30px; line-height: 30px;}

.theme_headline.theme1 {
	background: #7077c8;
	margin-bottom: 10px;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.theme_headline.theme2 {
	background: #af85ce;
	margin-bottom: 10px;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.theme_headline.theme3 {
	background: #0092d7;
	margin-bottom: 10px;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}


