/*
	Theme Name: My Ex Wife Wedding Dress
	Theme URI: http://myexwifesweddingdress.com/
	Description: Incorporating HTML5 Boilerplate into WordPress
	Author: Anchor Wave - www.anchorwave.com
	Version: 1.0
	Tags: blank, html5, clean, html5 boilerplate, best practices
*/

/*-- slightly modified html5 boilerplate styles --*/

/*=Reset
---------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/*-- html5 elements --*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/*=Global
---------------------------------------*/
body { font:14px/1.30 Arial, Helvetica, sans-serif; *font-size:small; background:#2c2c29 url(images/body-bg-rep.jpg) repeat-x center top;}
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size:30px;}
h2 { font-size:24px;}
h3 { font-size:18px;}
h4 { font-size:16px;}
h5 { font-size:14px;}
h6 { font-size:12px;}

a:hover, a:active { outline: none; }
a { text-decoration:underline; color: #282826; }
a:hover {text-decoration:none;}

::-moz-selection{ background: #2c2c29; color:#fff; text-shadow: none; }
::selection { background:#2c2c29; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

ul, ol { list-style-type:none;}
ol { list-style-type: decimal; }

p { padding:5px 0; margin:0 0 6px 0;}

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }

.ie7 img { -ms-interpolation-mode: bicubic; }

/*=Normalize forms
-----------------------------*/
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
button {  width: auto; overflow: visible; }

/*=Helper classes
-----------------------------*/
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.col { display:inline; float:left;}

/*-- More semantic clearfix hack --*/
.group:before, .group:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.group:after { clear: both; }
.group { zoom: 1; }
.clear { clear:both; height:0; width:100%; overflow:hidden;}

/*=Spacing
-----------------------------*/
.margin-btm-1 { margin-bottom:10px; }
.margin-btm-2 { margin-bottom:20px; }


/*=Default Wordpress Styles
---------------------------------------*/

/* Aligns, prev next links */
.alignleft {float:left;}
.alignright {float:right;}
.aligncenter, div.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}
.navigation, .comment-navigation {display: block;clear:both;}
.navigation {	margin-top: 40px; padding-bottom: 70px;	}
.comment-navigation {margin-top: 15px;	padding-bottom: 5px;}		
.navigation a, .comment-navigation a {}
.navigation a:hover, .comment-navigation a:hover {}
.attachment a { border:0}
.navigation a img {border-radius:0; border:none}
.navigation-image a {border:none}	

/* images */
p img { padding: 0; max-width: 100%;}
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline;}
img.alignleft {	margin-right:8px; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }

/* Captions */
.wp-caption {	border: 1px solid #ddd;	text-align: center;	background-color: #fafafa;	padding-top: 5px;	margin: 5px 25px 25px 0px;	-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.wp-caption img {	margin: 0;	padding: 0;	border: 0 none;}
.wp-caption p.wp-caption-text {	font-size: 10px; line-height: 16px;	padding: 4px 4px 5px 0;	margin: 0; color:#666;}

/* Various Tags & Classes */
acronym, abbr, span.caps { cursor: help;}
acronym, abbr {	border-bottom: 1px dashed #999;}
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd;}
blockquote cite { margin: 5px 0 0; display: block;}
.center { text-align: center;}
.hidden { display: none;}	
.screen-reader-text { position: absolute; left: -1000em;}

/* Comment Form */
#commentform input {width: 170px;	padding: 4px;	border:1px solid #ccc;	font-size:14px;	font-family:Georgia, Times;	}
#commentform {	margin: 5px 10px 0 0;	padding-bottom:30px; }
#commentform p {margin:0 0 10px 0;font-size: 14px; position:relative;}
#commentform p label { width: 120px; display:block;float:left}
#commentform .required { position:absolute; left:310px; color:red;}
#commentform .comment-notes .required { position:static;}
#commentform textarea {	width: 70%;	padding: 2px;	border:1px solid #ccc;	padding: 4px;	font-family: Georgia, Times;}
.cancel-comment-reply {display: none;}
#commentform #submit {	margin-left: 120px;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;border:1px solid #aaa; font-weight: bold}
#commentform small, #commentform #submit {color:#333;text-transform: uppercase;font-family: arial;}
#commentform small {font-size:11px;font-weight: bold}	
#respond h3 { padding-top: 20px; margin-bottom: 10px; }
#commentform .form-allowed-tags { padding-left:120px;}

/*=Layout
---------------------------------------*/
.wrapper{
	margin:0 auto;
	padding:0px;
	width:1088px;
}
#header{
	width:989px;
	padding:0px;
	background-color:#c0c0c0;
	margin:5px 21px 0px 21px;
	padding:13px 28px 13px 28px;
}
.billboard{
	position:relative;
	background:url(images/billboard-shadow-bg.png) no-repeat center bottom;
}
.billboard-single-img{
}
.billboard-teaser{
	width:435px;
	right:40px;
	top:40px;
	position:absolute;
}
.billboard-teaser h1{
	font:48px/40px 'MyriadProRegular';
	color:#fff;
	padding-bottom:5px;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
}
.billboard-teaser h1 span{
	color:#009ad2;
}
.billboard-teaser p{
	font:15px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-align:right;
	margin-bottom:20px;
}
.billboard-button{
	background:url(images/billboard-button-bg.png) no-repeat;
	width:234px;
	height:46px;
	padding-left:15px;
	float:right;
	font:bold 17px/46px 'MyriadProRegular';
	color:#000;
	text-decoration:none;
}

.billboard-button span{
	color:#e05d06;
}
.billboard-button:hover{
	text-decoration:underline;
}
.content-wrapper{
	padding-bottom:15px;
	margin:0px;
	background:url(images/content-bottom-bg.png) no-repeat 7px bottom;
}
.primary-nav{
	background:url(images/menu-bg.jpg) no-repeat center top;
	width:1088px;
	height:64px;
}
#primary{
	float:left;
	width:870px;
}

/* FRONT MENU */

ul#main_nav{float:left;text-transform:uppercase;position:relative;top:14px; margin-left:10px;}

* html .expand{margin-top:-13px;} *+html .expand{margin-top:-13px;}

#main_nav li{list-style:none;float:left;margin-right:4px;}

* html #main_nav li{height:36px;display:inline;}

#main_nav li a{height:36px;display:block;background:url(images/nav.png) no-repeat left top;padding-left:12px;color:#2C2C29;font:700 10px/26px Arial, Helvetica, sans-serif;text-decoration:none;cursor:pointer;}

#main_nav li a span{height:36px;display:block;background:url(images/nav.png) no-repeat right top;line-height:36px;padding-right:12px;}

#main_nav li a:hover,#main_nav li a.s{background-position:left bottom;}

#main_nav li a:hover span,#main_nav li a.s span{background-position:right bottom;}

* html #main_nav li a,* html #main_nav li a span{width:1%;white-space:nowrap;cursor:pointer;}

* html #main_nav li a span{position:relative;}

#main_nav li {background:none;float:left; position:relative;}

#main_nav ul { top:32px; left:15px; width:110px;position:absolute;display:none; background:#FFF;border:1px solid #ACACAB;-moz-border-radius-bottomleft: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius:5px;-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius:5px;}

#main_nav ul li a, #main_nav ul li a span{margin:-3px -1px;height:auto;background:none; text-decoration:none;}

#main_nav li ul a {float:left; white-space:nowrap;}
#main_nav li ul a span{float:left; white-space:nowrap;}
#main_nav ul li a:hover span{text-decoration:underline;}

#main_nav ul ul {top:auto;}

#main_nav li ul ul {left:1em; }

#main_nav li:hover ul ul, #main_nav li:hover ul ul ul, #main_nav li:hover ul ul ul ul {display:none;}

#searchform{float:right;width:191px;height:26px;background:url(images/searchbox.png) no-repeat;position:relative;top:18px; margin-right:10px;}

.primary-nav #s{border:1px solid #000;float:left;border:0;width:154px;background:none;color:#ACACAB;margin:4px 0 0 4px;}

.primary-nav #go{float:right;width:25px;height:26px;background-color:transparent;border:0px;cursor:pointer;}

.main-content{
	background:url(images/content-main-bg.jpg) repeat-y center top;
	clear:both;
	width:1024px;
	margin:0 0 0 6px;
	padding:25px;
}
.interior .main-content{
	background:url(images/content-main-bg.jpg) repeat-y center top;
	clear:both;
	width:1034px;
	margin:0 0 0 6px;
	padding:25px 20px;
}
#content{
	float:left;
	width:700px;
}
.interior #content{
	float:left;
	width:680px;
	margin-left:20px;
}
.treasure{
	clear:both;
	overflow:hidden;
	padding-bottom:25px;
}
.interior .treasure{
	clear:both;
	overflow:hidden;
	padding:0px;
}
.treasure .col-1 h2.buy-heading{
	text-shadow:1px 1px 1px #000;
}
#home .treasure .col-1{
	width:340px; 
	margin-right:18px;
}
#home .treasure .col-2{
	width:320px; 
	margin-right:22px;
}
.main-content h2{
	text-align:left;
	text-transform:capitalize;
	text-shadow:#FFFFFF 0px 1px 2px;
}
.main-content h3{
	color:#009ad2;
	font:bold 18px/15px 'MyriadProRegular';
	padding:4px 0;
}
.main-content p{
	/*color:#282826;
	font:15px/18px Arial, Helvetica, sans-serif;*/
}
.post-entry{
	color:#282826;
	font:15px/20px Arial, Helvetica, sans-serif;
	padding:0 0 10px 0;
}
.bottom-border{
	margin-bottom:10px;
	border-bottom:1px dashed #a1a1a1;
}
.buy-heading{
	background:url(images/buy-book-bg.jpg) no-repeat left top;
	padding:0 0 0 28px;
	color:#FFFFFF;
	width:315px;
	font:bold 22px/53px 'MyriadProRegular';
	height:48px;
}
.list-heading{
	background:url(images/heading-light-bg.jpg) repeat-x;
	padding:0 0 0 20px;
	color:#030303;
	width:300px;
	font:bold 22px/41px 'MyriadProRegular';
	height:41px;
	margin-top:8px;
	text-shadow:#FFFFFF 1px 1px 3px;
}
.box{
	width:320px;
}
.box-gray{
	width:302px;
}
.gray-box{
	border:1px solid #e0e0e0;
	background-color:#f1f1f1;	
	margin-left:10px;
	padding:15px 8px;
}
#the-list .gray-box{
	border:1px solid #e0e0e0;
	background-color:#f1f1f1;	
	margin:0px;
	padding:15px 8px;
}
.box a, .box-gray a{
	text-decoration:none;
	display:block;
	/*margin:20px 0 0 65px;*/
	color:#fff;
	
}
.buy-button{
	background:url(images/button-orange-bg.png) no-repeat;
	width:150px;
	height:58px;
	text-align:left;
	padding-left:20px;
	font:bold 17px/45px 'MyriadProRegular';
	display:block;
	margin:0 auto;
}
.list-img-box{
	background:url(images/list-user-bg.png) no-repeat left top;
	width:320px;
	height:174px;
}
a.more-button{
	font:bold 11px/18px Arial, Helvetica, sans-serif;
	color:#e05d06;
	float:right;
	text-transform:uppercase;
	margin:0px;
	text-decoration:none;
}
.interior #sidebar .box a.more-button{
	text-transform:capitalize;
}
a.more-button:hover, .box a:hover, .box-gray a:hover{
	text-decoration:underline;
}
#sidebar{
	float:right;
	width:320px;
}
#sidebar .box{
	border:1px solid #e0e0e0;
	background-color:#f1f1f1;
	padding:10px 8px;
	width:302px;
	margin-bottom:25px;
}
#sidebar .post-title a  {
	color:#009AD2;
	}
.treasure-1{
	background-color:#e8e8e8;
	padding:5px;
	position:relative;
}
.social-link-box{
	border:1px solid #dbdbdb;
	padding:15px;
}
.treasure-1 div.social-link-box a img{ 
	margin-top:5px;
}
.widget-container h2.widgettitle{ 
	display:none;
}
.widget-container .textwidget a img{
	margin-top:0px;
}
.download-box{
	width:658px;
	margin-left:10px;
}
.social-link{
	width:135px;
	color:#383836;
	margin-top:15px;
	text-shadow:1px 1px 1px #FFFFFF;
	font:bold 28px/24px 'RockwellRegular';
	margin-right:4px;
}
#freesample .treasure-1{
	margin-top:21px;
	margin-bottom:21px;
}
.treasure-1 .social-link-box .col-1 {
    border: medium none;
    color: #383836;
    font:bold 28px/26px 'RockwellRegular';
    margin-right: 10px;
    margin-top: 14px;
    padding: 0;
    width: 222px;
	text-shadow:1px 1px 1px #FFFFFF;
}
.treasure-1 .social-link-box div.download-free-box{
	width:448px;
	color:#383836;
	font:bold 28px/55px 'RockwellRegular';
	border:none;
	margin-right:10px;
	padding:0px;
	text-shadow:1px 1px 1px #FFFFFF;
}
.treasure-1 .social-link-box .col-1 span, .download-free-box span{ color:#009ad2;}
.treasure-1 .social-link-box .col-2{ 
	width:220px; 
	font:15px/18px Arial, Helvetica, sans-serif; 
	color:#383836;
	border:none;
	margin-right:10px;
	padding:0px;
}
.treasure-1 .social-link-box .col-3{
	width:170px;
	height:120px;
	border:none;
	float:right;
	padding:0px;
	position:absolute;
	top:-17px;
	right:15px;
	text-shadow:1px 1px 1px #FAB485;
	background:url(images/click-download-button.png) no-repeat right;
}
.play-box{
	width:107px;
	height:92px;
	position:absolute;
	top:-14px;
	right:15px;
	text-align:center;
	background:url(images/click-download-small.png) no-repeat right;
}
.treasure-1 div a.play-box img{
	padding-top:13px;
	margin:0px;
}
.treasure-1 div div.col-3 a{
	margin:15px;
	padding:0px;
	border:none;
	text-decoration:none;
}
.treasure-1 div div.col-3 a:hover{
	text-decoration:none;
}
.treasure-1 div div.col-3 a span{
	display:block;
	padding-left:15px;
	color:#fff;
	font:bold 23px/21px 'MyriadProRegular';
}
.treasure-1 div div.col-3 a span.click-botton{
	font-size:15px;
	color:#000000;
}
.treasure-1 div div.col-3 a span.free-botton{
	font-size:30px;
}
#footer{
	padding:35px 0;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:1088px;
}
address{
	float:left;
	width:600px;
	font-style:normal;
	color:#f9f9f9;
	padding-left:10px;
	font:14px/24px 'RockwellRegular';
}
address a{ 
	color:#aaaaaa;
	text-decoration:none;
	}
address a:hover{
	text-decoration:underline; 
	color:#aaaaaa;
}
.footer-logo{
	float:right;
	color:#fff;
	padding-right:10px;
	font:17px/20px 'RockwellRegular';
}
.footer-logo a{
	text-decoration:none;
}
.social-connect{
	float:left;
	margin:8px 15px 0 0;
}
/*SPREADTHE WORLD
------------------------------*/
.intro-content{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
.breadcrumbs{
	 margin:0; 
	 list-style:none;
	 float:right;
	 text-align:left;
	font-size:15px; 
	margin-right:5px;
	color:#009ad2;
	text-transform:uppercase;
	font:10px/14px Arial, Helvetica, sans-serif;
 }
.breadcrumbs a{
	color:#030303;
	text-decoration:none;
 }
.breadcrumbs a:hover{
	text-decoration:underline;
}
.main-title{
	clear:both;
	overflow:hidden;
	border-bottom:4px solid #e8e8e8;
	margin-bottom:20px;
}
.single-post-title{
	width:100%; clear:both;
	color:#030303;
	font:bold 30px 'MyriadProRegular';
	padding-bottom:10px;
	float:left;
	text-transform:uppercase;}
.post-title {
	font-size:24px;
	}
.interior .main-content .main-title h2{
	color:#030303;
	font:bold 30px/24px 'MyriadProRegular';
	padding-bottom:10px;
	float:left;
	width:450px;
	text-transform:uppercase;
}
.intro-content-img{
	float:left;
	width:355px;
	height:238px;
	margin:0 20px 10px 20px;
	padding-bottom:12px;
	background:url(images/content-shadow-bg.png)no-repeat center bottom;
}
.interior .main-content p{
	/*color:#282826;
	font:15px/20px Arial, Helvetica, sans-serif;
	padding:0 20px 10px 0;
	border:none;*/
}
.interior .main-content p span{
	color:#009ad2;
}
.interior #main-content{
	float:left;
	width:670px;
	margin-left:20px;
}
.interior .main-content h3{
	color:#009ad2;
	font:bold 24px/20px 'MyriadProRegular';
	padding:0 0 10px 0;
	margin-bottom:10px;
	border-bottom:1px dashed #a1a1a1;
}
.visit-button{
	background:url(images/gray-button-bg.png) no-repeat;
	width:198px;
	height:34px;
}
.visit-button a{
	text-decoration:none;
	background:url(images/arrow.png) no-repeat 172px;
	color:#000;
	font:bold 15px/34px 'MyriadProRegular';
	text-align:left;
	padding-left:25px;
	display:block;
	height:34px;
}
.visit-button a:hover{
	text-decoration:underline;
}
.list-box{
	margin:10px 0px 20px 20px;
	list-style-type:none;
}
.list-box li{
	background:url(images/disc.png) no-repeat left 5px;
	padding-bottom:10px;
	font:15px/20px Arial, Helvetica, sans-serif;
	padding-left:15px;
}

.interior #sidebar{
	float:right;
	width:289px;
}
.interior #sidebar .buy-heading, #sidebar .widget-book-my-book .widget-title{
	background:url(images/interior-buy-book-bg.jpg) no-repeat left top;
	padding:0 0 0 28px;
	color:#FFFFFF;
	width:261px;
	font:bold 22px/53px 'MyriadProRegular';
	height:48px;
	text-shadow:none;
}
.interior #sidebar .box{
	width:255px;
	padding:10px 8px;    
	margin: 0 0 20px 8px;
}
/*.interior #sidebar .box a {
    color: #FFFFFF;
    display: block;
    margin: 15px 0 0 42px;
    text-decoration: none;
}*/
.block{
	background:#efefef url(images/shadow-bg.jpg) no-repeat center bottom;
	width:273px;
	margin-bottom:20px;
	padding-bottom:7px;
}
.block div{
	padding:15px 8px;
	clear:both;
	overflow:hidden;
}
.share-box{
	margin:20px 0 0 125px;
	width:440px;
}
.share-box a img{
margin-top:15px;}
.interior #sidebar .list-heading, .widget-title{
	background:url(images/heading-light-bg.jpg) repeat-x;
	padding:0 0 0 20px;
	color:#030303;
	width:253px;
	font:bold 22px/41px 'MyriadProRegular';
	height:41px;
	margin-top:8px;
	text-shadow:1px 1px 1px #FFFFFF;
}
.col-align, .widget-share header, .widget-the-list-of-101-uses header, .widget-contact header, .widget-spread-the-word header, .widget-video header{
	margin-left:8px;
}
.social-box{
	margin-left:30px;
}
.heading-box{
	background:url(images/heading-bg.png) no-repeat left top;
	height:48px;
	width:297px;
	margin-left:-21px;
	color:#fff;
	font:bold 22px/34px 'MyriadProRegular';
	text-align:left;
	padding-left:32px;
}
.booking-list{
	margin:0px;
	list-style-type:none;
}
.booking-list li{
	border-bottom:1px dashed #a1a1a1;
}
.booking-list li:last-child{
	border-bottom:none;
}
.interior #sidebar h3{
	color:#009ad2;
	font:14px/18px Arial, Helvetica, sans-serif;
	padding:0;
	border:none;
	margin:0;
}
#sidebar .post-entry {
	font-size:14px;
	line-height:18px;
	}
.interior #sidebar p{
	color:#282826;
	font:14px/18px Arial, Helvetica, sans-serif;
	padding:0px;
}
.sponsored-list{
	margin:0px;
	list-style-type:none;
}
.sponsored-list li{
	color:#009ad2;
	font:14px/26px Arial, Helvetica, sans-serif;
	padding-left:15px;
}
.interior #sidebar .sponsored-list li a{
	color:#009ad2;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.interior #sidebar .sponsored-list li a:hover{
	text-decoration:underline;
}
/*THE LIST PAGE
----------------------------------------------------------------*/
.list-of-uses{
	clear:both;
	overflow:hidden;
	margin:0 20px;
}
.list-of-uses ul{
	margin:0px;
	list-style-type:none;
}
.list-of-uses ul li{
	float:left;
	width:322px;
	margin-right:9px;
}
.list-of-uses ul li.last-child{
	margin-right:0px;
}
.interior .main-content .bordeless-box{
	border:none;
}
.interior .main-content .list-of-uses .list-heading {
    background:url(images/heading-dark-bg.jpg) repeat-x scroll 0 0 transparent;
    color: #fff;
	width:302px;
}
.block-img{
	background:url(images/shadow-bg.png) no-repeat center bottom;
	width:322px;
	margin-bottom:20px;
	padding-bottom:7px;
}
.more-uses-box{
	margin:0px;
	list-style-type:none;
	padding:10px 15px;
	width:290px;
	float:left;
}
.more-uses-box li{
	font:15px/22px Arial, Helvetica, sans-serif;
}
.more-uses-box li a{
	text-decoration:none;
	color:#282826;
	display:block;
	padding:2px 10px 2px 30px;
	background:url(images/disc.png) no-repeat 15px 8px;
}
.more-uses-box li a:hover{
	background:#FFFFFF url(images/disc.png) no-repeat 15px 8px;
	display:block;
	color:#009ad2;
}
.video-list{
	margin:0px;
	list-style-type:none;
	padding:15px 0;
}
.video-list li{
	float:left;
	width:295px;
	height:199px;
	margin:0 22px 30px 22px;
	padding-bottom:10px;
	background:url(images/bottom-shadow-bg.jpg) no-repeat center bottom;
}
.post{
	margin-bottom:10px;
	border-bottom:1px dashed #a1a1a1;
	position:relative;
	padding-bottom:10px;
}
.link-more{
	margin-bottom:20px;}
.meta{
	padding:8px 0;}
.interior .main-content .post h3{
	border-bottom:none;
	font:bold 18px/15px 'MyriadProRegular';
	padding:0;
	margin:0 0 4px 0;
}
.interior .main-content .post h3 a{
	color:#009ad2;
	text-decoration:none;
}
.interior .main-content .post .comment-meta a, .interior .main-content .post .fn a{
	color:#666;
	font:14px/15px Arial, Helvetica, sans-serif;
	padding:4px 0;
	text-decoration:none;
	text-transform:capitalize;
	margin:0px;
}
.interior .main-content .post h3 a:hover{
text-decoration:underline;}
.comm-date{
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:24px;
	color:#006a93;
	width:57px;
	height:100px;
	position:absolute;
	left:-95px;
	background:url(images/date_comm_box.png) no-repeat center top;
	z-index:50;
}
.comm-date span{
	display:block;
}
.day{
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
}
.month{
	font-size:11px;
	padding-top:7px;
}
.year{
	font-size:12px;
	padding-top:7px;
	color:#FFFFFF;
}
#blog article a img.aligncenter{
	margin-top:15px;
	margin-bottom:15px;
	} 
.commentlist li{
	padding:15px 0;
	line-height:20px;
	}
body#search .post {
	margin-left:0;
	}

#comments_title {
	height:24px;
	border-bottom:3px solid #2C2C29;
	margin-bottom:10px;
	}
#comments_title span {
	background-color:#2C2C29;
	color:#fff;
	font:14px/24px Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	padding:0 20px;
	height:24px;
	}

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
	}
.commentlist li {
	background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    list-style-type: none;
    margin-bottom: 10px;
    padding: 15px 10px 4px;
	}
.commentlist .comment_avatar, .commentlist .comment_top_info {
	display:inline;
	float:left;
	}
.commentlist .comment_avatar {
	margin:5px 10px 5px 0;
	}
.commentlist .comment_top {
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#999999;
	}
.commentlist h2.author_name {
	font-size:14px;
	font-weight:bold;
	}
.commentlist .comment_top  a {
	text-decoration:none;
	color:#999;
	}
.comment_meta {
	font-size:12px;
	}

#fbLikeIframe {
	display:block !important;
	margin:5px 0;
	}
.post_entry {
	overflow:hidden;
	clear:both;
	}
	
.book-logo {background:#f1f1f1 url(images/buy-book-logo.jpg) no-repeat; padding-top:4px; height:295px; width:302px;}
.book-logo-sidebar {background:#f1f1f1 url(images/buy-book-logo.jpg) no-repeat;; padding-top:4px; height:280px; width:255px;}
.book-logo-sidebar .icon {left:147px;}
.book-logo-sidebar a.buy-button {text-decoration: none; display: block; margin-left:43px; color: white;}
.icon {background:url(images/book-links.jpg) no-repeat; display:block; width:115px; position:relative; left:170px; margin-top:25px;}
.amazon {background-position:0 -18px; height:24px;}
.barnes {background-position:0 -55px; height:26px;}
.indie {background-position:0 -130px; height:70px;}


.sponsored-list li a {color:#000!important;}

/*=Media Queries
---------------------------------------*/
@media all and (orientation:portrait) { }
@media all and (orientation:landscape) { }
@media screen and (max-device-width: 480px) {
/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
	* { background: transparent !important; color: #444 !important; text-shadow: none !important; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a:after { content: " (" attr(href) ")"; } 
	abbr:after { content: " (" attr(title) ")"; }
	.ir a:after { content: ""; }  
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }  
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	#header img, .billboard, .content-wrapper img, #footer img{ display:none;}
}

body#home iframe.fbLikeContainer {
	display:none!important;
}
