/* Author Name	: Oliver Zeller */

body {
	background: #c8c4bb;
	font: 60% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	}

#page {
	background: #e3dfd4;
	width: 800px;
	padding: 0 0 0 0;
	border: 1px solid #c8c4bb;
	/* The entire design is contained within the 'page' id */
	}
	
* html #page { width: 800px } /* IE hack */
	
#header {
	background: #e5e5e6;
	background: url('http://www.artect.net/wp-content/header-images/rotator.php') no-repeat;
	border-bottom: 1px solid #c8c4bb;
	border-left: 1px solid #c8c4bb;
	border-right: 1px solid #c8c4bb;
	margin: -1px -1px -1px -2px;
	/* Contains the H1 and menu */
	}
	
#primary {
	margin: 0 0 0 -1px;
	padding: 20px 0 0 0;
	width: 530px;
	min-height: 3000px;
	background: white;
	border-right: 1px solid #c8c4bb;
	/* Contains the main column */
	}
	
.secondary {
	background: #e3dfd4;
	width: 230px;
	max-height: 3000px;
	padding: 10px 20px 10px 20px;
	margin: 1px 0 0 530px;
	}
	
.entry-content {
	/* The meat and potatoes of every entry */
	font-size: 1.15em;
	line-height: 1.75em;
	padding-left: 30px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #c8c4bb;
	padding-bottom: 20px;
	padding-right: 30px;
	line-height: 1.4em;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 {
	padding-left: 30px;
	padding-right: 20px;
	}
	
.entry-meta { /* Time and category for blog entries */
	padding-left: 30px;
	padding-right: 20px;
	color: #8c8c8c;
	}

ul.menu {
	border-top: 1px solid #c8c4bb;
	left: 0px;
	background: #e5e5e6;
	width: 96.5%;
	}
	
ul.menu li {
	display: inline;
	}	

ul.menu li a {
	font-size: 10px;
	color: #444444;
	margin: 0;
	}
	
ul.menu,
ul.menu li a {
	padding: 5px 14px 6px;
	}

ul.menu li a:hover{
background: black !important; /* hover background menu item color */
color: white !important; /* text color when hovered */
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: #444444 !important; /* active tab hover text color */
background: white !important; /* active tab background color */
}
	
h1{
display: none;
}

#header .description {
display: none;
}

.entry-edit a {
	display: none;
	}
	
.commentslink {
	display: none;
	}

.chronodata {
	padding: 0 0 0 0;
	background: none;
	}
	
.navigation .left {
	margin: 0px;
	padding: 0 30px;
	width: 25%;
	}
	
.navigation .right {
	margin: 0px;
	padding: 0 30px;
	width: 40%;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	display: none;
	}
	
#primary .entry-content img {
	padding: 0px;
	border: none;
	}

input[type=text], input[type=text]:hover, input[type=text]:focus, textarea, textarea:hover, textarea:focus {
	color: #444;
	padding: 1px;
	margin: 0;
	border: 1px solid #c8c4bb;
	}
	
/* #footer {
	background: url('images/tempbanner.jpg') left center no-repeat;
	} */
	
a {
	color: black;
	text-decoration: none;
	}
	
.entry-content a:visited {
	color: #888888;
	}

#s {
	width: 226px;
	}
	
.monthdrop {
	width: 230px;
	}
	
