*{
	margin:0;
	padding:0;
}

body{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	background: #fff;
	margin-top:10px;
}

ul{
	list-style: none;
}

h2{
	font-size:1.6em;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
hr{
	margin:10px 0;	
}
#wrapper{
	background:#fff url(images/logo_bg.gif) repeat-y;
	width: 955px;
	margin: 0 auto;
}
/*----------------------------------
-----------HEADER - LOGO------------
----------------------------------*/
#header{
	width:142px;
	float:left;
}
#header_img{
	height:61px;
	border:1px solid black;
	background:#fff url(images/geekin_logo.gif) no-repeat;
}

#header_title{
	height:100px;
	border-top:3px solid #fff;
	background: url(images/geekin-out.png) no-repeat;
}

#header_title h1{
	display: none;
}

#header_title .description{
	position: relative;
	top:87px;
	left:22px;
	text-align: right;
	width:115px;
	color: #fff;
	font-size:1.2em;
}
/*----------------------------------
--------HEADER - CATEGORIES---------
----------------------------------*/
.categories h2{
	display:none;
}
.categories li{
	margin:3px 0;
}
#cat_list{
	position:relative;
	top:110px;
	padding-right:5px;
	text-align: right;
}
#cat_list a{
	font-size:1.6em;
	color:#fff;
	font-weight:bold;
}
			
/*----------------------------------
--------------SIDEBAR---------------
----------------------------------*/					
#sidebar{
	float:right;
	width:200px;
	background:#fff;
}
/*----------------------------------
----------SIDEBAR - WIDGETS---------
----------------------------------*/
#sidebar .subscribe  {
	display: block;
	height: 0px;
	text-indent: -9999px;
	padding-top: 65px;
	width: 196px;
	overflow: hidden;
	background: url(images/RSS.png) no-repeat;
}
#sidebar .widget{
	background:#fff;
	font-size:12px;
	margin-bottom:20px;
	padding:3px;
	line-height:150%;
}
#sidebar h2{
	background:#fff;
	padding:3px;
	border-bottom:1px solid #000;
	margin-bottom:5px;
	text-transform:uppercase;
	letter-spacing:-1px;
}
#sidebar .widget_pages h2{
	display: none;
}
.widget a{
	color:#333;	
}

#twitter-1 a{
	color:#000;	
}
#rss {
	border-bottom:1px solid #000;
	text-align:right;
	margin-bottom:5px;
}
img{
	border:0px;
}
/*----------------------------------
--------------CONTENT---------------
----------------------------------*/
#content{
	padding:3px;
	overflow: hidden;		
}
.navigation{
	margin-top:80px;
}
.navigation a{
	font-size:14px;
	margin:20px;
	color:#CC0000;
}
.l_arrow{
	background:url(images/left_arrow.jpg) no-repeat;
	padding:10px;
	position:relative;
	top:5px;	
}
.r_arrow{
	background:url(images/right_arrow.jpg) no-repeat;
	padding:10px;
	position:relative;
	top:5px;	
}
/*----------------------------------
------------ENTRY TITLE-------------
----------------------------------*/
#title{
	margin:0 10px;
	clear:both;
	
}
#content #date{
	float:left;
	width:50px;
	height:30px;
	padding:1px 0;
	border:1px solid #000;
	background:#fff;
	margin-right:20px;
	margin-left:5px;
	text-align:center;
	position:relative;
	top:-3px;
}
#date .month{
	font-size:13px;
	font-weight:bold;
	color:#333;
	letter-spacing:-0.5px;
	text-transform:uppercase;
}
#date .day{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-top:-3px;
}
#content h2{
	font-size:2.2em;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding:6px;
	border-bottom:1px solid #000;
	
}
#content h2 a, .title_h2{
	padding:5px 20px 0px 0;
	color:#000;
}

#content h2 a:hover{
	text-decoration:none;
	color:#cb0000;
}
/*----------------------------------
------------ENTRY CORE--------------
----------------------------------*/
.entry{
	font-size:1.2em;
	color:#333;
	padding:10px;
	clear:both;
}
.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{
	margin-left:10px;
	overflow:hidden;
}
.entry p{
	padding:10px;
	line-height: 20px;
	overflow:hidden;
}
.wp-caption{
	background: #ccc;
	text-align: center;
	margin:0 5px;
}
.entry img{
	border: 1px solid #000;
	margin:5px 0;
}
.entry .wp-caption-text{
	padding:3px;
	
}
.aligncenter{
	margin:0 auto;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.postmetadata{
	clear:both;
}
a[rel=tag]{
	color:#C00;	
}
#comment_link{
	font-size: .9em;
	padding:0px 23px 20px 20px;
	margin-left:30px;
	/*background:url(images/comment_bubble.png) no-repeat;*/
	float:right;
}
#comment_link a{
	color:#000;
	font-weight: bold;
}
h3#comments {
	font-size:14px;
	padding:5px 10px;
}
.commentlist{
	margin:0px 20px;
	list-style:none;
}
.commentlist li{
	padding:10px;
	margin-bottom:5px;
}
.commentlist .even{
	background:#F4F4F4;
}
.commentlist .odd{
	background:#D5D5D5;
}
.comment-body p{
	font-size:12px;
	padding:10px;
}
.fn{
	font-size:14px;
	padding-left:5px;
	position: relative;
	top:-10px;
}
.says {
	display:none;
}
#respond{
	margin:20px;
}
#respond h3{
	font-size:14px;
	padding:5px 0;
}
#respond label{
	display:block;
	width:200px;
	font-size:11px;
	padding:3px 0;
}
#respond input, #respond textarea{
	margin-bottom:5px;
}

/*----------------------------------
--------------FOOTER----------------
----------------------------------*/
#footer{
	text-align: right;
}
/*---------------------------------------
----------------ARCHIVES-----------------
----------------------------------------*/
.pagetitle{
	margin-bottom:15px;	
}