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

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

/* menu */

#nav {
	margin: 0 auto;
	display:inline;
	float:right;
}
#nav a {
	font: normal 12px/20px Verdana, Arial, Sans-Serif;
	color: #666;
	display:block;
	padding: 0 5px;
}
#nav a:hover {
	color: #fff;
}
#nav ul {
	background: #fff;
}
#nav ul li {
	position:relative;
	float:left;
}
#nav ul ul {
	display:none;
	position:absolute;
	top:20px;
	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 {
	min-width: 150px;
}
#nav ul ul ul {
	left:100%;
	top:0;
}
#nav ul li:hover > ul {
	display:block;
}

/* 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;
}
