/*
Theme Name: Symphony Court
Theme URI: http://www.symphonycourt.co.uk/
Author: Darren Langley
Author URI: http://www.darrenlangley.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/

#wpadminbar {display: none;}

body {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color:#ffffff;
	background-image: url(pics/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 18px;
	xclear: both;
}
a:link {
	color: #0060bf;
	text-decoration: underline;
}
a:visited {
	color: #0060bf;
	text-decoration: underline;
}
a:hover {
	color: #0060bf;
	text-decoration: none;
}
a:active {
	color: #0060bf;
	text-decoration: underline;
}
h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	font-family: 'Arapey', serif;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #aaaaaa;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 11px;
}

h4 {
	
}
/*table {
	margin-bottom: 10px;
	border: 1px solid #005F9B;
}
td {
	border: 1px solid #005F9B;
}
th {
	border: 1px solid #005F9B;
}*/
form {
	margin: 0px;
	padding: 0px;
}
form p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
input {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
input[type=text] {
	width: 248px;
	padding-left: 10px;
	height: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 1px solid #333333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type=text]:focus {
	border: 1px solid #0060bf;
}
input[type=password] {
	width: 248px;
	padding-left: 10px;
	height: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 1px solid #333333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type=password]:focus {
	border: 1px solid #0060bf;
}
input[type=email] {
	width: 248px;
	padding-left: 10px;
	height: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 1px solid #333333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type=email]:focus {
	border: 1px solid #0060bf;
}
input[type=submit] {
	background-color: #0060bf;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	border: none;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
	}
input[type=submit]:hover {
	background: none;
	background-color: #333333;
}
input[type=submit]:focus {
	background-color: #333333;
}
select {
	width: 300px;
	height: 24px;
	font-size: 18px;
	border: 1px solid #6D6D73;
}
textarea {
	width: 248px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 1px solid #333333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
textarea:focus {
	border: 1px solid #0060bf;
}
label {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	width: 150px;
	margin-right: 10px;
	text-align: right;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.col4_3wide ul {
	list-style: disc;
	margin-left: 16px;
}
.col4_3wide li {
	margin-bottom: 4px;
	padding-bottom: 10px;
}
.quicklinks li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 9px;
	list-style: none;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
}
.quicklinks li a:link {position: relative; top: -3px;}
.quicklinks li a:visited {position: relative; top: -3px;}

.clear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.hrclear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #d1d1d1;
	margin-bottom: 25px;
}

.container {
	width: 980px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
}
.header {
	width: 262px;
	height: 174px;
	overflow: hidden;
	clear: both;
	position: absolute;
	margin-left: 359px;
	z-index: 999;
	top: 0;
}

.nav {
	height: 50px;
	width: 190px;
	z-index: 999;
	position: relative;
	top: 0;
	font-family: 'Arapey', serif;
	font-size: 20px;
	width: 359px;
	text-align: right;
	margin-top: 12px;
	float: left;
}
.nav a:link {
	color: #0060bf;
	text-decoration: none;
	margin-right: 16px;
	margin-left: 13px;
}
.nav a:visited {
	color: #0060bf;
	text-decoration: none;
	margin-right: 16px;
	margin-left: 20px;
}
.nav a:hover {
	color: #333333;
	text-decoration: none;
}
.nav a:active {
	color: #0060bf;
	text-decoration: none;
}
.nav_on {
	color: #333333 !important;
}
.phone {
	height: 50px;
	width: 190px;
	z-index: 999;
	position: relative;
	top: 0;
	font-family: 'Arapey', serif;
	font-size: 20px;
	width: 345px;
	text-align: left;
	margin-top: 12px;
	float: right;
}

.btn {
	clear: both;
	margin-bottom: 27px;
}
.btn a {
	background-color: #0060bf;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.btn a:hover {
	background: none;
	background-color: #333333;
}


.content {
	width: 980px;
	top: 29px;
	position: relative;
	clear: both;
}
.content_int {
	top: 29px;
	position: relative;
	clear: both;
	width: 705px;
	padding: 15px;
	padding-top: 45px;
	background-color: #FFF;
	margin-left: 122px;
}
.col4_1wide {
	width: 215px;
	margin-bottom: 20px;
	float: left;
}
.col4_2wide {
	width: 460px;
	margin-bottom: 20px;
	float: left;
}
.col4_3wide {
	width: 705px;
	margin-bottom: 20px;
	float: left;
}
.col4_4wide {
	width: 950px;
	margin-bottom: 20px;
	float: left;
}
.col3_1wide {
	width: 296px;
	margin-bottom: 20px;
	float: left;
}
.col3_2wide {
	width: 623px;
	margin-bottom: 20px;
	float: left;
}
.col3_3wide {
	width: 950px;
	margin-bottom: 20px;
	float: left;
}
.col_spacer4 {
	width: 30px;
	margin-bottom: 20px;
	float: left;
}
.col_spacer3 {
	width: 31px;
	margin-bottom: 20px;
	float: left;
}

.footer {
	margin-top: 55px;
	margin-bottom: 40px;
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display:block;
    margin: 5px auto 5px auto;
}

#insert_user {
		display:block !important;
    margin: 5px auto 5px auto !important;
	float:none !important;
}

.form_container {
	display:block !important;
    margin: 5px auto 5px auto !important;
	float:none !important;
	width:465px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	border: 1px solid;
margin: 10px 0px;
padding-bottom: 25px;
background-repeat: no-repeat;
background-position: 10px center;
color: rgb(216, 0, 12);
background-color: rgb(255, 186, 186);
background-image: url("../images/error.png");
width:465px;
top: 25px;
position:relative;
}


#wpmem_login legend {
	display: none;
}

