/*
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:#ffffff;
				color:#666666;
				font-family: Georgia, Courier New, Courier, monospace;
				font-style:italic;
				font-size:11px;
				line-height: 17px;
padding:25px;}

a {	color:#333333; text-decoration:none; border:0pm; }

a:hover	{
	text-decoration:none;
	border:0pm;
	color: #CCCCCC;
	background-color: #333333;
}

#title {
	position:fixed;
	z-index:100;
	left:-50px;
	top:370px;
}

#footer{	position: fixed;
			z-index:100;
			bottom: 0;
			right: 0;}
			

#wrapper {
	float:left;
	width:100%;
}


.entry {
	padding:0 10px 10px 0;
	float:left;	
}

.entrytitle {	width:245px;
				margin:0;
				padding:0;
				}
	
.about {	width:500px;
			margin:0;
			padding:0;
			}


 
div.fadehover {
	position: relative;
	background-color:#FFFF00;
	}
	
div.fadehover a:hover {
	background-color: #FFFF00;
        }
		


img.a {
	position: relative;
	z-index: 10;
        }
 
img.b {
	position: relative;
	}

.round { 		/*background-color: white;*/
				-moz-border-radius:3px;
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;
				padding: 10px;
				width: 200px;
				float: left;
				margin-right: 10px; }

.contentIndex p img { 	display:none; 
						border: 0px;}

.navigation_group a {	color: #CCCCCC;
					background-color: #333333;}

.navigation_group a:hover {	color: #333333;
					background-color: #CCCCCC;}
					
.eachpost { 	-moz-border-radius:3px;
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;
				position:absolute;	}
			
.eachpost > div { padding:10px; }
	
.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; }

#menuItem { height: 50px; }

#mainContent img { 	display: none;  
					border: 0px;}
#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: 420px;
				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: #fff }
.threecols { background: #fff}*/

input, textarea, select, button{
				background-color:#white;
				-moz-border-radius:3px;
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;
				padding: 3px;
				border:0px;
				margin-top: 5px;
				color:#666;
				font-style:italic;
				font-size:11px;
				font-family: Georgia, Arial, sans-serif; }
				
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; }*/

/* page blocking loading spinner */
#page-loading { z-index: 5000;
position:fixed;
left:0px;
top:0px;
width: 100%;
height: 100%;
padding: 10px;
background: white; }


/*loading spinner*/
#infscr-loading {
-moz-border-radius:3px;
-webkit-border-radius:3px;
background-color:#FFFFFF;
padding:6px;
position:fixed;
bottom:15px;
right:15px;
text-align:left;
}
#infscr-loading span { display:none;}

/*navigation buttons (needed for infinite scroll) */
.prev { padding:6px;
background-color: #fffef0;
width: 70px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
margin-bottom: 20px;
}
.next { padding:6px;
background-color: #fffef0;
width: 70px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
margin-bottom: 5px;
}
