/*  
Theme Name: BlocME
Theme URI: http://www.pixeldreamz.com
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Jens Strobel
Author URI: http://www.pixeldreamz.com/
*/

html {
  height:100%;
} 

body {
  font-family: georgia,verdana,arial,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-color: #DCE9FF;
  height:100%;
}

h2 {
  font-family: georgia,verdana,arial,sans-serif;
	font-size:12px;
	color:#4A86FF;
	line-height: 6px;
}
a { color:#005AFF; text-decoration:none; }

p.postmetadata {
  font-size: 9px;
}

.entry {
  line-height: 20px;
}

/* This is for the Navigation */
#topnav {
  width: 420px;
	font: bold 9px/9px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
	text-align: right;
	margin:0;
	padding:0;
}

ul#topnav {
  height: 16px;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 0px;
	margin-bottom: 8px;
  margin-top: 3px;
}

#topnav li {
  height: 16px;
  line-height: 16px;
  margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	display: inline;
}

#topnav a {
	color: #FFFFFF;
	background-color:#0051EF;
	font-weight: normal;
	padding: 5px 16px 6px 16px;
	text-decoration: none;
}

#topnav a:hover {
	color: #111;
	background: white;
	text-decoration: none;
}

#topnav .current_page_item a {
	color: #111;
	background: white;
	text-decoration: none;
}
/* End of Navigation */

.contactleft {
  text-align:left;
}
.contactright {
  text-align:left;
}
.contacterror {
	border: 1px solid #ff0000;
}