/*
Theme Name: hund.torvik.no
Theme URI: http://larsolavtorvik.com/
Description: This is a custom theme special made for my own blog's.
Version: 1.0
Author: Lars Olav Torvik
Author URI: http://larsolavtorvik.com/
Tags: fixed width, two columns, widgets
*/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e7ded1;
	font-size: 0.8em;
	font-family: verdana, sans-serif;
	color: #191919;
}

#container
{	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #808080;
	/*background: #25170d;*/
	width: 980px;
	margin: 10px auto;
	text-align: left;
	background: #ffffff;
}

#header
{
	width: 100%;
	height: 100px;
	background-image: url("images/mikroborderiet.png");
	background-repeat: no-repeat;
}

#header a
{
	display: block;
	width: 100%;
	height: 100px;
	text-decoration: none;
}

#menu
{
	height: 40px;
	overflow: hidden;
	background-color: #25170d;
	margin-bottom: 7px;
}

#menu #pages
{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 11px;
	width: 650px;
}

#menu #pages ul
{
	paddin: 0;
	margin: 0;
	list-style-type: none;	
}

#menu #pages li
{
	float: left;	
	margin-right: 15px;
}

#menu #search
{
	width: 275px;
	float: right;
	margin-top: 3px;
	padding: 8px;
}

input,
textarea,
select
{
	border: 1px solid #808080;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
}

input[type="submit"]
{
	background-color: #ffffff;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

#menu #search input[type="text"]
{
	width: 185px;
}

#menu #search input[type="submit"]
{
	width: 80px;
}

#main
{
	width: 100%;
	overflow: auto;
}

#content
{
	float: left;
	width: 670px;
}

#content .post,
#content .page,
#content #respond,
#content #comments
{
	width: 100%;
	border: 1px solid #808080;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	margin: 7px 7px 15px 7px;
	padding: 0;
	overflow: auto;
}

#content .post .entry,
#content .page .entry,
#content #respond form,
#content #comments ol,
#content #comments p
{
	padding: 0 10px 5px 10px;
}

#content .post h2,
#content .page h2,
#sidebar ul .widget h2,
#content #respond h3,
#content #comments h3
{
	margin: 0 0 5px 0;
	padding: 6px 6px 6px 8px;
	background-color: #25170d;
	font-size: 1.2em;
	-moz-border-radius-topleft: 5px;	
	-moz-border-radius-topright: 5px;	
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}

h2 a,
h2,
h3,
#menu #pages a
{
	color: #ffffff;
}

#content .post small
{	
	margin-left: 9px;
	color: #686868;
}

#content #comments
{
	margin: 7px;
}

#sidebar
{
	float: right;
	width: 290px;	
}

#sidebar ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar ul .widget
{
	margin: 7px 7px 15px 7px;
	border: 1px solid #808080;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
}

#sidebar ul .widget div,
#sidebar ul .widget ul
{
	padding: 7px;
}

#footer
{
	width: 100%;
	text-align: center;
	/*background-color: #25170d;*/
	font-size: 0.8em;	
	margin: 0;
	padding: 0;
}

#content #comments ol
{
	padding: 0;
	margin: 7px;
	list-style-type: none;
}

#content #comments ol li p
{
	margin: 5px 0 5px 0;	
}

#content #comments ol li .comment-meta
{
	font-style: italic;	 
	font-size: 0.85em;
}

#content #comments .comment-body
{
	border-bottom: 1px solid #808080;	
	margin-bottom: 10px;
}

#content #respond
{
	width: 100%;
}

#content #respond textarea  
{
	width: 500px;
	height: 100px;
}

#content #respond input[type="text"]
{
	width: 300px;
}

#content #respond label
{
	width: 80px;
	display: block;
	vertical-align: top;
	float: left;
}

#content .postmetadata
{
	padding: 10px 5px 0 5px;
	font-size: 0.85em;
	clear: both;
	text-align: center;
}

#content .padding
{
	padding: 7px;
}

#content .navigation
{
	padding: 10px;
}

/* Start Result List */

.resultList table
{
	width: 96%;
	margin: 5px 10px 15px 10px;
	border: 1px solid #808080;
	paddin: 0;
	border-collapse: collapse;
}

.resultList th
{
	text-align: left;
	width: 100px;
	padding-left: 10px;
}

.resultList td
{
	padding: 4px 4px 4px 10px;
	vertical-align: top;
}

.resultList .resultTitle
{
	margin: 0;
	padding: 4px;
	background-color: #25170d;
	font-size: 1em;
	color: #ffffff;
}

.resultList .resultImage
{
	width: 130px;
	padding: 10px 0 0 10px;
}

/* End Result List */

/* Start General */
img
{
	border: 0;
}

a
{
	color: #8c7250;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	
}

#content h1
{
	font-size: 1.2em;
	margin: 5px 8px 0 8px;
}

blockquote
{
	font-style: italic;
	color: #686868;
}

/* End General */

/* Start RSS */

.rss-date
{
	color: #686868;
	font-style: italic;
	font-size: 0.85em;
}

/* End RSS */

/* Start NextGEN Gallery */ 
#sidebar ul .widget div#ngg-webslice
{
	padding: 0;	
}

#sidebar ul .widget .ngg-widget img
{
	margin-left: 2px;	
	border: 1px solid #808080;
	padding: 1px;
}

/* End NextGEN Gallery */ 
