@charset "utf-8";
/*   
Theme Name: PetterWorth
Theme URI: http://PetterWorth.com/
Description: PetterWorth
Author: Kris Thapa
Author URI: http://www.kristhapa.com
Template: PetterWorth
Version: 1.0.0
*/

/* ----------------
	Reset
----------------------------------- */

html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, a{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	font-size:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
	outline:none;
}
caption, cite, code, dfn, th, var{
	font-style:normal;
	font-weight:bold;
}

caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
a img {
	border: none;
	outline:none;
}

/* ---------------
	Basic Elements
---------------------------------- */

body {
    background-image: url(images/main-bg-top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    color: #fff;
	margin:0;
}

#bottomBackground{
	background-image: url(images/main-bg-bottom.jpg);
    background-repeat: no-repeat;
    background-position: center 1249px;
	min-height:2810px;
}

a:link, a:visited {
	color: #589252;
	text-decoration:underline;
}
a:hover {
	color:#8e866f;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	
}
h1{
	font-size: 36px;
	color:#fff;
	line-height:40px;
}
h2 {
	font-size: 24px;
	color:#fff;
	line-height:35px;
}
h3 {
	font-size: 21px;
	color:#fff;
	line-height:30px;

}
h4 {
	font-size: 18px;
	color:#fff;
	line-height:25px;

}
h5 {
	font-size: 14px;
	color:#fff;
	line-height:20px;

}
h6 {
	font-size: 13px;
	color:#fff;
}


p {margin-bottom: 10px;}

.clearfix{clear:both;}

#container, #footer{vertical-align:top; margin:0 auto; width:961px;}

#header {
    height: 159px;
    padding: 69px 0 0;
}

#header h1 {
	background: url(images/logo-peter.gif) no-repeat;
	width: 453px;
	height: 73px;
	text-indent:-9999px;
	margin-bottom:63px;
}


#header .searchform {
	width: 304px;
	height: 25px;
	background: url(images/searchbg.png) no-repeat 90px top;
	float:left;
}

#header .searchform p {
	float: left;
	margin:0;
}

#header .searchform input#search {
	color: #666666;
	font: 12px "Lucida Grande", Arial;
	border-style: none;
	background-color: #020202;
	padding: 6px 0 1px 0;
	width: 163px;
	margin:0 0 0 15px;
}

#header .searchform input#submit {
	background-image: none;
	background-color: transparent;
	border-style: none;
	width: 23px;
	height: 19px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#header .searchform select {
	padding:0;
}
#header .hsocial {
	float: right;
	width: 107px;
}

#header .hsocial img {
	margin-right: 5px;
}
#header .hsocial a { margin:0; padding:0;}
#header .hsocial img.last {
	margin-right:0;
}

#main-content {margin:15px 0 0;}

#main-content .gallery img{margin:0 26px 35px 0;}

#main-content .gallery img.last{margin:0 0 35px 0;}


.paging{
	margin-top:-30px;
	float:right;
}

.paging a{
	font-size: 36px;
	color:#fff;
	text-decoration:none;
}
.paging a:hover{text-decoration: underline;}

#footer {
	margin-top:-30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #a1a1a1;
}
#footer p{ margin-bottom:25px;}