/*
Theme Name: Hugheship Full Theme
Theme URI: http://www.hugheship.com/
Description: Hughes Ship Theme
Version: 1.0
Author: Ryan Holder
Author URI: http://www.radweb.co.za/
*/


/* ------------------------------------------------
Global Styles
------------------------------------------------ */	

/* Copyright Marine Trader Media for John Hughes & Associates */


/* ------------------------------------------------
Universal Page Elements
------------------------------------------------ */	

/* ----------- Generic ------------ */
* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #d5e8ff url(images/background/body_bg.jpg) repeat-x;
	word-wrap: break-word;
	}

.hidden {
	display: none;
	}
	
#container {
	width: 962px;
	margin: 0 auto;
	}

/* ----------- Main Logo ------------ */
#main_logo {
	position: absolute;
	height: 80px;
	width: 340px;
	background-color: #D3D3D3;
	margin: 5px 0 0 0;
	}
	
#main_logo img {
	border: none;
	display: block;
	margin: 5px auto 0 auto;
	}
	
/* -------- Primary Navigation --------- */
#primary_navigation {
	height: 32px;
	padding: 0 1px 0 0;
	background: url(images/background/nav_border_right.gif) no-repeat right;
	}

#primary_navigation ul {
	float: right;
	background: url(images/background/nav_border_left.gif) no-repeat left;
	padding: 0 0 0 2px;
	}
	
#primary_navigation li {
	display: inline;
	float: left;
	list-style-type: none;
	border-right: 1px solid #0c74a6;
	background: url(images/background/primary_nav_bg.gif) no-repeat left;
	}
	
#primary_navigation li a {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 15px 6px 15px;
	background: url(images/background/primary_nav_bg.gif) no-repeat right;
	}

#primary_navigation li .primary_selected {
	background: #0c75a5;
	}
	
/* ------------ Page Feed -------------- */
#page_feed {
	background: url(images/background/page_feed_bg.gif) repeat-y;
	}
	
#page_feed a {
	color: #b80000;
	}
	
#primary_content {
	float: left;
	width: 547px;
	}

#secondary_content {
	float: right;
	width: 375px;
	}
	
#full_content {
	float: left;
	width: 962px;
	}
	
/* ------------ Footer -------------- */
#footer {
	width: 547px;
	height: 20px;
	clear: both;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	border-top: 1px dotted #7e9fbb;
	}

#full_footer {
	width: 962px;	
	height: 20px;
	clear: both;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	border-top: 1px dotted #7e9fbb;
	}	

#footer p {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	}
	
#full_footer p {
font: 10px Tahoma, Verdana, Arial, sans-serif;
}
	
#copyright {
	float: left;
	}

#footer_links {
	float: left;
	margin: 0 0 0 125px;
	}

#full_footer_links {
	float: right;
	}	

/* --------------- sIFR Styles --------------- */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

.sIFR-replaced > div {
	display: none !important;
	}

/* --------------- sIFR Heading Styles: Start --------------- */
.sIFR-active .highlight_content_module h1, .sIFR-active .content_module h1, .sIFR-active .primary_content_module h2, .sIFR-active .secondary_content_module h2, .sIFR-active .secondary_item h2 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	}

.sIFR-active .highlight_content_module h1, .sIFR-active .content_module h1 {
	font-size: 22px;
	}

.sIFR-active .primary_content_module h2 {
	font-size: 18px;
	}
	
.sIFR-active .secondary_content_module h2, .sIFR-active .secondary_item h2 {
	font-size: 16px;
	}
/* --------------- sIFR Heading Styles: End --------------- */





	
/* ------------------------------------------------
Content Modules
------------------------------------------------ */	

/* ------------------------------------------------
Primary (Left) Modules
------------------------------------------------ */	

/* ------------ Generic Primary Module Elements -------------- */
.float_right {
	float: right;
	padding: 4px;
	border: 1px solid #549bc3;
	margin: 0 14px 0 0;
	}
			
/* ------------ Highlight Content Module -------------- */ /* Pink background e.g. main contact form, sale & purchase on home page */
.highlight_content_module {
	background: url(images/background/news_body_bg.gif) no-repeat bottom;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	}

.highlight_content_module h1 {
	background: url(images/background/news_header_bg.gif) no-repeat;
	padding: 4px 0 0 8px;
	/* Backup sIFR Styles */
	font: 20px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3b5984;
	letter-spacing: -1px;
	}
	
.highlight_content_module p {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #474747;
	margin: 0 9px 5px 9px;
	}
	
.highlight_content_module ul {
	margin: 3px 0 5px 30px;
	}
	
.highlight_content_module li {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #474747;
	line-height: 15px;
	list-style-type: square;
	}

/* ------------ Primary Content Module -------------- */ /* No background e.g. concept design, about on home page */
.primary_content_module p, .content_module p {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #5a5a5a;
	line-height: 15px;
	margin: 0 0 6px 0;
	}
	
.primary_content_module {
	margin: 15px 0 0 0;
	padding: 11px 0 0 0;
	border-top: 1px dotted #7e9fbb;
	overflow: hidden;
	}
	
.primary_content_module h2 {
	/* Backup sIFR Styles */
	font: 16px Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3b5984;
	letter-spacing: -1px;
	}


/* ------------------------------------------------
Secondary (Right) Modules
------------------------------------------------ */	

/* ------------ Generic Secondary Module Elements -------------- */
.secondary_item p.intro_text {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #474747;
	margin: 0 0 6px 0;
	padding: 0 8px 0 0;
	}

.contact_method {
	margin: 0 0 20px 0;
	}

/* ------------ Secondary Content Module -------------- */ /* Blue background e.g. Featured Commercial Vessels on home page, links on home page */
.secondary_content_module {
	background: url(images/background/secondary_module_bg.gif) no-repeat bottom;
	padding: 0 0 4px 0;
	margin: 0 0 12px 0;
	float: left;
	width: 100%;
	}
	
.secondary_content_module h2 {
	background: url(images/background/secondary_module_header_bg.gif) no-repeat;
	padding: 4px 0 0 8px;
	/* Backup sIFR Styles */
	font: 15px Arial, Helvetica, sans-serif;
	color: #3b5984;
	}

.secondary_content_module p.intro_text {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #474747;
	padding: 0 10px 0 0;
	margin: 0 0 6px 10px;
	}
	
.secondary_content_module ul {
	margin: 4px 0 10px 30px;
	}	

.secondary_content_module li {
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	list-style-type: square;
	margin: 0 0 2px 0;
	line-height: 15px;
	}

/* ------------ Secondary Item Module -------------- */ /* No background e.g. enquiry form on brokerage list, contact details on contact page */
.secondary_item p {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #474747;
	}

.secondary_item h2 {	
	/* Backup sIFR Styles */
	font: 15px Arial, Helvetica, sans-serif;
	color: #3b5984;
	}

.secondary_item li {
	list-style:none;
	}





/* ------------------------------------------------
Specific Page Element Styles
------------------------------------------------ */	

/* ------------------------------------------------
Boat Lists
------------------------------------------------ */	

/* ------------ Boats List Styles -------------- */
/* Specific */
/* Featured (on home page) */
#featured_stock .list_item {
	margin: 3px auto 7px auto;
	width: 352px;
	background: #acc8ee;
	height: 72px;
	clear: left;	
	}
	
#featured_stock .list_text {
	float: left;
	width: 75%;
	margin: 1px 0 0 5px;
	}

/* Brokerage Listing (full listing) */
#brokerage_listing .list_content {
	margin: 3px 0 7px 0;
	width: 540px;
	background: #acc8ee;
	height: 66px;
	clear: left;
	}
	
#brokerage_listing .list_text {
	float: left;
	width: 82%;
	margin: 1px 0 0 5px;
	}
	
#brokerage_listing {
	padding: 0 0 40px 0;
	}

/* Generic */
.list_item h3 a {
	font: 14px Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	padding: 2px 0 0 0;
	}
	
.list_item p {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #4e6b94;
	padding: 0;
	margin: 0;
	}
	
.list_image {
	float: left;
	}
	
.list_image img {
	border: none;
	}

.list_content {
	padding: 6px 0 0 6px;
	}
	
.clearer {
	display: none;
	}
	
/* ------------ Paging Control -------------- */
.page_navigator {
	margin: 0px 0 0 0;
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	}
	
.page_number_links p {
	float: left;
	margin: 0 2px 2px 0;
	}
	
.page_number p {
	margin: 0 5px 0 0;
	}

.page_navigator p {
	padding: 2px 0 0 0;
	}

.page_navigator a {
	text-decoration: none;
	color: #FF0000;
	}
		
a.navigator_arrow {
	display: block;
	width: 15px;
	height: 7px;
	margin: 0 3px 0 0;
	position: relative;
	top: 7px;
	}
	
a#navigator_first {
	background: url(images/left_end.gif) no-repeat;
	float: left;
	}
	
a#navigator_first.greyout {
	background: url(images/left_end_grey.gif) no-repeat;
	}
	
a#navigator_previous {
	background: url(images/left.gif) no-repeat;
	float: left;	
	}

a#navigator_previous.greyout {
	background: url(images/left_grey.gif) no-repeat;
	float: left;	
	}
	
a#navigator_next {
	background: url(images/right.gif) no-repeat;
	float: left;
	}
a#navigator_next.greyout {
	background: url(images/right_grey.gif) no-repeat;
	}
	
#navigator_last {
	background: url(images/right_end.gif) no-repeat;
	float: left;
	}
	
#navigator_last.greyout {
	background: url(images/right_end_grey.gif) no-repeat;
	}
	
/* ------------------------------------------------
Contact Forms
------------------------------------------------ */	
/* Generic */
.contact_form {
	margin: 0 0 15px 0;
	}
	
.contact_form p {
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #5a5a5a;
	}

.contact_form dl, .contact_form form {
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #5a5a5a;
	line-height: 12px;
	}
	
.contact_form input {
	padding: 1px 0 0 2px;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #062950;
	height: 16px;
	margin: 0 0 5px 0;
	}
	
input#name, input#email, input#message, input#telephone, input#subject {
	border: 1px solid #9b9b9b;
	color: #b80000;
	font-size: 11px;
	}

.contact_form textarea {
	padding: 0 0 0 2px;
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
/*	color: #b80000;*/
	margin: 0 0 5px 0;
	border: 1px solid #9b9b9b;
	}

input#submit {
	margin: 0;
	padding: 0;
	height: 20px;
	font-size: 11px;
	}
	
.error {
	color: #b80000;
	font-weight: bold;	
	}
	
p.enquire_confirmation {
	font-weight: bold;
	color: #3c5a85;
	}	

.secondary_item p.enquire_confirmation {
	margin: 0 0 3px 0;
	}	
	
/* Specific */
#side_contact input {
	width: 214px;
	}
	
#side_contact textarea {
	width: 350px;
	height: 155px;
	}
	
#side_contact input.submit_button {
	width: 70px;
	height:25px;
	}
	
#wpcf7-f1-w1-o1 p input#submit {
	width: 70px;
	}
	
/* Specific */
#main_contact {
	padding: 0 8px;
	}
	
#main_contact input {
	width: 214px;
	}
	
#main_contact textarea {
	width: 525px;
	height: 175px;
	}
	
#main_contact input#submit {
	width: 70px;
	}
	
#main_contact p.format_required {
	margin: 0;
	padding: 0;
	}
	
/*rad.web Additional Styles*/	
#primary_navigation li.current_page_item a {
	background:#0C75A5 none repeat scroll 0 0;
	}	

/* PODS CSS Added By rad.web */
span.pager {
	color:#5A5A5A;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	}
	
div.price {
	border-top:1px dotted #3b5984;
	border-bottom:1px dotted #3b5984;
	padding:5px 0;
	}

div.description {
	border-bottom:1px dotted #3b5984;
	padding:5px 0;
	}

div.features {
	border-bottom:1px dotted #3b5984;
	padding:5px 0;
	}

div.images {
	border-bottom:1px dotted #3b5984;
	padding:5px 0;
	}			
div.images img {
		max-width: 547px;
}

div.boatlist h3 {
	color:#3b5984;
	font-size:16px;
	font-weight:bold;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	}
	
/*Sold Image Overlay*/
#image_holder {
	height:60px;
	width:78px;
	}
	
/*Contact Form CSS*/
#wpcf7-f1-w1-o1 p {
	margin-left:0px;
	padding-left:0px;
	}
	
#main_contact li.widget {
	list-style:none;
	}

#main_contact input.submit_button {
	height:25px;
	width:70px;
	}	
	
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

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

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

#main_logo img.welsh-button {
	position:absolute;
	top:43px;
	left:305px;
	}

#content_boatlist	{
	margin: 15px 0;
	}
	
#primary_content p {
	font-size: 13px;
	}	
	
.font-large {
	font-size: 15px;
	}


/* More link button */

.more-link-wrapper {
	padding: 15px 0 0 0;
	display: block;
	}

#page_feed a.more-link {
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px #7F7F7F;

    -webkit-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -webkit-background-origin: padding-box;
    -webkit-box-shadow: 0 1px 3px #7F7F7F;

    background: #cc0000 url(images/repeat-x.png) repeat-x scroll 0 -92px;
    display: inline-block;
    padding: 5px 8px 5px 8px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    cursor: pointer;
    text-shadow: 0 -1px 1px #444;
    border: 1px solid #660000;
    border-radius:6px;
	}

#page_feed a:link.more-link, #page_feed a:visited.more-link {
	color: #fff;
	}

#page_feed a:hover.more-link {
	color: #fff;
	text-decoration: none;
	background: #990000 url(images/repeat-x.png) repeat-x scroll 0 -92px;
	border-color: #660000;
	}