/*   
Theme Name: SFSN
Theme URI: http://scifisaturdaynight.com
Description: The second iteration of scifi saturday night's site
Author: Kriana and Illustrator X
Author URI: http://www.twitter.com/kriana
Version: 0.1
.
General comments/License Statement if any.
.
*/

/* space side borders */

#borderLeft {
	width: 100px;
	height: 100%;
	background: url(images/border_left.png) repeat-y;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;}

#borderRight {
	width: 100px;
	height: 100%;
	background: url(images/border_right.png) repeat-y;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 20;}


/* Header */

#header {
	background-color: black;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 200px;
	left: 100px;
	z-index: 10;}

#wrap {
	background-color: black;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 200px;
	left: 0px;
	z-index: 1;}

#logo {
	background: url(images/SFSN.png) black;
	position: fixed;
	top: 0;
	left: 300px;
	width: 500px;
	height: 80px;}

#brain {
	background: url(images/brain.png) black;
	position: fixed;
	top:40px;
	left: 100px;
	width: 210px;
	height: 150px;}

#cord {
	background: url(images/Scifico_braincord-009.png) black;
	position:fixed;
	top: 152px;
	left: 287px;
	width: 1250px;
	height: 50px;}

#sting{
	background: url(images/inspace.png);
	position: fixed;
	top:85px;
	left: 350px;
	width:562px;
	height: 36px;
}
/* Widgetized Navigation bar */
#nav {
	position: fixed;
	top: 140px;
	left: 325px;
	width: 600px;
	font: 12pt Lucida Sans Unicode, Lucida Grande, sans-serif;
	background-color: black;}

#nav a {
	margin-right: 15px;
	text-decoration: underline;
	color: #038C2A;
	padding-right: 2px;
	padding-top: 1px;}
	
#nav ul {
  margin: 0px;
  padding: 0px;}

#nav li {
  display: inline;
  list-style: none;}
	

/* Balloon Widgetized Sidebar*/

#balloons{
	width:300px;
	background: black;
	position: absolute;
	right:0px;
	top: 250px;
	display: block;
	margin-left: 100px;
	z-index: 5;
	font-size: x-small;
	line-height: 15px;}

.balloon{
	display: block;
	overflow: hidden;
	background-image: url(images/balloon_tall.png);
	height: 250px;
	width: 140px;
	padding-left: 25px;
	padding-top: 25px;
	padding-right:25px;
	padding-bottom: 25px;}
	
.balloon h2{
font-size: medium;
}

.balloon a:link{}
.balloon a:visited{}

/* content */

body {
	background-color: #000;
	padding-left: 100px;
	padding-right: 100px;}

#content {
	color: #038C2A;
	margin-top: 210px;
	font: 11pt Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin-left: 100px;
	margin-right: 300px;}

#content a:link{
color: #2FB6B8;
text-decoration: none;}

#content a:visited{
color: #196F70;
text-decoration: none;
}

#content a:active{}

#content p,ul,ol{
margin-bottom: 35px;
}




/* Post */

.post{
	overflow: hidden;
	z-index:-5;}

.title {
	font-size: x-large;
	border-bottom: 2px solid #fff;
	padding-left: 200px;
	position: relative;
	margin-bottom: 0px;
	color: #038C2A;
	font: Lucida Sans Unicode, Lucida Grande, sans-serif;}

.post li {
style: inline;}

.title a{
text-decoration: none;
}

.postInfo {
	display: block;
	margin-bottom: 20px;
	min-height: 301px;
	width: 100px;
	text-align: right;
	padding-right: 25px;
	margin-left: 20px;
	color: #fff;
	border-right: 2px solid #fff;
	padding-top: 10px;
	float: left;
	margin-right: 15px;}


.poster {
	font-weight: bold;
	font-size: 14pt;}


.postText {
	top: 10px;
	min-height: 300px;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 11px;
	padding-left: 175px;}

.postText img{
margin-left: 100px;}


/*Comments */

#commentwrapper{
display: block;
position: relative;
margin-left: 165px;}

#respond{
border-top: 2px white solid;
padding-top: 10px;}

.commentlist{
list-style:decimal;}


/* Footer style */

.footerinfo{

position: relative;
bottom: 10px;}




/*

.page_item{
}

.current_page_item {
	color: #fff !important;
	text-shadow: #fff 1px 1px 7px;
}


*/

/*

CSS Reset

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0b1
build: 1160
CSS reset
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}


caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym{border:0;font-variant:normal;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

input,textarea,select{*font-size:100%;}legend{color:#000;}

                                       