/*  
Theme Name: Notebook
Theme URI: http://zetof.net/wordpress/themes/
Description: A notebook design based on ladoucelande.com
Version: 1.0
Author: ZeToF!
Author URI: http://zetof.net
*/
body {
	background-color: #000;
	font-family: cursive,verdana,tahoma;
	font-size: 12pt;
	color: #40474E;
}
#container {
	margin: 0px auto;
	width: 750px;
}
#header {
	margin: 0;
	padding: 0;
	background: url(images/header.jpg);
	width: 750px;
	height: 140px;
}
#header h2 {
	margin: 0px;
	color: #ffffff;
	padding: 60px 60px 60px 180px;
	text-align: center;
	font-size: xx-large;
}
#header h2 a {color: #ffffff; text-decoration: none;}
#navigation {
  padding-left: 20px;
	margin: 0;
	background: url(images/navigation.jpg) no-repeat;
	width: 730px;
	height: 70px;
	font-size: 10pt;
	font-weight: bold
}
#navigation ul {
	margin: 0px auto;
	list-style: none;
}
#navigation ul li {display: -moz-inline-box;
  height: 35px;
  width: 100px;
	background: url(images/button.png) no-repeat center center;
  padding: 12px 0px 0px 10px
}
#navigation ul li a{
	letter-spacing:-1px;
	text-decoration:none;
	color:#000000;
}
#navigation ul li a:hover{
	color:#666
}

#content {
	margin-top: -10px;
	width: 750px;
	background: url(images/content.jpg) repeat-y top;
}
#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: 160px;
	padding-left: 55px
}
#content .left h3 {
  height: 30px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0;
	color: #000000;
	background: url(images/menubkgtop.png) no-repeat;
}
#content .left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 8pt;
	font-weight: normal;
	background: url(images/menubkgbody.png) repeat-y;
	border-bottom: 1px solid #000000
}
#content .left ul li {
	padding: 2px 0px 2px 25px;
	width: 125px;
	}
#content .left ul li a {
	display: block;
	width: 115px;
	color: #000000;
	text-decoration: none;
	}
#content .left ul li a:hover {
	color: #000000;
  background: lavender;
	}
#content .right {
  font-size: 8pt;
	float: left;
	width:  470px;
	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 {font-size: 14pt;font-weight: bold;text-decoration: underline;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; color: 000;}
#content .nav img {border: none; vertical-align: middle;}
#content span {font-size: 10pt;font-weight: bold;color: #637381;}
#header img {border: none;}
#box {clear: both;}
#foot {
	background: url(images/footer.jpg);
	width: 750px;
	height: 50px;
	text-align: center;
	}
#foot .text {
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
}