/*
Theme Name: Geek Oracle 3
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Lucas Lopes
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

body {
	background-color:#303030;
	margin:0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ffffff;
	font-size:12px;
	background-image: url(images/gobg.jpg);
	background-repeat: repeat-x;
}


h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}

.why h1 {
	color: #ffffff;
	font-size: 32px;
}

h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}







#container {width:1000px;margin:0 auto;text-align:left;}
#header {width:1000px;text-align:center;height:500px;}
#slideshow {height:470px;}
#slideshow #arrowBack, #slideshow #arrowNext, #slideshow #slide {float:left;position:relative;}
#slideshow #arrowBack, #slideshow #arrowNext {padding:190px 24px;}
#bottom {padding:15px 95px;float:left;}
#nav {width:360px;float:left;margin-right:30px;}
#nav .navItem {background:url(images/black_bg.jpg);width:360px;margin-bottom:5px;height:37px;}
#nav .navItem img {margin:4px 20px 0 20px;}


#arrowClick {position:absolute;top:27px;right:-10px;}

.field {float:left;line-height:30px;}
#inputSpacer {width:20px;float:left;}
.field input {width:168px;border:1px #CCC solid;padding:5px;}
#commentBox {clear:both;line-height:30px;}
#commentBox input {width:368px;border:1px #CCC solid;padding:5px;height:130px;}


/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0;
	width:1000px;
	height:470px;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:810px;
	height:470px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	border: 2px solid #b4b4b4;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:790px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:470px;
  position:relative;
}
.slide h2 {font-size:22px;margin:0;padding:5px 0;font-weight:normal;background-color:#fff;}
.slide .text {position:absolute;top:200px;right:0px;width:360px;text-align:left;font-size:15px;}
.slide .text .textCopy {
	margin-right:15px;
	color: #000;
}

.bottomlefttextCopy {
	position:absolute;
	top:350px;
	left:0px;
	text-align:left;
	font-size:15px;
	margin-left:30px;
	background-image: url(images/textbg.png);
	background-repeat: repeat;
	padding: 10px;
}

.upperlefttextCopy {position:absolute;top:75px;left:0px;text-align:left;font-size:15px;margin-left:30px;background-image: url(images/textbg.png);
	background-repeat: repeat;padding: 10px;}
	
	.upperrighttextCopy {position:absolute;top:75px;left:0px;text-align:left;font-size:15px;margin-left:170px;background-image: url(images/textbg.png);
	background-repeat: repeat;padding: 10px;}
	
	
	
	.bottomrighttextCopy {
	position:absolute;
	top:350px;
	right:0px;
	text-align:left;
	font-size:15px;
	margin-right:30px;
	background-image: url(images/textbg.png);
	background-repeat: repeat;
	padding: 10px;
}
	
	

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  text-align:center;
  height:470px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  width:45px;
  margin:0 25px;
}
#leftControl {
	top:0;
	left:42px;
	background:transparent url(images/arrow-back.png) no-repeat 0 0;
	z-index: 1;
}
#rightControl {
  top:0;
  right:42px;
  background:transparent url(images/arrow-next.png) no-repeat 0 0;
}

#validationContainer{
	background-color:#F00;
	padding:5px 20px;
	color:#FFF;
	display:none;
}

#validationContainer p
{
	display:none;
}


#submitConfirmation{
	background-color:#FFF;
	padding:5px 20px 15px 20px;
	display:none;
	
}


.cright {
	margin-top: 10px;
}

.toplinks{
	float: right;
	padding-top: 15px;
}

.bottomlinks{
	float: right;
	margin-top: 25px;	
}

.abouttext {
	font-size: 14px;
	text-align: justify;
}

hr {border-bottom-width: 1px; border-bottom-color: #8e8e8e;}

#header2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8e8e8e;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

#coloumnleft {
	float: left;
	width: 400px;
		
}
#coloumnright {
	float: right;
	width: 400px;
}


.clear {clear: both;}

#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8e8e8e;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link {
	color: #00B2FA;
	text-decoration: underline;
}
a:visited {
	color: #00AEF2;
	text-decoration: underline;
}
a:hover {
	color: #00AEF2;
	text-decoration: none;
}
a:active {
	color: #00B1F8;
	text-decoration: none;
}


.news ul.twitter {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news li.twitter-item {
	color: #FFF;
	padding-bottom: 10px;
}
.news p.twitter-message {
}

.news .twitter-timestamp {
	clear: left;
	
}
.news a.twitter-link {
}
.news a.twitter-user {
}
