/* @override http://jaaahws.com/wp/wp-content/themes/blank2L/style.css */

/*
Theme Name: Blank 2-Column L-S
Theme URI: http://example.com
Description: A Blank Wordpress theme with left sidebar
Author: Your Name
Author URI: http://example.com
version: 1.0
*/

/* basics */

*{
	margin: auto;
	color: #a9a9a9;
}

  
* a:hover{
	text-decoration: none;
	color: silver;
	
}

body { 
	background-color: #fff;
	letter-spacing: 0em;
	overflow-y: scroll;
	font-size: 12px arial,helvetica,verdana,sans-serif;
}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

/* container */


#container {
	border-right: 25px solid #c0c0c0; 
	border-left: 25px solid #c0c0c0
	;
	width: 744px;
	color: #eaeaea;
}
	
/* header */

#header {
	height: 160px;
	background-color: #fff;
	width: auto;
}

/* main menu */

#menu{
  font-family: georgia, verdana, arial, times;
  font-size: 9pt;
  background: #c0c0c0;
	border-color: #d5d5d5;
}
  
#menu ul{list-style-type:none;
	height: 25px;
	padding-left: 0;
	display: inline-table;
	position: relative;
}
  
#menu ul li{
  text-decoration:none;
	float: left;
	border-color: #d5d5d5;
}
  
#menu ul li a{
  color: white;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 110px;
	margin: 7px;
	visibility: visible;
	position: static;
	display: inline-block;
	float: none;
	clear: none;
}
  
#menu ul li a:hover{
  text-decoration: none;
	color: silver;
	background-color: white;
	padding: 7px;
	margin: auto;
}

/* content */


.post {
	width: auto;
	text-align: justify;
	font-family: georgia;
	height: auto;
	color: #000;
	margin: 20px;
	padding: 30px;
}
	
.post h2{
	font-family: georgia, times, serif;
	font-size: 15pt;
	font-weight: 0;
	color: #929292;
	line-height: 18pt;
}
	
.post h2 a{
	color: #c0c0c0;
	background: #fffeff;
	}

.post h2 a:hover{
	text-decoration: none;
	color: #929292;
}
	
.post p{
	font: 12px helvetica;
	color: #a9a9a9;
	padding: 5px;
}

.post a{color: 000; text-decoration: none;
}
.post a:hover{color: #d5d5d5;
}

.post a{color: #797979; text-decoration: none;}
.post a:hover{color: #d5d5d5;}

}

.entry p{
}


.postmetadata{
	background: #fffeff;
	border-bottom: solid #c0c0c0;
	border-width: medium;
}


.postmetadata a{color: #a9a9a9;
	font-variant: small-caps;
	line-height: 25px;
}

.postmetadata a:hover{color: gray;}

.postmetadata p{
}

.filed:hover{background: #c0c0c0;}
.comm{ border-top: 0px solid none;
	background-color: #c0c0c0;
}


/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #fff;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	background-color: #c0c0c0;
	color: #a9a9a9;
	margin-top: 22px;
}
	
#footer p{text-align: center;
	background-color: ;
	padding: 10px;
	color: #929292;
}
#footer a{color: #797979}
#footer a:hover{color: #929292;
}
