/*
Theme Name: Basement Cake
Description: Custom Theme created for Basement Cake Studios. Started from Starkers theme by <a href="http://elliotjaystocks.com">Elliot Jay Stocks</a>
Version: 2 (WP2.7.1)
Author: Josh Compston
Author URI: http://www.joshcompston.com
    
        yellow: #E1DA06
	red: #E41817
	dk grey: #111111
	md grey: #666666
        lt grey: #999999
	background: #222222
	southwest arrow: &#x2198;
*/


/*
reset
*/

* {
        margin: 0px;
        padding: 0px;
}

html {
        overflow-y: scroll;
}

body {
        font-size: 90%;  
        font-family: arial,  sans-serif;
        background: url(images/headerBg.png) top center repeat-x #222222;
}

a {
        color: #E41817;
        outline: none;
	text-decoration: none;
}

a img {
        border: none;
}

#sideBar a:hover {
        outline: none;									 
	color:#E41817;	 			 				 	 
	text-decoration: underline;
}

img {
        vertical-align: middle;
        padding: 5px 10px 5px 5px;
}

ul, ol {
        list-style: none;
}

		
/*
utility
*/

.floatLeft  {
        float: left;
}

.floatRight {
        float: right;
}

.clear	{
        clear: both;
}

.btn {
        background: #666666;
	border: 0px;								 	 
	padding: 1px 5px;								 	 
	color: #000000;
        margin-bottom: 5px;                                     
	-moz-border-radius: 3px;                                     
	-webkit-border-radius: 3px;
}

#indexPost .btn {
	width: 85px;
	float:right;
}

.btn a {
       color:#000000;
}

.btn a:hover, .btn:hover {
       background: #999999;
       color:#ffffff;
}
		

		
/*
typography
*/

body {
	color: #FFFFFF;
}

.redTxt {
	color: #E41817;
	font-size: 0.7em;
}

h1 {
	font-weight: normal;									 
	color: #E41817;									 
	font-size: 1.9em;
}

h2 {
	font-weight: normal;
	color: #E41817;	
	font-size: 1.7em;
}

h3 {
	font-weight: normal;
	color: #E41817;	
	font-size: 1.5em;
}

p {
	padding:5px;
}		

		
/*
structure
*/

html, body {
	height: 100%;
}

#pageWrapper {
	background: #000000;		
	width: 960px;                               
	min-height: 100%;                         
	height: auto !important;          
	height: 100%;  
	margin: 0 auto -80px;
}

#header {
	padding: 0 10px;
}

#mainContent {
	padding: 0 20px 10px 20px;
}

#content {
	width: 640px;			
	padding: 0 10px 10px 20px;
}

.push {
	height: 80px;
}		

		
/*
header
*/

#logo {
	background: #000000 url(images/logo.jpg) no-repeat;									
	height: 91px;									
	width: 370px;									
	text-indent: -9999px;									
	float:left;
}

#topBar	 {
	padding: 15px 20px 0;					 		
	margin: 0px;
}

form#searchform	 {
	padding: 65px 0 10px 0;					 	
	float: right;
}	
	
#navBar	 {
	background: #111111;				
	padding: 8px 0;
}

ul#mainNav {
	float: left;						
	padding: 0 15px;		
	margin: 0;
}

ul#mainNav li {
	display: inline;
}

ul#mainNav li a {
	text-transform: uppercase;			
	color: #FFFFFF;							
	font-size: 1.8ex;					
	font-weight: bold;		
	padding: 5px 5px;
}

ul#mainNav li a:hover, #mainNav li.current_page_item a {
        color: #E1DA06;
}		


/*
page specific header images
*/

#headerImage {
        height: 185px;
        margin: 10px auto !important;
        width: 100%;
}

#headerImage-wrapper {
        background: #666666;
        padding: 10px;
        position: relative;
        width: 900px;
}

.about{
        background: url(images/himageAbout.gif) #666666 top center no-repeat;
}

.listen{
        background: url(images/himageListen.gif) #666666 top center no-repeat;
}

.equipment{
        background: url(images/himageEquipment.gif) #666666 top center no-repeat;
}

.linkpage{
        background: url(images/himageLinks.gif) #666666 top center no-repeat;
}

.contact{
        background: url(images/himageContact.gif) #666666 top center no-repeat;
}

.cakeMix{
        background: url(images/himagecakeMix.gif) #666666 top center no-repeat;
}



/*
Index Page Header
*/
#imageBoxIndex {
	background: url(images/welcome.gif) left no-repeat #666666;
	border: 10px solid #666666;
	height: 200px;
	margin: 20px auto 10px;
	position: relative;
	width: 880px;
}


#lnkWrapper {
	background: #666666;
	left: 650px;
	position: absolute;
	width: 230px;
}

#lnkWrapper a {
	background: red;
	display: block;
	
}

#lnkWrapper img {
	padding: 0;
}

#lnkWrapper a img{
	height: 0px;
	width: 0px;
}

#lnkWrapper a:hover img{
	cursor: pointer;
	height: 200px;
	left: -650px;
	position: absolute;
	top: 0;
	width: 640px;
}


#lnkWrapper a.lnkTop {
	background: url(images/lnkBlog.gif) no-repeat;
	height: 60px;
	border-bottom: 5px solid #666666;
}

#lnkWrapper a.lnkMid {
	background: url(images/lnkListen.gif) no-repeat;
	height: 60px;
	border-top: 5px solid #666666;
	border-bottom: 5px solid #666666;
}

#lnkWrapper a.lnkBtm {
	background: url(images/lnkEquip.gif) no-repeat;
	height: 60px;
	border-top: 5px solid #666666;
}

	
/*
posts
*/

#indexPost {
        width: 460px;
		height: 225px;
		float: left;
		padding: 0;
		overflow: hidden;
}

#introPara {
        font-size: 1.2em;				
	padding: 0 10px 5px;
}

#datebox {
        background: #111111;			
	float: left;					
	text-align: center;	
	margin: 12px 10px 5px 0;	
	padding: 5px;
}

#commentWrapper {
        padding: 10px 25px 10px;
		width: 600px;
}

#commentWrapper li {
        background: #111111;
        padding: 15px 25px;
}

#commentWrapper li.alt {
		background: #000000;
}

#commentForm {
        margin: auto;	
	padding: 10px 0;			
	text-align: left;
}

 #reply {
        padding: 5px 20px 0;
}
										 
 .post {
        padding: 5px 10px 10px;
}

 .day {
        font-size: 2.0em;					
 	padding: 0;
}

.month {
        font-size: 1.2em;									 
	padding: 0;
}		

		
/*
end sidebar
*/

#sideBar {
        float: right;	
	margin-left: 20px;		
	padding: 10px 20px 0 10px;
        width: 218px;
}

#sideBar a {
        color: #FFFFFF;
}		

/*
Signature Box
*/
#sigBox {
		background: #111111;
		min-height: 120px;
		padding: 5px;
		width: 620px;
}


/*
footer
*/

.rss {
        float: right;         
	padding-right: 15px;
}

#footerWrapper {
        height: 60px;                 
        margin: 15px auto -100px;						
	border-top: thick solid #E41817;			
	background: #111111;     
	width: 960px;}

#insideFooter {
        text-align: center;		
	color: #FFFFFF;                   
	padding: 10px 0 0;
}

ul#footerNav {
        padding-top: 10px;					
	margin: 0;
}

ul#footerNav li {
        display: inline;
}

ul#footerNav li a {
        text-transform: uppercase;						
	color: #FFFFFF;							    
	font-size: 0.9em;							
	padding: 5px 5px;
}

ul#footerNav li a:hover {
        color: #E1DA06;
}

.copyright {
        color: #666666;          
        font-size: 0.7em;                 
	padding: 5px 0 0;
}

.poweredBy {
        color: #666666;                           
        font-size: 0.7em;
}

.poweredBy a {
        color: #999999;
}

		
		
.answers {
	float: left;
}
		
