/* 
Theme Name: Zomg! Daily Bee !
Theme URI: http://dailybee.theqbee.net
Description: A theme made for the Daily Bee.
Version: 1.0
Author: Melly & Jemmilypooz
Author URI: http://theqbee.net
Tags: custom, quilting bee, cute
*/

* {
margin: 0;
padding: 0;
}

body {
font: 71%/1.4 Georgia, "Times New Roman", Serif;
color: #555;
}

a {
text-decoration: none;
}
a:link, a:visited {
color: #5794B0;
}
a:hover {
color: #000;
border-bottom: 1px solid #eee;
}

img {
border: 0;
}

h2 {
color: #663E40;
font: 130%/1 Georgia, "Times New Roman", "New York", Serif;
margin-bottom: 1em;
}
	.post h2, .post h2 a {
	color: #000;
	}
	
h3 {
font: small-caps bold 120%/1 Georgia, "Times New Roman", "New York", Serif;
margin-bottom: .6em;
}

#container {
width: 900px;
padding:10px;
margin: 10px auto;
background:#f8f6f6;
border: 1px solid #bfbfbf;
}
	#header {
	width:900px;
	height:145px;
	}
	
		#header h1 a {
		display:block;
		width:900px;
		height:145px;
		background: url(images/header.gif) no-repeat top left;
		border: 1px solid #bfbfbf;
		text-indent:-9999px;
		overflow:auto;
		}

	#nav {
	margin:10px auto 0;
	border: 1px solid #bfbfbf;
	}
		
		#nav ul { list-style-type: none; }
		
		#nav ul li { float:left; }
		
		#nav ul li a {
		display:inline;
		float:left;
		padding:5px 10px;
		margin:0;
		color:#000;
		border-right: 1px solid #bfbfbf;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		background:#ebeaea;
		border-bottom: 1px solid #eee;
		}
		
		#nav ul li a:hover {
		background:#fff;
		}
		
	#homepage {
	float: left;
	width: 520px;
	padding: 10px 0 10px 10px;
	}
	
		.post ul, .post ol, .post dl, .post blockquote {
		margin-left: 2.5em;
		}
		
		.post ul {
		list-style: none url(images/bullet.gif);
		margin-top: .6em;
		}
	
		.post {
		background: #fff;
		border: 1px solid #bfbfbf;
		margin:0 auto 10px;
		}
		
		.post h3 {
		padding:5px 130px 5px 5px;
		margin:0;
		background:#ebeaea;
		font: small-caps bold 110%/1 Georgia, "Times New Roman", "New York", Serif;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #bfbfbf;
		}
		
			.post h3 a {
			color:#555;
			}
			
			.post h3 a:hover {
			color:#5794B0;
			}
		
		.post p.date {
		float:right;
		margin: -25px 0 0 0;
		text-transform: lowercase;
		font-variant: small-caps;
		color: #888;
		}
		
		.post p.author {
		padding-top:5px;
		color:#555;
		}
		
		.post p {
		padding: 4px 10px;
		color:#000;
		text-align: justify;
		}
		
		.post p.meta {
		margin:5px 0 0 0;
		padding:0;
		background:#ebeaea;
		text-align:center;
		border-top: 1px solid #bfbfbf;
		color:#555;
		}

			.post p.meta span {
			padding:5px;
			display:block;
			border-top: 1px solid #fff;
			}
		
	#sidebar-left {
	float: left;
	width: 180px;
	}
	
	#sidebar-right {
	float: right;
	width: 180px;
	}
	
	.box { width:180px; margin: 10px 0 0 0; }
	
	.box-comics { width:310px; margin: 10px 0 0 10px; }
	
	.box, #comics {
	background: #f8f6f6;
	border: 1px solid #bfbfbf;
	}
	
		.box h3, #comics h3 {
		padding:5px;
		margin:0;
		background:#ebeaea;
		font: small-caps bold 105%/1 Georgia, "Times New Roman", "New York", Serif;
		text-align:center;
		border-top: 1px solid #fff;
		}
		
		.box ul.navigation {
		list-style: none;
		margin:0;
		}

			.box ul.navigation li {
			padding:5px;
			margin:0;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #bfbfbf;
			}
		
			.box ul.navigation li a {
			color:#663E40;
			display:block;
			}
	
			.box ul.navigation li a:hover {
			color:#5794B0;
			background:#f9f7f7;
			border:0;
			}
			
		.box ul {
		list-style: none;
		}
		
		.box li a {
		display: block;
		background: #fff;
		padding: 5px;
		color: #000;
		font-size: .9em;
		border-top: 1px solid #bfbfbf;
		}
		
		.box li a:hover {
		background: #f8f6f6;
		border-bottom: 0;
		}
	
#footer {
padding-bottom:15px;
font-size: .9em;
text-align: center;
}