/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/*---:[ BODY ]:---*/
//body.custom {background: #000 url('http://www.ryankearleyboatbuilder.co.uk/media/images/bkg.jpg') no-repeat scroll center top;}

/*---:[ CONTAINER ]:---*/
.custom #container {margin-top: 0em; margin-bottom: 0em; }
.custom #container {background:#fff; margin-top: 0em; margin-bottom: 0em; }

/*---:[ PAGE ]:---*/
//.custom #page {background: #fff;}
.custom #page{padding:0;}
.custom #content_area .page {background: #fff; margin-top:-3px;padding-bottom:40px}
.custom .full_width .page {background-color: transparent; padding-top:1px; padding-left:0;padding-right:0;width:960px;}
.custom #content{padding-bottom:20px}
//
background: url(�images/YOUR_HEADER_NAME_HERE.jpg�) center top no-repeat;
/*---:[ HEADER ]:---*/
.custom #header #logo {display:none;}
.custom #header {height:161px; width: 810px; padding:0;  padding-bottom: 0px; border-bottom: 0px;margin-bottom: 0em; background: url('http://www.ryankearleyboatbuilder.co.uk/media/images/header.jpg') center left no-repeat;}

.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header_area .page {padding-top:0;padding-bottom: 0;}
.custom #header #tagline { height: 0; }



/*---:[ MAIN NAVIGATION ]:---*/

//.custom .menu {float:right; position:absolute; padding-top:160px; padding-left: 250px; z-index:1; border: none;}
.custom .menu {float:left; position:absolute; padding-top:100px; padding-left: 20px; z-index:1; background:none;}
.custom .menu a {text-transform: none; letter-spacing: 0em; font-size: 14px; outline: none; background:none; padding: 10px;}
.custom .current a hover{color: #5cff4e}

//outline: none;color:#eaeaea;
/* =====REMOVE PAGE TITLES===== */
.FrontPage div.headline_area h1 {display:none;}
.ethics div.headline_area h1 {display:none;}
.service-skills div.headline_area h1 {display:none;}
.projects div.headline_area h1 {display:none;}
.contact div.headline_area h1 {display:none;}
.press div.headline_area h1 {display:none;}
.custom #post-14 .headline_area {display: none;  padding-top: 0em; padding-bottom: 0em; }
.custom #archive_info .headline_area {display: none;  padding-top: 0em; padding-bottom: 0em; }

/*---:[IMAGE]:---*/
.custom a {outline: none;}

/*---:[Post Box ]:---*/

.custom .post_box {
padding-top: 20px; 
margin-left: 32px; 
margin-right: 0px; 
top: 0px; 
right: 0px;
width: 740px;

}


/*---:[ FORMAT TEXT ]:---*/
.custom .format_text {
	line-height:1.455em;
}
.custom .format_text p {
	width: 440px;
}

/*---:[ FOOTER ]:---*/

.custom #footer {
text-align: left;
width: 740px;
padding-left: 32px; 
}

.custom #footer p {
font-size: 11px;
}

/*---:[ HORIZONTAL RULE ]:---*/
.custom hr {
	background-image:url(http://www.ryankearleyboatbuilder.co.uk/media/images/hr.gif); background-repeat:repeat; border:medium none;clear:left;
	width:740px;
	height:25px;
	padding:0;
}
//



//width: 700px;

/*---:[ Headlines ]:---*/
/*headline meta styles*/
.custom .headline_meta span {color: #888888;font-variant: normal;font-size:11px;text-transform: none;}
.custom .headline_meta {display: none;}

/*---:[ COMMENTS ]:---*/
.custom .comments_closed {display: none;}
.custom .comments_closed p  { display: none; } 

/*---:[ VARIOUS REMOVE ]:---*/

.custom #archive_info p {display:none;}
.custom #archive_info h1 {display:none;}
#feature_box {border-bottom:0px;}
#tabs{border-style:none;} 
/* remove rss tab */
.custom .menu .rss {display:none;}
.custom .format_text .to_comments  {display: none; }

/*---:[ FORMAT TEXT  ]:---*/
.custom .format_text input, #commentform input, #commentform textarea {
border-width:0.083em;
padding:0.25em;
width:60%;
}

/*---:[ POSTS ]:---*/
.custom div.category-banners abbr {
      display: none;
}

/*---:[ TEASERS ]:---*/
.custom .teaser .teaser_date {
	font-size:1em;
	line-height:1.6em;
	font-variant: normal;
	text-transform: none;
}
.custom  a.teaser_category{
	display: none;
}
.custom .teasers_box {
	padding-bottom:1.8em;
	padding-top:1.8em;
	padding-left: 22px; 
}

/*---:[ SIDEBARS ]:---*/
.custom .sidebar h3 {padding-left: 8px; background: #dddddd; letter-spacing: 0em; font-variant: normal;-moz-border-radius-topleft:0.5em; -moz-border-radius-topright:0.5em;-moz-border-radius-bottomleft:0.5em;-moz-border-radius-bottomright:0.5em; -webkit-border-top-left-radius:0.5em; -webkit-border-top-right-radius: 0.5em;-webkit-border-bottom-left-radius:0.5em;-webkit-border-bottom-right-radius:0.5em; margin-right: 0.5em;}
.custom #sidebars {background-image: none; padding-top: 20px;}
.custom li.widget p {padding-left: 8px;}
.custom li.widget ul li {padding-left: 8px;}


/*---:[ CONTENT BOX ]:---*/
.custom #content { background-image: none; }
.custom #content_box { background-image: none; }


/* =====Custom Styles===== */
//.contactRight {color:#80766E;float:right;}
//
.pageCopy .p {width:420px;}

//.homeCopy {color:#80766E; width: 260px;}
.contactRight {float:right;}

//.homeRight {position:absolute; float:left; padding-left: 484px; width:260px; z-index:2;}
.homeRight {float:right; z-index:2;width: 255px;}
.homeRight .p {margin-bottom:16px;}





  