/*
Theme Name: Gadsby Wicks
Description: Gadsby Wicks Website Design Theme
Version: 1.0
Author: Inmeres
Author URI: http://www.inmeres.com
*/

/* yahoo css reset  -  start*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, label { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul, li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* yahoo css reset  -  end*/



/*type*/

h1, h2, h3, h4, h5, h6 {
	color: #555;
	font-weight:normal;
}
h1 {
	font-size:18pt;
	line-height: 22pt;
}
h2 {
	font-size:16pt;
	line-height: 25pt;
}
h3 {
	font-size:14pt;
	line-height: 18pt;
}
h4 {
	font-size:12pt;
	line-height: 16pt;
}
h5 {
	font-size:10pt;
	line-height: 14pt;
}
h6 {
	font-size:8pt;
	line-height: 12pt;
}

p, ul, ul li {
	line-height:14px;
	margin-top:10px;
}
a:link, a:active, a:visited {
	color:#154171;
	text-decoration: none;
}
a:hover {
	color: #999;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
strong em, em strong {
	font-weight:bold;
	font-style:italic;
}
blockquote {
	background-color:#555555;
	color:#CCCCCC;
	font-size:14pt;
	line-height:20pt;
	margin:20px;
	padding:20px;
	text-align:center;
}
.entry {
	text-align:justify;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	color:#154171;
	font-family:"Times New Roman",times;
	text-align:left;
	text-transform:uppercase;
}
.entry a {
	color:#154171;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
}

.entry a:hover {
	color: #999;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top:30px;
}
#content > h2 {margin:0;}
#content ul li {
	list-style-position:outside;
	list-style-type:disc;
	list-style-image:none;
	margin-top: 5px;
}
#content ol li {
	list-style-position:outside;
	list-style-type: decimal;
	list-style-image:none;
	margin-top: 5px;
}

#content ol li, #content ul li {
	margin-left:25px;
}
.wp-caption-text {
	font-size:8pt;
	line-height:11pt;
	padding-right: 10px;
}
#top_bar h2 {
float:left;
font-size:13px;
margin-top:13px;
text-transform:uppercase;
}
/*type end*/
/*form start*/
form {
 text-align:left;
}

textarea {
	height:120px;
	width:99%;
}
#content textarea {
}
input {
}
#searchsubmit {
	width: 40px;
	height: 40px;
	float:right;
	border: 0 none;
	padding:0;
}
form#searchform2 div {
	float:left;
}
form#searchform2 div #searchsubmit2 {
	margin-top:3px;
}
#s2 {
}
.submit, #submit {
}
#searchsubmit2, #submit, #contact0 {
	background-color:#FFFFFF;
	border:none;
	color:#154171;
	font-family:"Times New Roman",times;
	position:relative;
	text-transform:uppercase;
}
#contact-form .field {
}
label {
	width:100%;
	float:left;
}
#contact-form .error {
	color:#BE1E2D;
}
#simple-contact-form .error {
	color:#BE1E2D;
}
#simple-contact-form .error input, #simple-contact-form .error textarea {
	border:1px solid #BE1E2D; 
	background: #e9b2b7 url(images/error.png) top right no-repeat ;
	color:#333;
}
#simple-contact-form form {
	width:175px;
}
#simple-contact-form textarea, #simple-contact-form input, #simple-contact-form label {
	margin-left: 20px;
}
#simple-contact-form .submit {
	margin:0;
	width:220px;
}
p.thankyou {
	margin:0;
	padding:0 60px 0 20px;
	color:#009900;
	font-size:12pt;
}

/*form end*/


/*table start*/

table {
	border-collapse:collapse;
	width:99%;
	border:0 none;

}

th, td {

}

col {

}

thead {
	border-bottom:1px solid #000;
	font-weight:bold;

}
th {
	text-align:left;

}
.odd {
	background-color:#F6F6F6;

}
dl.table-display
{
width: 100%;
margin: 0;
padding: 0;
clear:both;
}

.table-display dd, .table-display dt
{
float: left;
width: 45%;
margin: 0 0 0 0;
padding: 10px;
border-top: 1px solid #f0f0f0;
}
/*table end*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	}

img.alignright {
	margin: 25px 0 20px 50px;
	display: inline;
	}

img.alignleft {
	display: inline;
	margin:5px 20px 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.textaligncenter {
	text-align:center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height: 16pt;
	color:#666;
	/*min-width:1000px;*/
	background: #FFFFFF;
}
#body_inner {
	width:100%;
	height:100%;
}
#header_wrap {
	background:url(images/grey_pixel.png) repeat-x center bottom;
}

.header {
	margin:0 auto 3px;
	padding:33px 0 0;
	text-align:center;
}

*:first-child+html .header {
	margin:0 auto -1px;
	padding:33px 0 0;
	text-align:center;
}

#headerimg {
	height:100px;
	left:0;
	position:absolute;
	top:65px;
	width:226px;
}
#rss {
	float:left;
	background: #F5951C none 0 0 repeat-x;
	display:inline;
}
#rss img {
	margin:0 4px;
}
#phone_number {
	position:absolute;
	top:108px;
	left: 740px;
	height: 40px;
	padding: 0 5px;
	font-size:11pt;
	line-height:30pt;
	padding-left:40px;
	color: #333;
	text-align:left;
}

#banner {
	width:100%;
	background: transparent url(images/banner_repeat.png) top center repeat-y;
	min-height:100px; /*ie 6 min height hack!!*/
	height: auto !important;
	height:100px;
	
}
#banner_border {
	background:transparent url(images/banner_bg2.png) no-repeat scroll center top;
	height:270px;
	margin:0 auto;
	padding:60px 44px;
	width:920px;
}

#banner_bottom {
	width:100%;
	height:34px;
	background: transparent url(images/banner_bottom.png) top center repeat-y;
}
#flash_banner {overflow:hidden;}
.intro_text {
	margin: 0 0 50px 0;
	text-align:justify;
}
.page_title {
	color:#FFFFFF;
	display:block;
	margin:0 auto;
	padding-top:55px;
	width:750px;
	font-size: 20pt;
}
#headerimg a {
	position:absolute;
	bottom:45px;
	left:40px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:24pt;
}

#top_bar {
	border-bottom:3px solid #154171;
	font-family:"Times New Roman",times;
	height:45px;
	margin:0 auto;
	min-width:600px;
	width:75%;
	z-index:200;
}

#top_bar .header {
	height:auto;
}

#top_bar ul {
	float:right;
	margin:24px 0 0;
}

#top_bar ul li {
	display: inline;
	float:left;
	height: 20px;
	line-height:11px;
	margin:0 8px;
	text-transform:uppercase;
}

#top_bar ul li.image_link {
	margin:3px;
}

#top_bar ul li a {
	color:#666;
	font-size:11px;
	float:left;
	display: block;
	height: 18px;
}

#top_bar ul li.text_link a:hover, #top_bar ul li.current_page_item a {
	border-bottom:3px solid #154171;
}

.centermenu {
	position:absolute;
	left: 285px;
	
}
.menu li{
	display:inline;
	margin:0 6px;
	float:left;
}
.menu li a, .menu li a:visited {
	color:#CCCCCC;
	font-size: 10pt;
}
.menu li.current_page_parent a, .menu li.current_page_item a, .menu li.current-cat a {
	color:#009DDF;
	border-top: 2px solid #009DDF;
	text-decoration:none;
	float:left;
}
.menu li.current_page_parent a:hover, .menu li.current_page_item a:hover, .menu li.current-cat a:hover, .menu li.cat-item a:hover, .menu li.page-item a:hover {
	color:#009DDF;
	border-top: 2px solid #009DDF;
	text-decoration:none;
	float:left;
}
.clear {
	clear:both;
}

#site_wrap {
	background:transparent url(images/grey_pixel.png) repeat-x center bottom;
	width:100%;
}
#site_inner_divider{
	background:#FFFFFF url(images/grey_pixel_offset.png) repeat-y scroll 70% top;
}
#site {
	border-bottom:3px solid #154171;
	margin:0 auto;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding:30px 0;
	min-width:600px;
	width:75%;
}

.navigation {
	width:100%;
	height: 30px;
}
.next {
	float:right;
}
.previous {
	float:left;
}
.next a, .previous a {
	background:#f2f2f2 none repeat scroll 0 0;
	color:#139BDF;
	padding:5px;
	
}
.next a:hover, .previous a:hover {
	background:#139BDF none repeat scroll 0 0;
	color:#FFFFFF;
	padding:5px;
}
#footer {
	margin:0 auto;
	width:100%;
}

#footer_links {
	color:#A7A9AB;
	font-family:"Times New Roman",times;
	font-size:11px;
	margin:0 auto;
	text-align:center;
	text-transform:uppercase;
	min-width:600px;
	width:75%;
}

#footer_links ul {
	display:inline-block;
	margin:3px 0 5px;
}

#footer_links ul li {
	float:left;
	margin:0 5px;
}

#footer_links a {
	color:#A7A9AB;
}
#sidebar {
	float:right;
	display:inline-block;
	min-width:155px;
	width:28%;
	padding-left:2%;
	position:relative;
}
.side_top {
	background: transparent url(images/side_top.png) left top no-repeat;
	padding: 20px 0 0 0;
}
.side_bottom, .side_top span {
	background: transparent url(images/side_bottom.png) left bottom no-repeat;
	height:35px;
	display:block;
}
.side_top .title {
	display:block;
	font-size:13pt;
	height:40px;
	line-height:30pt;
	padding-left:20px;
	text-decoration:none;
	padding-bottom: 14px;
}
.side_top li a, .side_top a {
	display:block;
	font-size:10pt;
	line-height:22pt;
	padding-left:20px;
	padding-right:45px;
	text-decoration:none;
}
.side_top a {
	background: transparent url(images/arrow_r.png) 200px 50% no-repeat;
}
.side_top a.title {
	background: none;
}
.side_top a:hover {
	background: transparent url(images/side_highlight_repeat.png) 0 0 repeat-y;
}
#content {
	float:left;
	padding:0 2% 0 0;
	width:68%;
	min-height:372px;
	height:auto !important;
	height:372px;
	position:relative;
	display:inline-block;
	background-color:#FFFFFF;
}
#content.wide {
	background:#FFFFFF;
	padding:0 20px 0 0;
	width:100% !important;
	min-height:300px;
	height:auto !important;
	height:300px;
	position:relative;
}
#content li.entry {
	overflow:hidden;
	list-style:none;
	position:relative;
	margin-left:0;
}

li.latest_card_img a {
	height:130px;
}
.latest_card_img img {
	width: 140px;
	margin:20px;
	float:left;
}
.home_txt {
	margin-left: 240px;
}
.alt, .postmetadata {
	color: #999999;
	background-color:#F6FCDB;
	padding: 20px;
	border-left: 10px solid #CFB968;
}
.even {
	background-color:#FFFFFF;
	padding:10px;
}
#comments_div .commentlist li {
	margin-top: 20px;
	list-style: none;
}
#search_wrapper {
	overflow:hidden;
	position:absolute;
	top:140px;
	min-width:600px;
	width:75%;
	z-index:1000;
	display:none;
	text-align:right;
}
* html #search_wrapper {
	left:12.5%;
	top:162px;
	width:100%;
}
*:first-child+html #search_wrapper {
	left:-12.5%;
	top:138px;
	width:100%;
}
#s {
	border:1px solid #154171;
}
#searchform {
	float:right;
}
* html #searchform {
	float:none;
	text-align:right;
}
#search_wrapper input.search_submit {
	background-color:transparent;
	border:medium none;
	color:#154171;
	font-family:"Times New Roman",times;
	position:relative;
	text-transform:uppercase;
}

ul#dynamic_sidebar {}

ul#dynamic_sidebar div.title, .widgettitle {
	color:#154171;
	font-family:"Times New Roman",times;
	font-size:16px;
	line-height:12px;
	margin:8px 0 0;
	text-align:left;
	text-transform:uppercase;
}

h2.widgettitle a, div.title a {
	color:#154171;
}

h2.widgettitle a:hover, div.title a:hover {
	color:#999;
}

ul#dynamic_sidebar li ul {
}

ul#dynamic_sidebar li ul li {
	border-bottom:2px solid #A7A9AB;
	padding:0 0 10px;
}

ul#dynamic_sidebar li ul li a {
	color:#154171;
}

ul#dynamic_sidebar li ul li a:hover {
	color:#999;
}

ul#dynamic_sidebar li ul li p {
	margin:0;
}

ul#dynamic_sidebar li select {
	margin-top:10px;
}

#sidebar ul li.LJSubpagesWidget {
	color:#A7A9AB;
	font-size:11px;
	line-height:16px;
}
#sidebar li ul li ul {
	margin-left: 5%;
}

#sidebar ul li.LJSubpagesWidget ul li {
	margin-top:3px;
}

#sidebar ul li.LJSubpagesWidget ul li.current_page_item {
	color:#A7A9AB;
}

#sidebar ul li.LJSubpagesWidget ul li.current_page_item ul {
}

#sidebar ul li.LJSubpagesWidget ul li.current_page_item ul li {
}

#sidebar ul li.LJSubpagesWidget ul li.current_page_item a {
	background:#FFFFFF url(images/blue_underline.png) repeat-y scroll left top;
	color:#154171;
}

#sidebar ul li.LJSubpagesWidget ul li.current_page_item ul li a {
	background:none;
	color:#A7A9AB;
}

#sidebar ul li.LJSubpagesWidget ul li ul li.current_page_item a {
	background:#FFFFFF url(images/blue_underline.png) repeat-y scroll left top;
	color:#154171;
}

#sidebar ul li.LJSubpagesWidget ul li a {
	padding:0 0 0 5%;
}

#sidebar ul li.LJSubpagesWidget ul li a:hover {
	color:#A7A9AB;
}

#sidebar_footer {
	margin:0 auto;
	min-width:600px;
	width:75%;
}

#sidebar_footer ul {
	float:left;
	width:49%
}

#sidebar_footer ul li {
	margin:0;
	padding:0;
}

#sidebar_footer ul h2 {
	color:#154171;
	font-family:"Times New Roman",times;
	font-size:16px;
	line-height:12px;
	margin:8px 0 0;
	text-align:left;
	text-transform:uppercase;
}

#sidebar_footer ul li ul {
	width:98%;
}

#sidebar_footer ul li ul li {
	border-bottom:2px solid #A7A9AB;
	margin:0 0 9px;
	padding:0 0 6px;
}

ul#footer_contact {
	color:#154171;
	font-family:"Times New Roman",times;
	font-size:15px;
	margin:60px 0 0;
	text-align:center;
	text-transform:uppercase;
}

ul#footer_contact li {
	float:left;
	margin-left:10px;
}

ul#footer_contact li .telephone {
	font-size:23px;
	line-height:25px;
}

ul#footer_contact li.enquire_now_button {
	float:right;
}

#content div.ddsg-wrapper ul {
}

#content div.ddsg-wrapper ul li {
	list-style-type:square;
}

.minwidth {
	height:0px;
	width:600px;
}

.content_minwidth {
/*	height:0px;
	width:200px;*/
}

.sidebar_minwidth {
/*	height:0px;
	width:155px;*/
}

ul.testimonial {
}

#content ul.testimonial li {
	margin-left:0;
}

ul.testimonial li em {
	float:right;
}

.home_images {
	width:33.3%;
	height:300px;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:center;
	position:relative;
	outline:10px solid #fff;
}
.home_images a { width: 100%; height:100%; display:block; background-position: center bottom; background-repeat: no-repeat;}
.home_images a:hover { background-position:center top;}
.link_title a {
	background:transparent url(images/transparent-85.png) repeat scroll 0 0;
	color:#154171;
	display:block;
	position:absolute;
	font-family:"Times New Roman",times;
	font-size:18px;
	height:50px;
	padding:10px;
	text-transform:uppercase;
	vertical-align:bottom;
	cursor:pointer;
	bottom:30px;
	left:0;
	text-align: left;
	width:100%;
}
*html .link_title {
	background:#FFFFFF;
	width:100%;
}

div.category_posts ul {
	margin:-20px 0;
}

div.category_posts ul li {
	margin:40px 0 0;
	text-align:justify;
}

div.category_posts div.title a {
	color:#154171;
	font-family:"Times New Roman",times;
	font-size:16px;
	line-height:12px;
	text-align:left;
	text-transform:uppercase;
}

div.category_posts ul li em {
	float:right;
}

#content div.linklist {
}

#content div.linklist ul {
}
.testimonial .entry {
	display:inline;
	float:left;
	margin:40px 0;
	padding:0 2%;
	width:47%;
}
.testimonial .entry.clear {padding-left:0;}
