/*  
Theme Name: Bamboo-Star Leaf Theme
Theme URI: http://wordpress.org/
Description: A WordPress theme loosely based on Kubrick, custom designed for Bamboo-Star.com.
Version: 1.0
Author: David Bouchard
Author URI: http://deadpixel.ca/ 
*/
 

/* ========================================================================== */
/* Global styles */

* { padding: 0px;
	margin: 0px;
	}
	
hr {
	visibility: hidden;
	}

a {
	text-decoration: none;
	}	

ul, ol {
	list-style: none;	
	}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* ========================================================================== */
/* Typography, Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #736357;
	}

a {
	color: #736357;	
	}
	
a:hover {
	color: black;	
	}

#header { 
	background-color: white;
	}

#headernav h1 {
	font-size: 0.8em;
	}

#headernav a {
	color: white; 	
	text-transform: uppercase;
	}

#content { 
	font-size: 1em;	
	}

#content .post {
	line-height: 1.4em;	
	}

#content p {
	margin-top: 1em;	
	}
	
#content h2, #content h2 a {
	color: black;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold; 
	}
	 
#content .post h2 a {
	font-family: 'Times New Roman', sans-serif;	
	font-weight: normal;
	font-size: 18px; 
}
	
#content hr {
	visibility: visible;	
	
	color: white;
	border: none;
	border-bottom: 1px dotted #736357;
}

#content small {
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #736357;		 
	}
	
#content p.postmetadata small, #content .commentmetadata {
	text-transform: none;	
}


#content .pagetitle {
	font-size: 1.4em;
	font-weight: normal;	
}

#content h3 {
	font-size: 1.2em;	
}

#sidebar h2, #rightSidebar h2 {
	border-bottom: 1px dotted gray;
	font-size: 1.1em;
	color: #736357; 	
	}
	

#sidebar .recentComment strong {
	color: #736357;
}
	
.commentmetadata { 
	text-transform: none;	
}

.commentlist .alt .comment {
	background-color: #FFF1DB;	
}

/* ========================================================================== */
/* Layout */

body {
	text-align: center;	
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	background-position: center center;
	}

#page {
	width: 800px!important;
	width: 799px;
	text-align: left;
	margin: 0 auto;	
	}
	
#header { 
	text-align: center;  
	height: 236px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;	
	}
	
#headerAndContentWrap {
	width: 500px!important;
	float: left;
	}


#leftAndMiddleColumnWrap {  
	float: left;
	}

#rightSidebar {
	width: 150px!important;
	width: 147px; 
	}
  
#sidebar {
	width: 150px!important;
	width: 146px; 
	margin-left: 500px;
	}
  
#rightSidebar {
	width: 150px!important; 
	width: 147px;
 	float: right;
	}
	 
#content .post, 
#content .error {	
	margin: 15px;	
	margin-bottom: 30px;
	} 
	
#content .pagetitle,
#content .navigation,
#comments,
#content .commentlist,
#respond,
#commentform {
	margin: 15px;	
	}

#content .post .entry {
	margin-top: 10px;
	margin-bottom: 10px;
	}

#content h2 {
	margin-top: 1em;
	margin-bottom: 1.5em;	
	}

#sidebar h2, #rightSidebar h2 { 
	padding-bottom: 0.2em;	
	} 

#sidebar ul, #rightSidebar ul {
	margin: 10px;
	}

#sidebar ul ul, #rightSidebar ul ul  {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;	 
	}
	
#sidebar ul ul li, #rightSidebar ul ul li  {
	margin-bottom: 2px;	 
	}
	
#sidebar .recentComment {
	margin-bottom: 5px;	
}

#footer {
	clear: both;
	width: 500px;
	text-align: center;
	}
		
.commentlist li {
	margin: 10px;
	margin-left: 0px;
	padding-left: 20px;
	margin-right: 20px;	
	 
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 13px;
	}

.commentlist .comment {
	padding: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
}
  
/* ========================================================================== */
/* Forms */

textarea {
	width: 465px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	}	

input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	}

#searchform, #archiveform {
	margin-bottom: 10px;	 
	}

#searchform h2 {
	border: none;	
	}

#searchinput {
	width: 90px;
	
	font-family: Arial;
	}

#searchsubmit {
	font-family: Arial, sans-serif;
	width: 28px;
	font-size: 0.9em; 
	background: #736357;
	color: white;
	}

#archiveform select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	width: 130px!important;
	width: 127px;	
	background: #FFD6C2; 
	margin-top: 5px;
	}
	
/* ========================================================================== */
/* Calendar */



/* ========================================================================== */
/* Photos */

li.flicker {
	text-align: center;
	border: 1px solid #736357;
	}

.flickr img {
	margin-left: 10px;
	border: 3px solid #E9C4B1;	
	}