/*
Theme Name: Kay Fenton Photography
Theme URI: http://www.kayfenton.co.uk
Description: Kay Fenton Photography
Author: Twenty3design
Author URI: http://www.twenty3design.co.uk
version: 1.0
*/


/* basics */

*{margin:0; padding:0;}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	background: #000;
}

h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px 6px 6px 0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

hr {
	clear: both;
	padding: 10px 0 0 0;
	margin: 10px 0;
	border: none;
	border-bottom: 1px solid #fff;
}

/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	background: url('images/header_bg.jpg') no-repeat;
	color:#fff;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
	
/* header */

#header {
	width: 960px; 
	color: #fff; 
	height: 180px;
}

#header h1, #header h2{
	display: none;	
}

/* main menu */

#menu {
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
}

#menu ul {
	
}

#menu ul li {
	list-style-type: none;
	float: left;
	width: 100px;
	text-align: center;
}

.welcome_current{
	background: url("images/title_bg.gif") top no-repeat;
	height: 34px;
}

.video_current{
	background: url("images/title_bg.gif") top no-repeat;
	height: 34px;
}

.photography_current{
	background: url("images/title_wide_bg.gif") top no-repeat;
	height: 34px;
}

.contact_current{
	background: url("images/title_bg.gif") top no-repeat;
	height: 34px;
}

.testimonials_current{
	background: url("images/title_wide_bg.gif") top no-repeat;
	height: 34px;
}

.prices_current{
	background: url("images/title_bg.gif") top no-repeat;
	height: 34px;
}

.links_current{
	background: url("images/title_bg.gif") top no-repeat;
	height: 34px;
}

.menu_link img{
	padding: 2px 0 0 0;
	margin: 0;
}

/* content */

#content {
	width: 600px;
	margin: 0 auto;
	clear: both;
	padding-top: 1px;
}	

.post {
	
}
	
.post h2{
	font-size: 14px;
	font-weight: 300;
	color: #2e7de9;
	line-height: 18px;
}
.post h2 span.price{
	float: right;
}
	
.post h2 a{
	color: #2e7de9;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #fff;
	text-decoration: none;
}

.post a{text-decoration:underline;}

.post ul {}

.post li {
	background: url(images/bullet.gif) no-repeat;
	list-style: none;
	padding-left: 10px;
	margin-top: 5px;
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	/*background:#F7F7F7;*/
	padding:6px;
	margin-top: 16px;
}
	
.navigation {
	font-size:8pt;
	float:left;
	width:100%;
}
	
.alignleft {float:left; margin:25px;}
.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	height: 80px;
	margin: 0 auto 0 auto;
	width: 800px;
	clear: both;
}
	
#footer p{padding:20px 6px 6px 100px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


/* misc */

.content_column{
	float:left;
	width:45%;
	padding-right:5%;
}

.content_column img{
	padding: 0;
	margin: 0;
}

#address{
	margin-top: 20px;
	text-align: right;
	color: #fff;
	float: right;
	font-size: 12px;
}

.size15{font-size: 15px;}
.bluehighlight{color: #2e7de9;}

#contactForm{
	margin-top: 10px;
	width: 330px;
}

#contactForm img{padding: 6px;}

#contactForm p{
	padding: 0;
	margin: 0;
}

.textfld{
	background: url('images/contact/field_sm.gif') no-repeat;
	padding: 3px 5px;
	margin: 0 0 7px 4px;
	width: 320px;
	border: 0;
}

.txtarea{
	background: url('images/contact/field_lg.gif') no-repeat;
	padding: 3px 5px;
	margin: 0 0 6px 4px;
	width: 320px;
	height: 95px;
	border: 0;
}

#submitbtn{
	background: url('images/contact/send.gif') no-repeat;
	color: #2e7de9;
	float: right;
	padding-top: 50px;
	width: 71px;
	height: 34px;
	border: 0;
}

#t3d_right{
	float: right;
	padding: 30px 90px 0 0;
}

#copy_left{
	float: left;
	padding: 35px 0 0 90px;
}

.piclenselink{
	display: none;
}

.content_image {
	float: left;
	margin: 0 20px 0 0;
}
