/*
Theme Name: Grid-A-Licious(tm)
Theme URI: http://www.suprb.com/grid-a-licious/
Version: 1.0
Author: <a href="http://www.suprb.com">(c) 2008 Suprb</a>
*/

body {			background-color:black; /*this was #aaaaaa*/
				color:#ffffff;
				font-family: Geneva, sans-serif;
				font-size:10px;
				line-height: 16px;
				letter-spacing:.1em;
				padding:10px;
				padding-top: 30px;
				margin:0px;	}
				
#header{
	width: 100%;
	height: 20px;
	padding: 10px;
	position: fixed;
	left: 0;
	top: 0;
	background-color: black;
	z-index: 50;

}

#header-nav{
	width: 860px;
	z-index: 51;
	padding-left: 10px;

}

#header-nav span{
	width: 220px;
	float: left;
	z-index: 52;
}

#single-body{
	width: 840px;
/*	border: 1px solid white;*/
	float: left;
	margin-top: -50px;
}

#single-content{
	width: 840px;
	float: left;
	padding-left: 10px;
	margin-bottom: 30px;
}

#single-content img{
	float: right;
	padding-right: 20px;
	padding-bottom: 10px;
}

#single-info{
	width: 840px;
	float: left;
	margin-bottom: 20px;
}


a img{
	border: 0;
}


a {	color:white; text-decoration:none;}

a:hover	{ color:white; text-decoration:underline; }

.round { 		background-color:black;
				-moz-border-radius:3px;
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;
				padding: 10px;
				width: 200px;
				float: left;
				margin-right: 10px; }
				
.contentIndex{
	color: gray;
}

.contentIndex p{
	margin: 0;
}


.contentIndex p img { display:none;}

.eachpost { 	/*background-color:black;
				-moz-border-radius:3px; 
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;*/
				position:absolute;	}
			
.eachpost > div { padding:10px; } /*this was 10*/
	
.eachpost .author { padding-right: 3em; }

.author, .comment { text-decoration:none; }

.eachpost .signature { margin-top:1.5em; }
	
#allposts { margin-bottom:60px; }

il, ul, ol { list-style-type: none; list-style: none; padding:0px; margin: 0px; width: 220px; }


.menuItem { height: 20px; 
	width: 220px;
	float: left;
}

.nothing{
	padding:0;
}

#mainContent img { display: none }
#mainContent {  -moz-border-radius:3px;
				-webkit-border-radius:3px;
  				-khtml-border-radius: 3px;
				border: 0;
				background: #fff;
				padding: 0 10px;
				margin-right: 10px;
				margin-bottom: 10px;
				width: 430px;
				float: left;
}
.main { font-size: 0px !important; }
.main p img {	-moz-border-radius:3px;
				-webkit-border-radius:3px;
				border: 0;
				background: #fff;
				padding: 10px;
				margin-right: 10px;
				margin-bottom: 10px;
				display: inline; }

.twocols { background: black; }
.threecols { background: black; }

input, textarea, select, button{
				background-color:black;
				-moz-border-radius:3px;
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;
				padding: 3px;
				border:0px;
				margin-top: 0px;
				color:white;
				font-size:11px;}
				
.textarea { width: 420px; padding: 5px; }

input { padding: 5px; width: 420px; }

.bubble { width: 430px; margin-bottom: 10px; }

.bubble blockquote { background: #fff;
				margin: 0px;
   				-moz-border-radius: 3px;
  				-khtml-border-radius: 3px;
  				-webkit-border-radius: 3px;
				padding: 3px;
				background: white; }

.bubble blockquote p { margin: 3px; padding: 0px; }

.bubble cite { 	position: relative;
				margin: -7px;
				padding: 7px 0px 13px 18px;
				top: 5px;
				background: transparent;
				font-style: normal;
				display: block; }

.commentmetadata { margin: 0; display: block; }

#commentBox a { text-decoration: none; }

small a { text-decoration: none; color: #999999;}




/*dropdown*/
a:focus {
	outline: none;
}

.dropdown {
	position: relative;
	width: 220px;
	border-bottom: 0px solid white;
	margin: 0 0 0px 0;
}

.dropdown .option a {
	display: block;
	padding: 0px 0px 2px 5px;
	color: white;
	background: black;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;
}

.dropdown .option a:hover {
	color: white;
	border-bottom:1px solid white;
}

.ddhead {
	border-bottom: 0px solid white;
}

.ddhead a:hover {
	color: white !important;
	background: black !important;
	
}

.lift {
	position: absolute;
	z-index: 1000;
}

.arrow {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	right: 0;
	background: url("http://www.everettpelayo.com/wp-content/themes/grid-a-licious/images/arrow.png") no-repeat center center;
}

.cat-item{
	background-color: black;
	padding-bottom: 3px;
}








