@import url("/css/iphone3.css");
@import url("/css/iphone4.css");
@import url("/css/styles.css");


/*   
Theme Name: TrapCall Wordpress Theme
Theme URI: Trapcall.com
Description: TrapCall's Wordpress theme based on Chris Coyier's BLANK Wordpress Theme: http://digwp.com/2010/02/blank-wordpress-theme/
Author: TrapCall
Author URI: Trapcall.com
Version: 1
*/


/*     Screen Media Fixes     */

@media screen {

* { margin: 0; padding: 0; }
body { background: white; font: 14px/1.4 Georgia, Serif; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: 20px auto; }

h1, h2, h3 { font-weight: normal; margin: 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0; }
a { }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #828282; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 2px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 2px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 2px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 2px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

#respond{padding-top: 20px;}

#respond div{
	margin-bottom: 10px;
	}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */



/*     Global Styles     */

body{
	font: 16px/1.4em Helvetica, Arial, sans-serif;
	color: #4c4c4c;
	background: #fcfcfc
	}


/*     Hero     */

#hero{
	width: 100%;
	height: 234px;
	background: url("images/blueBg.jpg") repeat-x;
	}
	
#hero .wrap{
	height: 169px;
	padding-top: 65px;
	background: url("images/whiteOverlay.jpg") bottom center no-repeat ;
	text-align: center;
	}
	
#hero h1{
	text-indent: -9000px; 
	display: block;
	background: url("images/blogTagline.png") no-repeat top center;
	height: 94px; 
	}
	
#hero h1#mediaTagline{
	text-indent: -9000px;
	display: block;
	background: url("images/mediaTagline.png") no-repeat top center;
	height: 73px;
	}

	
/*     Content     */

#content{
	float: left;
	width: 600px;
	padding: 50px 59px 100px 10px;
	background: url("images/sidebarShadow.jpg") repeat-y top right;
	border-right: 1px solid #ddd;
	}
	
.pageTitle{
	padding-bottom: 20px;
	}
	
.prev-posts{float: right;}
.next-posts{float: left;}

	
	
/*     Post     */

.post{
	margin-bottom: 60px;
	}
	
.entry{
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	}

.meta{color: #828282;}

/*     Sidebar     */

#sidebar{
	width: 280px;
	padding: 50px 10px 0 0;
	float: left;
	}
	
.sidebarContainer{
	border-top: 1px solid #ddd;
	padding: 20px 0 25px 40px
	}
	
.sidebarContainer input{font: 14px/1.4em Helvetica, Arial, sans-serif;}

.sidebarContainer .col{
	width: 100px;
	font: 12px/1em Helvetica, Arial, sans-serif;
	float: left;
	margin-right: 40px;
	}
	
.sidebarContainer .col ul li{
	padding-bottom: 1em;
	margin: 0;
	}
	
.sidebarContainer .col ul li ul{
	padding: 1em 0;
	margin: 0;
	}
	
.sidebarContainer .col h2{
	font: 18px/1em Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding-bottom: 1em;
	}
	
.twitterContainer{
	border-bottom: 1px solid #ddd;
	}

#twitter_div{
	background: url("images/twitterBackground.jpg") no-repeat;
	color: #fff;
	width: 200px;
	height: 110px;
	padding: 20px 20px 45px;
	font: 14px/1.4em Helvetica, Arial, sans-serif;
	}
	
#twitter_div a{
	color: #fff;
	text-decoration: underline;
	}
	
#trapcallTwitter{
	margin-top: 10px;
	float: right;
	text-align: right;
	background: url("images/twitterIcon.jpg") no-repeat;
	padding-left: 30px;
	padding-right: 20px;
	display: block;
	}
	
.rssSubscribe{
	background: url("images/rssFeed.jpg") no-repeat;
	padding-left: 25px;
	font: 18px/1.4em Helvetica, Arial, sans-serif;
	font-weight: 700;
	background-position: 0 4px;
	}

/*     Media Page    */

#mediaContent{
	width: 100%;
	background: #fcfcfc;
	padding: 50px 0;
	}
	
.romanceCopy{
	width: 600px;
	float: left;
	}	

.videoPost{
	float: left;
	margin: 10px;
	}

.videoPost img{
	border: 1px solid #ddd;
	}
	
#videoWrap{
	width: 100%;
	padding: 40px 0 50px;
	background: #f9f9f9 url("images/shadow.jpg") repeat-x;
	}
	
.romance h2{padding-bottom: 5px;}

#pressRelations{
	float: left;
	width: 300px;
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	margin-left: 20px;
	padding: 15px;
	}
	
#pressRelations h3{
	font-weight: bold;
	}
	
.content .mediaRomance{padding-bottom: 40px;}

#videos{
	overflow: hidden;
	width: 960px;
	height: 150px;
	margin: 0 auto;
	margin-bottom: 40px;
	}

.article{
	padding: 5px 0 10px 0;
	border-bottom: 1px dotted #d0d0d0;
	margin-bottom: 15px;
	}
	
.article img{
	float: left;
	margin-right: 20px;
	}
	
.date{font-size: 14px;}

.videoContainer{
	float: left;
	width: 960px;
	margin-right: 20px;
	}
	
#previous{
	float: left;
	font-weight: 700;
	background: url("images/previous.jpg") no-repeat;
	padding:3px 0 0 35px;
	display: block;
	}
	
#previous:hover, #next:hover{color: #2d8ebf;}
	
#next{
	float: right;
	font-weight: 700;
	background: url("images/next.jpg") no-repeat top right;
	padding: 3px 35px 0 0;
	display: block;
	}
	
#videoWrap .wrap{width: 940px;}
	
/*  Article Posts  */

#articles{
	padding: 50px 0;
	width: 960px;
	margin: 0 auto;
	}

.articlePost{
	width: 100%;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 3px;
	text-transform: capitalize;
	margin-bottom: 40px;
	}
	
.articlePost .thumbnailWrap{
	float: left;
	margin-right: 20px;
	width: 120px;
	height: 60px;
	}
	
.articlePost .articleInfo{
	float: left;
	vertical-align: bottom;
	}

.articlePost .title{
	font: 18px/1em Helvetica, Arial, sans-serif;
	font-weight: 700;
	
	}
	
.articlePost .date{
	font-style: italic;
	}
	
/*     Ncode     */
	
.ncode_imageresizer_warning{display: none;}
img#wpstats{display:none}

img {
    border : 0px solid transparent !important;
}
