/* RESET
 -------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, .reset,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}
body {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}
ol, ul {
	padding: 0;
	list-style: disc inside;
	margin-left: 20px;
	margin-bottom: 25px;
}
ol {
	list-style: decimal inside;	
}
ol.reset,
ul.reset {
	list-style: none outside;
	margin: 0;
}
p {
	margin-bottom: 25px;	
	line-height:22px;
	
}
.textwidget p {
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0
}
img, input, textarea {
	border: none;	
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
abbr {
	border-bottom: dotted 1px #9f9f9f;
	cursor: help
}
strong {
	font-weight: bold;	
}
em {
	font-style: italic;
	/*border-bottom: dotted 1px #ccc;*/
}
hr {
	border: none;
	border-top: none;
	margin: 0 10px 30px;
	background: transparent;
	clear: both;
}
hr.singular {
	margin-left: 0;
	margin-right: 0;
}

/* Utility classes */
.alignleft {
	float: left
}
.alignright{
	float: right
}
.textleft{
	text-align: left
}
.textright{
	text-align: right
}
.aligncenter,
.textcenter{
	text-align: center
}
.clear{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	margin-bottom: -1px
}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}



/* GLOBAL
 -------------------------------------------------- */
 
body {
	/*background: url(assets/images/bg.png) repeat left top;*/
background-color:#414f56;
	padding-bottom: 80px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
header,
footer {
	width: 960px;
	margin: 0 auto;	
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {

/*
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #333;
	
	*/
	
	font-family: 'Droid Sans', Arial, sans-serif;
	
}

h1 {
	font-size: 22px;
	margin-bottom: 30px;	
}
h2 {
	font-size: 22px;
	margin-bottom: 25px;	
	

	letter-spacing:0px;
	padding:20px 10px 7px 0px;
	line-height:1.3em;
	font-weight:bold;
	border-bottom:1px solid #D6D6D6;
}
h3 {
	font-size: 18px;
	margin-bottom: 25px;	
	font-weight:bold;
}
h4 {
	font-size: 16px;
	margin-bottom: 20px;	
}
h5 {
	font-size: 14px;
	margin-bottom: 20px;	
}
h6 {
	font-size: 12px;
	margin-bottom: 15px;	
}
h3.small, h2.small {
	font-size: 14px;
}
h1.page_title {
	display: block;
	padding-left: 30px;
	padding-top: 30px;	
	padding-bottom: 30px;
	margin-bottom: 0;
	border-bottom: solid 1px #e8e8e8;
}

/* links */
a,
a:visited {
	color: #287CC0;
	text-decoration: none;
}
a:hover {
	
	color:#636363;
}
a:active {
	color: #3a4560;
}

/* share list */
.social_list {
	display: block;
	width: 100px;
	padding: 2px 0;
	overflow: hidden;
}
.social_list li {
	display: block;
	height: 16px;
	height: 16px;
	float: left;
	margin: 2px;
}
.social_list li img {
	opacity: 0.7;
}
.social_list li a:hover img {
	opacity: 1;	
}

/* Buttons */
a.button,
#submit {
	float: left;
	height: 30px;
	display: block;
	padding: 0 10px;
	line-height: 29px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-right: 5px;
	color: #fff;
	border: solid 1px #578faa;
	text-shadow: 0 -1px 0 #427d99;
	background-color: #71aac5;
	background-image: -moz-linear-gradient(top, #71aac5, #5d97b3); 
	background-image: -ms-linear-gradient(top, #71aac5, #5d97b3); 
	background-image: -o-linear-gradient(top, #71aac5, #5d97b3); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71aac5), to(#5d97b3)); 
	background-image: -webkit-linear-gradient(top, #71aac5, #5d97b3); 
	background-image: linear-gradient(top, #71aac5, #5d97b3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#71aac5', EndColorStr='#5d97b3');	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 5px;
	border-radius: 5px;		
}
.button:hover,
#submit:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border: solid 1px #315f75;
	background-color: #7bb3cd;
	background-image: -moz-linear-gradient(top, #7bb3cd, #5d97b3); 
	background-image: -ms-linear-gradient(top, #7bb3cd, #5d97b3); 
	background-image: -o-linear-gradient(top, #7bb3cd, #5d97b3); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7bb3cd), to(#5d97b3)); 
	background-image: -webkit-linear-gradient(top, #7bb3cd, #5d97b3); 
	background-image: linear-gradient(top, #7bb3cd, #5d97b3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7bb3cd', EndColorStr='#5d97b3');	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);		
}
.button:active,
#submit:active {
	color: #fff;
	line-height: 32px;
	background: #5d97b3;
}


/* HEADERS
 -------------------------------------------------- */

/* Sticky header */
#sticky_header {
	width: 960px;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
	z-index: 999;
margin-top:10px;
	
}

/* - Logo */
#sticky_header #logo {
	display: block;
	float: left;
	
margin-right:10px;
	margin-bottom: 0;
	line-height: 1;
	padding-right: 1px;
	
}
#sticky_header #logo #logo_link {
	display: block;
	float: left;
	padding: 9px;
	margin-bottom: 0;
	line-height: 1;
	
}
#sticky_header #logo #logo_link #logo_image {
	display: block;	
}

/* - Utility nav */
#sticky_header #utility_nav {
	display: block;
	height: 30px;
	float: right;
	overflow: hidden;
	/* position: absolute;*/
	top: 50%;
	right: 210px;
	margin-top: -15px;
}
#sticky_header #utility_nav .utility_object_container {
	float: left;
	margin-right: 10px;
}
#sticky_header #utility_nav .utility_object_container:last-child {
	margin-right: 0;	
}

/* -- Utility buttons */
#sticky_header #utility_nav .utility_object_container .utility_button {
	display: block;
	float: left;
	background: #475066;
	text-decoration: none;
	border: solid 1px #2b2e3a;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 1px;
	height: 27px;
}
#sticky_header #utility_nav .utility_object_container .utility_button .utility_button_inner {
	display: block;
	float: left;
	padding: 0 10px;
	height: 27px;
	line-height: 26px;
	color: #fff;
	text-shadow: 0 -1px 0 #12141a;
	font-weight: bold;
	background-color: #3a4052;
	background-image: -moz-linear-gradient(top, #3a4052, #2e3445); 
	background-image: -o-linear-gradient(top, #3a4052, #2e3445); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3a4052), to(#2e3445)); 
	background-image: -webkit-linear-gradient(top, #3a4052, #2e3445); 
	background-image: linear-gradient(top, #3a4052, #2e3445);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3a4052', EndColorStr='#2e3445');
}
#sticky_header #utility_nav .utility_object_container .utility_button:hover .utility_button_inner,
#sticky_header #utility_nav .utility_object_container .utility_button:focus .utility_button_inner {
	text-shadow: 0 1px 0 #12141a;
	background-color: #3a4052;
	background-image: -moz-linear-gradient(top, #3a4052, #252a39); 
	background-image: -o-linear-gradient(top, #3a4052, #252a39); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3a4052), to(#252a39)); 
	background-image: -webkit-linear-gradient(top, #3a4052, #252a39); 
	background-image: linear-gradient(top, #3a4052, #252a39);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3a4052', EndColorStr='#252a39');		
}
#sticky_header #utility_nav .utility_object_container .utility_button:active {
	background: #41495e;		
}
#sticky_header #utility_nav .utility_object_container .utility_button:active .utility_button_inner {
	text-shadow: 0 -1px 0 #12141a;
	line-height: 28px;
	background-color: #31384a;
	background-image: -moz-linear-gradient(top, #31384a, #252a39); 
	background-image: -o-linear-gradient(top, #31384a, #252a39); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#31384a), to(#252a39)); 
	background-image: -webkit-linear-gradient(top, #31384a, #252a39); 
	background-image: linear-gradient(top, #31384a, #252a39);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#31384a', EndColorStr='#252a39');		
}
#sticky_header #utility_nav .utility_object_container .utility_button .utility_button_inner .icon {
	display: block;
	height: 16px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
#sticky_header #utility_nav .utility_object_container .utility_button.contact .utility_button_inner .icon {
	background: url(assets/images/utility_contact_icon.png) no-repeat center;
	width: 15px;
}
#sticky_header #utility_nav .utility_object_container .utility_button.share .utility_button_inner .icon {
	background: url(assets/images/utility_share_icon.png) no-repeat center;		
	width: 17px;
}
#sticky_header #utility_nav .utility_object_container .utility_button.top .utility_button_inner .icon {
	background: url(assets/images/utility_top_icon.png) no-repeat center;	
	width: 12px;	
}
#sticky_header #utility_nav .utility_object_container .utility_button:active .utility_button_inner .icon {
	margin-top: 5px;	
}

/* -- Utility search */
#sticky_header #sticky_search {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: solid 1px #464d5f;
	padding-left: 1px;
	margin-left: 15px;
	
}
#sticky_header #sticky_search #sticky_search_container {
	height: inherit;
	width: 150px;
	padding: 0 22px;
	
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;		
}
#sticky_header #sticky_search #sticky_search_container .searchbar {
	width: 148px;
	height: 28px;
	padding: 0 7px;
	color: #5d6276;
	
	line-height: 27px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -82px;
	border: solid 1px #2b2e3a;
	
	font-family: Arial, Helvetica, sans-serif;
background-color:#fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	font-size: 12px;	
}
.searchbar{

}
#sticky_header #sticky_search #sticky_search_container .searchbar:focus {
	color: #000;
background-color:#e6e6e6!important;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}



/* BODY CONTENT
 -------------------------------------------------- */

#body_content {
	margin-top: 100px;
	background: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

/* navigation */
#body_content nav {
	display: block;
	width: 960px;
	height: 50px;
	border-bottom: solid 1px #f0eddd;
	background-color: #fffde8;
	background-image: -moz-linear-gradient(top, #fffde8, #fbf9e4); 
	background-image: -ms-linear-gradient(top, #fffde8, #fbf9e4); 
	background-image: -o-linear-gradient(top, #fffde8, #fbf9e4); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffde8), to(#fbf9e4)); 
	background-image: -webkit-linear-gradient(top, #fffde8, #fbf9e4); 
	background-image: linear-gradient(top, #fffde8, #fbf9e4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffde8', EndColorStr='#fbf9e4');
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#body_content nav ul#nav {
	position: relative;
	z-index: 1;
}
#body_content nav ul#nav li {
	display: block;
	float: left;
}
#body_content nav ul#nav li a {
	display: block;
	height: 50px;
	float: left;
	line-height: 49px;
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #948975;
	text-shadow: 0 1px 0 #fff;
	border-right: solid 1px #f0eddd;	
}
#body_content nav ul#nav li a:hover,
#body_content nav ul#nav li a.hover,
#body_content nav ul#nav ul li a.hover,
#body_content nav ul#nav li.current_page_item > a {
	background: #fffef4;
}
#body_content nav ul#nav li a:active {
	line-height: 52px;	
}

/* blue */
.blue #body_content nav {
	border-bottom: solid 1px #d9e4ee;
	background-color: #e8f3ff;
	background-image: -moz-linear-gradient(top, #e8f3ff, #e3effa); 
	background-image: -ms-linear-gradient(top, #e8f3ff, #e3effa); 
	background-image: -o-linear-gradient(top, #e8f3ff, #e3effa); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f3ff), to(#e3effa)); 
	background-image: -webkit-linear-gradient(top, #e8f3ff, #e3effa); 
	background-image: linear-gradient(top, #e8f3ff, #e3effa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e8f3ff', EndColorStr='#e3effa');	
}
.blue #body_content nav ul#nav li a {
	color: #758494;
	border-right: solid 1px #d9e4ee;	
}
.blue #body_content nav ul#nav li a:hover,
.blue #body_content nav ul#nav li a.hover,
.blue #body_content nav ul#nav ul li a.hover,
.blue #body_content nav ul#nav li.current_page_item > a {
	background: #eef6ff;
}

/* pink */
.pink #body_content nav {
	border-bottom: solid 1px #f0d3d3;
	background-color: #ffe8e8;
	background-image: -moz-linear-gradient(top, #ffe8e8, #fae4e4); 
	background-image: -ms-linear-gradient(top, #ffe8e8, #fae4e4); 
	background-image: -o-linear-gradient(top, #ffe8e8, #fae4e4); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe8e8), to(#fae4e4)); 
	background-image: -webkit-linear-gradient(top, #ffe8e8, #fae4e4); 
	background-image: linear-gradient(top, #ffe8e8, #fae4e4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe8e8', EndColorStr='#fae4e4');
}
.pink #body_content nav ul#nav li a {
	color: #947575;
	border-right: solid 1px #f0d3d3;	
}
.pink #body_content nav ul#nav li a:hover,
.pink #body_content nav ul#nav li a.hover,
.pink #body_content nav ul#nav ul li a.hover,
.pink #body_content nav ul#nav li.current_page_item > a {
	background: #ffefef;
}

/* - sub nav */
#body_content nav ul#nav ul {
	position: absolute;
	top: 50px;
	list-style: none outside;
	margin: 0;
	display: none;
}
#body_content nav ul#nav ul li {
	float: none;	
}
#body_content nav ul#nav ul li a {
	float: none;
	width: 120px;
	background-color: #fffde8;
	background-image: -moz-linear-gradient(top, #fffde8, #fbf9e4); 
	background-image: -ms-linear-gradient(top, #fffde8, #fbf9e4); 
	background-image: -o-linear-gradient(top, #fffde8, #fbf9e4); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffde8), to(#fbf9e4)); 
	background-image: -webkit-linear-gradient(top, #fffde8, #fbf9e4); 
	background-image: linear-gradient(top, #fffde8, #fbf9e4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fffde8', EndColorStr='#fbf9e4');
	border: solid 1px #f0eddd;
	border-bottom: none;
}
#body_content nav ul#nav ul li:last-child a {
	border-bottom: solid 1px #f0eddd;	
}

/* blue */
.blue #body_content nav ul#nav ul li a {
	background-color: #e8f3ff;
	background-image: -moz-linear-gradient(top, #e8f3ff, #e3effa); 
	background-image: -ms-linear-gradient(top, #e8f3ff, #e3effa); 
	background-image: -o-linear-gradient(top, #e8f3ff, #e3effa); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8f3ff), to(#e3effa)); 
	background-image: -webkit-linear-gradient(top, #e8f3ff, #e3effa); 
	background-image: linear-gradient(top, #e8f3ff, #e3effa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e8f3ff', EndColorStr='#e3effa');	
	border: solid 1px #d9e4ee;
	border-bottom: none;
}
.blue #body_content nav ul#nav ul li:last-child a {
	border-bottom: solid 1px #d9e4ee;	
}

/* pink */
.pink #body_content nav ul#nav ul li a {
	background-color: #ffe8e8;
	background-image: -moz-linear-gradient(top, #ffe8e8, #fae4e4); 
	background-image: -ms-linear-gradient(top, #ffe8e8, #fae4e4); 
	background-image: -o-linear-gradient(top, #ffe8e8, #fae4e4); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe8e8), to(#fae4e4)); 
	background-image: -webkit-linear-gradient(top, #ffe8e8, #fae4e4); 
	background-image: linear-gradient(top, #ffe8e8, #fae4e4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe8e8', EndColorStr='#fae4e4');
	border: solid 1px #f0d3d3;
	border-bottom: none;
}
.pink #body_content nav ul#nav ul li:last-child a {
	border-bottom: solid 1px #f0d3d3;	
}

/* - grand sub nav */
#body_content nav ul#nav ul ul {
	left: 160px;
	margin-top: 1px;
}


/* bread crumb and social stats container */
#body_content #breadcrumb_container {
	height: 45px;
	color: #777;
	border-bottom: solid 1px #e8e8e8;
	background-color: #fcfcfc;
	background-image: -moz-linear-gradient(top, #fcfcfc, #f6f6f6); 
	background-image: -ms-linear-gradient(top, #fcfcfc, #f6f6f6); 
	background-image: -o-linear-gradient(top, #fcfcfc, #f6f6f6); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f6f6f6)); 
	background-image: -webkit-linear-gradient(top, #fcfcfc, #f6f6f6); 
	background-image: linear-gradient(top, #fcfcfc, #f6f6f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfcfc', EndColorStr='#f6f6f6');	
}
#body_content #breadcrumb_container a {
	color: #777;
}
#body_content #breadcrumb_container .icon {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	margin-right: 7px;
	margin-top: 11px;
	background: url(assets/images/breadcrumb_bar_icons.png) no-repeat;	
}

/* - social stats */
#body_content #breadcrumb_container #social_stats {
	float: right;
	width: 310px; /* 289px */
	padding: 0 20px;
	height: 45px;
	border-left: solid 1px #e8e8e8;
}
#body_content #breadcrumb_container #social_stats .social_stats {
	width: 134px;
	margin-right: 20px;
	height: 21px;
	line-height: 44px;
	float: left;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-shadow: 0 1px 0 #fff;
}
#body_content #breadcrumb_container #social_stats #rss_stats.social_stats {
	margin-right: 0;	
}
#body_content #breadcrumb_container #social_stats #twitter_stats.social_stats .icon {
	background-position: left top;	
}
#body_content #breadcrumb_container #social_stats #rss_stats.social_stats .icon {
	background-position: left -21px;		
}

/* - breadcrumb */
#body_content #breadcrumb_container #breadcrumb {
	float: left;
	width: 359px;  /* 569px; */
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	border-left: solid 1px #fff;
}
#body_content #breadcrumb_container #breadcrumb .icon {
	background-position: left bottom;
	margin-top: 12px;	
}
#body_content #breadcrumb_container #breadcrumb .breadcrumb li {
	display: inline;
	font-family: Verdana, Arial, Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 1px 0 #fff;
	color: #aaa;
}
#body_content #breadcrumb_container #breadcrumb .breadcrumb li a {
	text-decoration: none;
	color: #777;
}
#body_content #breadcrumb_container #breadcrumb .breadcrumb li a:hover {
	text-decoration: underline;	
}
#body_content #breadcrumb_container #breadcrumb .breadcrumb li a:active {
	color: #666;	
}



/* SIDEBAR
 -------------------------------------------------- */

#sidebar {
	float: right;
	width: 345px; /* 324px; */
	color: #777;
	padding-top: 10px;
	background: #f8f8f8;
	text-shadow: 0 1px 0 #fff;
	border-left: solid 5px #f3f3f3;
	-webkit-box-shadow: inset 0px 5px 3px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: inset 0px 5px 3px rgba(0, 0, 0, 0.02);
	box-shadow: inset 0px 5px 3px rgba(0, 0, 0, 0.02);
}

/* widgets */
#sidebar .sidebar_widgets_container .widget_container {
	display: block;
	/*width: 290px;*/
	padding: 20px;
/*	border-bottom: solid 1px #e8e8e8;
	border-top: solid 1px #fff;	*/
}



#sidebar .sidebar_widgets_container .widget_container:first-child {
	border-top: none;	
}
#sidebar .sidebar_widgets_container .widget_container:last-child {
	border-bottom: none;	
}
#sidebar .sidebar_widgets_container .widget_container .widget_title {
	font-size: 14px;
	line-height: 1;
	border-bottom: 20px;
	color: #555;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	
}

/* - tabbed posts widget */
.wizy_tabbed_posts_widget {
	background: #fff;
	overflow: hidden;
	border: solid 1px #e8e8e8;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wizy_tabbed_posts_widget .tabs {
	display: block;
	width: 330px;
	overflow: hidden;	
	font-size:10px;
}

.wizy_tabbed_posts_widget .tabs li {
	display: block;
	float: left;
}
.wizy_tabbed_posts_widget .tabs li a {
	display: block;
	height: 45px;
	color: #777;
	text-shadow: 0 1px 0 #fff;
	border-right: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	padding: 0 16px;
	line-height: 45px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #fafafa, #f6f6f6); 
	background-image: -ms-linear-gradient(top, #fafafa, #f6f6f6); 
	background-image: -o-linear-gradient(top, #fafafa, #f6f6f6); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6)); 
	background-image: -webkit-linear-gradient(top, #fafafa, #f6f6f6); 
	background-image: linear-gradient(top, #fafafa, #f6f6f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#f6f6f6');	
}
.wizy_tabbed_posts_widget .tabs li:first-child a {
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.wizy_tabbed_posts_widget .tabs li:last-child a {
	border-right: none;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.wizy_tabbed_posts_widget .tabs li a.current {
	background: #fff;
	border-bottom: none;
}
.wizy_tabbed_posts_widget .panes .tab_pane .wizy-recent-posts li,
.wizy_tabbed_posts_widget .panes .tab_pane .wizy-recent-comments li,
.wizy_tabbed_posts_widget .panes .tab_pane .wizy-popular-posts li {
	display: block;
	width: 260px;
	padding: 15px;
	border-bottom: solid 1px #e8e8e8;
}
.wizy_tabbed_posts_widget .panes .tab_pane .wizy-recent-posts li:last-child,
.wizy_tabbed_posts_widget .panes .tab_pane .wizy-recent-comments li:last-child,
.wizy_tabbed_posts_widget .panes .tab_pane .wizy-popular-posts li:last-child {
	border-bottom: none;	
}

/* -- recent & popular posts */
.wizy_tabbed_posts_widget .panes .wizy-thumb-list .wizy-thumb-list-item .wizy-thumb-list-thumb {
	display: block;
	float: left;
	border: solid 1px #e8e8e8;
	width: 55px;
	height: 55px;
	margin-right: 15px;
	padding: 1px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
}
.wizy_tabbed_posts_widget .panes .wizy-thumb-list .wizy-thumb-list-item .wizy-thumb-list-thumb img {
	background: #f4f4f4;
	padding: 5px;	
}
.wizy_tabbed_posts_widget .panes .wizy-thumb-list .wizy-thumb-list-item .wizy-thumb-list-details {
	width: 185px;
	float: left;
}
.wizy_tabbed_posts_widget .panes .wizy-thumb-list .wizy-thumb-list-item .wizy-thumb-list-details .wizy-thumb-list-title {
	font-size: 12px;
	line-height: 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-bottom: 2px;
}
.wizy_tabbed_posts_widget .panes .wizy-thumb-list .wizy-thumb-list-item .wizy-thumb-list-details .wizy-thumb-list-title a {
	color: #6b7899;
	text-decoration: none;
}
.wizy_tabbed_posts_widget .panes .wizy-thumb-list .wizy-thumb-list-item .wizy-thumb-list-details .wizy-thumb-list-count {
	font-size: 12px;
	line-height: 1;
	color: #999;	
}

/* -- recent comments */
.wizy_tabbed_posts_widget .panes .tab_pane .wizy-recent-comments li {
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.wizy_tabbed_posts_widget .panes .tab_pane .wizy-recent-comments li a:first-child {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #6b7899;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

/* - Twitter widget */
.wizy_twitter_widget_title .icon {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	margin-right: 7px;
	margin-top: -3px;
	background: url(assets/images/breadcrumb_bar_icons.png) no-repeat left top;
}
.wizy_twitter_widget_title h3 {
	margin-bottom: 10px;	
}
.wizy_twitter_widget_note {
	margin-bottom: 10px;
	color: #999;	
}
.wizy_twitter_widget .single_tweet {
	margin-bottom: 8px;
}
.wizy_twitter_widget .single_tweet .single_tweet_content {
	display: block;
	padding: 15px;
	background: #fff;
	width: 260px;
	font-style: italic;
	border: solid 1px #e8e8e8;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wizy_twitter_widget .single_tweet .posted {
	display: block;
	margin-top: -1px;
	padding-left: 35px;
	padding-top: 3px;
	background: url(assets/images/twitter_widget_tweet_bottom.png) no-repeat 10px top;	
}

/* - flickr widget */
.flickr_images_container {
	padding: 15px 0 0 17px;
	background: #fff;
	border: solid 1px #e8e8e8;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.flickr_images_container a.flickr_photo {
	display: block;
	width: 70px;
	height: 70px;
	padding: 1px;
	float: left;
	background: #fff;
	border: solid 1px #e8e8e8;
	margin-right: 15px;
	margin-bottom: 15px;
}
.flickr_images_container a.flickr_photo img {
	background: #f4f4f4;
	display: block;
	padding: 5px;	
}

/* - video widget */
.wizy_video_widget {
	width: 260px;
	padding: 15px;
	background: #fff;
	border: solid 1px #e8e8e8;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.wizy_video_widget iframe {
	display: block;
}

/* - ads widget */
.wizy_ads_widget {
	width: 300px;
	overflow: hidden;
	border:0px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wizy_ads_widget .wizy_ad_spot {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.wizy_ads_widget .wizy_ad_spot:nth-child(2n+2) {
	margin-right: 0;
}
.wizy_ads_widget .wizy_ad_spot img {
	display: block;	
}


/* FOOTER
 -------------------------------------------------- */

footer {
	margin-bottom: 20px;
	border-top: solid 1px #e8e8e8;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
footer #footer_container {
	padding: 20px;
	background: #fcfcfc;
	border-top: solid 5px #f7f7f7;	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#footer_text_left,
#footer_text_right {
	width: 400px;
	color: #888;
	text-shadow: 0 1px 0 #fff;
}
#footer_text_left {
	padding-left: 20px;
	float: left;		
}
#footer_text_right {
	padding-right: 20px;
	float: right;
	text-align: right;
}

/* footer widgets */
footer .footer_widget_area {
	display: block;
	width: 290px;
	margin-right: 25px;
	float: left;	
}
footer #footer-third.footer_widget_area {
	margin-right: 0;	
}
footer .footer_widget_area .widget_container {
	margin-bottom: 30px;
}

footer .footer_widget_area .widget_container:last-child {
	margin-bottom: 0;	
}
footer .footer_widget_area .widget_container .widget_title {
	font-size: 14px;
	line-height: 1;
	border-bottom: 20px;
	color: #555;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
footer .footer_widget_area .widget_container ul {
	list-style: none outside;
	margin-left: 0;
	line-height: 22px;	
}
footer .footer_widget_area .widget_container .textwidget :last-child {
	margin-bottom: 0;
}


/* CONTENT
 -------------------------------------------------- */

#content {
	float: left;
	width: 609px; /* 630px */
	border-right: solid 1px #e8e8e8;
	min-height: 300px;
}
#content.singular {
	float: none;
	width: 960px;
	border-left: none;
}



/* HOMEPAGE
 -------------------------------------------------- */

.homepage_module {
	padding: 30px;
	border-bottom: solid 1px #e8e8e8;	
}

/* tagline */
#tagline.homepage_module #primary_tagline {
	font-family: "Droid Serif", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0;
	text-align: center;
}
#tagline.homepage_module #secondary_tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 20px;
	text-align: center;
	color: #6b7899;
}

/* nivo defaults */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 8;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}

/* slider */
#slider {
	border-bottom: none;
	overflow: hidden;
	padding-bottom: 0 !important;
}
#slider #slider_container {
	width: 564px;
	height: 300px;
	position: relative;
	border: solid 3px #f2f2f2;	
}
#slider #slider_container .nivo-caption {
	width: 544px;
	margin: 0;
	padding: 9px 10px;
	opacity: 1;
	text-shadow: 1px 1px 1px #000;
	background: rgba(0, 0, 0, 0.7);
}
#slider #slider_container .nivo-caption h3 {
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
#slider .nivo-controlNav {
	width: 570px;
	padding: 20px 30px;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	background: url(assets/images/slider_background_noise.png) repeat;
	margin: 30px -30px 0 -30px;
	overflow: hidden;
}
#slider .nivo-controlNav a {
	display: block;
	width: 102px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#slider .nivo-controlNav a:hover,
#slider .nivo-controlNav a.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	text-decoration: none !important;
}
#slider .nivo-controlNav a:hover img,
#slider .nivo-controlNav a.active img {
	background: url(assets/images/slider_thumb_frame.png) no-repeat -2px 0;
}
#slider .nivo-controlNav a img {
	display: block;
	margin: 0 auto;
	height: 40px;
	width: 88px;
	padding: 12px 5px 5px 5px;
	background: url(assets/images/slider_thumb_frame.png) no-repeat -2px -60px;
}
span.thumb_title {
	font-size: 11px;
	text-align: center;
	color: #333;
	line-height: 16px;
	font-weight: normal !important;
	font-style: italic;
	display: block;
	margin-top: 5px;
}


/* ARCHIVE
 -------------------------------------------------- */

div.couple_posts_container {
	padding: 30px;
	border-bottom: solid 0px #e8e8e8;
	overflow: hidden;	
	padding-top:0px;
	padding-bottom:0px;
}
div.couple_posts_container .blog_page_post {
	width: 270px;
	float: left;
	margin-right: 30px;	
}
div.couple_posts_container .blog_page_post:last-child {
	margin-right: 0;		
}

/* post thumb */
div.couple_posts_container .blog_page_post a.post_thumb {
	display: block;
	padding: 1px;
	width: 268px;
	height: 148px;
	background: #fff;
	margin-bottom: 15px;
	border: solid 1px #e8e8e8;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
}
div.couple_posts_container .blog_page_post a.post_thumb:hover {
	border: solid 1px #aaa;	
}
div.couple_posts_container .blog_page_post a.post_thumb img {
	background: #f4f4f4;
	display: block;
	padding: 4px;	
}

/* post title & meta */
div.couple_posts_container .blog_page_post .post_title {
	font-size: 18px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: bold;
	line-height: 27px;
	margin-bottom:  12px;
	
	
}
div.couple_posts_container .blog_page_post .post_title a {
	color: #333;	
}
div.couple_posts_container .blog_page_post .post_meta {
	margin-bottom: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #999;
	font-size:10px;
}



/* note excerpt */
div.couple_posts_container .blog_page_post .post_excerpt {
	margin-bottom: 15px;	
}
div.couple_posts_container .blog_page_post .post_excerpt :last-child {
	margin-bottom: 0;	
}

/* note links */
div.couple_posts_container .blog_page_post .post_links {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none outside;	
	overflow: hidden;
}
div.couple_posts_container .blog_page_post .post_links li {
	float: left;
	display: block;
	font-weight: bold;
	margin-right: 20px;
	line-height: 17px;
}
div.couple_posts_container .blog_page_post .post_links li:last-child {
	margin-right: 0;	
}
div.couple_posts_container .blog_page_post .post_links li .icon {
	display: block;
	width: 17px;
	height: 17px;
	background: url(assets/images/post_links_icons.png) no-repeat;
	float: left;
	margin-right: 5px;	
}
div.couple_posts_container .blog_page_post .post_links li.continue_reading .icon {
	background-position: left top;
}
div.couple_posts_container .blog_page_post .post_links li.share .icon {
	background-position: left bottom;
}

/* pagination */
.pagination {
	clear: both;
	padding: 30px;
	border-bottom: solid 1px #e8e8e8;	
	padding-bottom:5px;
}
.pagination span.current {
	display: block;
	float: left;
	height: 30px;
	padding: 0 10px;
	line-height: 29px;
	background: #aaa;
	margin-right: 5px;
	color: #fff;
	border: solid 1px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}


/* SINGLE POST
 -------------------------------------------------- */

#single_post {
	padding: 30px;
	border-bottom: solid 0px #e8e8e8;	
	padding-top:0px;
}

/* post thumb */
#single_post .post_thumb {
	display: block;
	padding: 1px;
	width: 568px;
	height: 208px;
	background: #fff;
	margin-bottom: 15px;
	border: solid 1px #e8e8e8;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
}
#single_post .post_thumb img {
	background: #f4f4f4;
	display: block;
	padding: 4px;	
}

/* post title and meta */
#single_post .post_title {
	font-size: 22px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: bold;
	line-height: 27px;
	margin-bottom:  12px;
}
#single_post .post_meta {
	margin-bottom: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #999;
	font-size:10px;
}

/* post content */
#single_post .post_content {
}
#single_post .post_content :last-child {
	margin-bottom: 0;
}

/* author bio */
#single_post_author {
	padding: 30px;
	border-bottom: solid 1px #eaeaea;
	background: #f9f9f9;
}
#single_post_author #author_avatar {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	float: left;
}
#single_post_author #author_description {
	width: 480px;
	float: left;	
}
#single_post_author #author_description h3 {
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
}
#single_post_author #author_description #author_link {
	padding-top: 10px;	
}


/* COMMENTS
 -------------------------------------------------- */

#comments {
	padding: 30px;	
}
#comments #comments_title {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: normal;
}

/* comments list */
#comments .commentlist {
	display: block;
	width: 570px;
	margin-left: -30px;
	padding: 0 30px;
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: 30px;	
}
#comments .commentlist ul {
	list-style: none outside;
	margin-left: 65px;
	margin-bottom: 0;
}
#comments .commentlist .comment-container {
	display: block;
	margin-bottom: 15px;
}
#comments .commentlist .comment-container .comment-author-avatar {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;	
}
#comments .commentlist .comment-container .comment-author-avatar img {
	display: block;	
}
#comments .commentlist .comment-container .comment-body-container {
	float: left;
	padding-bottom: 15px;
	width: 500px;
	border-bottom: solid 1px #e8e8e8;
}
#comments .commentlist > .comment:last-child .comment-container .comment-body-container {
	border-bottom: none;	
}
#comments .commentlist ul .comment-container .comment-body-container {
	width: 435px;
}
#comments .commentlist ul ul .comment-container .comment-body-container {
	width: 370px;
}
#comments .commentlist .comment-container .comment-body-container .comment-meta {
	margin-bottom: 15px;
	color: #999;
}
#comments .commentlist .comment-container .comment-body-container .comment-meta .comment-author-link {
	margin-bottom: 0px;	
}
#comments .commentlist .comment-container .comment-body-container .comment-meta .comment-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;	
}
#comments .commentlist .comment-container .comment-body-container .comment-body {
	margin-bottom: 15px;	
}
#comments .commentlist .comment-container .comment-body-container .comment-body :last-child {
	margin: 0px;	
}
#comments .commentlist .comment-container .comment-body-container .comment-edit-reply {
	
}

/* comment form */
#commentform p {
	margin-bottom: 0;
	overflow: hidden;
}
#commentform .logged-in-as,
#commentform .comment-notes,
#commentform .form-allowed-tags {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	background: #f9f9f9;
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
}
#commentform #url,
#commentform #email,
#commentform #author,
#commentform .comment-form-comment #comment {	
	width: 400px;
	padding: 0 10px;
	background: #fff;
	color: #666;
	height: 40px;
	float: left;
	margin-bottom: 10px;
	border: solid 1px #e8e8e8;
	font-family: "Droid Serif",Georgia, "Times New Roman", Times, serif;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ie8 #commentform #url,
.ie8 #commentform #email,
.ie8 #commentform #author,
.ie7 #commentform #url,
.ie7 #commentform #email,
.ie7 #commentform #author {
	line-height: 39px;
}
#commentform #url:focus,
#commentform #email:focus,
#commentform #author:focus,
#commentform .comment-form-comment #comment:focus {
	background: #464d62;
	border: solid 1px transparent;
	color: #fff;
}
#commentform .comment-form-comment #comment {
	display: block;
	width: 545px;
	max-width: 623px;
	height: 100px;	
	margin-right: 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.ie7 #commentform #url,
.ie7 #commentform #email,
.ie7 #commentform #author, 
.ie7 #commentform .comment-form-comment #comment {
	float: none;	
}
#commentform label {
	line-height: 40px;
	padding-left: 10px;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#commentform .comment-form-comment label {
	display: none;	
}
.ie7 #commentform .comment-form-comment label {
	display: inline;	
}


/* PAGES
 -------------------------------------------------- */
 
#page_container {
	padding: 30px;
	padding-bottom: 0;
	border-bottom: solid 1px #e8e8e8;	
}
#page_container .page_title {
	width: 570px;
	padding: 0 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.singular #page_container .page_title {
	width: 940px;	
	padding: 0 20px;
	margin-bottom: 30px;
}


/* PROJECTS
 -------------------------------------------------- */
 
#projects_container {
	padding: 30px;
}
#projects_container.frontpage {
	padding-bottom: 0;
	border-bottom: solid 1px #e8e8e8;	
}
#projects_container .project_container {
	width: 170px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
#projects_container .project_container:nth-child(3n+3) {
	margin-right: 0;	
}

/* project thumb */
#projects_container .project_container a.project_thumb {
	display: block;
	padding: 1px;
	width: 168px;
	height: 98px;
	background: #fff;
	margin-bottom: 15px;
	border: solid 1px #e8e8e8;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
}
#projects_container .project_container a.project_thumb img {
	background: #f4f4f4;
	display: block;
	padding: 4px;
}
#projects_container .project_container a.project_thumb:hover {
	border: solid 1px #aaa;	
}

/* project title and desc */
#projects_container .project_container .project_title {
	font-size: 12px;
	margin-bottom: 10px;	
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#projects_container .project_container .project_title a {
	color: #444;	
}
#projects_container .project_container .project_desc {
	margin-bottom: 15px;	
}
#projects_container .project_container .project_desc :last-child {
	margin-bottom: 0;	
}


/* SEARCH
 -------------------------------------------------- */
 
.search_error {
	padding-bottom: 30px;
}
.search_error .notice {
	display: block;
	margin-bottom: 20px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
}
.post-search {
	width: 570px;
	padding: 0 30px;
	margin-left: -30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e8e8e8;	
}
.post-search:last-child {
	border-bottom: none;
	margin-bottom: 0;
}


/* SHORTCODES
 -------------------------------------------------- */
 
/* grid system */
.x1,
.x2,
.x3 {
	margin-bottom: 30px;
	float: left;
}
.x1 {
	width: 570px;
	float: none;	
}
.x2 {
	width: 270px;
	margin-right: 30px;	
}
.x2.last {
	margin-right: 0;	
}
.x3 {
	width: 170px;
	margin-right: 30px;	
}
.x3.last {
	margin-right: 0;	
}

/* Twitter */
div.wizy_twitter_container .wizy_twitter {
	line-height: 20px;
}
div.wizy_twitter_container .wizy_twitter li.single_tweet {
	display: block;
	width: 202px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.wizy_twitter_container .wizy_twitter li.single_tweet .icon_16 {
	margin-right: 5px;
}
div.wizy_twitter_container .wizy_twitter li.single_tweet .posted {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
}
div.wizy_twitter_container .wizy_twitter_account {
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
}

/* Flickr */
.wizy_flickr_images_container {
	overflow: hidden;	
}
.wizy_flickr_images_container a {
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.wizy_flickr_images_container a:nth-child(3n+3) {
	margin-right: 0;	
}
.wizy_flickr_images_container a img {
	display: block;	
}
.wizy_flickr_images_container p {
	margin: 0;	
}
.wizy_flickr_images_container .wizy_flickr_auhtor_info {
	display: block;
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;		
}


/* Slider */
.wizy_slider_inline_container {
	border-top: solid 3px #333;
	border-bottom: solid 3px #333;
	position: relative;
	margin-bottom: 30px;
}
.wizy_slider_inline_container .wizy_slider_nav_inline {
	position: absolute;
	z-index: 999;
	height: 30px;
	background: url(assets/images/inner_slider_bg.png) repeat-x left top;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 0 10px;
	bottom: 0;
	left: 50%;
	overflow: hidden;
}
.wizy_slider_inline_container .wizy_slider_nav_inline a {
	display: block;
	height: 11px;
	width: 10px;
	margin: 0 3px;
	margin-top: 10px;
	background: url(assets/images/inner_slider_controll.png) no-repeat left top;
	float: left;
	text-indent: -999em;
}
.wizy_slider_inline_container .wizy_slider_nav_inline a.activeSlide {	
	background: url(assets/images/inner_slider_controll.png) no-repeat left bottom;
}
.wizy_slider_inline_container .wizy_slider_inline,
.wizy_slider_inline_container .wizy_slider_inline div {
	position: relative;
	width: inherit;
	height: inherit;
	margin: 0;
	overflow: hidden;
}
.wizy_slider_inline_container .wizy_slider_inline div img {
	display: block;
	margin: 0;
}
.wizy_slider_inline_container .wizy_slider_inline  .slider_image_caption {
	position: absolute;
	z-index: 995;
	padding: 15px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.ie8 .wizy_slider_inline_container .wizy_slider_inline  .slider_image_caption,
.ie7 .wizy_slider_inline_container .wizy_slider_inline  .slider_image_caption {
	background: #333;	
}

/* tabs */
.wizy_tabbed {
	margin-bottom: 30px;
}
.wizy_tabbed .tab {
	display: block;
	height: 30px;
	padding: 0 15px;
	float: left;
	line-height: 30px;
	background: url(assets/images/inner_slider_bg.png) repeat-x left top;
	margin-right: 10px;
	border-top: solid 3px #444;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.wizy_tabbed .tab.current {
	border-bottom: solid 3px #444;
	border-top-color: #222;
	margin-top: -3px;
}
.wizy_tabbed .pane {
	width: 100%;
	border-bottom: solid 3px #ccc;
	border-top: solid 3px #444;
	padding: 15px;
	clear: both;
	background: #fff;
}

/* collapsible */
.wizy_collapsible {
	margin-bottom: 30px;
	width: 100%;	
}
.wizy_collapsible dt {
	display: block;
	padding: 0 15px;
	height: 30px;
	line-height: 29px;
	background: url(assets/images/inner_slider_bg.png) repeat-x left top;
	border-top: solid 3px #444;
	border-bottom: solid 3px #ccc;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.wizy_collapsible dt .icon {
	display: block;
	height: 6px;
	width: 12px;
	float: right;
	position: relative;
	top: 12px;
	background: url(assets/images/collapsible_arrows.png) no-repeat left top;
}
.wizy_collapsible dt.expanded .icon {
	background: url(assets/images/collapsible_arrows.png) no-repeat left bottom;
}
.wizy_collapsible dd {
	display: block;
	border-bottom: solid 3px #ccc;
	padding: 15px;
	clear: both;
	background: #fff;
}

/* Notices */
.success_notice,
.error_notice,
.info_notice,
.warning_notice {
	display: block;
	padding: 10px 10px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 25px;
	font-size: 14px;
}
.success_notice {
	background: #beebb5;
	border: solid 1px #7db772;
	cursor: pointer;
	color: #4a8f3c;
}
.error_notice {
	background: #f8c1c1;
	border: solid 1px #c74c4c;
	cursor: pointer;
	color: #c70000;
}
.warning_notice {
	background: #ffefa6;
	border: solid 1px #d1b016;
	cursor: pointer;
	color: #966a15;
}
.info_notice {
	background: #b2daee;
	border: solid 1px #6f9eb6;
	cursor: pointer;
	color: #0c81bd;
}

/* hr */
hr {
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: 30px;
	clear: both;
}

/* Block qoute and pre */
blockquote {
	font-family: MuseoSans, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding-left: 15px;
	border-left: solid 5px #bbb;
}
pre {
	background: #eaeaea;
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	padding: 5px;
	border: solid 1px #ccc;
	font-size: 12px;
	line-height: 19px;
	font-family: "Courier New", Courier, monospace;
	color: #444;
	margin-top: 20px;
	margin-bottom: 25px;
}

/* Images */
.wp-caption {
	display: block;	
	margin-bottom: 20px;
}
.wp-caption.alignleft,
.zoom.alignleft,
img.alignleft {
	margin: 0 20px 20px 0;	
}
.wp-caption.alignright,
.zoom.alignright,
img.alignright {
	margin: 10px 0 20px 20px ;	
}
.wp-caption.alignleft img,
.wp-caption.alignright img {
	margin: 0	
}
.wp-caption a,
.wp-caption p,
.wp-caption img {
	margin: 0;
}
.wp-caption img {
	display: block;	
}
.wp-caption p {
	display: block;
	background: #e5e5e5;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.zoom {
	display: block;
	background: url(assets/images/zoom.png) no-repeat center;
	margin-bottom: 15px;	
}
a.zoom img {
	display: block;	
}

/* Lists */
div.checklist ul,
div.checklist ol {
	list-style-image: url(assets/images/checklist.png);
}
div.errorlist ul,
div.errorlist ol {
	list-style-image: url(assets/images/errorlist.png);
}
div.arrowlist ul,
div.arrowlist ol {
	list-style-image: url(assets/images/arrowlist.png);
}
div.infolist ul,
div.infolist ol {
	list-style-image: url(assets/images/infolist.png);
}
div.starlist ul,
div.starlist ol {
	list-style-image: url(assets/images/starlist.png);
}
div.preview ul {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;	
}
div.x3 div.preview:last-child ul {
	margin-bottom: 0;	
}

/* Tables */
table {
	border-collapse: collapse;
	margin-bottom: 30px;
}
table th,
table td {
	padding: 3px 7px;
	text-align: left;
}
table tr:hover td {
	background-color: #e0e0e0;	
}
table th {
	text-align: left;
	border: solid 2px #f4f4f4;
}
table td {
	background-color: #eaeaea;
	border: solid 2px #f4f4f4;	
}

table tfoot td {
	background-color: transparent;
	border: none;
}
table caption {
	font-weight: bold;
	padding: 3px 0px;
	background: #eaeaea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* FORMS
 -------------------------------------------------- */

/* Search form */
#searchform .searchbar {
	width: 270px;
	padding: 0 10px;
	background: #fff;
	color: #999;
	height: 40px;
	font-family: "Droid Serif",Georgia, "Times New Roman", Times, serif;
	border: solid 1px #e8e8e8;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ie #searchform .searchbar {
	line-height: 39px;	
}
#searchform .searchbar:focus {
	color: #fff;
	background: #464d62;
	border: solid 1px #343a4c;
}
.post-search {
	margin-bottom: 30px;	
}

/* Global */
.form_wrap {
	list-style: none outside;	
}
.form_wrap li {
	display: block;
	width: 440px;
	margin-bottom: 10px;
	overflow: hidden;	
}
.form_wrap label {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 5px;
	float: left;
	line-height: 40px;
}
.form_wrap .text,
.form_wrap textarea {
	width: 300px;
	float: left;
	border: solid 1px #ccc;
	background: #fff;
	height: 40px;
	display: block;
	margin-right: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px;
	color: #666;
	margin-bottom: 10px;
}
.form_wrap .text:focus,
.form_wrap textarea:focus {
	border-color: #999;		
}
.ie8 .form_wrap .text,
.ie7 .form_wrap .text {
	line-height: 39px;
}
.form_wrap textarea {
	width: 410px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100px;	
}
#contactform .form_wrap .error {
	border: solid 1px #F00;	
}
.form_wrap .loading {
	display: block;
	height: 40px;
	float: left;
	width: 20px;
	background: url(includes/images/global/loading.gif) no-repeat right center;	
}



/* Greepit previous theme styles */

.imgborder{

background: #fff;
margin-bottom: 15px;
border: solid 1px #d4d4d4;
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
padding:5px; margin:8px 0px 8px 0px;
}


.post-footer-info{
font-family: Verdana, Arial, sans-serif;
padding:10px;
/*width: 570px;*/
padding: 20px 30px;
border-top: solid 1px #E8E8E8;
border-bottom: solid 1px #E8E8E8;
background: url(assets/images/slider_background_noise.png) repeat;
margin: 30px -30px 0 -30px;
overflow: hidden;


}

.post-footer-info br{height:20px;}
.post_meta{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #999;
	font-size:10px;
	
	
	padding:10px;
/*width: 570px;*/
padding: 20px 30px;
border-top:1px solid #fff;
border-bottom: solid 1px #E8E8E8;
/*background: url(assets/images/slider_background_noise.png) repeat;*/
background-color:#FEFCE7;
margin: 0px -30px 0 -30px;
overflow: hidden;
	
}

#sidebar ul{list-style:none; margin:0px;}
#sidebar a{color:#545454; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.cat-title{color:#505050; margin:16px 0px 5px 0px; pading:0px; font-weight:bold; font-size:15px; color:#00467F;}

.wizy_tabbed_posts_widget{margin-top:30px;}
.tabs a{font-size:10px !important;}
 .widget_container{	padding: 0px 20px 0px 20px !important; margin:0px !important; }
 
 a.awesome, a:active.awesome, a:visited.awesome {
font-family: 'Droid Sans', Arial, sans-serif;
display: inline-block;
position: relative;
cursor: pointer;
margin-bottom: 20px;
font-size: 14px;
line-height: 130%;
font-weight: bold;
}

.widget_categories .widget_title{display:none !important; }

.sharebuttons{padding-top:7px; line-height:39px;}
.sharebuttons .twitter{padding-top:2px;}
.sharebuttons .fb{}
.sharebuttons .plusone{margin-top:-2px; margin-left:32px;}
.floatleft{float:left;}
.ad125 a{background-color:#fff !important'}
.ad125 a{margin:0px 11px 10px 12px !important;}
.related_post_title{margin: 0px 0px 5px 20px;
pading: 0px;
font-weight: bold;
font-size: 15px;
color: #00467F;}

.social4i{margin:20px 0px !important; padding:15px 5px 5px 15px !important;


border:solid 1px #e8e8e8; background-color:#fcfcfc;background-image:-moz-linear-gradient(top, #fcfcfc, #f6f6f6);background-image:-ms-linear-gradient(top, #fcfcfc, #f6f6f6);background-image:-o-linear-gradient(top, #fcfcfc, #f6f6f6);background-image:-webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f6f6f6));background-image:-webkit-linear-gradient(top, #fcfcfc, #f6f6f6);background-image:linear-gradient(top, #fcfcfc, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfcfc', EndColorStr='#f6f6f6')

}
.T8, .NhWGAf, .xW{color:#fff !important;}