/*  
Theme Name: TheRedKnob
Theme URI: http://www.theredknob.co.uk/
Description: The Red Knob Website wordpress theme
Version: 1.0
Author: Chris Hathway
Author URI: http://www.chrishathway.co.uk/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

img{border: 0;}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg-knob-body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #990000;
}

a:hover{
	text-decoration: none;
	color: #CC0000;
}

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #eee;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #e6eecb;
	color: #e6eecb;
}

/* Modified image styles of WordPress Default Theme, Kubrick */

.entry img{
	border-top-width: 4px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 5px 0 2px 7px;
	padding: 4px;
	display: inline;
}

img.alignleft {
	margin: 5px 7px 2px 0;
	padding: 4px;
	display: inline;
}

img.wp-smiley{
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* end image styles */

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#page{
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_main3page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}

#header{
	width: 950px;
	height: 15px;
	clear: both;
}
#title{
	width: 250px;
	height: 25px;
	float: left;
	padding-bottom: 8px;
}
#description{
	width: 550px;
	height: 25px;
	float: right;
}
#header h1{
	font-family: "Times New Roman", Georgia, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	padding-top: 25px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
	line-height: 29px;
}

#header h1 a{
	text-decoration: none;
	color: #990000;
}

#header h3{
	font-family: "Times New Roman", Georgia, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0;
	padding-left: 23px;
	text-align: right;
}

#header h3 a{
	text-decoration: none;
	color: #990000;
}
#title h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-left: 25px;
	line-height: 25px;
	text-transform: uppercase;
}

#title h1 a{
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 1px;
}

#description h3{
	font-family: 'Lucida Grande', Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 25px;
	padding-bottom: 0px;
	text-align: right;
	line-height: 25px;
}

#description h3 a{
	text-decoration: none;
	color: #FFFFFF;
}
#navigation{
	width: 950px;
	text-align: center;
	vertical-align: top;
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
}

#navigation ul{
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#navigation li{
	float: left;
	padding-right: 2px;
}

#navigation a{
	display: block;
	padding: 10px 12px;
	background: #5A0202;
}

#navigation a:link, #navigation a:visited, #navigation a:active{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#navigation a:hover
{
	background-color: #990000;
}


#pageend{
	text-align: left;
	background-image: url(images/bg-knob-footer-body.jpg);
	background-repeat: repeat-x;
	clear: both;
	background-color: #990000;
	padding-right: 0px;
	padding-left: 0px;
}

/* banner */

#banner{
	width: 950px;
	height: 253px;
	text-align: center;
	vertical-align: top;
	color: #333;
	clear: both;
	background-image: url(images/bg-knob-splash.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#banner img{
	margin-top: 27px;
}

/* end banner */



.content-background1{
	clear: both;
	width: 950px;
	text-align: left;
	vertical-align: top;
	color: #333;
	margin-right: auto;
	margin-left: auto;
}

.content-wrap{
	float: left;
	clear: both;
	padding: 0 25px 0 25px;
}

.maincol{
	float: left;
	width: 520px;
	color: #333;
	display: inline;
}

.sidebar{
	float: left;
	width: 355px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 19px;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar ul li{
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.sidebar ul li#search input{
	margin: 0 0 5px;
}

.sidebar ul li h2{
	font-size: 16px;
	font-family: Georgia, Times, serif;
	padding-bottom: 9px;
	padding-top: 5px;
	text-decoration: underline;
}

.sidebar ul ul{
	margin: 0;
	padding: 10px 0 0;
}

.sidebar ul ul li{
	line-height: 16px;
	background: url(images/bg_pill.jpg) 0 5px no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 18px;
	margin: 0;
}

.sidebar ul ul ul li{
	margin: 0;
	padding: 0 0 0 10px;
	background-image: none;
}

.post{
	padding: 20px 0;
}

.post h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
}

.post h2 a{
	color: #900303;
}

.postdate{
	padding: 5px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

.entry{
	line-height: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
}

.entry h1{
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}

.entry h2{
	font-size: 18px;
	line-height: 24px;
}

.entry h3{	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}

.entry  h4{ font-size: 16px; }

.entry h5{ font-size: 14px; }

.entry h6{ font-size: 11px; font-weight: normal; }

.browse{
	padding: 0 0 20px;
}

.commentlist ol{
	margin-left: 25px;
}

.content-background2{
	clear: both;
	width: 950px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	background-color: #990000;
	background-image: url(images/bg_content_background2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.content-background2 a{
	color: #fb9f9f;
}

.subcol, .subcol2{
	float: left;
	margin: 0 25px 0 0;
	width: 275px;
	display: inline;
}

.subcol2{
	margin: 0;
}

.subcol ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.subcol ul li{
	padding: 20px 0 0;
}

.subcol ul li h2{
	padding: 8px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: #900303;
	color: #fff;
}

.subcol ul ul li{
	margin: 4px 0 0 15px;
	padding: 10px 0 0 20px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	background: url(images/bg_bullet2.gif) 0 13px no-repeat;
}

.subcol ul ul{
	margin: 0;
	padding: 0;
}

.subcol ul ul ul li{
	margin: 0;
	padding: 0;
	background-image: none;
}

.subcol ul ul ul li{
	margin: 0;
	background: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}


/* comments template */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #ccc;
	padding: 15px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 18px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */



/* wp-calendar */

table#wp-calendar{
	width: 175px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	padding: 3px;
	text-align: center;
	vertical-align: top;
}

table#wp-calendar td{
	padding: 3px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */



#footer{
	width: 950px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #990000;
}

#footer p{
	padding: 15px 25px;
	line-height: 18px;
}




















#boxes .box {
	PADDING-RIGHT: 15px; PADDING-LEFT: 125px; MARGIN-BOTTOM: 5px; PADDING-BOTTOM: 15px; PADDING-TOP: 12px
}
BODY.index #boxes .box {
	PADDING-LEFT: 121px
}

.box#box1 {
	background-image: url(images/bg_box_kiss.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
	border: 2px solid #CC6000;
	background-color: #CC6000;
}
.box#box2 {
	background-color: #6d6055;
	background-image: url(images/bg_box_sskater.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
	border: 2px solid #6d6055;
}
.box#box3 {
	background-color: #cc6000;
	background-image: url(images/bg_box_couple.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
	border: 2px solid #CC6000;

}

BODY.index #boxes box#box1:hover {

background-color: #518aa6;}
#boxes .box:hover {
	CURSOR: pointer; BACKGROUND-COLOR: #518aa6
}
BODY.index #boxes .box:hover {
	CURSOR: pointer; BACKGROUND-COLOR: #518aa6
}
#boxes .box H3 {
	FONT: bold 16px/1.4 Palatino, Georgia, "Times New Roman", Times, serif; COLOR: #fff; text-shadow: #333 2px 2px 1px
}
#boxes .box P.more {
	BACKGROUND-IMAGE: url(../img/bullet-white-arrow-lg.gif); MARGIN: 0px; FONT: 14px/1.4 Palatino, Georgia, "Times New Roman", Times, serif; COLOR: #fff
}
#boxes .box P.more A {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; COLOR: #fff; BORDER-RIGHT-WIDTH: 0px
}
#boxes .box H3 A {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; COLOR: #fff; BORDER-RIGHT-WIDTH: 0px
}
#boxes .box P.more A:hover {
	BORDER-BOTTOM: #fff 1px solid;
}
#boxes .box H3 A:hover {
	BORDER-BOTTOM: #fff 1px solid;
}
#boxes .box P {
	COLOR: #fff
}
BODY.index #main .col #intro {
	MARGIN-TOP: 40px
}
BODY.index #main .plus-half {
	MARGIN-TOP: 40px
}

}
.col {
	WIDTH: 220px; MARGIN-RIGHT: 20px
}

.plus-half {
	WIDTH: 340px
}
fieldset 
{
	border:none;
}
.btnSearch {	color: #333333;
background-color: #F6F6F2
 font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 12px;
	border: thin solid #4473A5;}
	#commentform 
{
	margin:0;
	padding:10px;
	background:#fff;
}

