/*
Theme Name: Antiques Valuer
Theme URI: http://wordpress.org/
Description: The default WordPress theme for Antiques Valuer site
Version: 1.0
Author: konch
Author URI: http://konch.net/

*/



/* Antiques valuer CSS */
/* coded up by konch */

	
/* reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
	behavior: url("http://www.antiques-valuer.co.uk/wp-content/themes/antiques_valuer/csshover3.htc");
}

ol,ul {
	list-style:none;
}


	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

body {
	font-size:62.5%;
	font-family:"Georgia, Times New Roman, Times, Serif";
	text-align:center;
	background-image:url(img/av_back_top.jpg);
	background-repeat:repeat-x;
	color:#0f212e;
}

html,body,#wrapper {
	height:100%;
}

html {
	min-height:100%;
}

body > #wrapper {
	height:auto;
	min-height:100%;
}

#wrapper {
	margin:0 auto;
	width:740px;
	text-align:left;
}

#navigation {
	width:740px;
}

#content {
	text-align:left;
	padding-bottom:6em;
}

#footer {
	clear:both;
	position:relative;
	z-index:10;
	height:4em;
	margin-top:-4em;
}

#footer {
	background-color:#bbb;
	background-image:url(img/footer_background.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#363636;
	font-size:1.2em;
	/* border-bottom:1px solid #ccc; */
	line-height:4em;
}

#innerFooter {
	width:740px;
	margin:0 auto;
}

#Editbox {position: absolute; top:15px; right:10px; background: red;color: white; padding: 8px;z-index:10; }
#Editbox a {color: white; text-decoration: none; font-size: 1.2em}

.floatL {
	float:left;
}

.floatR {
	float:right;
}

.leftHalf {
	float:left;
	width:360px;
}

.rightHalf {
	float:right;
	width:360px;
}

.leftColumnThird {
	float:left;
	width:238px;
	margin-right:13px;
}

.middleColumnThird {
	float:left;
	width:238px;
	margin-right:13px;
}

.rightColumnThird {
	float:left;
	width:238px;
}


	
/** navigation **/
ul#navstrip {
	float:left;
	padding:43px 0 0;
	margin:0;
}

ul#navstrip li {
	display:block;
	float:left;
}

ul#navstrip li a {
	display:block;
	outline:none;
	height:99px;
	text-indent:-9009px;
	margin:0;
	padding:0;
}

ul#navstrip li.page-item-3 a {
	width:132px;
	background:url(img/about_us_nav.gif) no-repeat 0 0;
}

ul#navstrip li.page-item-3 a:hover {
	background-position:0 -99px;
}


ul#navstrip li.page-item-14 a {
	width:112px;
	background:url(img/services_nav.gif) no-repeat 0 0;
}

ul#navstrip li.page-item-14 a:hover {
	background-position:0 -99px;
}


ul#navstrip li.page-item-36 a {
	width:89px;
	background:url(img/fees_nav.gif) no-repeat 0 0;
}

ul#navstrip li.page-item-36 a:hover {
	background-position:0 -99px;
}


ul#navstrip li.page-item-23 a {
	width:89px;
	background:url(img/faq_nav.gif) no-repeat 0 0;
}

ul#navstrip li.page-item-23 a:hover {
	background-position:0 -99px;
}


ul#navstrip li.page-item-19 a {
	width:100px;
	background:url(img/lnks_nav.gif) no-repeat 0 0;
}

ul#navstrip li.page-item-19 a:hover {
	background-position:0 -99px;
}


ul#navstrip li.page-item-26 a {
	width:116px;
	background:url(img/contact_nav.gif) no-repeat 0 0;
}

ul#navstrip li.page-item-26 a:hover {
	background-position:0 -99px;
}

ul#navstrip li.current_page_item a {
	background-position:0 -198px;
}


	
/* Base styles */
p {
	font-size:1.4em;
	margin-bottom:1em;
	line-height:1.2em;
}

h1 {
	font-family:'Clarendon LT Std', Clarendon, "Georgia, Times New Roman, Times, Serif";
}

h1 {
	font-weight:normal;
	margin:0 0 1em;
	font-size:2.2em;
	color:#092d43;
	text-shadow:#999 0 0 10px;
	line-height:1.2em;
}

h2 {
	font-weight:bold;
	font-size:1.8em;
	margin:0 0 1em;
	color:#092d43;
}

h3 {
	font-weight:normal;
	font-size:1.8em;
	margin:0 0 1em;
	color:#092d43;
}

h4 {
	font-weight:bold;
	font-size:1.4em;
	margin:0 0 1em;
	color:#092d43;
}


	
/* content blocks */
table.fees {
	width:100%;
	margin:0 auto;
	font-size:1.4em;
	}
table.fees td {
	border-bottom:1px solid #fff;
	padding:10px;
	text-align:right;
	background:#cfd3d5;
	width:25%;
	}
table.fees th {
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #fff;
	padding:10px;
	background:#cfd3d5;
}
.feeRow {
padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	
}

.imageFrame360 {
	background-image:url(img/360w_image_shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:11px;
}

.imageFrame236 {
	background-image:url(img/236w_image_shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:11px;
}

.imageFrame360 img,.imageFrame236 img {
	border:1px solid #9c9c9c;
}


#linksList ul{
	list-style:none;
	padding-left:0;
	margin-left:0;
	margin:5px 0;
}

#linksList ul.links h5 {
	font-size:1em;
	font-weight: normal;
}


#linksList ul.links li{
list-style:none;
	padding-left:0;
	margin-left:0;
	margin:5px 0;
}

#linksList ul.links a {
	font-size:1em;
	color:#808080;
	padding:2px 0 4px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	margin-top:5px;
}

#linksList ul.links a:hover {
	background-color:#808080;
	color:#fff;
	padding:2px 0 4px;
}

#footer a {
	color:#363636;
}

#footer .phone {
	margin-left:30px;
	font-size: 1.3em;
	font-weight: bold;
}

#content li {
	list-style:disc;
	padding:0 0 .8em 5px;
	margin-left:15px;
	font-size:1.3em;
}

form#contact label {
	display:block;
	margin:20px 0 10px;
	font-size:1.4em;
	font-weight:bold;
}

form#contact label span{
	line-height: normal;
}

form#contact textarea {
	height:6em;
}

form#contact fieldset {margin-bottom: 15px;}

form#contact textarea,form#contact input {
	width:350px;
	font-family:"Georgia, Times New Roman, Times, Serif";
	font-size:1.5em;
}





/* BUTTONS  */

.clear {
	overflow: hidden;
	width: 100%;
}

a.button {
	background: transparent url('img/buttons_a.gif') no-repeat scroll top right;
	color: #0f212e;
	display: block;
	float: left;
	font-size:1.4em;
	height:35px;
	margin-right: 6px;
	padding-right: 16px;
	text-decoration: none;

}

a.button span {
	background: transparent url('img/buttons_span.gif') no-repeat;
	display: block;
	line-height: 15px;
	padding: 10px 0 10px 16px;
	
}

a.button:active {
	background-position: bottom right;
	color: #000;
	outline:none;

}

a.button:active span {
	background-position: bottom left;
	padding: 11px 0 9px 16px;
	
}

/* REQUIRED BUTTON STYLES: */		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;
	overflow: visible;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn {
	font-family:"Georgia, Times New Roman, Times, Serif"; 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	margin-top: 10px;
	font-size:1.3em; 
	text-align: center; 
	background: transparent url(img/button_span_image.gif) no-repeat right -112px; 
}
	
button.submitBtn span {
	font-family:"Georgia, Times New Roman, Times, Serif";
	line-height: normal;
	padding: 10px 0 0 15px; 
	height:37px;
	background: transparent url(img/button_span_image.gif) no-repeat left top; 
	color: #0f212e;
}
	
/*
button.submitBtn:hover, button.submitBtnHover {
	background-position: right -165px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -58px;
}
*/

button.submitBtn:active {
	background-position: right -165px;
}

button.submitBtn:active span{
	background-position: 0 -58px;
}


#tcform label, #tcform label span{
	margin:0;
	padding: 0;
	float: left;
	

}

#tcform input{
margin:0;
float: right;

}

#tcform .row {
	padding-bottom: 10px;
}




div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */  
    cursor: pointer;
    font-size: 1.4em;
    margin:0 0 10px 0;
    font-weight: bold;
    padding:5px 0;
}

div.accordion-toggle:hover{
    color:#fff;
    background-color: #0f212e;
}


div.accordion-toggle span{
	color:#fff;
	font-size: 0.8em;
	font-weight: normal;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
}

div.accordion-content p{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}


	
/* float hack */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}


	
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}


	
/* End hide from IE Mac */