/*  
Theme Name: Snogle - Pride'n'Joy
Theme URI: http://www.pridenjoy.no
Version: 1.0
Author: Snorre Glemmestad
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, div, dl, dt, dd, ul, ol, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
p {
	font-size: 18px;
	color: #cdcdcd;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
a { 
	color: #AEEE00;
	text-decoration: none;

}
a:hover {  
	color: #2767a9; 
	text-decoration: none;
}
h2 {
	color: #cdcdcd;
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	
}
h3 {
	color: #cdcdcd;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	
}
h3#intro {
	color: #cdcdcd;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	
}
h3.post {
	margin: 0;

}
h4 {
	color: #2767a9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -5px;
	
}
hr {
	background-image: url(images/hr.png);
	height: 100px;
	border: none;
	
}
#title {
	color: #cdcdcd;
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	
}
cite {
	color: #cdcdcd;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	

}
table { 
	border-collapse: collapse; 
	border-spacing: 10;
	font-size: 14px;
	color: #cdcdcd;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 2px 0 10px 0;
	line-height: 20px;
	
}
th { 
	text-align: left; 
	font-weight: bold; 
	color: #2767a9; 

}

fieldset, img { border:0 }
address, caption, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption { text-align: left }
h1, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */


body {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat;
	
	
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	
}
/*******************************************************************

Header

*******************************************************************/
#header {
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 203px;	

}
#logo {
	background-image: url(images/logo.png);
	width: 721px;
	height: 110px;
	float: left;
	margin-top: 70px;
	text-indent: -9999px;
	
}
#mayah {
	background-image: url(images/mayah-header.png);
	width: 178px;
	height: 121px;
	position: absolute;
	margin: -170px 0 0 0;
	
}
/*******************************************************************

Post

*******************************************************************/
#index-img {
	margin: 0px 0 20px 0;
	
}
#post {
	clear: both;
	float: left;
	width: 600px;
	padding-top: 10px;
	
}
#email, #author, #url, #comment {
	background: none;
	color: #FFFFFF;
	border: thin;
	border-style: solid;
	border-color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 3px;
	 -moz-border-radius: 5px; -webkit-border-radius: 5px;

}
.eachdog-img {
	margin-bottom: 10px;
}
table.eachdog-table {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 25px;
	margin: 10px 0 0 50px;
	
}
th.eachdog-th {
	width: 100px;

}
.eachdog-footerimg {
	margin-top: 50px;
	margin-bottom: 100px;

}

th.eachdog-th {
	width: 100px;

}

table.utstillinger {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin: 30px 0 0 0;
	
}
td.utstillinger-td {
	padding-right: 30px;

}

/*******************************************************************

Comment

*******************************************************************/
.comment-text {
	margin-top: 10px;
	margin-left: 20px;

}

hr.comment {
	height: 2px;
	background-color: #2767a9;
	margin: 10px 0 10px 0;

}
/*******************************************************************

Sidebar/Nav

*******************************************************************/
#nav {
	width: 317px;
	padding: 0 0 0 0;
	float: right;
	height: 1%; /* Holly hack for Peekaboo Bug */
	margin: 0;
	
}
#nav-top {
	height: 39px;
	background-image: url(images/nav-top.png);
	background-repeat: no-repeat;
	
}
#nav-bg {
	background-image: url(images/nav.png);
	background-repeat: repeat-y;
	margin-top: 20px;

}
#nav-bottom {
	height: 19px;
	background-image: url(images/nav-bottom.png);
	background-repeat: no-repeat;

}
#inside {
	width: 210px;
	padding: 0 0 0 54px;

}
#search-box {
	width: 130px;

}
#searchsubmit {

}
/*******************************************************************

Footer

*******************************************************************/
#footer {
	clear: both;
	float: left;
	height: 156px;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}
#footer-inside {
	clear: both;
	float: left;
	
}
#spamfilter {
	display: none;

}
/*******************************************************************

Search site

*******************************************************************/
#search {
	float: left;
	width: 700px;
	padding: 0 0 0 32px;
	
}
/*******************************************************************

Single post

*******************************************************************/
#previous_post{
	float: left;
	font-size: 18px;

}
#next_post{
	float: right;
	font-size: 18px;

}

/*******************************************************************

Images

*******************************************************************/
.wpimages {
	outline: solid;
	outline-color: #AEEE00;
	margin: 10px;

}