/*  
Theme Name: 26 Or Bust
Theme URI: http://www.26orbust.com/
Description: Theme for Sarah Ferretti's 26 Or Bust blog
Version: 1.0
Author: David Correll
Author URI: http://davidcorrell.net/

	

*/

/* Body, Global & Typography
------------------------------------- */
* {
	margin: 0;
	padding: 0;
}            

body {
	background-color: #fff;
	font-size: 62.5%;
}                           

img {
	border: none;
} 

a:link		{ color: #9e0917; text-decoration: none; }
a:visited	{ color: #9e0917; text-decoration: none; }
a:hover		{ color: #9e0917; text-decoration: underline; }
a:active 	{ color: #9e0917; text-decoration: underline; }

h1#logo {
	width: 230px;       
	background: transparent url(images/logo.gif) 0 0 no-repeat;
}

	h1#logo a {
		display: block;
		width: 230px;
		height: 190px;
		text-indent: -9999px;  
		overflow: hidden;
	}
	
h2#tagline {   
	margin-bottom: 28px;
	width: 230px;
	height: 18px;
	text-indent: -9999px;
	background: transparent url(images/tagline.gif) 0 0 no-repeat;
}

h2.pagetitle {
	margin-bottom: 1em;
	color: #000;
	font: 1.4em "Helvetica Neue", Arial, sans-serif;
}                 
	
p {                                              
	margin-bottom: 1em;
	font: 1.2em "Helvetica Neue", Arial, sans-serif;
	line-height: 1.44em;
}


/* Structure
------------------------------------- */
#supercontainer {
	margin: 0 auto;
	width: 700px;
}                

	#container {           
		margin-top: 50px;
		width: 700px;
		float: left;
	}   
	
	#sidebar {     
		margin-right: 30px;
		width: 230px;
		float: left;
	}            
	
	#content {    
		margin-top: 15px;
		width: 440px;
		float: left;
	}



/* Sidebar
------------------------------------- */
#main-sidebar {
	list-style: none;  
	float: left;
	width: 230px;
}                  

	#main-sidebar li {                                  
		margin-bottom: 1.44em;
		text-align: right;  
		clear: left;
		float: left;
		width: 230px;
		clear: left;
	}                   
	
		#main-sidebar h2 {
			color: #000;
 			font: bold 1.2em "Helvetica Neue", Arial, sans-serif;
		}                 
		
		#main-sidebar li ul {
			list-style: none;
		}
		
			#main-sidebar li li {   
				margin-bottom: 0;
	 			font: 1.2em "Helvetica Neue", Arial, sans-serif;
				color: ##9c9c9c;
				line-height: 1.44em;
			} 
			
		#flickr-contain {
			width: 230px;
			float: left; 
		}
		
			#flickr-contain a {
				margin: 0 0 1px 1px;
				float: right;
			}
			
				#flickr-contain a img {
					margin: 0;
					padding: 0;
					float: left;
					width: 114px !important;
					height: 86px;
				}
		
		#donate-now a {              
			padding: 3px 8px;
			color: #fff;
			font: bold 1.4em "Helvetica Neue", Arial, sans-serif;
		 	background-color: #9e0917;
			border: 1px solid #808080;
	 	}
	
		#donate-now a:hover {
/*			border: 1px solid #000;*/
		}



/* Posts
------------------------------------- */
.post {                
	margin-bottom: 2.3em;                                               
	padding-bottom: 2.5em;
	background: transparent url(images/seperator.png) bottom left no-repeat;
} 

.post-date {    
	margin-bottom: 0;
	font: 1.2em "Helvetica Neue", Arial, sans-serif;
	color: #9c9c9c;
}

.post h2,
.post h3 {
	font: 1.4em "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
} 	

.postmetadata {
	margin-bottom: 0;
	color: #9c9c9c;
} 


.post ul,
.post ol {
	margin-bottom: 1em;
}                    

	.post li {
		font: 1.2em "Helvetica Neue", Arial, sans-serif;
	}
		
.navigation {      
	margin-bottom: 2em;
	display: block;
	font: 1.2em "Helvetica Neue", Arial, sans-serif;;
}



/* Comments
------------------------------------- */
#comment-container {
	float: left;
	width: 440px;
} 

  .form-inset {
		margin-left: 140px;
	}

	#comment-container h3 {
		margin-bottom: 1em;
		font: bold 1.2em "Helvetica Neue", Arial, sans-serif;
	}                   
	
	#comment-container form div {
		margin-bottom: 15px;
		float: left;
		width: 440px;
	}              
	
		#comment-container label {
			margin-right: 20px;
			float: left; width: 120px;
			font: 1.2em "Helvetica Neue", Arial, sans-serif;
		}
		
			.label-note {
				font: 1em "Helvetica Neue", Arial, sans-serif;
				color: #666;
			}
		
		#comment-container input.textbox {
			padding: 2px 3px;
			float: left;
			width: 280px;    
			border: 1px solid #000;
			font: 1.2em "Helvetica Neue", Arial, sans-serif;
		} 
		
		#comment-container textarea {
			padding: 2px 3px;
			float: left;
			border: 1px solid #000;
			font: 1.2em "Helvetica Neue", Arial, sans-serif;
			line-height: 1.2em;
		} 
		
		input.textbox:focus,
		textarea:focus {
			background-color: #ffe;
		}
		
    .commentlist {
	  	margin-bottom: 3em; 
			float: left;
			width: 430px; 
		}                   
		
		.commentlist li { 
			margin-bottom: 1.8em;
			padding: 5px;
			padding-left: 0;
			float: left;
			width: 430px;
			border-top: 1px solid #ccc;
/*			font: 1.2em "Helvetica Neue", Arial, sans-serif;*/
		}
		
		.commentlist .citation {
			margin-bottom: 0;
		}

		.commentlist .commentmetadata {
			color: #999;
		}
		
		.commentinfo {  
			margin-right: 20px;
			width: 120px;
			float: left;
		}             
		
		.commenttext {
			float: left;
			width: 280px;
		}     
		
			.commentlist .commentmetadata a {
				color: #999;
			}

		.commentlist cite {
			font-style: normal;
			font-weight: bold;
		}
		
		.alt {
		}
    
		.mycomment {
			border-top: 1px solid #9e0917 !important;
		}
		
#respond {
	clear: left;
}


   



/* "Dr. Chandra? Will I dream?" */
