/*  

Theme Name: GreenBlueFusion

Theme URI: http://www.silverserpent.net/portfolio

Description: A blue and green theme for Michal.se designed by <a href="http://www.silverserpent.net">\m/</a> 2009.

Version: 1.2

Author: Maria Helena Stanke

Author URI: http://www.silverserpent.net

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#9fd3fb;
	background: url(images/bg.png) #0c1b31 center top no-repeat;
    margin: 0 auto;
    padding: 0;
}
img {
	border: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
a, a:visited {
	text-decoration: none;
	color:#9fd3fb;
}
a:active, a:hover {
	color: #00aeef;
	text-decoration: underline;
}
#container {
	width: 970px;
	height: 700px;
	margin: 0 auto;
	padding-top: 45px;
}
#header {
	height: 136px;
}
#logo { 
	width: 500px;
	height: 110px;
	float:left;
	margin-top: 18px;
	margin-left: 140px;
	background: url(images/logotype.png) no-repeat top left;
}
.logo {
	height: 110px;
	width: 500px;
}
#menu {
	height: 42px;
	width: 968px;
	list-style: none;
	color:#FFFFFF;
}
#menu li {
	display: inline-block;
	background: url(images/devider.png) no-repeat right center;
	height: 32px;
	color:#FFFFFF;
	font-size: 18px;
	padding-top: 11px;
	padding-left: 20px;
	padding-right: 22px;
	
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;	
}
#menu a:hover {
	text-decoration: none;
}
#content {
	height: 480px;
}
#gallery {
	margin: 0 auto;
	width: 850px;
	height:480px;
	display: block;
}
.gallery_entry {
	padding-top: 27px;
	padding-left: 15px;
	margin: 0 auto;
}
#navigation {
	float:left;
	width: 300px;
	margin-top: -17px;
}
#page {
	margin-top: 20px;
	margin-left: 45px;
	padding-right: 40px;
	width: 800px;
	overflow: auto;
	height: 450px;
	font-size: 12px;
	color:#FFFFFF;
	float: left;
}
#page2 {
	margin-top: 20px;
	margin-left: 45px;
	padding-right: 40px;
	width: 420px;
	overflow: auto;
	height: 450px;
	font-size: 12px;
	color:#FFFFFF;
	float: left;
}

#post {
	margin-top: 20px;
	padding-right: 40px;
	overflow: auto;
	height: 450px;
	width: 400px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
}
#sidebar {
	overflow: hidden;
	margin-top: 20px;
	margin-right: 25px;
	float: left;
	width: 300px;
	height: 450px;
}
.sidebar2 {
	color:#FFFFFF;
}

#sidebar li {
	list-style: none;
}
#footer {
	text-align: right;
	margin-right: 45px;
	float: right;
}
#credits {
	float: left;
	height: 5px;
	width: 149px;
	margin-top:47px;
	margin-left: 2px;
	background:url(images/credits.png) no-repeat top left;
}
.credits {
	height: 5px;
	width: 149px;
}
.alignleft {
	float:left;
	text-align: left;
}
.alignright {
	float:right;
	text-align: right;
}