/* @override http://www.tylerandmimiford.com/wp-content/themes/TylerMimi/style.css */
* {
	padding: 0;
	margin: 0;
}
img {
	border-style: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #f9f9f9 url(images/mainbg.gif) repeat-x;
}
.wrapper {
	margin: 0 auto;
	width: 1021px;
}
#header {
	color: #333;
	width: 1021px;
	padding: 0;
	height: 237px;
	margin: 0;
	background:url(images/blue-header-bg.jpg) no-repeat 0 0;
}
#header h1 {
	float: left;
	margin-left: 129px;
	margin-top: 25px;
	width: 536px;
	height: 157px;
	text-indent: -5000px;
}
#header h1 a {
	float: left;
	width: 536px;
	height: 157px;
}
#header .video {
	float: right;
	margin-right: 38px;
	margin-top: 4px;
	/*
	width: 293px;
	height: 222px;
	*/
}
#navigation {
	color: #333;
	padding: 0;
	margin:0;
	width: 1021px;
	height: 56px;
}
#navigation ul {
	width: 1021px;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	font: 18px/56px Arial, Helvetica, sans-serif;
}
#navigation ul li a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding:0 30px;
	display:block;
	float:left;
}
#navigation ul li a:hover {
	text-decoration: none;
	color:#04b468;
}
#content {
	width: 1021px;
	padding: 0;
	margin: 0;
}
#content-wrapper {
	background:url(images/body-pattern.gif) repeat;
	padding:20px 0;
}
/*-- More semantic clearfix hack --*/
.group:before, .group:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
/* @group Sidebars */
#left_sidebar {
	display: inline;
	color: #333;
	margin: 0;
	padding: 0px;
	width: 213px;
	float: left;
}
#left_sidebar h2, #right_sidebar h2, .mainrow .single h2 {
	background:url(images/sdbr-header-bg.gif) repeat-x center bottom;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #029c5a;
	border-bottom:none;
	/*width: 201px;*/
	height: 44px;
	color: #fff;
	padding-left: 10px;
	margin: 0;
	font:normal 23px/44px "Myriad Pro", Arial, Verdana, Tahoma;
}
.mainrow .single h2 {
	border:none;
	}
#right_sidebar h2.contest {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	text-shadow: #000 1px 1px 1px;
	border: 1px solid #3aa401;
	background-color: #3aa401;
	width: 202px;
	height: 30px;
	font-size: 23px;
	color: #fff;
	padding-top: 4px;
	font-weight: normal;
	font-style: normal;
	padding-left: 9px;
	margin: 0;
}
#left_sidebar h2.news {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	text-shadow: 1px 1px 1px #f9aa6d;
	border: 1px solid #f4b07a;
	background-color: #f4b07a;
	width: 202px;
	height: 30px;
	font-size: 23px;
	color: #292929;
	padding-top: 4px;
	font-weight: normal;
	font-style: normal;
	padding-left: 9px;
	margin: 0;
}
#left_sidebar .button, .side_box input#submit {
	background:url(images/button.png) no-repeat 0 0;
	text-align: center;
	font:normal 20px/40px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	width: 191px;
	height: 41px;
	margin: 0 0 8px;
	border:none;
}
#right_sidebar .enter {
	text-align: center;
	font: 17px Georgia;
	width: 193px;
	height: 25px;
	background: url(images/contest_button.gif) no-repeat;
	padding-top: 5px;
	margin: 0 0 8px;
}
#right_sidebar .enter a {
	color: #fff;
}
#left_sidebar .button a {
	color: #fff;
	text-decoration: none;
}
#left_sidebar .rss_feed {
	margin-bottom:10px;
}
#left_sidebar .rss_feed a {
	background:url(images/rss-btn.png) no-repeat 0 0;
	width:216px;
	height:54px;
	display:block;
	text-indent:-9999px;
}
.side_normal {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #fce9da;
	padding: 8px 8px 2px;
	margin-bottom: 19px;
}
.side_normal .centered {
	text-align: center;
	margin-bottom: 5px;
}
.side_normal p {
	margin-bottom: 7px;
}
.side_box {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: #fff;
	border: 1px solid #029c5a;
	margin-bottom: 19px;
	padding: 8px 9px 2px;
	overflow: hidden;
	border-top:none;
}
.side_box .twitter {
	width: 195px;
	height: 30px;
	background: url(images/twitter.gif) no-repeat;
	font: 15px Georgia;
	color: #000;
}
.side_box .facebook {
	width: 195px;
	height: 30px;
	background: url(images/facebook.gif) no-repeat;
	font: 15px Georgia;
	color: #000;
}
.side_box .ustream {
	width: 195px;
	height: 30px;
	background: url(http://www.tylerandmimiford.com/wp-content/uploads/2010/07/flickr.gif) no-repeat;
	font: 15px Georgia;
	color: #000;
}
.side_box .youtube {
	width: 195px;
	height: 30px;
	background: url(images/youtube.gif) no-repeat;
	font: 15px Georgia;
	color: #000;
}
.right-banner {position:relative; overflow:hidden;}
.right-banner span a{width:120px; height:28px; position:absolute; bottom:0px; left:45px; display:block; text-indent:-999em;}
.side_box .twitter a, .side_box .facebook a, .side_box .youtube a, .ustream a {
	float: left;
	width: 155px;
	height: 24px;
	padding-top: 6px;
	padding-left: 40px;
}
.side_box.green {
	border: 1px solid #3aa401;
	background: #fff url(http://www.tylerandmimiford.com/wp-content/uploads/2011/03/vemma_bonus.gif) 0px -5px no-repeat;
}
.side_box.green p.greenbox {
	margin-top: 205px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #f0f8c8;
	background-color: #f0f8c8;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 4px 8px;
	margin-bottom: 8px;
}
/*
.side_box.news {	border: 1px solid #f27e22;	background-color: #f27e22;}
.side_box.news input#name, 
.side_box.news input#email {	width: 179px;	height: 23px;	background: url(images/news_input.gif) no-repeat;	border-style: none;	color: #000;	font-size: 14px;	padding-left: 8px;	padding-right: 8px;	padding-top: 7px;}
.side_box.news input#go {	width: 195px;	height: 30px;	text-align: center;	color: #000;	background: url(images/signup.gif) no-repeat;	font: 16px Georgia;	border-style: none;	cursor: pointer;}
*/

.sdbr-body-by-vi {
	background:url(images/BBViBanner.jpg) no-repeat center top;
	/*background:url(images/sdbr-body-by-vi.jpg) no-repeat 0 0;*/
	width:213px;
	height:250px;
	display:block;
	text-indent:-9999px;
	margin-bottom:10px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius:5px;
}
.side_box ul {
	list-style-type: none;
	font-size: 15px;
	margin-bottom: 5px;
	padding-left: 1px;
}
.side_box ul li {
	margin-bottom: 7px;
}
.side_box p {
	margin-bottom: 8px;
	color: #292929;
	font-size: 14px;
	line-height: 20px;
}
.side_box input#search {
	background: url(images/search.gif) no-repeat;
	width: 172px;
	height: 24px;
	border-style: none;
	color: #7c7c7c;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}
/*.side_box input#submit {
	color: #fff;
	text-align: center;
	width: 195px;
	height: 30px;
	background: url(images/button.gif) no-repeat;
	font: 17px Grogia;
	border-style: none;
	cursor: pointer;
}*/
.side_box p.centered {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}
#right_sidebar {
	display: inline;
	position: relative;
	color: #333;
	margin: 0;
	padding: 0px;
	width: 213px;
	float: right;
}
#right_sidebar select {
	width: 191px;
}
/* @end */

#mainc {
	float: left;
	color: #333;
	margin: 0 0 0 19px;
	padding: 0px 0px 20px;
	width: 556px;
	display: inline;
	position: relative;
}
#mainc h2 {
	margin-bottom: 15px;
}
#mainc .tweet {
	float: left;
	margin-right: 15px;
}
#mainc .posttitle {
	margin-bottom: 20px;
}
.related_posts {
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 15px;
	padding: 15px 15px 5px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}
.related_posts h3 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 18px;
}
.related_posts ul {
	list-style-type: none;
	float: left;
	width: 450px;
	margin-bottom: 6px;
}
#mainc .post {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	margin-bottom: 19px;
}

#mainc .post .postimage {
	margin-bottom: 7px;
	width: 516px;
	min-height: 30px;
}
#mainc .post .postimage img {
	z-index: 1;
}
#mainc .postimage .comments_top_image {
	/*CSS Gradient*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#346cc5', endColorstr='#2b5ba6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#346cc5), to(#2b5ba6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #346cc5,  #2b5ba6); /* for firefox 3.6+ */
	
	position: absolute;
	width: 115px;
	height: 25px;
	text-align: center;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font: 15px Georgia;
	padding-top: 5px;
	z-index: 10;
}
#mainc .postimage .comments_top_image a {
	color: #fff;
}
#mainc .post .postimage p {
	margin-bottom: 5px;
}
#mainc .entry {
	padding: 19px 20px 5px 19px;
}
#mainc .entry.archives {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#mainc .entry h2 {
	font-size: 24px;
	margin-bottom: 4px;
}
#mainc .entry blockquote {
	background: #EFEFEF url(images/ico-quote2.gif) no-repeat left;
	border:1px solid #DDDDDD;
	margin:0 0 15px 0px;
	padding: 10px 5px 0px 40px;
	display:block;
	text-align:justify;
}
#mainc .entry p.meta {
	color: #090909;
	margin-bottom: 3px;
	font: italic 13px Georgia;
}
#mainc .entry p.meta a {
	color: #090909;
	text-decoration:underline;
}
#mainc .entry p {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 13px;
}
#mainc .entry ul, #mainc .entry ol {
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
#mainc .entry ul li {
	margin-bottom: 3px;
}
#mainc .post .postmeta {
	background-color:#efefef;
	width: 365px;
	height: 43px;
	margin:15px 0;
	padding:0 150px 0 15px;
	font:14px/43px Georgia, "Times New Roman", Times, serif;
	color:#161616;
	position:relative;
	/*Border Radius*/
	border-radius:5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius:5px;
}

#mainc .post .postmeta .cat a {
	color: #009555;
}
#mainc .post .postmeta .readmore {
	background:url(images/read-more-bg.png) no-repeat 0 0;
	width:120px;
	height:61px;
	position:absolute;
	top:-10px;
	right:10px;
	font:bold 15px/60px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:center;
	}
#mainc .post .postmeta .readmore:hover {
	opacity:0.8;
	filter:alpha('opacity = 80');
	}

.changeAva {
	float: right;
	position: relative;
	width: 135px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #c3c3c3;
	padding: 6px 6px 2px;
	font-size: 11px;
	right: 15px;
}
.changeAva a {
	text-decoration: underline;
}
.changeAva h4 {
	margin-bottom: 5px;
	font-size: 12px;
}
.changeAva p {
	margin-bottom: 5px;
}
.flickrpic p {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
/* @group Comments */
h3#comments, #respond h3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
}
ol.commentlist {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	list-style-type: none;
}
ol.commentlist .vcard {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}
ol.commentlist .commentmetadata {
	margin-bottom: 11px;
}
ol.commentlist .reply {
	text-align: right;
	font-size: 12px;
}
ol.commentlist .reply a {
	text-decoration: underline;
}
ol.commentlist li {
	margin-bottom: 15px;
	font-size: 13px;
	color: #000;
	line-height: 18px;
	border: 1px solid #dddddd;
	padding: 15px 15px 10px;
}
ol.commentlist ul.children li {
	background-color: #f8f8f8;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 15px;
}
ol.commentlist li p {
	margin-bottom: 12px;
}
ol.commentlist li .photo {
	float: right;
}
form#commentform {
	padding-left: 15px;
	padding-right: 15px;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 200px;
	height: 16px;
	padding-top: 4px;
	margin-bottom: 10px;
	border: 1px solid #c3c3c3;
	color: #000;
	font-family: Arial;
	margin-right: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
form#commentform textarea {
	width: 349px;
	padding-top: 4px;
	margin-bottom: 10px;
	border: 1px solid #c3c3c3;
	color: #000;
	font-family: Arial;
	margin-right: 5px;
	height: 150px;
	padding-left: 3px;
	padding-right: 3px;
}
form#commentform input#submit {
	margin-bottom: 15px;
}
/* @end */

/* @group Footer */
#footer {
	width: 1021px;
	clear: both;
	color: #333;
	margin: 0;
	padding: 0;
}
#footer .recentcomments a {
	font-weight: bold;
	color: #f57917;
}
.mainrow {
	width: 1021px;
	height: 378px;
	clear:both;
}
.mainrow .single {
	width: 327px;
	float: left;
	margin-right: 19px;
}
.mainrow .single.last {
	margin-right: 0;
	float: right;
}
/*.mainrow .single h2 {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	text-shadow: 1px 1px 1px #f9aa6d;
	border: 1px solid #f57917;
	background-color: #f57917;
	width: 318px;
	height: 30px;
	font-size: 23px;
	color: #292929;
	padding-top: 4px;
	font-weight: normal;
	font-style: normal;
	padding-left: 9px;
	margin: 0;
}*/
.mainrow .single .footerbox {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-top:none;
	padding: 8px 9px 2px;
	width: 309px;
	height: 330px;
	margin: 0;
	font-size:14px;
	color:#262626;
}
.mainrow .footerbox ul {
	font-size: 15px;
	list-style-type: none;
}
.mainrow .footerbox ul li {
	margin-bottom: 15px;
}

.mainrow .footerbox ul li b, .mainrow .footerbox ul li strong {
	color:#3166ba;
	}

#footer p.copyrights {
	margin-bottom: 15px;
	color: #fff;
	font:normal 14px Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer p.design {
	text-align: center;
	font-size: 13px;
	color: #dedede;
	margin:0;
}
#footer p.design a {
	color: #c4c2c2;
}
.clear {
	clear: both;
	background: none;
}
#mainc a {
	color: #2757a2;
	text-decoration: none;
}
#mainc a:hover {
	text-decoration:underline;
	}
strong {
	color:#009455;
	}
/* @end */

#disqus_thread {
	padding: 0 15px 5px;
}
iframe#facebook-box {
	background-color:#f3f3f3 !important;
}
.itunes {
	margin-bottom:10px;
}
.itunes a {
	background:url(images/itunes-btn.png) no-repeat;
	width:216px;
	height:54px;
	text-indent:-999em;
	display:block;
	outline:0;
}
/*** ESSENTIAL STYLES ***/


#navigation ul li ul.sub-menu {
	width: 250px;
	background-color: #dbd9d9;
	margin-top: -4px;
}
#navigation ul li ul.sub-menu {
}
#navigation ul li ul.sub-menu li {
	border-style: none;
	padding-left: 7px;
	padding-bottom: 9px;
}
#navigation ul li ul.sub-menu li a:hover {
	text-decoration: none;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */

.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*=Newsletter Signup
---------------------------------------*/
.intro p {
	text-align:center;
	text-transform:uppercase;
	font-family:sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#2a2a2a;
	line-height:1;
	margin:0;
}
.intro #subscribe {
	width:124px;
	float:right;
	margin:10px 10px 20px;
}
.intro #free {
	font-size:19px;
	color:#1e1e1e;
	clear:both;
}
.intro #free em {
	color:#7e2a9f;
	font-style:normal;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.side_box.news {
	background-color:#fff;
	width:213px;
	position:relative;
	padding-bottom:10px;
	border:0;
	padding:0 0 10px 0;
	overflow:visible;
	margin-top:30px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius:5px;
}
.side_box.news #free-badge {
	background:url(images/free-bonus.png) no-repeat;
	text-indent:-999em;
	width:103px;
	height:99px;
	position:absolute;
	top:-20px;
	left:-20px;
}
.side_box.news #guaranteed {
	background:url(images/guaranteed.png) no-repeat;
	text-indent:-999em;
	width:233px;
	height:137px;
	position:absolute;
	top:168px;
	left:-7px;
}
.side_box.news form {
	padding-top:78px;
	z-index:2;
	position:relative;
}
.side_box.news input {
	font-size:14px;
	font-family:sans-serif;
	color:#1a1a1a;
	padding:7px;
	border:1px solid #d7d7d7;
	width:170px;
	display:block;
	margin:10px auto;
}
.side_box.news input#go {
	background:url(images/btn-get-more-info.png) no-repeat 0 0;
	border:0;
	width:194px;
	height:42px;
	cursor:pointer;
	margin:0 auto;
	padding:0;
	font-size:0;
	line-height:0;
	display:block;
	text-indent:-9999px;
}


.sdbr-video {
	margin-bottom:10px;
	}
.sdbr-video a {
	width:214px;
	height:174px;
	text-align:center;
	display:block;
	background-position:center top;
	}
.sdbr-video a img {
	margin-top:48px;
	}
	
.sdbr-video .video-title {
	background-color:#531675;
	font:normal 18px/24px "Myriad Pro", Arial, Verdana, Tahoma;
	color:#fff;
	padding:10px;
	position:relative;
	margin-top:-3px;
	}

#footer-wrapper {
	background:url(images/footer-bg.png) repeat-x center top #2d2d2d;
	padding:15px 0;
	}

/* Front Page: Article(post) */
#mainc .double-col-article {}
#mainc .double-col-article .post {
	background:none;
	border:none;
	padding:0;
	display:inline;
	float:left;
	width:270px;
	margin:0 15px 20px 0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	}
#mainc .double-col-article .post.even {
	margin-right:0;
	}
#mainc .double-col-article img.post-thumb {
	border:1px solid #d7d7d7;
	border-bottom:none;
	}
#mainc .double-col-article .post .entry {
	background-color:#fff;
	padding:15px 15px 25px 15px;
	border:1px solid #d7d7d7;
	border-top:none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	position:relative;
	margin-top:-3px;
	position:relative;
	}
#mainc .double-col-article .post h2 {
	font:bold 15px/19px "Myriad Pro", Arial, Verdana, Tahoma;
	}
#mainc .double-col-article .post .meta, #mainc .double-col-article .post .meta a {
	font-size:12px;
	color:#048450;
	}
#mainc .double-col-article .post .meta {
	position:absolute;
	left:10px;
	bottom:7px;
	}
#mainc .double-col-article .post .link-more {
	/*CSS Gradient*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#346cc5', endColorstr='#2b5ba6'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#346cc5), to(#2b5ba6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #346cc5,  #2b5ba6); /* for firefox 3.6+ */
	
	font:normal 14px/25px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	height:25px;
	position:absolute;	
	right:10px;
	padding:0 10px;
	bottom:0;
	display:block;
	}
#mainc .double-col-article .post .link-more:hover {
	opacity:0.8;
	filter:alpha('opacity=80');
	}
br.clear {
	clear:both;
	height:0;
	overflow:hidden;
	visibility:hidden;
	line-height:0;
	font-size:0;
	}
