/*
Theme Name: Blank 2 Column - Right Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#bfbfbf;
	background:#ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 12pt;
	margin:10px;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 30pt; font-size: 2.5em;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#0099ff;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: 960px; 
	color: #fff; 
	height: 355px;
	background: url('images/newtop4.png');
	margin-top: 10px;
	margin-bottom: 12px;
	}

#header h1{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header {
color: #ec0083;
}	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

#hot{
	color: white;
	border-color: #c81000;
	border-style: solid;
	border-width: 1px;
	margin-top: 120px;
	width: 225px;
	height: 85px;
	float: left;
	background: red;
	background: -webkit-gradient(linear, left top, right bottom, from(#fd0000), to(#fa3b3b));
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	text-align: center;
}


#hot h2{
	text-transform: uppercase;
	color:white;
	font:normal 32pt "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2);

}

#hot2{
	color: #fff;

	text-transform: uppercase;
	margin-right: 10px;
	margin-top: 0px;
	width: 355px;

	float: right;
	text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.4);
	text-align: right;
	font-size: 14pt;
}

#hot2 h2{
	text-transform: uppercase;
	color:#ff3399;
	font:normal 45pt "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;

	line-height: 40pt;


}

#hot3{
	color: #fff;

	text-transform: uppercase;
	margin-left: -60px;
	margin-top: 30px;
	width: 305px;
	height: 85px;
	float: left;
	text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.4);
	text-align: left;
	font-size: 14pt;
}

#hot3 h2{
	text-transform: uppercase;
	color:white;
	font:normal 40pt "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 33pt;


}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	float:left;
	width:585px;
	overflow: hidden;
	margin-right:14px;
	}

.post {
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	margin-bottom:20px;
	padding:0;
	padding-bottom: 20px;
	line-height: 14pt;
	padding-left: 0px;
	

	}
.underpostheader {
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family:'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size:12px;

	margin-top: 0px;
	color: #999;
	
}	
	
.post h2{
	line-height: 30px;
	padding: 15px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
	color: #1f1f1f;
	font-family:'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size:2em;
	font-size:50px;
	font-weight: 100;
	line-height: 45px;

	}
	
.post h2 a{
	color: #1f1f1f;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
h2 small {

	}

.post ul {margin-left: 20px;}

.post li { list-style-type: circle;}

.entry p{line-height: 14px; margin-bottom:10px;font-size: 12px;color:#333;
 font-family:"lucida grande",Helvetica,Arial,sans-serif; font-size:12px;
}

.entry .code{
	/*background-color: blue;*/
	width: 292px;
	float: left;
	text-align: left;
	}

.entry .sketch{
	/*background-color: black;*/
	width: 292px;
	float:right;
	text-align: right;
	}

.entry strong {
	color:#1F1F1F;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-size: 20px;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size:40pt;
	line-height: 37pt;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	padding: 0px;
	
	}
	
.navigation a:visited{

}	

.navigation a{

}	

.navigation .nav-previous{
	width: 290px;
	float: left;
}

.navigation .nav-next{
	width: 290px;
	float: left;
	text-align: right;
}

.navigation .nav-next a{
	color: black;
}

.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;

	width:355px;
	float:right;
	margin:0;
	padding: 0;
	/*border-left: 1px solid #ddd;*/
	background-color: #f1f1f1;
	background-color: #ffffff;
	margin-top: -12px;
	min-height: 605px;
	background: url('images/magdown.png');
	background-repeat: no-repeat;
	}



#sidebar h2{

font-family:'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue',Arial,Helvetica,sans-serif;


}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar li{

	color:#333333;
	font-size:12px;
	line-height:14px;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}


#sidebar img {}

#sidebar ul {

	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin-top:0px;
	margin-bottom:10px;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	margin-bottom: 10px;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

.sidebarreview{
height: 248px;
}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #CCCCCC;
	width:345px;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	padding-top: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 10px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0px 0px 0;
	display: inline;
	float: left;	
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.more-link {
background-color: #1F1F1F;
color:white;
padding: 5px;

}


/* footer */

#footer {
	background:#ffffff;
	clear: both;
	width: 100%;
	}
	
#footer p{font-size: 10px; padding:14px 0;margin: 0; color: #333333; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}




		ul.featurettes { margin-bottom: 12px; overflow: hidden; padding-bottom: 0px; border-bottom: none; border-top: none; padding-top: 250px; font-size: 15px; width:960px; line-height: 14px;}
		ul.featurettes li { float: left; width: 210px; color: #fff; text-shadow: 0px 1px 5px #006699;
}
/*		ul.featurettes li:hover { background-color: #5f5f5f; } */
		ul.featurettes li + li { margin-left: 14px; padding-left: 15px; border-left: none; }
		ul.featurettes {
			list-style-type: none;
		}


.pmcTFImgNorm{
height:10px;
}

.navimg{
	float:left;
	margin-right: 5px;
	margin-top: 3px;
}

.entry{

	
}

.floatfix{
	clear:both;
	border-bottom:1px solid #CCCCCC;
	border-bottom:none;
	display: block;
	margin-bottom:30px;	
}

.floatleft{
float: left;
padding-right: 10px;
}

















#twitter-ticker{
	width:200px;
	height:300px;
	color:#666666;
	display:none;
	


	text-align:left;
}

#tweet-container{
	height:355px;
	width:auto;
	overflow:hidden;
}





.tweet{
	padding:5px;
	margin:0 8px 8px;
	margin-left: 0px;
	margin-right: 0px;
	

	
	width:auto;
	overflow:hidden;
}

.tweet .avatar,

.tweet .time{
	float:left;
}

.tweet .time{
	margin-top: 5px;

	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:1px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

a, a:visited {
	color:#0099FF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

p{
	padding-top:7px;
}

#twitter-ticker{
	margin:40px auto 20px;
	width: 355px;
}



#main{
	margin:40px auto;
	text-align:center;
	width:420px;
}

h1{
	color:white;
	font-size:36px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}


.chat .user_1 {
background-color:#ffffff;

}
.chat .user_2 {
background-color:#ffd600;
padding: 10px;
}
.chat .user_3 {
background-color:#ffff99;
padding: 10px;
}
.chat .user_4 {
background-color:#FFCCBB;
}
.chat dl {
margin:0 0 0.75em;
}

b .chat{
background-color: blue;
}

.chat dd {
color:#333333;
padding:0.5em 0.75em;
font-family:"Adobe Caslon Pro","Hoefler Text",Cambria,"Adobe Garamond Pro","Garamond",Georgia,"Times New Roman",Times,serif;
}

.transcript p{
font-size: 14px;
line-height: 16px;
}

.category-codesketch {
	padding-left: 10px;
	border-left:5px solid #BDEE70;
	width:220px;
}

.category-codesketch h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size:2.5em;
}

.category-codesketch .underpostheader{
background-color: blue;
display:none;
}

.category-tweet {
	padding: 10px;
	border-left:5px solid #4099FF;
	background-color: #99ccff;
	background:#99ccff;
	background: #99ccff url('images/whitetwitterbird.png') no-repeat;
	background-position: 0px 50%;
}

.category-tweet p{
	margin-left: 35px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:20pt;
line-height: 28px;
text-shadow: 0px 1px 5px #006699;
color:white;


}

.category-tweet a{
	font-weight: bold;
	text-shadow: 0px 1px 5px #fff;
}


.category-tweet h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size:2.5em;
	display:none;
}

.category-tweet .underpostheader{
display:none;
}

.category-externallink {
	padding: 10px;
	border-left:5px solid #ffcc33;
	background-color: #99ccff;
	background:#ffff99;
	background:#ffffff;
}

.category-externallink p{
	margin-left: 0px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:9pt;
line-height: 16px;

color:black;
}

.category-externallink h2{
	font-weight: bold;
	font-size:1em;
	background-color: #ffcc33;
	margin:-10px;
	margin-bottom: 0px;
	padding: 5px;
	
}

.category-externallink .underpostheader{
	display:none;}

.post .category-externallink{
	padding: 0px;
	margin:0px;
}

.orange {
	color: #663300;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#ffcc33));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcc33), to(#ffff99));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Helvetica, Arial, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	/*-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	*/
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin: 10px;
	margin-bottom: 0px;
	margin-right: -10px;
	float: right;
}

.category-chicgeek {
	padding: 10px;
	border-left:none;
	background-color: #99ccff;
	background:#99ccff;
	background: url('images/chicgeek.png') no-repeat;
	min-width:198px;
	min-height: 220px;
}
.category-chicgeek .titleinfo{
	margin-left: 190px;
	width: 400px;
}

.category-chicgeek .underpostheader{
	display: none;
}

.category-chicgeek h2{
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	width: 100%;
	line-height: 40px;
	color: black;
	padding-bottom: 20px;
	margin-top: -8px;
}

.category-chicgeek p{
	font-size: 14px;
	line-height: 15px;;
	width: 385px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.category-chicgeek .entry{
	width: 585px;
	margin-left: 190px;
}

.category-chicgeek blockquote{
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: black;
	border-style: solid;
	border-bottom-width: 5px;
	border-top-width: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
	margin-left: -200px;
	float:left;
	width: 155px;
	border-left: none;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;


	clear: both;
}

.category-chicgeek blockquote p{
	width: 155px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 16px;
	color: inherit;
}

.category-chicgeek img.blockleft{
	border-top-width: 0px;
	margin-left: -200px;
	border: none;
	padding: 10px;
	padding-left: 0px;
	float: left;
	display: block;
	clear: both;
}

.category-chicgeek  b{
	font-size: 20px;
	color: black;
	text-transform: uppercase;
	line-height: 30px;
}

#crapfix{
margin-top: 0px;
padding-left: 20px;
}

.post .category-tweet {
border-bottom: white;
}
