/*
Theme Name: Camera.co.uk
Theme URI: http://camera.co.uk
Description: Custom Wordpress theme for Camera.co.uk
Version: 1.0
Author: Logical Binary
Author URI: http://logicalbinary.com/
*/

/*layout*/
*{
	margin: 0px;
	padding: 0px;
}

body{ 
	margin: 0; 
	padding: 0; 
	background-color: #ffffff;
	font-size: 100%;
	font-family: Arial, Helvetica, Sans-serif;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #304151;
}

#image_wrapper{
	background-image: url('images/centerbackground.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#page_wrapper{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#top_spacer{
	height: 35px;
}

#logo{
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	height: 100px;
	padding: 10px 10px 0px 10px;
	text-align: left;
}

#page_background{
	background-color: #ffffff;
	padding: 0px 10px 10px 10px;
}

#navigation{
	background-image: url('images/menu.jpg');
	height: 30px;
}

#contents{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	background-color: #ffffff;
}

#sidebar_left{
	float: left;
		width: 205px;
	padding-top: 10px;
	background-color: #ffffff;
}

#sidebar_right{
	float: right;
	width: 250px;
	padding-top: 10px;
	background-color: #ffffff;
}
#middle{
	float: left;
	width: 493px;
	padding-top: 10px;
}

.left_box_header{
	background-image: url('images/side_top.jpg');
	height: 30px;
	width: 191px;
}

.left_box{
	width: 191px;
	background-image: url('images/side_background.jpg');
	background-position: bottom;
	margin-bottom: 10px;
}

.advert_box_right{
	height: 250px;
	width: 250px;
	background-color: #333333;
}

.right_header{
	margin-top: 10px;
	background-image: url('images/right_side.jpg');
	height: 32px;
	width: 250px;
}

.h1_background{
	background-image: url('images/h1_background.jpg');
	background-position: bottom;
	background-repeat:repeat-x;
	background-color:#fff;
	height: auto;
	padding: 5px;
	width: 483px;
}


.h1_background2{
	background-image: url('images/h1_background.jpg');
	background-position: bottom;
	background-repeat:repeat-x;
	background-color:#fff;
	height: auto;
	padding: 5px;
	width: 483px;
}

.post{
	padding: 15px;
	line-height: 150%;
	border-bottom: 1px solid #cccccc;
	background-image: url('images/feature_background.jpg');
	background-repeat: repeat-y;
}

.comment_wrapper{
	padding: 15px;
}

.post_page{
	padding: 5px;
	line-height: 150%;
}

.post_bottom{
	background-image: url('images/feature_bottom.jpg');
	height: 15px;
	background-position: bottom;
	margin-bottom: 20px;
}

#page_bottom{
	background-image: url('images/bottom.png');
	height: 40px;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#page_bottom h3{
	font-size: 0.688em;
	padding: 15px 90px 0px 30px;
}

#footer{
	background-image: url('images/footer.png');
	clear: both;
	width: 940px;
	height: 200px;
	text-align: center;
	padding: 10px 20px 10px 20px;
	background-position: top;
	color: #ffffff;	
}

.terms{
	color: #111111;
	padding: 10px 0px;
	text-align: left;
	font-size: 0.75em;
}
.side_left_block{
	margin-top: 10px;
	border-left: 1px solid #2c5700;
	padding: 0px;
}

.newsletter_top{
	background-image: url('images/newsletter_header.jpg');
	height: 28px;
	margin-top: 10px;
}

.newsletter_bottom{
	background-image: url('images/newsletter_bottom.jpg');
	height: 30px;
	background-position: bottom;
}

.addthis_container{
	margin-top: 10px;
}

.footer_right{
	float: right;
}

.spacer{
	height: 20px;
}

/*typography*/
.post p{
	font-size: 0.75em;
	line-height: 120%;
	padding: 0px 0px 5px 0px;
}

p{
	padding: 5px 5px 0px 5px;
	font-size: 0.75em;
	line-height: 120%;
}

.date{
	color: #d58330;
	font-size: 1em;
}

h1{
	color: #111111;
	font-weight: normal;
	font-size: 1em;
	padding: 5px 0px 0px 10px;
}


.h1_background h1, .h1_background h1 a, .h1_background h1 a:link, .h1_background h1 a:visited, .h1_background h1 a:hover{
	color: #000;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
		padding: 5px 0px 0px 0px;
}

.h1_background2 h1, .h1_background2 h1 a, .h1_background2 h1 a:link, .h1_background2 h1 a:visited, .h1_background2 h1 a:hover{
	color: #3C9419;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
		padding: 5px 0px 0px 0px;
}



h2.h2tags{
	color: #111111;
	font-weight: normal;
	font-size: 1em;
	padding: 5px 0px 0px 10px;
}


h3{
	color: #ffffff;
	font-size: 0.813em;
	font-weight: normal;
	padding: 5px 0px 0px 10px;
	text-transform: uppercase;
}

.comment_wrapper h3{
	color: #111111;
	font-size: 0.813em;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
}


h4{
	color: #111111;
	font-size: 1em;
	font-weight: normal;
	padding: 7px 0px 0px 10px;
}

.commentlist{list-style: none;}

.plus{
	color: #2c5700;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: none;
}

.side_left_block p{
	padding: 0px 10px 10px 10px;
    font-size: 0.813em;
}

.side_left_block p .bottom{
	padding: 0px 10px 10px 0px;	
	font-size: 0.813em;
}

blockquote{
	border-left:1px solid #666666;
	margin:15px;
	padding:0 12px 0 12px;
}

code{font-family:"Courier New", Courier, monospace;}
	
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;}


/* links */
.commentlist a, .commentlist a:link, .commentlist a:hover, .commentlist a:visited{
	color: #0B86AF;
}

a, a:link, a:hover, a:visited{color: #0B86AF;}

.terms a, .terms a:link, .terms a:visited, .terms a:hover{color: #111111;}

h2 {
	color: #3c9419;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}



h2 a, h2 a:link, h2 a:visited, h2 a:hover{
	color: #3c9419;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


h1.h1tags, h1.h1tags a, h1.h1tags a:link, h1.h1tags a:visited, h1.h1tags a:hover{
	color: #3c9419;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
		padding: 5px 0px 0px 0px;
}


.side_left_block h2, .side_left_block h2 a, .side_left_block h2 a:link, .side_left_block h2 a:visited, .side_left_block h2 a:hover{padding-left: 5px;}

/*forms*/
.comment_info{
	float: left;
	width: 150px;
	line-height: 140%;
	font-size: 0.813em;
}

.comment_text{
	margin-left: 160px;
	line-height: 140%;
	font-size: 0.75em;
}

.comment_block{
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.input_about{
	font-weight: bold;
	font-size: 0.75em;
	height: 30px;
	width: 160px;
	float: left;
}

/*navigation*/
#navcontainer{
	float: left;
}
#navcontainer ul{
	padding-left: 0;
	margin-left: 0;
	color: White;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
	padding: 0.4em 0.6em;
	color: White;
	font-weight: bold;
	text-decoration: none;
	float: left;
	font-size: 0.875em;
}

#navcontainer ul li a:hover{color: #fff;
font-weight: bold;}

#navcontainer2{
	border-bottom: 1px solid #70bc51;
	padding-bottom: 10px;
	text-align: center;
}

#navcontainer2 ul{
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a{
	padding: 0.4em 0.6em;
	color: White;
	text-decoration: none;
	float: left;
	font-size: 0.875em;
}

#navcontainer2 ul li a:hover{color: #fff;}

.side_nav { width: 171px; padding: 10px; font-size: 90%;}

.side_nav ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

.side_nav li{
	display: block;
	padding: 2px;
	width: 200px;
	text-decoration: none;
}

.side_nav a{
	color: #111111;
	font-size: 0.813em;
	border-bottom: 1px dotted #111111; 
}

.side_nav a:link, .sidelist a:visited{
	color: #111111;
	text-decoration: none;
	border-bottom: 1px dotted #111111;
}

.side_nav a:hover{color: #111111;text-decoration: none;
border-bottom: 1px dotted #111111;}

.underline{
	text-decoration: underline;
}

/*images*/
.banner_ad{float: right;}

img{
	border: none;
	outline: none;
}

img.left{ float: left; border: none; padding: 6px 0 0 0; }

img.right{ float: right; border: none; padding: 0 0 0 6px; }

.post img{
	float: left;
	padding: 0px 20px 0px 0px;
}

table{
margin-bottom: 5px;
}
/* clear */
.clear{clear: both;}

#search_box{
	float: right;
	padding: 3px;
}

#cse-search-results{
	width: 400px;
}