/*   
Theme Name: Novell
Theme URI: http://magasinetnovell.se/
Description: Tema för Magsinet Novells webbplats.
Author: Henrik Petterssson
Author URI: http://henrikpettersson.se/
Template: 
Version: 2.0
*/

/***************************************************
content
***************************************************/

body {
	background: #fff;
	color: #000;
	font-family: Georgia, Arial, sans-serif;
	font-size: 0.69em;
	line-height: 1.36em;
}

#logotype { margin-bottom: 20px; }

#navigation ul {
	list-style: none;
	list-style-position: outside;
}

#navigation ul li { margin-bottom: 5px; }

h2 {
	color: #009e49;
	font-family: Georgia, sans-serif;
	font-size: 1.18em;
	text-transform: uppercase;
}

h2 a,
h2 a:hover { color: #009e49; }

.sIFR-hasFlash h2 {
	font-size: 20px;
	height: 20px;
	margin: -7px 0 11px 0;
	*margin: 0;
	visibility: hidden;
}

/* only ie 5-6 */
.sIFR-hasFlash h2 {
	_line-height: 0;
	_margin: 0;
}

h3 {
	font-size: 1.18em;
	margin: 1.47em 0 0.45em 0;
}

.sIFR-hasFlash h3 {
	font-size: 20px;
	height: 20px;
	margin: 26px 0 -7px 0;
	visibility: hidden;
	width: 100%;
}

.post-date {
	color: #808080;
	margin: -6px 0 1em 0;
	*margin-top: 0;
}

p { margin-bottom: 1em; }

.post-author {
	font-style: italic;
	margin: 2em 0 1em 0;
}

.post-tags { margin-bottom: 1em; }

.post-comments {
	margin-bottom: 1em;
}

ul,
ol {
	list-style-position: inside;
	margin: 1em 0;
}

object,
embed {
	width: 100%;
	text-align: center;
}

blockquote {
	border-bottom: 10px solid #e5e5e5;
	border-top: 10px solid #e5e5e5;
	float: left;
	font-size: 1.18em;
	font-style: italic;
	line-height: 1.82em;
	margin: 1em 0 1em 15%;
	padding-top: 1em;
	width: 85%;
}

* html blockquote {
	margin: 0 0 1em 10%;
	width: 79%;
}

img {
	border: none;
	margin-bottom: -3px;
}

.post img {
	max-width: 100%;
	height: auto;
}

img.size-thumbnail { width: 220px; }

img.size-medium { width: 460px; }

img.alignleft {
	float: left;
	margin: 0 20px 1em 0;
}

img.alignright {
	float: right;
	margin: 0 0 1em 20px;
}

a {
	color: #808080;
	outline: none;
}

a:hover { color: #000; }

input#author,
input#email,
input#url {
	font-family: Georgia, Arial, sans-serif;
	font-size: 1em;
	padding: 0.25em;
	width: 50%;
} 

form {
	margin-top: 11px;
}

textarea {
	font-family: Georgia, Arial, sans-serif;
	font-size: 1em;
	height: 10em;
	padding: 0.25em;
	width: 98%;
}

.post-separator {
	color: #bfbfbf;
	margin: 2em 0;
	text-align: center;
}

#commentform label { font-size: 0.82em; }

/**************************************************
layout
**************************************************/

* {
	margin: 0;
	padding: 0;
}

	#container {
		/*background: url(images/16_col.gif) repeat-y top center;*/
		margin: 0 auto;
		max-width: 960px;
		min-width: 720px;
		padding-bottom: 40px;
		width:expression(document.body.clientWidth < 720? "720px" : document.body.clientWidth > 960? "960px" : "auto");
	}
	
		#thick-border {
			border-top: 5px solid #000;
			margin: 0 10px;
		}
		
		#thin-border {
			border-top: 1px solid #bfbfbf;
			margin: 9px 10px 40px 10px;
		}
		
		#novell {
			border-right: 1px solid #bfbfbf;
			float: left;
			margin-left: 10px;
			padding-right: 10px;
			width: 220px;
		}
		
		* html #novell { margin-left: 5px; }
		
		#content-container { padding: 0 250px; }
		
		* html #content-container { margin-right: -5px; }
				
			#content {
				float: left;
				overflow: hidden;
				position: relative;
				width: 100%;
			}
			
			* html #content { width: 99%; }
			
		#sidebar {
			border-left: 1px solid #bfbfbf;
			float: right;
			margin-right: 10px;
			padding-left: 10px;
			width: 220px;
		}
		
		* html #sidebar { margin-right: 5px; }
		
			.sidebar-box { margin-bottom: 3em; }
			
			#editions img {
				float: left;
				margin: 0 10px 10px 0;
			}
			
			#archives {
				text-transform: capitalize;
			}
			
		.clear { clear: both; }
		
/**************************************************
shop
**************************************************/
.item {
}

.item-info {
	margin: 7px 0 1em 0;
}

table {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}

th {
	text-align: left;
}