/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg.jpg) no-repeat #598598;
	font-size:0.6em;
}
h2,h3{
	font-weight:bold;
}
#header {
	border:none;	
	padding-top:1em;
}
.custom #header #logo { display:none; }

p#logo{
	background-image:url(../images/logo.jpg) no-repeat;
}
div#container{
	background:#FFF;
}
img.ss{
	width:110px;
	height:165px;
	padding:0 5px 0 5px;
}
div#rating{
	width:150px;
	text-align:left;
	float:right;
	margin-top:-2.3em;
}
div#polldaddy_rating_nero{
	float:right;
	margin-top:5px;
}
img#itunes-icon{
	float:right;
	margin:0 0 50px 10px;
}


.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }

.socialmedia { background: #FFFBCC; border-top: 1px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align: center; margin-bottom:2em;}
.socialmedia p { color: #515151; font-size: 1.3em;}

img.alignright{
	width:220px;
	height:330px;
	border:1px solid #333;
}
.format_text h3{
	margin:0.7em 0 0.611em 0;
}

.jcarousel-clip .jcarousel-clip-horizontal{
	margin:0 0 0 100px;
}
.jcarousel-scroll{
	margin-bottom:10px;	
}

img.screenshot-h{
	width:150px;
	height:101px;
	margin:0 9px 9px 9px;
	background:url(http://www.pennygamer.com/wp-content/themes/thesis_16/custom/images/iphone-bg-h.jpg) top left no-repeat;
	padding:10px 35px 10px 35px;
}
img.screenshot-v{
	width:101px;
	height:150px;
	margin:0 13px 7px 23px;
	background:url(http://www.pennygamer.com/wp-content/themes/thesis_16/custom/images/iphone-bg-v.jpg) top left no-repeat;
	padding:35px 12px 37px 10px;
}
blockquote{
	font-style:italic;
	border-left:5px solid #DDDDDD;
}

/*blockquote * { quotes: ''; }
blockquote > *:before { content: '\201C'; }
blockquote > *:after { content: '\201D'; }
blockquote q:before { content: '\2018'; }
blockquote q:after { content: '\2019'; }*/

/* AUTHOR BOX */
.custom #comments { clear: both; }
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }
/* BOXES */
#similar h3, #rightcol h3 { font-size: 1.8em; letter-spacing: normal; padding-top: 15px; }
#similar { float: left; width: 50%; }
#similar ul { margin-left:40px; }
#similar p { margin-bottom: 15px; padding: 10px 2.5em 10px 10px; }
#similar a { font-size: 1.4em; border-bottom: 1px solid #CB3131; line-height: 1.5em; }
#similar a:hover { border: 0; }
#similar h3 { padding-left: 10px; }
#similar span.date { color: #888; letter-spacing: 1px; text-transform: uppercase; }
#rightcol { float: right; width: 50%; }
#rightcol p { font-size: 14px; line-height: 1.5em; padding: 10px 2.5em 10px 0;  }
#rightcol h3 { padding: 0; }
#rightcol ul { list-style-position: inside;  list-style-type: none; margin-left: 1em; }
#rightcol ul a { border-bottom: 1px solid #CB3131; font-size: 14px; }
#rightcol ul a:hover { border: 0; }
#rightcol li { margin-bottom: 10px; }
#subscribe { background: #FFFBCC; border: 1px solid #E6DB55; float: right; margin: 15px 15px 0 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#custom { background: #E4F2FD; border: 1px solid #C6D9E9; float: right; margin: 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }


#page {
	padding:0;
}

.custom .teasers_box .post {
	padding:11px;
}

.custom .teasers_box {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(images/blackGrad.gif) repeat-x scroll 0 0;
	border-top:1px solid #BBBBBB;
	margin:0;
	padding:0;
	width:100%;
}

.teaser h2 {
	padding:0.5em 0 0 0;
}

#sidebars {
	width:40em;
}
span.youtube object{
	margin-left:85px;
}
#wp_page_numbers{
	margin:15px 15px 25px 15px;	
}
#wp_page_numbers ul{
	border:none;
}
#wp_page_numbers li.page_info{
	border:1px solid #99B6D2;
	background:url(images/page-navi-bg1.jpg) repeat-x;
	padding:8px;
	margin-right:5px;
	text-transform: uppercase;
}
#wp_page_numbers li{
	margin-right:5px;
	color:#000;
}
#wp_page_numbers li.active_page{
	background:#0FC;
}
#wp_page_numbers a {
	border:1px solid #666;
	color:#AAAAAA;
	display:block;
	font-family:Arial;
	font-size:12px;
	padding:8px 11px;
}
#wp_page_numbers a:hover {
	border:1px solid #333;
	color:#AAAAAA;
	display:block;
	font-family:Arial;
	font-size:12px;
	padding:8px 11px;
}
#wp_page_numbers li.active_page a {
	background:#45B9F6 none repeat scroll 0 0;
	border:1px solid #666;
	color:#FFFFFF;
}
#wp_page_numbers li.active_page a:hover {
	background:#45B9F6 none repeat scroll 0 0;
	border:1px solid #333;
	color:#FFFFFF;
}