/*  
Theme Name: Website Theme
Theme URI: http://wordpress.org/
Description: Makes the blog appear as a regular website
Version: ver 0.65
Author: Wilhelm Williams
Author URI: http://www.wordpress.org/
*/

body 
{
	text-align: left; 
	FONT-FAMILY: Tahoma, Verdana, "georgia","times new roman",serif
	FONT-SIZE: 3;
}

#post{
	background: green;
	}

#wrapper {
/*	margin: 40px auto auto auto; */
	width:958px; 
	padding: 0;
	}

#head {
	width: 760px; 
	height: 123px;
	background-repeat: no-repeat; 
	line-height: 1px;
	font-size: 1px;	
	}

#headercontent {
	width: 560px; 
	height: 70px;
	FONT-SIZE: 10pt; 
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Verdana, "georgia","times new roman",serif
	PADDING-RIGHT: 0em; 
/*	RIGHT: 10em; */
	POSITION: absolute;
	top: 30px; 
	left: 480px;
}

#content {
	FONT-SIZE: 12pt; 
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Verdana, "georgia","times new roman",serif
}

/*
#container {
	width: 958px;
	height: 370px; 
	background-image: url(images/bg-container-1.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	}
*/

#pagecontent {
	padding: 10px;
	}

#left {
	float: left; 
	text-align: left; 
	padding: 0 10px 0 5px;
	width: 540px;
	}

.alignleft {
   text-align: left;
}

.alignright {
   text-align: right;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
	
#center {
	float: left; 
	text-align: left; 
	padding-left: 15px;
	width: 160px;
	}
	
#right {
	float: left; 
	text-align: left; 
	padding-left: 15px;
	width: 190px;
	}
	
	
#footer {
	clear: both;
	text-align: center;
	FONT-SIZE: 3; 
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Verdana, "georgia","times new roman",serif
	}

#buttons{
	line-height: 20px;
	text-align: center;
	}
	
a.img
a.img:hover{
	text-decoration: underline;
	border: none;
	}
	
a:link {
	text-decoration: underline; 
	/* border-bottom: 1px dotted #1C4864; */
/*	color: #1C4864;*/
	}
a:visited {
	text-decoration: underline; 
	/* border-bottom: 1px dotted #1C4864; */
/*	color: #1C4864;*/
	}
a:hover {
	text-decoration: underline; 
	/* border-bottom: 1px solid #1C4864; */
	background-color: #82A1B4;
	color: #FFFFFF;
	}
h3 {
	font-family: Tahoma, Verdana; 
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000000;
	}
h2 {
	font-family: Tahoma, Verdana; 
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #999999;
	}

h1 {
	FONT-FAMILY: Tahoma, Verdana, "georgia","times new roman",serif;
}


a.postTitle{
	text-decoration: underline;
	font-family: Tahoma, Verdana; 
	font-size: 3;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

a.postTitle:visited{
	text-decoration: underline;
	font-family: Tahoma, Verdana; 
	font-size: 3;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
input 
{
	border: 1px solid #aaa; 
	background-color: #F4F4F3;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;

}

select
{
	border: 1px solid #aaa; 
	background-color: #F4F4F3;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
}

button
{
	cursor: pointer; 
	background-color: #DBDBD5; 
	background-image: none; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #fff #AEB7A8 #AEB7A8 #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 66px;
	height: 17px; 
	padding: 0;
	line-height: 12px;
}

/*	WordPress component styles
*/

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


/*	menu
*/
#menu {
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

#menu form {
	margin: 0 0 0 10px;
}

#menu input#s {
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #aaa;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	padding-bottom: 2px; /*border-bottom: dotted 1px #aaa;*/
	font-family: Tahoma, Verdana;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

#menu ul ul {
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 4px;
	padding: 0;
	padding-left: 10px;
}


#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	padding-left: 4px;
}

/*	/menu
*/