/* basic elements */

body  {
background: url("images/king.jpg") repeat;
margin: 0;
}

#container { 
width: 780px;
margin: 0 auto;
border: 1px solid #a9a9a9
}

#header { 
padding: 35px 30px 5px 30px;
background: url("images/header.jpg");
height: 45px;
} 

#header a {
color: #FFFFFF;
text-decoration: none;
font-size: 30px;
font-family: "Myriad Pro";
}

#menu {
background: url("images/nav_bg.jpg"); 
padding: 6px 30px 6px 0;
text-align:right;
font-size: 15px;
font-weight: bold;  
font-family: "Arial";
text-transform: uppercase;
color:#ffffff;
border-bottom: 1px solid #555555
}

/* menu elements */

#menu a {
color: #a9a9a9;
text-decoration: underline; 
font-size: 15px;
font-weight: bold;  
font-family: "Arial";
text-transform: uppercase;
}

#menu a:hover {
color: #ffffff;
text-decoration: none;
}

#menu active {
color: #ffffff;
text-decoration: none;
}

/* text elements */

.project {
margin:15px 0 25px 0;
}

h1 {
margin: 0px;
color: #dcdcdc; 
font-size:20px; 
font-family: "Arial Narrow"; 
font-weight: bold;
}

h2 {
color: #ffffff;
font-size: 15px; 
margin: 20px 0 5px 0;
}

h3 {
color: #ffffff;
font-size: 15px; 
margin: 5px 0 5px 0;
}

/* content elements */

#main {
background-image:url("images/main_bg.jpg");

} 

#text { 
margin: 0 0 0 0px;
padding: 25px 30px 30px 30px;
color: #ffffff;
font-family: "Georgia";
font-size: 13px; 
line-height: 18px;
text-align: justify;
} 

#text a {
color: #a9a9a9; 
text-decoration: underline;
}

#text a:hover {
color: #dcdcdc;
text-decoration: none;
}

#footer {
padding: 6px 30px 6px 30px;
background: url("images/nav_bg.jpg");
font-family: "Lucida Sans Unicode";
color: #dcdcdc;
font-size: 11px;
text-align: right;
border-top: 1px solid #555555
}

/* footer elements */

#footer a {
text-decoration: none; 
color: #d3d3d3;
}

#footer a:hover {
color: #f8f8ff;
}

.separator {
font-size:11px;
color:#f5f5f5;
}

.clear {
clear:both;
}

/* post elenments*/

.post {
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.post .postmeta {	
	padding: 8px 10px; margin: 10px 25px 20px 25px;	
	border: 1px solid #666666;
	background: #444444;
	color: #f5f5f5;	
}
.post .postmeta a { background: transparent; color:#a9a9a9; }
.post .postmeta a:hover { border: none; text-decoration: none; }
.post .postmeta a.comments { margin: 0 10px 0 5px;	}
.post .postmeta a.readmore { margin: 0 10px 0 5px;	}
.post .postmeta .date{ margin: 0 10px 0 5px;	}

.post .post-info { font-size: .95em; padding-top: 0; color: #d3d3d3; }
.post .post-info a, .post-info a:visited { color: #c0c0c0; border: none; }

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #666666; 
	background: #444444; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #ffffff;
	font: bold 1em Verdana, sans-serif; 
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #a9a9a9;
	background: #a9a9a9;  	
}
textarea {
	/*width: 400px;*/
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	/*height: 100px;*/
	display: block;
	color: #B3B3B3;
	/*color: #666666;*/
}
input, textarea, select {
	background: #696969;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #333333; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #c0c0c0;
	background: #606060;
	
	border-width: 0px;
  	border-style: solid;
  	border-color: #606060;
}

