/*
THEME NAME: Screen Machine
DESCRIPTION: Built from the ground up for the screenmachine.tv blog.  
VERSION: 1
AUTHOR: <a href="http://isaacwilliams.net">Isaac Williams</a>
AUTHOR URI: http://isaacwilliams.net
*/

body{
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #444;
	margin:0;
	padding:0;
	background: #fff;
}
div#top, div#footer-holder{
	display: block;
	width: 100%;
	position: relative;
}
div#top{
	background-image: url('images/dashfill-white.gif');
	background-attachment: fixed;
	background-color: #ccc;
}
div#footer-holder{
	background: #222 url('images/dashfill.gif') fixed;
}
div#footer-holder a:hover{
	color: #fff;
}

img{
	border: none;
}

#wrapper{
	padding: 10px;
}
h1,h2,h3,h4,h5{
}
h1{
	font-size: 24px;
	line-height: 28px;	
	color: #111;
}
h2{
	font-size: 22px;
	line-height: 30px;
	color: #111;
}

a {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #000;
}
a:visited{
	color: #555;
}
a:visited:hover{
	color: #000;
}

div.content{
	background-color: #fff;
	display: block;
	width: 100%;
}

div#header{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

div#heading{
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
}

div#header ul{
	list-style: none;
	margin:0;
	padding:0;
}
div#header li{
	float: left;
	margin-right: 10px;
}

div#header ul.right li{
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

div#header a{
	background: #000;
	color: #fff;
	padding: 5px 12px;
	border:none;
	display: block;
	text-decoration: none;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	
	height: 18px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
div#header a:hover{
	background: #f00;
	border:none;
}

div#header ul.right a{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;	
}
div#header ul.right a.twitter{
	background-image: url('images/button-twit.png');
}
div#header ul.right a.facebook{
	background-image: url('images/button-fb.png');	
}
div#header ul.right a.rss{
	background-image: url('images/button-rss.png');	
}

div#header input#search, .error input#search{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background: #fff url('images/icon-search.png') no-repeat 5px center;
	color: #333;
	padding: 5px 12px;
	padding-left: 30px;
	border:1px #666 solid;
	display: block;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	
	height: 16px;
	width: 170px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.error input#search{
	width: 360px;
	color: #222;
	border:1px #222 solid;
	font-size: 22px;
	height: 24px;
}

div#article h2{
	margin-bottom: 0px;
}
div#article h2 em a, div#article h2 em{
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
div#article h2 em a:hover, div#article h2 em:hover{
	color: #f00;
}

div#feature h3, div#reviews h3{
	margin-bottom: 7px;
}

div#article div.byline, div#feature div.byline, div#reviews div.byline{
	padding: 0px 0px 7px 20px;
	border-bottom: 1px dotted #bbb;
	font-size: 12px;
	margin-bottom: 30px;
}

div#article div.meta{ 
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	
}

div#article div.meta div.comments{ 
	margin: 40px 0;
}

div#article div.meta div.comments ul{ 
	list-style: none;
	padding-left: 0px;
}
div#article div.meta div.comments ul ul{ 
	margin-left: 50px;
	border-left: 1px dotted #ccc;
}
div#article div.meta div.comments ul ul ul ul ul{ 
	margin-left: 0px;
	border-left: none;
}

div#article div.meta div.comments li div.info{
	font-size: 11px;
	line-height: 14px;
}

div#article div.meta div.comments div.info{ 
	text-align: right;
}

div#article div.meta div.comment-form{
	margin-top: 40px;
	border-top: 1px dotted #bbb;	
}
div#article div.meta div.comment-form textarea{
	display:block;
	width: 520px;
	padding: 10px;
	height: 150px;
	
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
}

div#article div.author, div.archive div.author{
	font-size: 13px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px 0;
	font-style: italic;
	height: 150px;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
}
div.archive div.author{
	margin-top:0px;
	border-top:none;
	padding-top: 10px 0;
	width: 600px
}


div#article blockquote{
	color: #777;
	font-size: 14px;
	margin-left: 0px;
	padding-left: 40px;
}

div#article .wp-caption-text{
	font-size: 90%;
	font-style: italic;
	color: #777;
}

div#article .aligncenter, div#article div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
div#article .alignleft {
   float: left;
}
div#article .alignright {
   float: right;
}


a.readmore{
	font-size: 10px;
	background: #aaa !important;
	color: #fff !important;
	padding: 3px 7px;
	margin: 0px 5px;
	border:none !important;
	text-decoration: none;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
}
a.readmore:hover{
	background: #f00 !important;
}


div#todo p{
	font-size: 12px;
	line-height: 16px;
	color: #777;
}
div#todo strong{
	color: #444;
}

div.spacer{
	height: 60px;
}

div#reviews div.thumb-mask{
	width: 290px;
	height: 200px;
	overflow: hidden;
}
div#reviews div.thumb-mask img{
	margin-top: -40px;
}

div#todo div.thumb-mask{
	width: 200px;
	height: 200px;
	overflow: hidden;
}
div#feature div.thumb-mask{
	width: 370px;
	height: 200px;
	overflow: hidden;
}
div#feature div.thumb-mask img{
	margin-top: -75px;
}


div.recent-posts{
	margin-top: 10px;
}
div#recently{
	overflow:hidden;
}

div#recently .recent{
	width: 180px;
	height: 180px;
	margin-right: 8px;
	margin-top: 8px;
	float: left;
	overflow: hidden;
	position: relative;
	
	border-radius: 10px;	
}
div#recently .recent img{
	border-radius: 10px;
}
div#recently .recent div.link{
	width: 140px;
	height: 140px;
	padding: 20px;
	display: block;
	position: absolute;
	overflow: hidden;
	top:0;
	color: #ccc;
	background: #000;
	opacity: 0;
	
	font-size: 18px;
	
	border-radius: 10px;
}
div#recently div.link:hover{
	opacity: 1;
}

div#recently div.link a{
	border: none !important;
	text-decoration: none;
	color: #f00;
}
div#recently div.link a:hover{
	color: #fff;
}

div#recently .recent div.link p.byline{
	font-size: 12px;
	font-weight: normal;
}
div#recently .recent div.link span.cat a{
	font-style: italic;
	font-weight: normal;
}
div#recently .excerpt{
	width:350px;
	height: 180px;
	position: absolute;
	overflow: hidden;
	left: 180px;
	top: 0px;
	padding: 0 10px;
	color:#555;
	font-size: 12px;
}

h2.archive-title {
	margin-top:0;
}
h2.archive-title em{
	font-weight: normal;
}

div.archive-link {
	text-align: right;
	margin-top:3px;
}
div.archive-link a{
	background: #000 !important;
	color: #fff !important;
	padding: 5px 10px;
	margin: 0px 5px;
	border:none !important;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
}
div.archive-link a:hover{
	background: #f00 !important;
}

div.recent-posts div.readmore{
	text-align: right;
	margin-top: 22px;
}
div.recent-posts a.readmore{
	font-size:14px;
	padding: 5px 10px;
	background-color: #000 !important;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
}
div.recent-posts a.readmore:hover{
	background-color: #f00 !important;
}

div#sidebar h2{
	color: #555;
	font-size: 18px;
	line-height: 26px;
}

div#sidebar div#recently{
	margin-top: 10px;
}

div#footer-holder .footer{
	padding: 50px 0 70px 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
div#footer-holder .footer div h3:first-of-type, div#footer-holder .footer div p:first-of-type{
	margin-top:0;
}
div#footer-holder .footer .site-credits{
	text-align: center;
	padding: 40px 0;
}
div#footer-holder .footer .site-credits a{
	background: url('images/iwill-logo-small.png');
	width: 40px;
	height: 40px;
	display: inline-block;
	border: none;
}
div#footer-holder .footer .site-credits a:hover{
	background-position: -40px;
}

div#footer-holder .footer .credit-title{
	font-variant: small-caps;
	color: #999;	
}

div.error{
	color: #333;
	font-size: 20px;
	line-height: 28px;
	
	margin: 100px auto;
	padding: 50px;
	background: #fff;
	width: 400px;
	
	border-radius: 25px;
	-moz-border-radius: 25px;	
}
div.error a.readmore{
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: #000 !important;
	color: #fff !important;
}
div.error a.readmore:hover{
	background: #f00 !important;
}


.twtr-widget .twtr-timeline .twtr-tweet-text p {
  font-size: 12px !important;
  line-height: 14px !important;
  font-family: "Georgia", "Times New Roman", Times, serif;
}
