/*  
Theme Name: Blue Blog
Theme URI: http://rizzle.us.to/downloads/wordpress/blueblog/
Description: A simple blog design.
Version: 2.0
Author: Rizzle Studios.
Author URI: http://rizzle.us.to
*/
body {
	background-color: #EFECE7;
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #40474E;
}
#container {
	margin: 0px auto;
	width: 710px;
	background: #EEEBE5 url(images/content.jpg) repeat-y center;
}
#header {
	margin: 0;
	padding: 0;
	background: url(images/header.jpg);
	width: 710px;
	height: 155px;
}
#header h2 {
	margin: 0px;
	color: #ffffff;
	padding: 60px;
	text-align: center;
	font-size: xx-large;
}
#header h2 a {color: #ffffff; text-decoration: none;}
#navigation {
	margin: 0;
	background: url(images/navigation.jpg);
	width: 710px;
	height: 51px;
	font-size: 1em;
}
#navigation ul {
	margin: 0px auto;
	list-style: none;
	text-align: center;
}
#navigation ul li {display: inline; text-transform: uppercase;}
#navigation ul li a{
	letter-spacing:-1px;
	text-decoration:none;
	text-align:center;
	color:#666;
	float:left;
	padding-right: 15px;
	padding-top: 15px;
}
#navigation ul li a:hover{
	background:transparent url(images/nav_bk.gif) repeat-x;
	color:#464646;
}

#content {
	margin-top: -10px;
	width: 710px;
}
#content .commentbox {
	color: #918E85;
	background-color: #FBF4E2;
	padding: 2px 5px 2px 5px;
	border-top: solid #D4CBB4 3px;
	border-bottom: solid #D4CBB4 3px;
	text-transform: uppercase;
	font-size: 8pt;
}
#content .commentbox a {color: #918E85; text-decoration: none;}
#content .commentbox a:hover {color: #6E6B62;}
#content .commentform {
	background: #F2F2F2;
	font-size: 10pt;
	padding: 5px;
	border-bottom: solid #696969 3px;
}
#content .commentform a {color: #3D4F60; text-decoration: none;}
#content .left {
	color: #8D8F91;
	float: left;
	width: 190px;
	padding-left: 15px;
}
#content .left h3 {
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 11pt;
	margin-bottom: 0;
	color: #757575;
}
#content .left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #C7C7C7;
	}
#content .left ul li {
	line-height: 26px;
	border-bottom: 1px solid #C7C7C7;
	}
#content .left ul li a {
	display: block;
	padding: 0 10px;
	color: #8D8F91;
	text-decoration: none;
	}
#content .left ul li a:hover {
	color: #6C6E6E;
    background: #92BBD3;
	}
#content .right {
	float: left;
	width:  440px;
	text-align: justify;
	padding-left: 25px;
	padding-right: 30px;
}
#content .right blockquote {
	padding: 10px;
	background-color: #F2F2F2;
	font-size: 10pt;
	border-left: solid #8F8F8F 3px;
	border-right: solid #8F8F8F 3px;
}
#content .right blockquote ul {list-style: none;}
#content .right cite {color: #737373;}
#content .right h2 {color: #3D4F60; margin-bottom: 0;}
#content .right h2 a{color: #3D4F60; text-decoration: none;}
#content .right p a {color: #3D4F60;}
#content .right li a {color: #3D4F60;}
#content .nav {font-size: 8pt; text-transform: uppercase;}
#content .nav a {text-decoration: none;}
#content .nav img {border: none;}
#content span {color: #637381;}
#box {clear: both;}
#foot {
	background: url(images/footer.jpg);
	width: 710px;
	height: 36px;
	text-align: center;
	}
#foot .text {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
}