/*  
Theme Name: Geek Woo 07
Theme URI: http://geekwoo.com
Description: Theme for Geekwoo.com - Heavily modded Kubrik. <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Vance Tran
Author URI: http://vancetran.com/
*/
 
/* Main Styles */
html {    
	font-size: 62.5%;
	margin: 0 0 1px 0;
	min-height: 100%;
	padding: 0;
}
body {
	background: #e8e8e8;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
    margin:0;
    padding:0;
	width:100%;
	
}
#canvas {
	background: #e8e8e8 url(images/bg.gif) top repeat-x;
	min-height: 695px;
}
#page {	
	margin: 0 auto;
	padding: 0 15px;
	width: 900px;
}
/* Accessibility - Skip Navigation */
#skipnav {
	position: absolute;
	top: 0;
	z-index: 2;
	display: none;
}
	#skipnav a{
		background:transparent;
		border:none;
		color: #fff;
		margin-left:-999px!important;
		margin-left:5px;
		margin-top:10px;
		padding-top:10px;
		text-decoration:none;
	}
	#skipnav a:focus {
		background:#528BC5;
		color:#fff;
		margin-left:0!important; 
		padding:3px;
	}
#header {
	height: 95px;
	margin: 0 auto;
	padding: 0;	
}
#menu {
	background: transparent url(images/bg-menu.gif) top center no-repeat;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	height: 26px;
	padding: 10px 0 0 35px;
	width: 895px;
}

#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;	
}
#menu ul li {
	float: left;
	list-style: none;
	list-style-image: none;	
	margin-right: 20px;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	border: 0;
	color: #fff;	
}
#menu ul li a:hover {
	background: none;
	color: #8AE0F9;
	border-bottom: 2px solid #fff;	
}

#contentbox {
	background: #fff url(images/bg-content.gif) top center repeat-y;
	clear: both;
	color: #222;
	display: block;
	float: left;	
	height: auto;
	width: 930px;
}
#contentdeco {
	background: transparent url(images/bg-contentstart.gif) top center no-repeat; 
	float: left;
	height: auto;
	padding: 0 35px 0 35px;
	width: 860px;
}
#content { 
	padding: 0;
	width: 480px;
}
.narrowcolumn {
	background: #fff;
	float: left;
	height: 100%;
	margin-right: 20px;
	width: 480px;
}

.bicolumn {
	background: transparent;
	float: left;
	height: 100%;
	margin-right: 15px;
	width: 300px;
}

#sidebar {
	background: #fff;
	float: right;
	width: 330px;
}
	#sidebar ul {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;		
	}
	
	#sidebar li {
		list-style: none;
		list-style-image: none;
	}
	
	#sidebar li a {
		background: #fff;
		border-bottom: 1px solid #eee;
		color: #104983;
		display: block;
		padding: 3px;
		width: auto;
	}
	#sidebar li a:link, #sidebar li a:visited { 
		color: #528BC5;
		font-weight: bold;
		text-decoration: none;
	}
	#sidebar li a:active { 
		color: #72B4F5;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
	#sidebar li a:hover {	
		background: #528BC5;
		color: #fff;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
#sidebar li.flickr {
	display: block;
	float: left;
	height: 79px;
	width: 82px;
}
#sidebar li.flickr a:hover {	
		background: none;
}
#sidebar li.flickr a img {
	border: 2px solid #aaa;
}

#sidebar li.flickr a:hover img, a:active img {
	border: 2px solid #528BC5;
} 

.aktt_tweets a {
	font-size: .75em;
}

#footer {
	background: transparent url(images/bg-contentend.gif) top no-repeat;
	clear: both;
	color: #333;
	font-size: 0.9em;	
	height: 70px;
	line-height: 1.2em;
	padding: 30px 15px 10px 15px;
	width: 900px;
}
.footerLeft {
	/*background: transparent url(images/footer-acs.gif) top left no-repeat;
	padding-left: 45px;
	height: 45px;*/
	float: left;
	
}
.footerRight {
	float: right; 
	height: auto; 
	width: auto; 
	text-align: center;
}
/* General Styles */
a { 
	border: 0;
	color: #327CC5; 
	text-decoration: none;
}

a:link {
	border-bottom: 1px solid #528BC5;
	color: #327CC5;
	cursor: pointer;
}
a:visited { 
	border-bottom: 1px solid #528BC5;
	color: #327CC5;
}
a:active {
	color: #72B4F5;
}
a:hover {
	background: #DCEDFF;
	border-bottom: 1px solid #77B2EE;
	color: #004386;
	cursor: pointer;
	outline: none;
}
a img, a:hover img {
	background: transparent;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
.imglink,.imglink:link,.imglink:visited {
	border-bottom: 1px solid #DCEDFF;
	margin-top: 5px;
	text-decoration: none;
}
.imglink:hover {
	border-bottom: 1px solid #77B2EE;
}
.imglink2,.imglink2:link,.imglink2:visited,.imglink2:hover {
	background: 0;
	border: 0;
}
ol,ul { 
	margin-top: 5px;
	padding-top: 0;
	padding-left: 1em;
	margin-left: 1.5em;
}
h1,h2,h3,h4,h5,h6 {
	color: #4471A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
h1.hiddenheader,h2.hiddenheader {
	display: none;
}

h2 {
	display: block;
	line-height: 1em;
	color: #fff;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.25em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-transform: none;
}
h2 a, h2 a:link, h2 a:active, h2 a:visited {
	color: #fff;
	background: none;
	border: none;
}
h2 a:hover {
	border-bottom: 2px solid #fff;
}

#sidebar h2 {
	color: #4471A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #A5F998;
	font-size: 1.7em;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
}
h2.pagetitle {
	color: #4471A0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 2px 0;
	text-transform: uppercase;
}
h2.pagetitle a, h2.pagetitle a:link, h2.pagetitle a:active, h2.pagetitle a:visited {
	color: #4471A0;
	background: none;
	border: none;
}
h2.pagetitle a:hover {
	border-top: 2px solid #4471A0;
	border-bottom: 2px solid #4471A0;
}

#content h3 a, #content h3 a:link, #content h3 a:active, #content h3 a:visited {
	color: #4471A0;
	background: none;
	border: none;
}
#content h3 a:hover {
	border-bottom: 2px solid #4471A0;
}
h3 {
	font-size: 1.6em;
	border-bottom: 1px solid #ddd;
	margin: 10px 0 0 0; 
	padding: 5px 0;	
	text-transform: none;
}
.printOnly {
    display: none;
}

/* Wordpress Specific */
#comment {
	width: 480px;
}
.postmetadata{
	background: #f6f6f6;
	border: 1px dotted #ccc;
	padding: 0 2em;
}
.alt{
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 10px;
}
.entry, .entrytext {
	width: 480px;
}
.datebox {
	background: transparent url(images/bg-date.gif) top center no-repeat;
	color: #999;
	float: left;
	font-weight: bold;	
	height: 4em;
	line-height: 1.2em;
	margin-right: 10px;
	padding-top: .75em;
	text-align: center;
	text-transform: uppercase;
	width: 37px;
}
.datebox small { color: #888; }
.datebox big { color: #666; }

.alignleft { float: left }
.alignright { float: right }
.navigation { display: block; height: 20px; }
.center { text-align: center; }

/* Hacks */

/* for Internet Explorer 6 */
/*\*/
* html #canvas {
	height: 695px;
}

* html #tabbox {
	height: 550px;
}
/**/