@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

#header {
	width:100%;
	height:140px;
}

body {
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top left;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#666666; }
a:active { text-decoration: none; color:#666666;}
a:visited { text-decoration: none; color:#666666; }
a:hover { text-decoration: none; color:#999999; }

a img { border: none; }

#menu {
	padding-left:35px;
	padding-top:145px;
    width: 215px;
    overflow: none;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
	padding-top:100px;
    height: 100%;
    margin: 0 0 0 245px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

.post {
	padding-top:20px;
	width:600px;
	border-bottom:dotted;
	border-bottom-color:#999;
	border-bottom-width:thin;
	padding-bottom: 20px;
}

.entry {

}

h1 { 
	font-size: 28px;
	font-weight:normal;
	color:#333333;
	}

h2 { 
	font-size: 20px;
	font-weight:normal;	
	color:#666666;
	padding-bottom:20px;
	 }
	 
h3 { 
	font-weight:normal;	
	color:#666666;
	padding-bottom:20px;
	font-size: 14px; 
	}

h4 { 
	font-size: 11px; 
	font-weight:normal;
	color:#999999;
	}
	
h5 { 
	font-size: 10px;
	font-weight:normal;
	color:#000000;
	}	
	
div#menu div.sidebar ul li h2 {
	font-size: 10px;
	font-weight:normal;
	color:#000000;
	padding:0;
	margin:0;
}

p.postmetadata{
	font-size: 10px;
	font-weight:normal;
	color:#666666;
}
	

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


/*-----COMMENTS--------*/


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	width:600px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}