/*  
Theme Name: merhawieTheme
Theme URI: 
Description: Merhawie's personal blog theme
Version: 1.0
Author: Merhawie Woldezion
Author URI: http://blog.merhawie.com
*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css"); 

body {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times, "Times New Roman", Georgia, serif;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	text-decoration: none;
}

a, a:link, a:visited, a:visited{
	color: blue;
}

sup,sub{
	position: relative;
	font-size: 0.8em;
}

sup{
	bottom: 0.5em;
}

sub{
	top: 0.3em;
}

blockquote{
	font-style: italic;
}

blockquote > p {
	margin-left: 4em;
}

#header a {
	color: #000000;
	text-decoration: none;
}

#dateAndTime{
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}

.post {
	font-family: Georgia, "Times New Roman", Times, serif; 
}

.post h2.cover {text-align: center;}

#footer > div{
	margin-top: 2em;
	border-top: 1px solid #000;
}

#recent h4, #random h4, #perm h4 {
	text-align: center;
}

#recent ul, #random ul, #perm ul {
	list-style-type: none;
}

.pub, .mod{
	padding: 0; 
	margin: 0;
}

.entry {margin-top: 1em;}

#globalNav{
	margin-left: -10px;
	float:left;
	background-color: #000000;
}

#globalNav ul > li {
	position: relative;
	float: left;
	list-style: none;
	cursor: pointer;
	display: block;
}
#globalNav ul li > div{
	display: none; 
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	left: 0;
	z-index: 9999;
}
#globalNav ul li > div ul li{
	margin-left: 0px; 
	width: 150px;
}

#globalNav ul li > div{
	position: absolute;
	left: -50%;
}

#globalNav ul li:hover > div div.arrow{
	width: 0px;
	display:block; 
	margin-top: 0; 
	border: 10px solid #000; 
	border-color:#000 #fff; 
	border-width: 0 10px 10px 10px;
	position: relative;
	left: 50%;
	margin-left: -10px;
}

#globalNav ul li:hover div{
	display: block; 
	z-index: 100;
}

#globalNav ul li:hover div ul li{
	background-color: #000;
}
#globalNav ul a, #globalNav ul a:visited {
	margin: 0px;
	padding: 10px 16px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	border: 1px solid #000000;
}

#globalNav ul a:hover {
	text-decoration:none;
	background-color: #FFFFFF;
	color: #000000;
	display:block;
}

#copy{
	text-align: center;
	font-weight: bold;
}

#occupation-block{
	display: block;
	float: right; 
	font-size: .8em;
}

/*From Default theme */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* Captions */
.aligncenter, 
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	border-bottom: 1px solid #ddd;
}

.wp-caption p.wp-caption-text {
	background-color: #f3f3f3;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
ol.footnotes{
	clear: both;
}
