html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}




/* basics */

*{margin:0; padding:0;}

body {
	background:  #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 1;
}

	
h1 {font-size: 18px; margin:0 0 12px 0; font-weight:bold;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 20pt; color:#333333; text-align:right; font-weight:normal;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

.clear{clear:both;}

/* container */


#container {
	width: 960px;
	margin: 20px auto 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header_container{width:100%; height:100px; background:url(images/header_bg.png) repeat-x;}

#header {
  	width: 960px; 
  	height: 100px;
	color: #fff;
	margin:auto; 
	}

#logo{width:470px; height:50px; margin:25px 0 0 0; float:left;}
#date_time{width:470px; height:50px; margin:40px 0 0 0; float:right;}
#date{width:235px; float:right; margin:0 40px 0 0;}
#time{float:right;}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* homepage */
#nav{width:960px; height:275px;margin:75px 0 75px 0}
a.home_nav{display:block;width:240px; height:275px; float:left;}
a.home_nav:hover {background-position: 0 -275px;}
.info{background: url(images/home_info.png) 0 0 no-repeat;}
.projects{background:url(images/home_projects.png) 0 0 no-repeat;}
.contact{background:url(images/home_contact.png) 0 0 no-repeat;}
.news{background:url(images/home_news.png) 0 0 no-repeat;}
.displace {position: absolute;left: -5000px;}


/* content */

#right_content {
	float:right;
	width:230px;
	}

#main_content {
	float:left;
	width:460px;
	overflow: hidden;
	}
	
#content {
	float:right;
	width:705px;
	overflow: hidden;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p {margin:0 0 12px 0;}
.entry b {font-weight:bold;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

a.main_nav{display:block;width:200px; height:40px; margin:0 0 10px 0;}
a.main_nav:hover {background-position: 0 -40px;}
.main_info{background: url(images/main_info.png) 0 0 no-repeat;}
.main_projects{background:url(images/main_projects.png) 0 0 no-repeat;}
.main_contact{background:url(images/main_contact.png) 0 0 no-repeat;}
.main_news{background:url(images/main_news.png) 0 0 no-repeat;}

#sidebar {
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	width:230px;
	float:left;
	margin:0 20px 0 0;
	padding: 0;
	border-right: 1px solid #ddd;
	
	}

#sidebar h2{
	font:bold 16px "Courier New", Courier, monospace;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

.pagenav{margin:0; padding:0;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
        margin:50px 0 0 0;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color:#333; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


