/*
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/
*/
#container {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#header {
	background-image: url(images/headerBG.jpg);
	background-position: top;
	background-repeat:repeat-x;
	position:relative;
	height:152px;
	padding:0;
	background-color:#005595;
}
#header p, #header h1 {
	display:none;
}
#headerLogo {
	position:absolute;
	left:15px;
	top:15px;
}
#footer {
	background-color:#0063AD;
	background-image:url(images/footerBg.png);
	background-position: top left;
	text-align:left;
	background-repeat:no-repeat;
	padding-left:180px;
	font-size:0.8em;
	color:#7EA9CC;
}
#footer a {
	color:#7EA9CC;
	border:none;
	text-decoration:underline;
}


/*tabs */
ul.menu {
	position:absolute;
	left:10px;
	bottom:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#666;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.menu li{
	width:100px;
	margin: 0px 4px 0px 0px;
	padding: 0px 6px 0px 0px;
	background: url(images/tab.png) 100% -200px;
	float: left;
	font-size: 11px;
}

ul.menu li a:link, ul.menu li a:visited {
	display: block;
	padding: 7px 6px 7px 11px;
	text-align: center;
	white-space: nowrap;
	background: url(images/tab.png) 0 -200px;
	text-decoration: none;
	color: #666;
	letter-spacing:normal;
	text-transform:none;
}

ul.menu li a:hover {
	color:#E89C00;
}

ul.menu li.current, ul.menu li.current-cat {
	background: url(images/tab.png) 100% 0;
}

ul.menu li.current a:link, ul.menu li.current-cat a, ul.menu li.current a:visited {
	color: #666;
	background: url(images/tab.png) 0 0;
	text-decoration: none;
}


/*posts and pages */

.headline_area h1, .headline_area h2 {
	padding-top:10px;
	color:#0960A5;
}
h1 a, h2 a {
		color:#0960A5;
}
.format_text h2, .format_text h3 {
	color:#0960A5;
	font-weight:normal;
}

.wp-caption-text {
	background-image:url(images/captionBg.png);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:35px;
  height:auto !important;
  height:35px;
	padding:8px 150px 8px 8px;
	text-align:left;
	color:#FFF;
	font-style:normal;
	margin-top:-5px;
}
.format_text ul {
	list-style: none;
}
.format_text li {
	background-image:url(images/bullet.png);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left:30px;
	margin-bottom:6px;
}

.accomLinks ul li ul {
margin-left:0;
}
.accomLinks ul li ul li {
	padding-left:0;
	background:none;
	color:#666;
	font-size:11px;
	margin-bottom: 12px;
}

.accomLinks ul li ul li a {
	font-size:14px;
}

/*sidebar */
#qualmark {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color:#F5D28C;
	padding:15px;
	margin-bottom:15px;
}
#qualmark div {
	padding-top:10px;
}
#qualmark img {
	float:right;
	margin-left: 20px;
	margin-top:-6px;
}

#bookNow {
	background-color:#005DA2;
	padding:15px 15px 15px 15px;
	margin-bottom:15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#bookNow div {
	padding-top:12px;
	color:#FFF;
}
#bookNow a {
	margin-top:-6px;
	display:block;
	width:155px;
	height:43px;
	float:right;
	margin-left:10px;
	background-image:url(images/buttonBG.png);
	background-position:0 43px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-size:14px;
}
#bookNow a span {
	padding-top:10px;
	display:block;
}
#bookNow a:hover {
	background-position:0px 0px;
}

#sidebar_1 {
	font-size:1.2em;
}
#rates {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color:#FFFAB0;
	margin-bottom:15px;
}
#rates ul {
	list-style:none;
	padding-bottom:15px;
}



#rates em {
	font-style:normal;
	font-weight:bold;
	font-size:1em;
}
#rates li {
	padding:8px 6px 8px 15px;
}

#rates li.ratesTitle {
	background-color:#FEF01E;
	font-size:1.1em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
#rates li span {
	color:#333;
}

.post_box, .teasers_box, .full_width #content_box .page {
	margin: 0 20px 0 30px;
}

.post h2.entry-title  a {
	text-decoration:underline;
}


/*comments*/
#comments{
	margin-left:30px;
}

#commentform input.form_submit {
	border:1px solid #CCC;
}
#commentform input.form_submit:hover {
	color:#0063AD;
}

/*form*/
.format_text .wpcf7 input, .format_text .wpcf7 textarea {
	width:240px;
}


/*utils*/
.comments_closed, #archive_info {
	display:none;
}
.photoStrip{
	float:left;
	margin-right:20px;
	width:320px;
}
.photoStrip_contentCol {
	margin-left:320px;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
