/*
Theme Name: PerBylund 2011
Theme URI: http://perbylund.com
Description: The official theme for Per Bylund.com
Author: Jesper Bylund
Author URI: http://jesperbylund.com
Version: 1.0
Tags: blue, fixed width, personal
(optional)

License:
License URI:

General comments (optional).

May not be duplicated or reused without explicit agreement of the owner Per Bylund

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
menu ol, menu ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
	CSS main style
*/
body{
		text-align: center;
		padding: 0;
		background: #f0f0f0;
		font-family: 'georgia', serif;
	}
#top{
		width: 100%;
		height: 300px;
		margin: 0 auto;
		background: #2A3947;
		background-image:url('topbg.png');
		background-repeat: repeat-x;
		background-position:center top; 
		z-index: 1;
	}
	
 a{
	 	color: #0079ff;
	 	text-decoration: none;
 	}
 a:hover{
	 	color: #70b4ff;
	 	text-decoration: underline;
 	}
 a:active{
 	 	color: #0079ff;	
 	}
 a:visited{
 	 	color: #0054b1;
 	}
	
	
.menu-primary-menu-container{
		width: 100%;
		background: #000;
		background-color: rgba(0,0,0,0.25);
		padding:0;
		height: 34px;
		text-align: left;
	}
.menu{
		width: 758px;
		margin: 0 auto;
		height: 34px;
	}
.menu-item{
		padding: 10px 15px 0 15px;
		font-family: arial,sans-serif;
		font-size: 14px;
		color: #fefefe;
		display: inline;
		float: left;
	}
.menu-item.menuRight{
		padding: 10px 15px 10px 15px;
		font-family: arial,sans-serif;
		font-size: 12px;
		color: #fefefe;
		display: inline;
		float: right;
	}
.menu-item:hover{
		background: #000;
		background-color: rgba(0,0,0,0.45);
		border-top: 1px solid #111;
		border-top: 1px solid rgba(1,1,1,1);
		padding: 10px 15px 9px 15px;
	}
.menu-item .menuRight:hover{
		background: #000;
		background-color: rgba(0,0,0,0.45);
		border-top: 1px solid #111;
		border-top: 1px solid rgba(1,1,1,1);
		padding: 10px 15px 9px 15px;
	}
.menu a, .menu a:link, .menu a:visited, .menu a:hover, .menu a:active{
    color: #fefefe;
}	
	

#content{
		background: #f0f0f0;
		width: 650px;
		margin: 0 auto;
		text-align: left;
		z-index: 2;
	}
#comments{
		padding: 50px 0;
	}
#logo	{	
 		font-family: 'Arvo', times new roman, serif;
 		color: #fff;
 		font-size: 55px;
 		text-shadow: 0px 2px 3px #000;	
 		padding-top: 75px;
 		margin: 0 auto;
 		text-align: left;
 	}
 #logo h1{
        font-family: 'georgia', arial, serif;
        font-size: 21px;
        margin-left: 2px;
 	}
#logo .category{
        font-family: 'Cardo', arial, serif;
        font-size: 80px;
        margin-left: 30px;
 	}
 h2{
 		font-size: 48px;
 		padding-top: 40px;
 	}
h2 a:link, h2 a:active, h2 a:visited{
 		font-size: 48px;
 		padding-top: 40px;
 		color: #000;
 	}
h2 a:hover{
 		color: #666;
 		text-decoration: none;
 	}
.date{
		color: #666;
		font-size: 12px;
		padding-top: 10px;
		font-family: arial, sans-serif;
	}
.post{
		padding-top: 30px;
		padding-bottom: 100px;
		font-size: 16px;
		line-height: 200%;
	}
.page{
		padding-top: 30px;
		padding-bottom: 100px;
		font-size: 16px;
		line-height: 200%;
	}
.post p{
	text-indent: 40px;
}
.floatLeft{
		float: left;
	}


#sidebarMain{
	float: left;
}	
#sidebarMain ul{
		padding: 0 25px 30px 0;
		width: 300px;
		line-height: 150%;
		font-family: arial, sans-serif;
		float: left;
	}

#sidebarMain li{
		list-style-type: none;
		width: 300px;
		margin-right: 10px;
		float:left;
	} 
#sidebarMain h2{
		font-weight: bold;
		font-family: 'georgia', serif;
		font-size: 18px;
		width: 300px;
		padding: 0;
	}
	
.clear{
		clear: both;
	}
.alignright{
  float:right;
  padding: 0 10px;
}
.wp-caption-text{
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	color: #666;
	text-align: center;
}
.opinion_row td:first-child{
	width: 70%;
	padding-right: 20px;
}
.opinion_table tr{
	padding-bottom: 20px;
}