/* Geekologie CSS */
a:link { text-decoration: none; color:#FF7CCC; }
a:visited { text-decoration:none; color:#FF7CCC;}
a:hover	{ text-decoration:none; color:#999;} 
a:active { text-decoration:none; color:#999;}

h1 a:link { text-decoration: none; color: #FFF;}
h1 a:visited { text-decoration:none; color:#FFF;}
h1 a:hover	{ text-decoration:none; color:#999;} 
h1 a:active { text-decoration:none; color:#999;}

.entryurl a:link { text-decoration: none; color: #999;}
.entryurl a:visited { text-decoration:none; color:#999;}
.entryurl a:hover	{ text-decoration:none; color:#CCC;} 
.entryurl a:active { text-decoration:none; color:#CCC;}
 
#menu a:link { text-decoration: none; color: #DCC9D0;}
#menu a:visited { text-decoration:none; color:#DCC9D0;}
#menu a:hover	{ text-decoration:none; color:#FFF;} 
#menu a:active { text-decoration:none; color:#FFF;}

.topstories li a:link { text-decoration: none; color:#FF7CCC; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.topstories li a:visited { text-decoration:none; color:#FF7CCC;}
.topstories li a:hover	{ text-decoration:none; color:#999;} 
.topstories li a:active { text-decoration:none; color:#999;}

body {  
	margin:0px auto 0 auto; 
	padding:0;
	color:#CCC; 
	background:url(/v2/bg.gif) repeat-x #111;  
	text-align:center;   
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#container {
	width:790px;
	margin:0 auto 40px auto;
	overflow:hidden;
	padding:0;
	}
#header {
	background:url(/v2/header.jpg) no-repeat top center;
	margin:0 auto 20px auto;
	padding:0;
	width:790px;
	height:175px;
	}
#logo {
	margin:0 auto;
	padding:0;
	width:784px;
	height:140px;
	}
#leaderboard {
	width:728px;
	height:90px;
	text-align:center;
	padding:0;
	border:solid 1px #888;
	background:#222;
	margin:8px auto 0 auto;
	}
#footerleaderboard {
	width:728px;
	height:90px;
	text-align:center;
	padding:0;
	border:solid 1px #333;
	background:#111111;
	margin:20px auto 10px auto;
	}

/******************* NAVIGATION BAR *******************/	
#nav {
	margin: 0;
	padding: 0;
	height: 35px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 790px;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:35px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -35px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -35px;
	}
#menuhome a  {
	width: 99px;
	background: url(/v2/menu_home.jpg) top left no-repeat;
	}
#menuhomeb a  {
	width: 99px;
	background: url(/v2/menu_homeb.jpg) top left no-repeat;
	}
#menugadgets a  {
	width: 99px;
	background: url(/v2/menu_gadgets.jpg) top left no-repeat;
	}
#menugadgetsb a  {
	width: 99px;
	background: url(/v2/menu_gadgetsb.jpg) top left no-repeat;
	}
#menugossip a  {
	width: 99px;
	background: url(/v2/menu_gossip.jpg) top left no-repeat;
	}

#menumovies a  {
	width: 99px;
	background: url(/v2/menu_movies.jpg) top left no-repeat;
	}
#menuabout a  {
	width: 99px;
	background: url(/v2/menu_about.jpg) top left no-repeat;
	}
#menuaboutb a  {
	width: 99px;
	background: url(/v2/menu_aboutb.jpg) top left no-repeat;
	}
#menuadvertise a  {
	width: 99px;
	background: url(/v2/menu_advertise.jpg) top left no-repeat;
	}
#menuadvertiseb a  {
	width: 99px;
	background: url(/v2/menu_advertiseb.jpg) top left no-repeat;
	}
#menufaq a  {
	width: 99px;
	background: url(/v2/menu_faq.jpg) top left no-repeat;
	}
#menufaqb a  {
	width: 99px;
	background: url(/v2/menu_faqb.jpg) top left no-repeat;
	}
#menucontact a  {
	width: 97px;
	background: url(/v2/menu_contact.jpg) top left no-repeat;
	}
#menucontactb a  {
	width: 97px;
	background: url(/v2/menu_contactb.jpg) top left no-repeat;
	}

/******************* SEARCH *******************/
#searchbody {
   width:285px;
   text-align:left;
   margin-bottom:4px;
   padding:15px 10px 15px 15px;
   background:url('/v2/search_bg.gif') no-repeat;
}
.searchtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
   }
.searchfield {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    width:92px;
   }
.widesearchfield {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    width:210px;
   }
.archives {
	width:125px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
/******************* FORMS *******************/
#searchcontainer {
	margin:0;
	padding:10px 0 10px 0;
	background:url(/v2/search_bg.jpg) no-repeat #AAA;
	width:100%;
	text-align:left;
	vertical-align:top;
}
form {
	margin:0;
	padding:0;
}
.formsubmit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
	width:80px;
	border:solid 1px #666;
	color:#fff;
	background:#666;
}
.formsearch {
	width:368px;
	border:solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 5px 0 10px;
}

/******************* LEFT SIDE *******************/
#mainbody {
	width:476px;
	float:left;
	text-align:left;
	margin-right:4px;
	padding:0;
	}
#mainbody h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: normal;
	line-height:22px;
	margin:0;
	padding:0;
	border-bottom:2px #888 solid;
	font-size: 18px;
	width: 450px;
}
#mainbody h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: normal;
	line-height:22px;
	margin:0 0 10px 0;
	padding:0;
	border-bottom:2px #888 solid;
	font-size: 18px;
}
#mainbody h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: normal;
	line-height:22px;
	margin:0 0 5px 0;
	padding:0;
	border-bottom:2px #888 solid;
	font-size: 18px;
	width: 450px;
}
#mainbody h1 span.date {
	color: #999;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	font-size: 10px;
	font-weight: normal;
	margin:3px 0 0 0;
	padding:0 0 0 15px;
}
#mainbody h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	margin:0;
	padding:0 0 10px 0;
	font-weight: normal;
	font-size: 16px;
}
#mainbody .entrytags {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size: 10px;
	line-height:100%;
	text-align:left;
  	font-weight: bold;
  	text-transform:uppercase;
	padding:2px 0;
  	color:#999999;
  	margin:0 0px 10px 0px;
	}
#mainbody .entryurl {
  	font-family:Arial, Helvetica, sans-serif;
  	font-size: 11px;
	text-align:left;
	padding:0;
  	color:#999999;
  	margin:0 0px 10px 0px;
	}
#mainbody .gallery {
	text-align:center;
	margin:0 0 12px 0;
	}
#mainbody .rectanglead { 
	margin-bottom:4px; 
	background:url(/v2/container_bg.gif) repeat-x bottom #292929;
	padding:13px;
	text-align:left;
	width:450px;
	}
#mainbody .bannerad { 
	margin-bottom:4px; 
	background:url(/v2/container_bg.gif) repeat-x bottom #292929;
	padding:4px;
	width:468px;
	text-align:center;
	}
#mainbody .rectanglead img {
	float:none;
	border:0;
	margin:0;
	padding:0;
	text-align:left;
	}
#entrycontainer { width:476px; overflow:hidden;}
#entrycontainer p { margin:0px 0px 10px 0px; padding:0; line-height:180%;}
#entrycontainer img { margin:3px auto 0px auto; float:none; border:0px solid #404040; }
img.large { border:0px solid #000; margin-bottom:10px; }
#returnnav { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	text-transform:uppercase;
	margin:0 auto 50px auto;
	width:480px;}
#entrycontainer img.noborder { margin:3px auto 0px auto; float:none; border:0px solid #333;}
#entrycontainer img.right { float:right; margin:5px 0px 3px 10px; padding:0px; border:5px solid #333;}
#entrycontainer img.left { float:left; margin:5px 10px 3px 0px; padding:0px; border:5px solid #333;}
#entrycontainer .entrybody { width:450px; margin-bottom:4px; padding:13px; line-height:180%; background:url(/v2/container_bg.gif) repeat-x bottom #292929;}
#entrycontainer .wide {text-align:right; font-size:11px; margin-bottom:10px;}
#entrycontainer .entrybody blockquote {  
	background:url(/v2/quote.gif) no-repeat;  
	text-align: left;  
	line-height:180%;
	margin:0 0 10px 0px;	 
	padding:3px 23px 0px 23px; 
	color:#CCC; 
	}
#entrycontainer .entryfooter {  
	color:#999999;  
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:20px 0 0 0;
	padding:0px 0px 0 0;
	}
.alignR {
	float:right;
	border:0;
	padding:0;
	margin:0;
}
.digg {
	background:url(/v2/digg.gif) no-repeat;
	padding: 2px 0 1px 19px;
	margin:0 5px 0 0;
	}
.delicious {
	background:url(/v2/delicious.gif) no-repeat;
	padding: 2px 0 1px 19px;
	margin:0;
	}
.reddit {
	background:url(/v2/reddit.gif) no-repeat;
	padding: 2px 0 1px 19px;
	margin:0 5px 0 0;
	}
.stumble {
	background:url(/v2/stumble.gif) no-repeat;
	padding: 2px 0 1px 19px;
	margin:0 5px 0 0;
	}
.comment-icon {
	background:url(/v2/comment.gif) no-repeat;
	padding-left:14px;
	margin:0 5px 0 0;
	}
#entrycontainer .previous {
	width:auto;
	background:url(/v2/arrow.gif) no-repeat 0 8px;
	padding:0px 0 2px 14px;
	color:#999;
	border-bottom:solid 0px #313131;
	}
.previous a:link { text-decoration: none; color: #FF7CCC;}
.previous a:visited { text-decoration:none; color:#FF7CCC;}
.previous a:hover	{ text-decoration:none; color:#999999;} 
.previous a:active { text-decoration:none; color:#999999;}
.navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999999;
	padding-top:10px;
	text-transform:uppercase;
	width:470px;
}
.source { 
	float:left;     
	/*background: url(/v2/extlink.gif) center right no-repeat;*/
	font-size:10px;
	font-weight:bold;
	letter-spacing:0px;
	font-weight:bold;
	text-transform:uppercase;
	color:#999999;
	margin:0px 0 0 0;
    padding-right: 12px;
	}
#gallery { clear:both; padding:0; margin:0 0 10px 0; text-align:center;}
#gallery img { margin:3px 3px 0px 0px; float:none; border:1px solid #000000; padding:0;}

/******************* RIGHT SIDE *******************/
#sidebar {
	width:310px;
	margin:0px 0 0 0;
	/*background:url(/v2/sidebar_bg.jpg) no-repeat;*/
	padding:0px 0 0 0;
	color:#AAA;
	float:left;
	}
#sidebar p {
	margin:0 0 10px 0;
	padding:0;
}
#sidebar img {
	border:0;
	margin:5px 0 0 0;
}
#sidebar ul {
	margin:0;
	padding:0;
	}
#sidebar li.side {
	list-style:none outside;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(/v2/check.gif) no-repeat 0 8px;
	border-bottom:solid 1px #313131;
	text-align:left;
	margin:0;
	padding:2px 0 2px 15px;
	}
#sidebar li.feeds {
	list-style:none outside;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:url(/v2/feeds.jpg) no-repeat 0 8px;
	border-bottom:solid 1px #313131;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:2px 0 2px 15px;
	}
#sidebar li.sitemeter {
	list-style:none outside;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom:solid 1px #313131;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:2px 0 2px 0;
	}
#sidebar .topmodule {
	width:auto;
	margin:0 0 4px 0;
	text-align:left;
	background:url(/v2/soFreakingCool.jpg) no-repeat #000;
	padding:40px 5px 5px 5px;
}
#sidebar .module {
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	margin:0 0 4px 0;
	text-align:left;
	background:url(/v2/side_header.gif) repeat-x #000;
	padding:10px 10px 10px 10px;
}
#sidebar .iwsmodule {
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	margin:0 0 4px 0;
	text-align:left;
	background:url('http://www.iwatchstuff.com/v2/shared-feed-header.jpg') no-repeat #000;
	padding:0px 10px 10px 10px;
}
#sidebar .geekmodule {
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	margin:0 0 4px 0;
	text-align:left;
	background:url('http://www.geekologie.com/v2/shared-feed-header.jpg') no-repeat #000;
	padding:0px 10px 10px 10px;
}
#sidebar .tsmodule {
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	margin:0 0 4px 0;
	text-align:left;
	background:url('http://www.geekologie.com/v2/ts-shared-feed-header.jpg') no-repeat #000;
	padding:0px 10px 10px 10px;
}
#sidebar .admoduleB {
	width:auto;
	margin:0 0 4px 0;
	text-align:left;
	background:#FF7BCC;
	padding:5px 5px 5px 5px;
}
#sidebar .admodule {
	width:auto;
	margin:0 0 4px 0;
	text-align:left;
	background:url(/v2/side_header.gif) repeat-x #000;
	padding:5px 5px 5px 5px;
}
#sidebar .skyscraper {
   width:auto;
   text-align:center;
   background:#000 url('/v2/side_header.gif') repeat-x;
   padding:10px;
   margin-bottom:4px;
}
.sidebartitle {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	font-weight:bold;
	text-transform:uppercase;
	color:#CCC;
	margin:0 0 0 0;
	padding:0px 0px 5px 0px;
}
.topstories {
	background:url(/v2/soFreakingCoolB.gif) no-repeat;
	margin:0 0 10px 0;
	padding:0;
}
.tstext {
	padding-left:15px;
	}
.topstories ul{margin:0; padding:0; height:576px; list-style:none; font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;}
.topstories li{margin:0 1px 1px 0; padding:0 0 10px 0; float:left; width:149px; height:135px; list-style:none; font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;}
/******************* FOOTER *******************/
#footer {
	width:790px;
	background:url(/v2/footer_top.jpg) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#777777;
	margin:0 auto;
	padding:5px 0 10px 0;
	line-height:120%;
}
#footertop {
	margin:0 auto;
	padding-bottom:30px;
	}
#footer a:link {
	color: #AAAAAA;
	text-decoration:none;
}
#footer a:visited {
	color: #AAAAAA;
	text-decoration:none;
}
#footer a:hover {
	color: #AAAAAA;
	text-decoration:underline;
}
#footer a:active {
	color: #AAAAAA;
	text-decoration:underline;
}

/******************* COMMENTS *******************/
#comments {
   padding:0px;
   margin:0;
}
#comments p{
   line-height:150%;
   margin:0 0 10px 0;
}
#comments-open {
   margin-top:0px;
}
.comment {
   margin:0px 0px 10px 0px;
   border-top:solid #CCC 0px;
   background:#2C2C2C;
   padding:5px;
}
.comment-footer {
   padding:0;
   margin:0;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#999;
   text-align:left;
}
.commentline {
   width:350px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   }
.commentlinehide {
	height:0px;
	width:0px;
	border:0;
	background:#191919;
	overflow:hidden;
}
.commentfield {
   width:445px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   }
.comment-content {
   margin:-5px 0 0px 0;
   padding:0 0 0 14px;
   color:#CCC;
}
#comment-post {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
}
#comment-preview {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
}
.red {color: #FF0000}


/********* SO FREAKING COOL *********/
.so-cool-tn {
  border:0;
  margin:5px 0 0 0;
  padding:0;
  width:149px;
  height:112px;
  overflow:hidden;
  }