/*
Theme Name: Bokeh
Theme URI: http://lunabelle.org
Description: 
Version: 1.0
Author: Emily
Author URI: http://lunabelle.org
Tags: blue, green, two columns, bokeh
*/


/* STRUCTURE & GENERAL */

body {
margin: 0 0 100px 0;
padding: 0 0 10px 0;
background: url(imgs/bg.gif) repeat fixed;
font-family: "Lucida Sans Unicode", arial, sans-serif;
font-size: .75em;
color: #656565;
}

#container {
width: 864px;
margin: 0 auto;
}
		
a {
color: #409db4;
text-decoration: none;
border-bottom: 1px dotted #efefef;
}
		
a:hover {
color: #2e889e;
border-bottom: 1px dotted #2e889e;
text-decoration: none;
}

#header {
width: 864px;
height: 334px;
background: url(imgs/header.png) no-repeat;
float: left;
}

	#navigation {
	width: 438px;
	height: 41px;
	margin: 298px 0 0 355px;
	font-family: "Lucida Sans Unicode", Trebuchet MS, sans-serif;
	font-size: 1.4em;
	color: #818181;
	}
	
		#navigation a {
		text-decoration: none;
		color: #818181;
		border: none;
		margin-right: 25px;
		}
		
		#navigation a:hover {
		text-decoration: none;
		color: #595959;
		border-bottom: 1px dotted #595959;
		margin-right: 25px;
		}

#content {
width: 864px;
float: left;
margin: 0 0 10px 0;
}

#alignwrap {
width: 599px;
height: 30px;
margin: 0 0 15px 0;
}

	#linkalignleft {
	float: left;
	}

	#linkalignright {
	float: right;
	margin-right: 80px;
	}

.alignleft {
float: left;
padding: 8px 8px 0px 0px;
}

/* SIDEBAR */

	#sidebar-wrapper {
	width: 265px;
	float: left;
	}
	
	#sidebar {
	width: 206px;
	margin: 0 0 0 59px;
	float: left;
	background: #ffffff;
	}
	
	#sidebar-end {
	width: 206px;
	margin: 0 0 0 59px;
	clear: both;
	height: 21px;
	background: url(imgs/sidebarbottom.png) no-repeat;
	}
		
		#sidebar h1 {
		color: #4d4d4d;
		font-size: 1em;
		font-family: "Trebuchet MS", arial, sans-serif;
		border-bottom: 1px dotted #4d4d4d;
		font-weight: normal;
		margin: 15px 15px 5px 15px;
		}
	
		#sidebar p {
		margin: 5px 15px 5px 15px;
		font-size: .9em;
		line-height: 1.6em;
		}
		
		a#sidebar-rss {
		border: none;
		width: 140px;
		height: 25px;
		margin: 20px 0 0 0;
		display: block;
		line-height: 1.2em;
		padding: 0 0 0 40px;
		background: url(imgs/sidebar-rss.jpg) no-repeat;
		background-position: 0px 0px;
		color: #898989;
		}
		
		a:hover#sidebar-rss {
		border: none;
		background-position: 0px -25px;
		color: #656565;
		}
		
		a#sidebar-twitter {
		margin: 10px 0 0 0;
		border: none;
		width: 140px;
		height: 27px;
		display: block;
		line-height: 1.2em;
		padding: 0 0 0 40px;
		background: url(imgs/sidebar-twitter.jpg) no-repeat;
		background-position: 0px 0px;
		color: #898989;
		}
		
		a:hover#sidebar-twitter {
		border: none;
		background-position: 0px -28px;
		color: #656565;
		}
		
		#sidebar ul {
		list-style-type: circle;
		margin: 0px 0 0 0;
		padding: 0 15px 0 30px;
		}
		
			#sidebar ul li {
			padding: 1px 7px 0 0;
			margin: 0;
			font-size: .9em;
			}
			
			#sidebar ul li:hover {
			list-style-type: disc;
			}

/* MAIN */

	#main-wrapper {
	width: 599px;
	float: left;
	}
	
	#main {
	margin: 0 58px 0 21px;
	background: #ffffff;
	float: left;
	width: 520px;
	}
	
	#main-end {
	width: 520px;
	margin: 0 58px 0 21px;
	clear: both;
	background: url(imgs/contentbottom.png) no-repeat;
	height: 21px;
	}
		
		#main p {
		margin: 5px 15px 10px 15px;
		line-height: 1.6em;
		}

		
		.postinfo {
		padding: 15px;
		background-color: #e6e6e6;
		margin: 20px 30px 10px 30px;
		}
	
		#main h1 {
		color: #b8d34a;
		font-size: 1.8em;
		margin: 15px 15px 5px 15px;
		font-family: "Trebuchet MS", arial, sans-serif;
		font-weight: normal;
		}
		
			#main h1 a {
			color: #b8d34a;
			font-size: 1em;
			border: 0;
			font-family: "Trebuchet MS", arial, sans-serif;
			font-weight: normal;
			}
			
			#main h1 a:hover {
			color: #cdea54;
			font-size: 1em;
			border: 0;
			font-family: "Trebuchet MS", arial, sans-serif;
			font-weight: normal;
			}
		
		#main h2 {
		margin: 5px 15px 5px 15px;
		color: #616161;
		font-size: 1.2em;
		text-transform: uppercase;
		border-bottom: 1px dotted #616161;
		padding: 0 0 3px 0;
		font-weight: bold;
		font-family: "Trebuchet MS", arial, sans-serif;
		}
		
		#main h3 {
		font-family: "Trebuchet MS", sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		margin: 5px 0 10px 15px;
		}

		#main ul {
		list-style-type: disc;
		margin: 5px 40px 5px 15px;
		}
			
			#main ul li {
			margin-bottom: 0px;
			padding: 0 0 3px 0;
			color: #7f7f7f;
			}
			
			#main ul li:hover {
			list-style-type: circle;
			}
			
		#main textarea, input {
		background: url(imgs/inputbg.gif) bottom left repeat-x;
		border: 1px solid #e8e8e8;
		font-family: "Trebuchet MS", arial, sans-serif;
		font-size: 1em;
		padding: 5px;
		color: #656565;
		margin: 2px 0px 5px 15px;
		}

		.entry {
		width: 175px;
		height: 15px;
		}
		
		p#footer {
		text-align: center;
		margin: 20px 10px 0 10px;
		background: #f4f4f4;
		padding: 3px 15px 3px 15px;
		}
		
/* COMMENTS */		
		
		.commentlist {
		margin: 15px 30px 15px 30px;
		}
		
		.commentlist .commentmetadata {
		background: #f1f1f1;
		padding: 5px 15px 5px 15px;
		}
		
			.commentmetadata a {
			color: #409db4;
			border: none;
			}
			
			.commentmetadata a:hover {
			color: #2e889e;
			border: none;
			}
		
		textarea#comment {
		width: 400px;
		height: 150px;
		}
		
		.alt {
		padding: 5px;
		margin: 0 0 10px 0;
		}
		
			.alt .gravatar {
			margin: 0 -5px 0 0;
			}
		
			.alt .commentmetadata {
			background: #e9e9e9;
			}

/* SOCIABLE */
div.sociable { 
	margin: 5px 30px 0 30px; 
	border: 1px dotted #e7e7e7;
	padding: 5px 10px 10px 10px;
	}
	
.sociable h3#h3 {
margin: 5px 0 5px 5px;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable a {
	border: 0;
	text-decoration: none;
	}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

