/* 

Theme Name: Berzelium
Theme URI: http://coldberzelium.net
Description: A cold and berzelium theme
Author: Ioachim
Author URI: your-URI

*/

*
{
	margin: 0px;
	padding: 0px;
}

img
{	
	 border: none;
}

a
{
	text-decoration: none;
	color: #4169e1;
}

a:active
{
	color: #4466a0;
}
a:hover
{
	color: #ff6347;	
}

body
{
	font-family: Calibri, Helvetica, Arial, sans-serif;
	background-color: #eee;
}

#header
{
	position: relative;
	height: 170px;
	
	color: white;
	
	background-color: #0B3484;
	background-image: url('css/moonwalk.png');
	background-repeat: no-repeat;
	
	border-bottom: solid 1px black;
	
}

#header .title
{
	height: 100%;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 160px;
	text-align: right;
	
	color: #eee;
}

#header .title .name
{
	padding-bottom: 6px;
	padding-right: 6px;
	
	border-bottom: solid 1px white;
	font-size: 36px;
	font-weight: bold;
	
}


#header .title .description
{
	padding-top: 6px;
	font-size: 16px;
}

#header .menu
{
	position: absolute;
	bottom: 0;
	
	height: 30px;
	width: 100%;
}

#header .menu a
{
	color: #fff;
}

#header .menu ul
{
	position: absolute;
	bottom: 2px;
	overflow: visible;
}

#header .menu li
{	
	margin: 10px 10px;
	padding: 3px 10px;
	overflow: visible;
	
	font-size: 12pt;
	font-weight: bold;
	display: inline;
	
}

#header .menu .current_page_item
{		
	background-color: #eee;
	border: solid 1px black;
	border-bottom: none;	
}

#header .menu .current_page_item a
{
	color: #002255;
}

#wrapper
{
	position: relative;
	width: 100%;
}

#sidebar 
{
	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

#content
{
	padding: 6pt 6pt;
	width: 60%;
}

#content .archive_title
{
	font-size: 16pt;
	font-weight: bold;
}

#content .post
{
	margin-bottom: 1em;
}

#content .head
{
	position: relative;
	margin: .5em 0 .5em 0; 
	border-bottom: dotted 1px #aaa;
}

#content .post .head .info
{
	position: absolute;
	text-align: right;
	vertical-align: bottom;
	right: 0;
	bottom: 0;
	
	color: #666;
	font-size: small;
	font-weight: bold;
}

#content .head .title
{
	color: #666;
	font-size: 2em;
	font-weight: bold;
}

#content .head a:hover .title
{
	color: #444;
}

#content .content
{
	padding: 0pt 6pt; 
}

#content .content p
{
	padding-bottom: 6pt;
}

#content .post .meta
{
	padding: .5em;
	margin: .5em;

	background-color: #e0e0e0;
	border: solid 1px #666;
	
	font-size: small;
	

	
}

#content .comment
{
	margin-bottom: 6pt;
}

#content .comment .comment-body
{
	margin: 6pt;
}

#content .comment .comment-meta
{
	font-size: small;
}

#sidebar
{
	padding: 6pt 36pt;
}

#sidebar .widget
{
	padding-right: 24pt;
	padding-top: 12pt;
}

#sidebar .widget .widgettitle
{
	position: relative;
	right: -24pt;
	
	color: #666;
}


#sidebar .widget_tag_cloud div
{
	padding-left: 96pt;
}

#sidebar ul
{
	list-style: none;
}