@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   General
   ========================================================================== */

body {
	font-family:"Times New Roman", Times, serif;
}

h1 {
	font-weight:normal !important;
}

.menu {
	margin-top:20px;
}

a.btn {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff !important;
	background: #CEA345;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: none;;
	}
	
	a.btn:hover {
		color: #ffffff;
	opacity: 0.8;
	text-decoration: none;
	}

/* ==========================================================================
   Header
   ========================================================================== */

header {
	text-align:center;
	padding:2%;
}

header img {
	padding:1%;
}

#familyLawBarrister {
	width:45%;
	height:auto;
}

#cliveSuttonBarristerDirect {
	width:90%;
	height:auto;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */

#cliveSutton {
	width:100%;
	height:inherit;
	margin:auto;
	margin-top:20px;
	position:relative;
	}	
.cliveSutton {
	width:100%;
	height:inherit;
	margin:auto;
}
#testimonials {
	background-image:url(img/testimonials/background.png);
	background-size:cover;
	height:auto;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:10;
	padding-left:35px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
}
#openQuote {
	position:absolute;
	top:5px;
	left:5px;
	z-index:10;
}
#closeQuote {
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:10;
}
#testimonials p {
	color:#fff;
	margin:0px;
	padding:0px;
	font-size:18px;
	line-height:19px;
	font-family:Georgia, "Times New Roman", Times, serif !important;
}
#testimonials a {
	color:#fff;
	font-size:14px;
	position:absolute;
	bottom:5px;
	left:35px;
	z-index:10;
}
#testimonials a:hover {
	color:#000;
}

/* ==========================================================================
   Curriculum Vitae
   ========================================================================== */

#curriculumVitae table td {
	padding:1%;
}

/* ==========================================================================
   Work Undertaken
   ========================================================================== */

#workUndertakenBullets {
	margin:0px;
	padding:0px;
	padding-left:10px;
	}


/* ==========================================================================
   Fees
   ========================================================================== */

#fees table {
	width:100%;
	border:1px;
	border-style:solid;
	border-color:#999;
	border-collapse:collapse;
}

#fees table th {
	padding:5px;
	border:1px;
	border-style:solid;
	border-color:#999;
}

#fees table td {
	padding:5px;
	border:1px;
	border-style:solid;
	border-color:#999;
}

/* ==========================================================================
   Public Access
   ========================================================================== */

#publicAccessBullets {
	margin:0px;
	padding:0px;
	padding-left:10px;
	}	

/* =============================================================================
   Contact Us
   ========================================================================== */

form#contactForm .ui-body-a, form#contactForm .ui-overlay-a {
  background: none !important;
  border:none !important;
	box-shadow:none !important;
}

form#contactForm .inputfield {
	width:95%;
	padding:3px 10px;
	outline: none;
	border:1px !important;
	border-style:solid !important;
	border-color:#cb9e3e !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-left:-5px;
	}
form#contactForm .inputarea {
	width:100%;
	height:75px;
	padding:5px 10px;
	resize:none;
	outline: none;
	border:1px !important;
	border-style:solid !important;
	border-color:#cb9e3e !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	
form#contactForm .inputfield.error, form#contactForm .inputarea.error {
	border-color:#F00 !important;
}
form#contactForm .submit {
	width:100%;
	height:26px;
	}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
	text-align:center;
}

footer img {
	margin:2%;
}

#copyrightCliveSuttonBarristerDirect {
	width:90%;
	height:auto;
}

#designAndDevelopmentKWD {
	width:45%;
	height:auto;
}

