div.body {
	color: #222;
	font-size: 1.2em;
}

/* column under content fixed - but why? */
.container {
	width: 951px;
}

h2 {
	font-size: 2.5em;
}

a {
	color: #5aa2c8;
}

a:hover,a:active,a:focus {
	color: #5aa2c8;
	text-decoration: none;
}

.small {
	font-size: 0.9em;
}

div.body div.colborder {
	border-right-color: #ccc;
}

div.header, div.footer {
	background: #222;
}
div.footer, div.footer h2, div.footer h3 {
	color: #999;
}

.alt, h2, h3 { 
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
	font-style: italic;
	font-weight: normal;
}

input.text, input.title, textarea {
	background: #f5f5dc;
}

div.body {
	min-height: 400px;
}

/* header */

div.header h1.logo {
	height: 88px;
	width: 177px;
	background: url("../images/molindo_dark_web.png") no-repeat;
	margin: 4px 0;
	padding: 0;
}

div.header h1.logo a {
	display: block;
	width: 100%;
	height: 100%;	
}

div.header .search {
	height: 45px;
}

div.header h1.logo a span {
	display: none;
}

div.header .nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
}

div.header .nav li {
	margin: 22px 0 0;
	padding: 0 15px;
	display: block;
	float: left;
	width: auto;
	height: 30px;
	text-align: center;
}

div.header .nav li a {
	display: block;
	text-decoration: none;
	font-size: 1.5em;
	color: #5aa2c8;
	height: 100%;
}

div.header .nav li.current_page_item a, div.header .nav li a:hover, div.header .nav li a:focus {
	background: url("../images/menu_pointer.png") no-repeat 50% 100%;
}

/* header end */

/* sidebar */
div.sidebar ul, div.sidebar ol {
	margin-right: 0;
	margin-left: 0;
}
div.sidebar ul ul, div.sidebar ul ol {
	margin-left: 1.5em;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
/* sidebar end */

/* widgets */
div.widgets {
	overflow: hidden;
}

div.widgets div.footercol {
	/* hack for equal height */
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

div.widgets div.colborder {
	/* border-right: 1px solid #ccc; */
}

div.widget {
	margin-bottom: 1.5em;
}


div.widget ul {
	list-style: none;
}
/* why?
div.widget ul ul {
	position: relative;
	top: -1.2em;
	margin: 0;
}*/
/* widgets end */

/* footer */
div.footer p {
	color: #666;
}

div.footer hr.space {
	background: #222;
	color: #222;
}

/* footer end */

/* post */
.post-info {
	position: relative;
	top: -1.8em;
}
/* post end */

/* wp-syntax plugin */
div.code {
	background: #f5f5dc;
}
/* wp-syntax plugin end */

/* lifestream widget */
ul.lifestream div.lifestream_text p {
	font-size: 100%;
	margin: 0 0 0.5em;
}
/* lifestream widget end */
/* wp-greet-box */
.greet_block {
	float: right !important;
	width: 460px !important;
}
