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

filter:alpha(opacity=60);
opacity:0.6;


*/
h2 {
	clear: both;
	font:normal 30px Georgia, Serif;
	margin: 0 0 70px 0;
}
p {
    margin-bottom: 50px;
}
#page {
	text-align: left;
	margin: 0 auto;
	width: 800px;
}
#header {
	height:270px;
	position:relative;
}
a , a:visited{
	font-weight:bold;
    font-size: 1em;
	color: #333;
}
a:hover {
	font-weight:bold;
	color: #fff;
	font-size: 1em;
	background: #333;
}
.postHome {
	font: normal 12px/20px Verdana, Arial, Sans-Serif;
	color: #666;
	height:270px;
	text-align: right;
}

/* menu */
.nav {
	position:absolute;
	top:175px;
	margin: 0 auto;
	width: 800px;
	display:inline;
}
.nav a {
	font: bold 12px/25px Verdana, Arial, Sans-Serif;
	color: #ccc;
	display:block;
	padding: 0 8px;
}
.nav a:hover {
	color: #fff;
}
.nav ul {
	background: #333;
	float: right;
}
.nav ul li {
	position:relative;
	float:left;
}
.nav ul ul {
	display:none;
	position:absolute;
	top:25px;
	left:0;
	float:left;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.1);
	width: auto;
	z-index: 99999;
}
.nav ul ul li {
	
}
.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;
}
* html .nav ul li.current_page_item a,
* html .nav ul li.current-menu-ancestor a,
* html .nav ul li.current-menu-item a,
* html .nav ul li.current-menu-parent a,
* html .nav ul li a:hover {
	color:#fff;
	background: #c00;
}

/* Footer */

.pagebar {
	margin: 0 auto;
	color: #333;
	text-align: center;
	font: 10px/200px Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
	width: 800px;
	height: 200px;
	background: #e4e4e4;
}

.pagebar a, .pagebar a:visited {
    font-size: 1em;
    color: #333;
	background: #e4e4e4;
}

.pagebar a:hover {
   	font-size: 1em;
	color: #fff;
	background: #000;
}

#hide {
	display: none;
}
