/*  
Theme Name: Brookspainting
Theme URI: http://www.krevets.com
Description: This is the brookspainting theme.
Version: 1.0
Author: Evgeny Krevets
Author URI: http://www.krevets.com/
*/

@charset "UTF-8";
/* CSS Document */

/*--------------------------------*\
-----------Tag Styles--------------
\*--------------------------------*/

a img {
}
body {
	margin: 0;
	padding: 0;
	background-color: #231f20;
	background-image:url(/images/back_gradient.jpg);
	background-repeat:repeat-x;
	
}

h1,h2,h3,h4 {
	font-family: futura, tahoma, verdana, helvetica, sans-serif;
	margin: 0;
}
h1 {
	font-size: 15px;
	color: #c88523;
	padding-top: 20px;
}
	.h1rule {
		margin-top: -4px;
		border-top: 1px solid #c88523;
		overflow: hidden;
		padding-bottom: 7px;
	}

h2 {
	font-size: 12px;
	color: #4d4d4f;
	padding-top: 5px;
}
	h2 a {
		color:#4d4d4f;
	}

p, li, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #4d4d4f;
	margin-top: 0;
}
	p a{
		color: #c88523;
		text-decoration: none;
	}
	p a:hover {
		text-decoration:underline;
	}
	
ul {
	margin: -10px 0 15px -20px;;
}


/*--------------------------------*\
------------ID Styles---------------
\*--------------------------------*/

#footer {
	clear: both;
}

#galleryDetail {
	width: 575px;
	float: left;
}
#galleryThumb {
	background-image:url(../images/thumb_back.gif);
	background-repeat:no-repeat;
	height: 165px;
	overflow: hidden;
	padding: 10px 0 0 5px;
}
	#galleryThumb p {
		font-size:10px;
		color: #231f20;
		margin-bottom: 20px;
	}
	#galleryThumb a {
		text-decoration:none;
		color: #231f20;
	}
	#galleryThumb a:hover {
		text-decoration:underline;
		color: #c88523;
	}
	#galleryThumb p .over {
		color: #c88523;
		text-decoration:underline;
	}
#galleryText {
	overflow: hidden;
	padding: 10px;
}

#header {
	padding-top: 0px;
	top: -40px;
	position: relative;
	width: 100%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 0;
}

#logo {
	height: 100px;
}
	#logo a img {
		border: none;
	}
	#logo p{
	float: right;
	clear: right;
	margin: 0 2px 0 0;
	top: -100px;
	position: relative;
	}
	#logo img {
		float: left;
	}

#main1 {
	background-color: white;
	background-image:url(/images/circles_UL.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

#main2 {
	background-image:url(/images/circles_LR.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding: 15px 40px;
}

#mainText {
	overflow: hidden;
	top: -35px;
	position: relative;
	width: 525px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#mainTextcontact {
	overflow: hidden;
	top: -35px;
	position: relative;
	width: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}


#maingal {
	padding-right: 20px;
	padding-left: 20px;
	height: 600px;
	position: relative;
	top: -42px;
}

#sideCol {
	float: right;
	max-width: 200px;
	min-width: 200px;
	position: relative;
	top: -206px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
	#sideCol a {
	/*	color: #4d4d4f;*/
		text-decoration:none;
	}
	#sideCol a:hover {
		text-decoration:underline;
	}
	
	
#sideColwide {
	float: right;
	padding: 0 30px;
	position: relative;
	top: -205px;
}

#wrapper {
	width: 900px;
	background-color: #636467;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

/*--------------------------------*\
----------Class Styles--------------
\*--------------------------------*/

p.show {
	margin-top:-10px;
}
p.charity {
	margin-bottom:5px;
}
.contact {
	font-size: 14px;
	color: #c88523;
	font-weight:bold;
	padding-top: 23px;
}

.mainNav {
	float: left;
	clear: left;
	color: #231f20;
	margin: 10px 0 0 20px;
}
	.mainNav a {
		color: #231f20;
		text-decoration:none;
	}
	.mainNav a:hover {
		color: #c88523;
	}
	.mainNav .over {
		text-decoration:underline;
		color: #c88523;
	}

p.greyLink a {
	color: #4d4d4f;
}

.subNav {
	clear: left;
	font-size: 10px;
	color: #c88523;
	margin-bottom: 20px;
	margin-left: 20px;
}
	.subNav a {
		color: #c88523;
		text-decoration:none;
	}
	.subNav a:hover {
		text-decoration:underline;
	}
	.subNav .over {
		text-decoration:underline;
	}
.spacer {
	clear: both;
	height: 50px;
}

.staffPhoto {
	float: left;
	margin: 7px 15px 5px 0;
}

.txtinput {
	width: 350px;
}

.quote {
	font-style: italic;
	margin-bottom: 5px;
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 0;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 0;
}

.warranty {
	font-size: 11px;
}
#navbar {
	width: 780px;
	height: 50px;
	padding-right: 25px;
	padding-left: 15px;
	top: -212px;
	position: relative;
}
#navbar a {
	text-decoration: none;
}

#foot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	background-color: #CCC;
	text-align: center;
	padding: 10px;
	bottom: 0px;
	position: relative;
	clear: both;
	text-decoration: none;
}
#quote {
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	width: 203px;
	height: 133px;
	padding: 20px;
	color: #FFF;
	left: -4px;
	line-height: 22px;
	text-align: left;
	float: right;
	top: -175px;
}
#poll {
	width: 150px;
	max-width: 150px;
}


#contact-area {
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
}

#contact-area2 {
	text-align: center;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 70px;
	margin-top: 50px;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 2px solid #CCCC98;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 235px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #163317;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}#contact-area {
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	width: 250px;
}

#contact-area2 {
	text-align: center;
	width: 880px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 70px;
	margin-top: 50px;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 2px solid #CCCC98;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 235px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #9C460B;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

/*--------------------------------*\
--------Wordpress Styles------------
\*--------------------------------*/
#bloghead{
	border: 0;
}

.sidebar{
float: left;
width: 240px;
background: #eeeeee;
margin: -10px 0 0 20px;
display: inline;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

table#wp-calendar{
width: 100%;	
}

#search{
margin-top: 10px;	
}

#container{
float: left;
width: 525px;
margin-top: -30px;
padding-left: 15px;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
font-family: futura, tahoma, verdana, helvetica, sans-serif;
font-size: 15px;
}

.post h2 a:hover{
	text-decoration: none;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

#footer{
clear: both;
padding: 10px 0 0 0;
}

#footer p{
line-height: 18px;
}

p.mainNav{
padding: 0;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

body a {
color: #c88523;
text-decoration: none;
}

body a:hover {
text-decoration:underline;
}

