/*
Theme Name: mws
Theme URI: http://martinangelov.com
Description: mws
Author: martin angelov
Version: 1.0
Tags: 
*/

/* main */
*{list-style-type: none; text-decoration: none; margin: 0; padding: 0;}
img, a img , a img:visited, a img:hover{display: block; border: 0;}
body {font: normal 12px/18px Verdana, Arial, Sans-Serif; color: #333; width:100%; background: #fff;}
p, h2 {clear: both;}
a, a:visited{font-size: 1em;}
a:hover {font-size: 1em;}

/* comments */
#commentlist {
	margin: 30px 0 0 0;
	clear:both;
}
#commentlist li {
	margin: 0 0 35px 0;
}
.avatar {
	display:block;
	line-height: 32px;
	font-weight:bold;
	border-bottom:1px solid #999;
	margin: 0 0 15px 0;
}
.avatar a {
	font-weight:bold;
}
.avatar img{
	float: left;
	margin: 0 15px 0 0;
}
blockquote {
	margin-left: 50px;
}
#commentform {
	background: #fff;
	clear:both;
	height:200px;
	width:100%;
	margin:0 0 200px 0;
	border: 1px solid #999;
}
textarea {
	display:block;
	width: 100%;
	height:174px;
	border: 0;
	border-bottom: 1px dashed #999;
}
#author, #email, #url {
	height:25px;
	float: left;
	border: 0;
	line-height: 25px;
	padding: 0 5px;
	max-width:22%;
}
#submit {
	display:block;
	border: 0;
	height:25px;
	line-height: 25px;
	padding: 0 25px;
	float:right;
}

/* theme */
body {
	text-align: left;
	overflow-y:scroll;
}
p {
	text-align: left;
	margin-bottom: 30px;
}
a , a:visited{
	color: #0055aa;
}
a:hover {
	color: #fff;
	background: #000;
}
h3 {
	font:normal 30px/70px Georgia, Serif;
}
#header {
	display:block;
	height:150px;
	margin: 0 0 80px 0;
	background: #333;
	clear:both;
}
#post, #posts {
	display:block;
	width:100%;
	clear:both;
}
#post {
	margin: 0 auto;
	width: 800px;
}
#logo {
	position:absolute;
	top: 0;
	left: 0;
	display:block;
	z-index: 99999;
}

.element {
	position:relative;
	height:330px;
	width:auto;
	float: left;
}
.frame {
	position:relative;
	height:250px;
	width:auto;
	margin:1px 0 80px 1px;
	overflow:hidden;
	float: left;
	z-index:100;
}
.element h2 {
	position:absolute;
	top:250px;
	left:0;
	display:block;
	color: #000;
	font: normal 12px/20px Verdana, Arial, Sans-Serif;
	margin: 5px;
}
.frame img {
	position:absolute;
	top: 0;
	left: 0;
	display:block;
	z-index:-999;
}

#post h2 {
	font:normal 36px Georgia, Serif;
	margin: 0 0 50px 0;
}

.flo {
    float: left;
	padding: 0 10px 0 0;
	margin: 0 20px 20px 0;
	clear:both;
}

/* menu */
.nav {
	position:relative;
	top:120px;
	display:block;
}
.nav a {
	font: bold 12px/20px Verdana, Arial, Sans-Serif;
	padding:5px 15px;
	color:#fff;
	background: #333;
	display:block;
}
.nav a:hover {
	color:#fff;
	background: #666;
}
.nav ul {
	float: right;
}
.nav ul li {
	position:relative;
	float:left;
}
.nav ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	float:left;
	width: auto;
	background: #333;
	z-index: 99999;
}
.nav ul ul li {
	border-left: none;
	width:100%;
	clear:both;
}
.nav ul ul ul {
	left:100%;
	top:0;
}
.nav ul li:hover > ul {
	display:block;
}
.nav ul li.current_page_item > a,
.nav ul li.current-menu-ancestor > a,
.nav ul li.current-menu-item > a,
.nav ul li.current-menu-parent > a {
	color:#fff;
	background: #c00;
}
