/*
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-image: url(http://www.qcmixtapes.com/images/bgd.jpg);
				background-color:#ffffff;
				background-position:top left;
				background-repeat:repeat-x repeat-y;
				color:#666666;
				font-family: Arial, sans-serif;
				font-size:11px;
				line-height: 14px;
				padding:25px;
				margin:0px;	}

a {	color:#0066ff; text-decoration:none; }

a:hover	{ color:#ff00cc; 
		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; }

.contentIndex p img { display:none; }

.eachpost { 	background-color:#ffffff;
				-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: 70px; }
#menuItem2 { height: 300px; }

#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: #FFFFFF }
.threecols { background: #FFFFFF }

input, textarea, select, button{
				background-color:#FFFFFF;
				-moz-border-radius:3px;
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;
				padding: 3px;
				border:0px;
				margin-top: 5px;
				color:#666;
				font-size:11px;
				font-family: Arial, sans-serif; }
				
textarea { width: 420px; padding: 5px; }

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

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

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

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

.search-me {
padding-right: 12px;
}

.search-me input{
background-color: #CCC;
font-style: italic;
width: 100%;
}

.search-me input:hover{
background-color: #333;
color: #fff;
}
.loading 	{ 	
z-index: 5000;
position:fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #fff; 
}

.loading-text {
z-index: 5000;
width: 50px;
left:10px;
top:0px;
}
/*Preloader*/

.loading { z-index: 5000;
position:fixed;
left:0px;
top:0px;
width: 100%;
height: 100%;
background-color: white; }

/*navigation buttons (needed for infinite scroll) */

.prev { padding:6px;
background-color: #fffef0;
width: 70px;
right:10px;
bottom:10px;
-moz-border-radius:2px;
-khtml-border-radius: 2px;
-webkit-border-radius:2px;
margin-bottom: 20px;
}

.next { padding:6px;
background-color: #fffef0;
width: 70px;
right:10px;
bottom:10px;
-moz-border-radius:2px;
-khtml-border-radius: 2px;
-webkit-border-radius:2px;
margin-bottom: 5px;
}

.navigation {
padding:6px;
right:10px;
bottom:0px;
}
a.button {
			/* Default positioning of button */
			display: block;
			margin: 0 auto;	
			text-align:center;	
			line-height: 46px; /* will keep the text vertically centered on the 46px high button */				

			font-size: 20px; /* default button font-size */

			/* Font styling */
			font-family: Helvetica;
			font-weight: bold;
			text-decoration: none;
			text-transform: capitalize;

			/* Button image is 29px wide. 
				14px for the left part of the button
				14px for the right
				1px for the middle
			*/
			border-width: 0 14px;
		}
			a.white.button {
				color: #000;
				text-shadow: #fff 0px 1px 1px;
				-webkit-border-image: url(http://qcmixtapes.com/images/whiteButton.png) 0 14 0 14;
			}
			a.gray.button {
				color: #fff;			
				text-shadow: #333 0px 1px 1px;
				-webkit-border-image: url(http://qcmixtapes.com/images/grayButton.png) 0 14 0 14;
			}
			a.button:hover {
				color: #fff;
				text-shadow: #333 0px 1px 1px;
				-webkit-border-image: url(http://qcmixtapes.com/images/blueButton.png) 0 14 0 14;
			}