/*

Theme name: Distroy
Description: A WordPress theme by Jørn Aagaard and Fredrik Sørlie
Version: 1
Author: Jørn Aagaard & Fredrik Sørlie
Author URI: studioja.com / fredriksoerlie.com

*/

/* -------------------------------- Global styles -------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body, table, tr, td, th, input, textarea {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 11px;
	line-height:12px;
	color: #000;
}

img {
	vertical-align: bottom;
	border:0;
}

p {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

hr {
	width:92px;
	height: 7px;
	line-height: 1px;
	font-size: 1px;
	background: transparent url("images/bg-hr.png") left top repeat-x;
	margin: 40px auto;
	padding: 0;
	display: inline-block;
	clear: both;
	border:none;
}

blockquote {
	font-size: 16px;
	color: #666;
	border-left: 1px solid #CCC;
	padding-left: 20px;
}

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.clear { clear: both; }

/* -------------------------------- Heading styles -------------------------------- */

h1 {
	font-size: 20px;
	line-height: 26px;
	clear: both;
	margin-bottom: 16px;
}

h2 {
	font-family:Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal !important;
	text-transform: uppercase;
	line-height: 20px;
	clear: both;


}

	h2#posted {
		width: 300px;
		border-bottom: 1px solid #EEE;
		margin: 0 auto;
		padding: 0 0 30px 0;
	}

h3 {
	font-size: 18px;
	font-weight: bold;
	display: block;
	clear: both;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus,
a:link,
a:active {
	outline: none;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #bca474;
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none !important;
}


ul#navbar li a,
ul#subnav li a {
	color: #000;
	text-decoration: none;
}

ul#navbar li a span.navitem-desc {
	color: #000;
	text-decoration: none;
}

ul#navbar li.active a,
ul#navbar li a:hover {
	color: #000 !important;
	text-decoration: none;
}

ul#navbar li.active a span.navitem-name,
ul#navbar li a:hover span.navitem-name {
	color: #000;
	text-decoration: underline;
}

ul#navbar li.active a span.navitem-desc,
ul#navbar li a:hover span.navitem-desc {
	color: #000;
}

ul#subnav li.current_page_item a {
	text-decoration: underline !important;
}

.rss {
	background: url('images/rss-icon.png') left 50% no-repeat;
	padding-left: 26px;
}

/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
	list-style: none;
}

ul#navbar {
	width: 1000px;
	overflow: hidden;
	display: block;
	clear: both;
	padding-bottom: 30px;
	background: url('images/bg-hr.png') left bottom repeat-x;
}

	ul#navbar li {
		width: 200px;
		display: block;
		float: left;
		line-height: 16px;
		text-align: left;
	}

		ul#navbar li span.navitem-name {
			width: 180px;
			font-family:Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
			font-size: 12px;
			text-transform: uppercase;
			line-height: 25px;
			display: block;
			clear: both;
			cursor: hand;
		}

		ul#navbar li span.navitem-desc {
			width: 180px;
			font-size: 11px;
			font-style: italic;
			display: block;
			clear: both;
			cursor: hand;
		}

ul#subnav {
	width: 1000px;
	overflow: hidden;
	display: block;
	text-align: center;
	clear: both;
	padding: 30px 0;
	background: url('images/bg-hr.png') left bottom repeat-x;
}

	ul#subnav li {
		font-family:Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		line-height: 20px;
		cursor: hand;
		display: inline;
		padding: 0 100px;
	}

/* -------------------------------- Form styles -------------------------------- */

form, form div {
	display: inline;
	margin: 0;
}

input, select {
	height: 22px;
	line-height: 22px;
	background: #EEE;
	font-style: italic;
	border: 5px solid #EEE;
}

#searchfield input {
	border: 0;
	background: url('images/bg-search.png') left 50% no-repeat;
	padding-left: 15px;
}

textarea {
	background: #EEE;
	border: 5px solid #EEE;
	overflow: auto;
}

input.submit,
input#submit {
	width: 300px;
	text-align: left;
	background: transparent;
	font-family: Garamond,Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-style: italic;
	font-size: 11px;
	color: #000;
	border: 0;
	margin: 5px auto 0 auto;
	cursor: hand;
}

#comments input,
#comments textarea {
	width: 300px;
}

/* -------------------------------- Main layout styles -------------------------------- */

body {
	text-align: center;
	background: #FFF;
}

div#container {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}

div#header {
	width: 1000px;
	text-align: center;
	display: block;
	clear: both;
	padding: 40px 0;
}

	div#logo {
		display: block;
		clear: both;
	}

div#content {
	width: 1000px;
	text-align: center;
	clear: both;
	line-height: 20px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	overflow: hidden;
}

	div#maincontent {
		width: 600px;
		float: left;
		display: inline;
		text-align: center;
		margin: 0 0 0 25px;
	}

	div#fullcontent {
		width: 1030px;
		text-align: center;
	}

	div#sidebar {
		width: 250px;
		float: right;
		text-align: left;
		display: block;
		margin: 0 25px 0 0;
	}

div#footer {
	width: 1000px;
	background: url('images/bg-hr.png') left top repeat-x;
	overflow: hidden;
	display: block;
	clear: both;
	padding-top: 20px;
}

	div#copyright {
		color:#bca474;
		float: right;
		text-align: right;
		font-size: 11px;
		font-style: italic;
		padding-bottom:30px;
	}

	div#credits {
	}

/* -------------------------------- Additional layout styles -------------------------------- */

.size-medium, .size-thumbnail {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
}

.size-large, .size-full {
	display: block;
	clear: both;
	float: left;
	margin-bottom: 10px;
}

.date {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	display: block;
	clear: both;
	margin-bottom: 5px;
}

.post,
.singlepost {
	width: 600px;
	font-style: italic;
	text-align: left;
	overflow: hidden;
	display: table;
	clear: both;
}

.page {
	width: 1030px;
	font-style: italic;
	float: left;
	text-align: left;
}

#comments {
	display: table;
	clear: both;
	text-align: center;
	padding-bottom: 20px;
}

.postmeta,
.commentmeta {
	font-style: italic;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.comment {
	width: 300px;
	display: inline-block;
	clear: both;
	font-style: italic;
	border-bottom: 1px solid #EEE;
	padding-bottom: 20px;
	margin: 20px auto;
}

.commentmeta {
	margin: 0 auto;
}

#pagination,
#navigation {
	display: block;
	clear: both;
}

#pagination {
	width: 600px;
	text-align: left;
	overflow: hidden;
	display: table;
	clear: both;
	padding-bottom: 20px;
}

.commentavatar {

}

.alt {
	/*background: #EFEFEF;*/
}

.widget {
	width: 250px;
	display: table;
	clear: both;
	font-style: italic;
	border-bottom: 1px solid #EEE;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.widget h2 img {
	display: none;
}

/* -------------------------------- Info -------------------------------- */

#info {
	width:400px;
	margin-left: 300px;
}

