/*   
Theme Name: Geektastic!
Theme URI: http://www.geektastic.org/
Description: The first layout and main template for geektastic.org.
Author: Melissa Pereda
Author URI: http://www.geektastic.org
Version: 1.0
*/



/* This code is used to reset all of the browser defaults so that the layout works in older browsers - do not remove! */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

img {
	border:none;
}


/* End browser reset */



/* Begin Image alignment */

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* End Image alignment */



body {
	background:#CFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
}

p {
	margin-bottom:32px;
}


/* Start Main Layout */
#geekTop {
	float:left;
	height:440px;
	width:960px;
	background:url(/images/geektastic_top.jpg) no-repeat;
	margin:0;
}


#geekBottom {
	background:url(/images/geektastic_bottom.jpg) no-repeat;
	float:left;
	width:602px;
	height:30px;
	position:absolute;
	bottom:0;
}

#geekFollow {
	float:right;
	margin:70px 20px;
}

#geekMe {
	float:left;
	margin: 120px 10px 0px;
}

#geekRSS {
	clear:left;
	float:right;
	margin-right:90px;
	margin-top:-100px;
}

#leftSide {
	float:left;
	width:602px;
}

#rightSide {
	float:right;
	width:358px;
}

#geekURL{
	padding: 370px 0px 0px 120px;
	font-size: 2.5em;
	text-transform:uppercase;
	font-weight:bold;
}

#contentLeft {
	position:relative;
	float:left;
	width:602px;
	min-height:500px;
	background:url(/images/geektastic_content.jpg) repeat-y;
}

.contentText {
	margin:0px 20px 10px 55px;
}



#twitterLatest {
	float:right;
	width:358px;
	height:358px;
	background:url(/images/twitter_latest.jpg) no-repeat;
	margin-top:-60px;
}

.tweetHeader {
	margin-top:-5px;
	margin-left:5px;
	font-size:1.4em;
}
	
.trendHeader {
	margin-top:-27px;
	margin-left:5px;
	font-size:1.4em;
}

#twitterTrend {
	float:right;
	width:358px;
	height:643px;
	background:url(/images/linkasaurus.jpg) no-repeat;
	margin:0;
}



/* End Main Layout */


/* Start jQuery Mods */

.popupInfo {
	position: relative;
}

.popup {
	position: absolute;
    display: none;
	width:250px;
	
}

.popup .text {
	width:250px;
	text-align:center;
	font-size:.8em;
	background:url(/images/bubble_middle.gif) repeat-y;	
}
.popup .text p {
	width:205px;
	padding: 0px 20px;
	text-align:justify;
}

.popup .small {
	width:160px;
	text-align:center;
	font-size:.8em;
	background:url(/images/bubble_middle2.gif) repeat-y;	
}
.popup .small p {
	width:120px;
	padding: 0px 20px;
	text-align:justify;
}

/* End jQuery Mods */


/* Other Styles */

#content {
	text-align:justify;
	line-height: 1.5em; 
}

#content h2 {
	font-size:1.5em;
}

#content h2 a {
	text-decoration:none;
	color:#6C0;
}

#content h2 a:hover {
	text-decoration:underline;
	color:#C00;
}

#geekURL h1 a {
	text-decoration:none;
	color:#000;
}

#geekURL h1 a:hover {
	text-decoration:none;
	color:#C00;
}

a {
	color:#690;
}

a:hover {
	color:#C00;
}

a:visited {
	color:#CC0;
}

textarea#comment { width: 400px; padding: 5px; }

.commentmetadata { font-size: .7em; }

.commentlist {
	line-height:1.3em;
}

.comment-body {
	margin: 20px;
}

.xoxo {
	margin: 20px;
}

.text p {
	margin:0;
}

.small p {
	margin:0;
}

#twitter_div {
	margin:30px;
}

#twitter_update_list {
	list-style-type: none;
	width:250px;
	margin: 30px 20px 10px 30px;
	color:#333;
}
