/*
Theme Name: Geek Fluid widths
Theme URI: http://forevergeeks.com/
Version: 1.0
Author: Nelson Amaya
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

#container {
margin:0 auto;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #000066;
	text-decoration: none;
}

a:visited{
	color: #36393D;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #CC0000;
 margin-top: -30px;
 padding: 0px;
}

h1.title {
_display:inline;
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #CC0000;
 margin-top: -30px;
 padding: 0px;
}
h2{
 font-family: Arial,sans-serif;
 font-size: 18px;
  margin-top: -20px;
 color:#b02b2c;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #36393D;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 1024px;
	margin:auto ;
}

#navBar{
	float: left;
	width: 195px;
	font-size: 14px;
	font-weight:bold;
	font-family:verdana;
	color:#b02b2c;
	list-style: none;
	margin: auto;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	
}

#logo {
	color: #FFF;
	margin-bottom:3px;
}


#headlines{
  float:right;
	width: 20%;
	padding-right: 10px;
}

#headlines ul {list-style: none; margin: 0; padding: 0;}

#content{
	float: left;
	margin-left:10px;
	margin-left: auto;
 	margin-right: auto;
        width: 800px;
  
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
position: relative;
width: 1024px;
text-align:right;
min-width: 640px;
height: 50px;
color: #000066;
padding: 0px;
margin: 0px;
background-image: url(images/navbg.png);
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 85%;
	margin-left:10px;
	padding: 0 6px 0 0;
	color: #000066;
}


#globalNav a:hover {
	text-decoration: none;
	color: #fff;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	text-align:center;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/
#search{
	float: right;
	top: 6px;
	height:50px;
	background:#c0c0c0;
	margin-right: 0px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 10px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}
#stext {
margin-left:10px;
font-weight: normal;
	color: #000;
	font-style: italic;
	font-size: 12px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
#navBar a:hover {

}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	list-style: none;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	color:#b02b2c;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.navigation {
	display: block;
	text-align: center;

	}
#adbar {
width:336px;
height:2000px;
float:left;
}

#tagline {
	text-align: right;
	padding-left: 220px;
	padding-top: 0px;
	height: 28px;
	padding-bottom: 0px;
	float: left;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	clear: right;
	margin-top:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	width: 400px;
}
#tagline a {
	font-weight: normal;
	color: #000;
	font-style: italic;
	font-size: 21px;
}
#tagline a:hover {
	color: #F3AE48;
}
#print{
float:right;
margin-right:300px;
margin-top:-40px;
}
#adright{
float:right;
width:336px;
}
#cat2{
float:right;
width:300px;
}

#cat1{
width:300px;
margin-right:60px;

float:left;
}

#cat3{
width:300px;
float:left;
margin-right:30px;
margin:50px;
}
#cat4{
width:300px;
float:right;
}
#latest{
width:500px;
}

#howto {
background:#f1f1f1;
border:1px solid #ccc;
height:150px;
}

#author {
padding-top:10px;
font-weight: normal;
	color: #000;
	font-style: italic;
	font-size: 15px;
}

#topadsense {
margin-top:-40px;

}

#store {
}