/*
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:#e5e5e5;			
				/*background: url(img/held.jpg) no-repeat;
				background-size: 100%;*/
				color:#000000;
				font-family: Georgia;
				font-size:15px;
				letter-spacing: 0.5px;
				word-spacing: 0.1em;
				line-height: 19px;
				padding: 15px;
				margin:0px;	
				}
				
				
img
{  border-style: none;
}

h1 {	font-family: sans-serif; color:#000000; font-size:22px; line-height: 22px; text-align:left;
}

h1 a {	font-family: sans-serif; color:#000000; font-size:22px; line-height: 22px; 				text-align:left;
}

a {	color:#ec0677; text-decoration:none; font-weight:bold;}

a:hover	{ color:#666666; text-decoration:none; }

.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;
				
				overflow: hidden; }

.contentIndex p img { display:none; }

.eachpost { 	background-color:white;
				-moz-border-radius:3px;
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;
				position:absolute;	
				text-align:justify;

				}
			
.eachpost > div { padding:10px; overflow:hidden; }
	
.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: 200px;}

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

				}

.twocols { background: #ffffff }
.threecols { background: #ff3333 }

input, textarea, select, button{
				background-color:#eee;
				-moz-border-radius:5px;
  				-khtml-border-radius: 5px;
				-webkit-border-radius:5px;
				padding: 5px;
				border:0px;
				margin-top: 5px;
				color:#ec0677;
				font-size:16px;
				text-align: left;
				}
				
textarea { width: 170px; padding: 5px; }

input { padding: 0px; width: 170px; }

.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; }

/*loading spinner*/
#infscr-loading {
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-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;
-khtml-border-radius: 2px;
-webkit-border-radius:2px;
margin-bottom: 20px;
}
.next { padding:6px;
background-color: #fffef0;
width: 70px;
-moz-border-radius:2px;
-khtml-border-radius: 2px;
-webkit-border-radius:2px;
margin-bottom: 5px;
}