/* 
This stylesheet is modified from the original stylesheet of the MistyLook theme by Sadish Bala.
The original stylesheet is available at http://wpthemes.info/mistylook/
Theme Name: MistyLook
Theme URI: http://wpthemes.info
Description: A real clean WordPress Theme by <a href="http://wpthemes.info" title="Sadish">Sadish Bala</a>. Support is available at <a href="http://wprocks.com/forums/" title="Forums">Forums</a>.
Version: 3.8RC
Author: Sadish
Author URI: http://wprocks.com
Tags: fixed width, two columns, widgets, custom image header
*/

* {
	padding: 0; 
	margin:0;
}

p {
	margin: 0.7em 0;
	line-height:1.8em;
}

a {text-decoration:none;}

a:link, a:visited {
	color: #185e15;	
}

a:hover, a:active {
	border-bottom:#963 1px solid;
}

.clear {
	clear:both;
	height:20px;
}

h1, h2, h3, h4,h5,h6 {
	font-family: Georgia, Arial, Verdana, Serif;
	font-weight: normal;
	line-height:1.4em;	
    margin:0 0 0.2em 0;
	padding:0;
}

h1 {font-size:2em;}
h2 {font-size:1.7em;}
h3 {font-size:1.5em;}
h4 {font-size:1.5em;}
h5 {font-size:1.3em;}
h6 {font-size:1.2em;}

img {
	background:url(../images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	background:none;
	padding:none;
	background:url(../images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;		
}

hr {
	clear:both;
	margin-top:5px;
	color:#eee;
}

#access {
	background: #000;
	margin: 0 auto;
	width: 760px;
	display:block;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
}

#access .menu-header,
div.menu {
	font-size: 1.0em;
	margin-left: 12px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 5px 0 0;
}

#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}

#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	font-weight: bold;
	padding:2px 12px;
	background:#dedede;
	border:#ccc 1px solid;
	border-bottom:none;
	color: #333;	
	margin:0 4px 0 0;
}

#access ul ul {
	display:none;
	position:absolute;
	top:32px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}

#access li:hover > a,
#access ul ul :hover > a {
	background:#fff;
}

#access ul li:hover > ul {
	display:block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #fff;
}

body {
	background: #f0f0f0;
	margin: 0; 
	font: 76%/1.6em verdana, tahoma, arial,  sans-serif; 
	color: #333; 
	text-align: center;
}

#container {
	border: #ccc 1px solid; 
	background: #fff; 
	margin: 0 auto; 
	width: 780px; 	
	position: relative; 
	text-align: left;
	clear:both;
}

#header {
	clear: both; 
	float: left; 
	margin: 10px 5px; 
	width: 450px;
	font-family:Trebuchet MS,Tahoma, Verdana, Arial, Serif;
}

#header h1 {
	font-size:1.8em;
	margin:10px 0 0 10px;
	font-variant:small-caps;
	font-weight:normal;
}

#header h1 a {
	
	text-decoration:none;	
	border:0;
}

#header h1 a:hover,
#header h1 a:active {
	border-bottom:#963 1px solid;
}

#header #desc {
	margin:0 0 0 10px;
	font-size:1em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
}

#headerimage {
	clear: both; 
	background: #fff url(../images/entrance_wall.jpg) no-repeat;
	margin: 10px; 
	color: #fff; 	
	height: 200px;
	width:760px;
}

#content-main {
    display:inline;
	float: left; 
	width: 520px; 	
	padding:0 15px;
}
#content-main ul {
    margin:0 1em;
    padding:0 1em;
    list-style-image:url(../images/bullet.png);
}

#content .post-info , #content .postmetadata {
    font-family: Calibri, Verdana, Arial, Serif;
	clear:both;
	color:#999;
	margin:0;
	padding:0;
	font-size:1.1em;
}

#content .post-info, 
#content h2.pagetitle {
	background:url(../images/underline1.jpg) no-repeat left bottom;
	padding-bottom:15px;	
}

.alignleft {
	float:left;
	text-align:left;
	padding: 0 10px 0 0;	
}
.alignright {
	float:right;
	text-align:right;
	padding: 0 0 0 10px;	
}

/* Sidebar */
#sidebar {
	float: right; 
	width: 200px;
	margin:0 15px;
	font-size:0.9em;
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar li {
	margin-bottom:8px;
}

#sidebar ul ul {
	list-style:none;
	margin:0.5em 0 0 1em;
}

#sidebar ul ul ul {
	margin:0 0 0 1em;
}

#sidebar li.sidebox {
	padding:10px;
	margin:0 0 1em 0;
	background: #ededed; 		
		/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

li#sidelinks ul {
	margin:0;
	padding:0;
}

#sidebar li.sidebox p img {
	margin:0;
	padding:3px;
	border:#ccc 1px solid;
	background:none;
}

#sidebar h2, 
#sidebar h3 { 
    /* text-transform:uppercase; */
    color:#181836;
	font-size: 18px;
}

#footer {
	clear: both; 	
	margin: 0 auto; 
	width: 760px; 	
	text-align: left;
}

#footer p {
	float: left; 
	width: 50%; 
	line-height: 1.2em;
}

#container .commentlist .commentmetadata {
	font-size:0.9em;
}

#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

img.left, img.alignleft, div.alignleft {
	float:left;
	margin:0 1em 0.5em 0;
}

