/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */
html,body {
	margin:0;padding:0
}
body {
	font: 76% arial,sans-serif;
	text-align:center; 
	background:url(images/background.jpg);
	background-color: #fff;
}

p{
	margin:0 10px 10px;
	color: #666;
	}

a {	
	display:block;
	color: #bd002d;
}

a:visited,
a:hover,
a:link {
	color:#bd002d;	
}

h1 {
	font-size: 1.4em;
}

	h1.page_title {
		font-size: 2.2em;
		font-weight: normal;
		margin: 10px 0 10px 10px;
		width: 90%;
		font-family: Times New Roman;	
	}
	
	h1.extra_margin {
		margin-top: 10px;
		margin-left: 10px;
	}
	
	h1.page_title a {
		font-size: 1.6;
		color: #000;
		text-decoration: none;	
	}

h2 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	color: #333;
}

h3 {
	font-size: 1em;
	margin: 10px 0 10px 0;
}

ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

fieldset.cf_hidden {
	border: none;
	display:none;
}

div.entry {
	margin-left: 10px;
}

div.entry a{
	display:inline;
	padding: 0;
	margin: 0;
	color:#bd002d; }
	
div.entry p {
	margin: 0;
	padding: 2px 0 10px 0;
}

div#header {
	margin:0;
	background: #fff;
	color: #79B30B; 
	height: 100px;
}

div#content p{
	line-height:1.4
	border: blue solid 1px;
	}

div#navigation{
	background:#fff
	padding: 0;
	margin-top: -30px;
	}
	
div#wrapper {

}

div#extra{
	background:#FF8539
	}

div#footer{
	background: #333;
	color: #FFF;
}

div#footer p{
	padding:5px 10px;
	color: #FFF;
	}

div.page_image { 
	padding: 0; 
	margin: 0;
	}

div#container{
	width:700px;
	margin:0 auto; 
	border-right: 1px solid #ccc; 
	border-left: 1px solid #ccc;
	text-align:left; 
	background-color: #fff;
	}
	
div#content{
	float:left;
	width:500px
	}

div#navigation{
	float:right;
	width:200px
	margin-top: -30px;
	}

div#extra{
	float:right;
	clear:right;
	width:200px
	}

div#footer{
	clear:both;
	width:100%
	}

/*************GP EDITS*************************/
ul.menu
{
	background-color:#FFF;
	margin:2px 0px;
	padding:0px;
	border-bottom:1px Solid #AAA;
	height:26px;
}

ul.menu li
{
	background-color:#AAA;
	margin-right:1px;
	list-style:none;
	float:left;
}

ul.menu li a
{
	text-decoration:none;
	background-color:#EEE;
	padding: 5px 10px;
	height:15px;
	border-top:1px Solid #AAA;
	border-left:1px Solid #AAA;
	border-right:1px Solid #AAA;
	border-bottom:1px Solid #AAA;
	color:#000;
}

ul.menu li a:hover, 
ul.menu li.current_page_item a, 
ul.menu li.current_page_parent a
{
	background-color:#FFF;
	border-bottom:1px Solid #FFF;
	color:#F00;
}

ul.menu li.page-item-2
{
	margin-left:10px;
}



/**************END*****************************/



ul.breadcrumbs {
	padding: 10px 0 10px 10px;
	margin: 0;
}

ul.breadcrumbs li {
	display: inline;
	list-style-type: none;
}

ul.breadcrumbs a {
	display: inline;
	color: #666;
}

ul.side_navigation {
	padding: 0;
	margin: 0;
}

ul.side_navigation li {
	padding: 0;
	margin: 0 0 0 30px;
	list-style-image: url(images/list-style-arrows.gif);
	list-style-type: none;
}

ul.side_navigation li a {
	padding: 5px 0;
	margin: 0;
	color: #666;
}

ul.inside_content li {
	padding: 0;
	margin: 10px 0;
	list-style-image: url(images/list-style-arrows.gif);
	list-style-type: none;
	color: #bd002d;
}

blockquote {
	padding: 0;
	margin: 0 20px 0 20px;
	font-size: 1.1em;
}

.first_para {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 1.1em;
}

img.personal_tel {
	margin-left: 20px;
}

textarea { 
	color: #333; 
	font-size: 10px; 
	font-family:Verdana,Helvetica,Arial,sans-serif;
	line-height: 10px; 
	background-color: white; 
	width: 350px; 
	height: 74px; 
	border-color: #ccc;
}

input#s {
	margin-bottom: 10px;
}

input#searchsubmit,
input#sendbutton
{
	border: 1px solid #ccc;
	margin:10px 0px 10px 0px;
	font-weight:bold;
	cursor: pointer;
	padding:2px;
}

input#contactsubmit {
	border: 1px solid #ccc;
	margin:10px 0px 10px 0px;
	font-weight:bold;
	padding:10px;
	cursor: pointer;
}

label {
	display: block;
	padding: 5px;
}

div.search {
	margin: 0;
	padding: 0;
}

div.search input {
	display: inline;
	width: 120px;
}

div.search input#searchsubmit {
	display: inline;
	width: 50px;
}

div#page_image {
	background-image: url(images/page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#whoweare_page_image {
	background-image: url(images/whoweare_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#whatdowedo_page_image {
	background: url(images/whatdowedov2_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#willsandprobate_page_image {
	background-image: url(images/willsandprobate_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#services_page_image {
	background-image: url(images/services_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#property_page_image {
	background-image: url(images/property_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#personalinjury_page_image {
	background-image: url(images/personalinjury_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#litigation_page_image {
	background-image: url(images/litigation_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#immigration_page_image {
	background-image: url(images/immigration_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#financialmisselling_page_image {
	background-image: url(images/financialmisselling_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#family_page_image {
	background-image: url(images/family_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}


div#news_page_image {
	background-image: url(images/newsv2_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#contactus_page_image {
	background-image: url(images/contactus_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#ourcharges_page_image {
	background-image: url(images/ourcharges_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div#findus_page_image {
	background-image: url(images/findus_page_image.jpg);
	width:700px;
	height: 150px;
	text-align: right;	
}

div.testimonials {
	float: right;
	width: 300px;
	padding: 10px;
	margin: 0;
	font-size: 1.3em;
	color: #333;
}

p.testimonials_name {
	font-style: italic;
	font-weight: bold;
}

ul.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

img.waw_img {
	float: left;
	padding: 0 10px 6px 0;
}

p.linklove,
p#ll,
p.linklove a,
p#ll a {
	display: none;
}

div.failure {
	margin-top: 10px;
	font-weight: bold;
	color: red;
}

div.success {
	margin-top: 10px;
	font-weight: bold;
	color: #333;
}

div.sidebar_form {
	padding-left: 10px;
	padding-top: 5px;
	background-color: #eee;
	border: 1px #ccc solid;
	width:180px;
	margin-bottom: 10px;
}

div.sidebar_form p {
	padding: 0;
	margin: 0;
}

div.contactus_form {
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #eee;
	border: 1px #ccc solid;	
}

div.sidebar_form input.sendbutton,
div.contactus_form input.sendbutton {
	background-color: #fff;
	width: 100px;
}

div.sidebar_form input,
div.sidebar_form textarea  {
	width: 150px;
	border: 1px solid #ccc;
}

div.contactus_form input,
div.contactus_form textarea  {
	border: 1px solid #ccc;
}

span.emailreqtxt,
span.reqtxt {
	display: none;
}

.red_text {
	color: #bd002d;
	font-size: 1.2em;
	font-weight: bold;
}