@charset "utf-8";
/*   
Theme Name: sessan.com
Theme URI: Jessica 
Author URI: http://www.tdec.se
Version: 0.1
*/

body {
	background-color: #fff;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	padding: 20px!important;
	font-size: .88em;
	line-height: 1.5em;
	color: #444444;
}

#container {
	width: 1000px;
}
#header{
		width: 1000px;
		height:210px;
}

#header_left{
	width:210px;
	
	float:left;
}
#header_middle{
	width:580px;
	float:left;	
}
#header_right{
	width:210px;
	float:right;	
}

#sidebar {
	width: 210px;
	float: right;
	font-size: .8em;
	line-height: 1.4em;
	padding: 0 0 20px 20px;
	}
#entries {
	width: 728px;
	float: right;
	
padding: 0 20px 20px 0;	
	}

#footer {
	width:180px;
	float: left;
	clear: both;
	font-size: .64em;
}

.my_150{
	height:165px;	
}

.post {
	margin-bottom: 1em;
}

a {
	color: #669999;
	text-decoration: none;
	font-weight: bold;

}

a:link h3 {
	color: #951400;
	border: none;
}

a:link img {
	border: none;
}

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

li.linkcat {
	list-style-type: none;
}

img {
	border: solid!important;
	border-color: black!important;
		padding: 2px!important;
		margin:1px!important;
}
#header img{
	border: none!important;
	padding:0px!important;
	margin:0px!important;
		
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 2px;
	border: solid 1px #DEE4E5;
}

img.attachment-thumbnail {
	border: solid!important;
	border-color: black!important;
}


h1 {
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
}
h1 a{
	color:black;
}

.title {
	border-bottom: 1px solid silver;
}


h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: .2em;
	margin-top: 2em;
	letter-spacing: .2em;
	color: #34353e;
	border-bottom: 1px solid silver;
}

.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: -.5em;
}


blockquote {
	background-color: #f3f3f3;
	padding: 10px;
	margin: 15px 0;
}



/* Begin Comments*/

.comments_tiny {
	color: #b8b8b8;
	border-bottom: 1px solid silver;
}

.alt {
	margin: 0;
	padding: 10px;
	background: #f3f3f3;
}

.commentlist {
	margin-top: 0px;

}

.commentlist li {
	margin: 5px 0 0 0px;

}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

li.comment {
	font-weight: bold;
	padding: 10px;
	list-style: none;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform {
	margin-top: 30px;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

.commentbox {
	width: 100%;
	height: 100px;
}

/* End Comments */


/*edit to change top nav style*/

.menu{
	border-top: solid;
	text-align: center;
	height: 25px;clear: both;width: 580px;
	font-size:11px;color: #000;
	margin: 0 auto 0px;
	}

.menu_search {
	height: 25px;
	font-size:11px;color: #000;
	margin: 0 auto 0px;
}

.menu ul{
margin:0px;
margin-top: 0px;
padding: 0px;
list-style-type:none;
}

.menu ul li{
position: relative; /* for dropdown datum */
float: left;
text-align:center;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
font-family: arial;
font-weight: 600;
color: #000;
padding-top: 2px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
height: 21px;
}

.menu ul li a{
float:left;

text-decoration: none;
text-transform: uppercase;
font-size: 14px;
font-family: arial;
font-weight: 600;
color: #000;
}



.menu ul li a:hover{
color: #fff;
background-color: #000;
}


.menu li ul{
display: none;
position: absolute; 
top: 25px;
left: 0px;

}

.menu li > ul{
top:25px;
left: 0px;

}

.menu li.over ul,
.menu li:hover ul{
display: block;
clear: left; 
}

.menu li ul li{
clear: left;
text-align: left;
}

.menu li ul a{

width: 140px;
height: 30px;
border: 1px solid #ccc;
border-top: 0;
background: #000;  /* or graphic */

font-weight: 600;
padding-top: 2px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
height: 21px;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
font-family: arial;
color: #fff;

opacity: .85; /* for IE */
filter: alpha(opacity=85); /* for FF */

}


.menu li ul a:hover{
color: #000;
background-color: #fff;


}

.menu ul li ul li ul li{
	margin-left:15px;
}



/* end: top page menu codes */



