/****************************************************************************************
* Theme Name: Zebraic
* Version: 1.0
* Author: Morten Svenningsen
* http://www.mortensvenningsen.com/
*
*****************************************************************************************
* 
* body
*  - header
*  - wrapper
*  -- wrapper2   :   contains background colors of container + sidebar
*  -- container
*  --- postcon
*  ---- post
*  ----- entry
*  ------ postmetadata
*  ------ metabox
*  ---- moreposts
*  -- sidebar
*  - wrapper
*  -- footer
*
****************************************************************************************/


/************************************** Main Structure *********************************/

body{
	margin: 0;
	font-family: Georgia, Arial, helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #333333;
	color: #a9a9a9;
    }

p{
	padding: 5px 0 5px 0;
    }

#header{
	width: 940px;
	height: 85px;
	color: #a9a9a9;
	background:url(http://www.mortensvenningsen.com/misc/photojournalist.gif) no-repeat top left;	
    }

#wrapper{
	margin: 0 auto 0 auto;
	width: 938px;
	text-align: left;
    overflow: hidden;
    }

#wrapper2{
	margin: 0 auto 0 auto;
	width: 938px;
    border: 1px solid #000000;	
	text-align: left;
    overflow: hidden;
	background:url(http://www.mortensvenningsen.com/misc/wrapper-bg.gif) repeat-y;	
    }

#wrapper-top-ad{
	margin: 10px auto 10px auto;
	width: 670px;
    border-top: 1px solid #000000;	
    border-bottom: 1px solid #cccccc;	
    overflow: hidden;
	background: #eaeaea;
    }

#top-ad{
    text-align: center;
    border-top: 1px solid #cccccc;	
    border-bottom: 1px solid #cccccc;	
    border-left: 1px solid #cccccc;	
    border-right: 1px solid #cccccc;	
	background: #f0f0f0;
    }

#container{
	float: left;
	width: 670px;
	margin: 0 0 0 0;
    }

#postcon{
	margin: 0;
	background: #F8F8F8;
    }

.post{
	padding: 10px 40px;
    }

.metabox{
	float: left;
	width: 99%;
	line-height: 20px;
	margin: 10px 0;
	padding: 5px 5px 5px 5px;
	background: #eeeeee;
	border: 1px solid #cccccc;
    }

.commentlink{
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 10px;
    }

.editcomment{
	padding: 2px 0 2px 20px;
	margin-left: 10px;
    }

.catlink{
	padding: 2px 0 2px 20px;
	background: url('images/cat.png') left center no-repeat;
    }

.taglink{
	display: block;
	padding: 2px 0 2px 20px;
	background: url('images/tag.png') left center no-repeat;
    }
    
/*********************************** Sidebar Structure ***********************************/

.sidebar{
	float: left;
	width: 265px;
	display: inline;
	overflow: hidden;
	color: #333333;
    border-left: 1px solid #cccccc;
	background: #eaeaea;
	padding: 0 0 20px 0;
    }

/*********************************** Main Fonts ******************************************/

body, h1, h2, h3, h4, h5, h6, blockquote, form{
	margin: 0;
	padding: 0;
    }

.entry{
	line-height: 20px;
	color: #333333;
    }

.GoogleAds{
    width: 100%;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    }

h1{
	font-family: Georgia, Arial, Sans-serif;
	font-size: 23px;
	color: #a9a9a9;
    }

h1 a{
	color: #a9a9a9;
    }

h1 a:hover{
	text-decoration: none;
	color: #a9a9a9;
    }

/*** sidebar & prev/next posts ***/
a:link, a:visited {
    font-weight: bold;
	text-decoration: none;
	color: #a9a9a9;
    }

a:hover{
    font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
    }

/*** links in posts and extracts: ***/
.post a{
    font-weight: none;
	color: #333399;
	text-decoration: underline;
    }

.post a:hover {
    font-weight: none;
	color: #333399;
	text-decoration: underline;
    }

.post h2{
	font-family: Georgia, Sans-serif, Arial;
	font-size: 22px;
	text-decoration: none;
    }

  /* headlines in main field: */
.post .title{
	font-family: Georgia, Sans-serif, Arial;
	color: #333333;
	font-size: 22px;
	text-decoration: none;
    }

.post .title a:link{
	font-family: Georgia, Sans-serif, Arial;
	color: #333333;
	font-size: 22px;
	text-decoration: none;
    }

.post .title a:hover{
	font-family: Georgia, Sans-serif, Arial;
	color: #333333;
	font-size: 22px;
	text-decoration: none;
    }

.post .title a:active{
	font-family: Georgia, Sans-serif, Arial;
	color: #333333;
	font-size: 22px;
	text-decoration: none;
    }

.post .title a:visited{
	font-family: Georgia, Sans-serif, Arial;
	color: #333333;
	font-size: 22px;
	text-decoration: none;
    }

.postmetadata {
	border-top: 1px solid #eeeeee;
	padding: 2px 0 10px 20px;
	color: #aaaaaa;
	background: url(images/time.png) left center no-repeat;
    }

#htitle{
	float: left;
	margin: 17px 10px 0 0;
    }

#desc{
	float: left;
	color: #777;
	margin: 25px 10px 0 0;
    }

.metabox a, .metabox a:link, .metabox a:active, .metabox a:visited {
	font-family: Arial, Verdana;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
    }

.metabox a:hover {
	font-family: Arial, Verdana;
	text-decoration: underline;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
    }

/********************************** Sidebar Fonts ************************************/

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 5px;
	font-family: Arial, Georgia, Sans-serif;
    }

/*** space between and headline font of the sidebar widget-boxes: ***/
.sidebar ul li{
	padding: 5px 0 25px 0;
	font-family: Arial, Verdana;
    }

/*** space between and headline font of the sidebar widget-boxes: ***/
.sidebar ul li h2{
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666;
    }

/*** line space inside link lists: ***/
.sidebar ul ul li{
	padding: 0 0 5px 0;
	line-height: 16px;
    }

.sidebar a, .sidebar a:link, .sidebar a:active, .sidebar a:visited {
	font-family: Arial, Verdana;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
    }

.sidebar a:hover{
	font-family: Arial, Verdana;
	text-decoration: underline;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
    }

/*********************************** Left and Right ***********************************/

.floatleft{
	float: left;
    }

.floatright{
	float: right;
    }

.alignleft {
    float: left;
    }

.alignright {
    float: right;
    }

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

/*********************************** Navmenu **********************************/

#navmenu{
	float: right;
	margin: 15px 0 0 0;
    font-family: Times New Roman; 
    font-size: 10pt; 
    color: #a9a9a9; 
    letter-spacing: 2px;
    font-weight: bold;
    }

#navmenu ul{
	list-style-type: none;
	list-style-image: none;
    color: #a9a9a9; 
    }

#navmenu ul li{
	display: inline;
	padding: 0 0 0 20px;
    color: #a9a9a9; 
    }

#navmenu ul li a, #navmenu ul li a:link {
	text-decoration: none;
	color: a9a9a9;
    }

#navmenu ul li a:hover {
	color: ffffff;
    }

/******************************* Picture Captions ***********************************/

a img {
	border:0;
	}

img.alignright {
    float:right; 
    margin:0 0 1em 1em;
    }

a img.alignright  {
    float:right;
    margin:0 0 1em 1em;
    }

a .alignright {
    float:right;
    margin:0 0 1em 1em;
    }

img.alignleft {
    float:left;
    margin:0 1em 1em 0;
    }

a img.alignleft {
    float:left;
    margin:0 1em 1em 0;
    }

a .alignleft {
    float:left;
    margin:0 1em 1em 0;
    }

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

a .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /*** rounded corners for browsers that support it ***/
    -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;
    }

.wp-caption p .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    }

/************************************* Tags ***************************************/

.tags,
#tag_cloud {
	margin: 0 0 15px;
    }
    
.tags {
  text-align: center;
    }
    
.tags a, #tag_cloud a {
	color: #AAA;
	margin: 0 2px;
    }

.cle{
	clear: both;
    }

/************************************ Footer ************************************/

.moreposts, .moreposts a:link {
	padding: 20px 20px 20px 20px;
    width: 90%;
	background: #F8F8F8;
	color: #999999;
    }

.moreposts a:hover {
	color: #333333;
    }

#footer{
	clear: both;
	float: left;
	text-align: center;
	width: 920px;
	line-height: 20px;
	margin: 15px 0;
    font-family: Arial; 
    font-size: 8pt; 
    color: #a9a9a9; 
    }

#footer a: link a:hover a:active a:visited {
    color: #eeeeee;
    }

/*********************************** Comments *********************************/

.alt{
	background: #EEE;
    }

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
    }

.comments-template ol li{
	line-height: 20px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
    }

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
    }

.commentmetadata{
	font-size: 12px;
    }

.comments-template p.nocomments{
	padding: 0;
    }

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
    }

/************************************ Avatar *****************************************/

.commentlist li .avatar {
    float: right;
    border: 1px solid #EEE;
    padding: 2px;
    margin: 0 10px;
    background: #fff;
    }
