/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
        z-index: -1000;
}
#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}
#page {
	background-color: #FFFFFF;
        border-color: #1AA7D2;
        border-radius: 10px;
        border-style: solid;
        border-width: 1px;
        display: block;
	margin: 1em auto 0;
        width: 960px;
}
#primary {
	float: left;
	width: 640px;
}
#secondary {
	margin: 15px 0px;
}
#content {
	margin: 15px 22px 15px 15px;
	z-index: 1;
}
#main .widget-area {
	float: right;
	width: 320px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
        background: none repeat scroll 0 0 #E4F4F9;
        border-radius: 0 0 10px 10px;
	height:160px;
}
article p {
    margin: 0.5em 0 1.2em;
}

/* Increase the size of the content area for templates without sidebars */
#full {
	width: 960px;
}
#full-content {
	margin: 0px 15px 15px;
}
#rezgo-ads {
	position:relative;
	margin:-20px 10px -220px 10px;
	float:right;
	width: 319px;
}

/* =Fonts & Headings
-------------------------------------------------------------- */
body {
/*	    font: 16px Verdana,Geneva,Tahoma,sans-serif; 
    font: 16px "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, "DejaVu Sans", sans-serif 
    font: 16px Verdana, "Trebuchet MS", Arial, Helvetica, Tahoma, "DejaVu Sans", sans-serif;*/
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    color: #003152;
}
body a {
    color: #29A9FF;
}
a {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration:underline;
}

img {
 /*   margin: 5px;*/
}

p {
    font-size: 16px;
}


/*
h1 {
    font-size: 24px;
    margin: 0.5em 0;
    color: #008DEB;
    line-height:26px;
    font-weight: normal;
}
h2 {
    color: #008DEB;
    font-size: 18px;
    margin: 0.5em 0;
    line-height: 18px;
    font-weight: normal;
}
h3 {
    color: #008DEB;
    font-size: 15px;
    margin: 0.5em 0;
    line-height: 18px;
    font-weight: normal;
}
h4, h5, h6 {
    color: #127FA1;
    font-size: 13px;
    margin: 0.5em 0;
    line-height: 18px;
    font-weight: normal;
}
*/


/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 3px 11px 0 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 3px 0 0 11px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

div.header {
    width: 100%;
    height: 100px;
}
div.header-logo {
    float: left;
    height: 80px;
    padding: 12px 0 15px 10px;
    width: 329px;
}
div.header-contact {
    float: right;
    height: 55px;
    margin: 10px;
    width: 450px;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
}
div.header-button-box {
    float: right;
    margin: -3px 10px 0;
    width: 500px;
}
img.header-icon {
    margin: 0 4px 7px;
}
/* =Footer
-------------------------------------------------------------- */

#footer-widget-title {
    border-bottom: 3px solid #07BBFF;
    padding:0px 0px 10px 10px;
}

#footer-widget {
    float: left;
    width: 190px;
    overflow: visible;
    border: medium none;
    padding: 0 10px;
    margin: 0;
}
#footer-widget-content {
    margin: 0;
    padding: 0 10px;
}
#footer-widget-content a {
    color: #333333;
}


/* =Menu


#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}
-------------------------------------------------------------- */

/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content{
	text-align: justify;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin: 3px 15px 0.3em 0;
}
img.alignright {
	margin: 3px 0 0.3em 15px;
}
.wp-caption {
/*	padding: .5em .5em 0 .5em; */
	text-align: center;
}
.wp-caption img {
/*	margin: .25em .25em 0 .25em;*/
}
.wp-caption .wp-caption-text {
/*	margin: .5em .5em 0 .5em;*/
	margin: 0 0 7px 0;
	font-size: 9px;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

/*#content img {float: left; margin: 0 20px 0 0;}*/

#secondary img {margin: 0px 0 10px 7px;}

/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}

.widget-area .widget_search input {
	float: left;
}
p.widget-title {
    font: bold 15px/27px Verdana,Geneva,Tahoma,sans-serif;border:none;
    margin: 0px;
    padding-left: 5px;
}
.widget {
    margin-bottom: 12px;
}
.widget li{
    border:none;
}
.widget li:hover{
    background-color:transparent;
}
.rezgo-search {
    border: 1px solid #6AA3E6;
    border-radius: 10px;
    padding: 0 10px 10px;
    background-color:#E4F4F9;
}
.rezgo-search a {
    text-decoration: none;
    color:#993333;
    line-height: 20px;
}
.rezgo-search a:hover {
    text-decoration: underline;
}
.rezgo-search-header {
    background-color: #9DE0F4;
    border: 1px solid #6AA3E6;
    border-radius: 10px 0 0 10px;
    margin: -1px -11px 10px -20px;
    padding: 2px 0 2px 12px;
}

/* =Custom for site
-------------------------------------------------------------- */

article.hentry {
    margin-bottom: 0;
}

.tweetdate {
    color:#127FA1;
    margin:0 0 0 -28px;
}
.tweetcontent {
    margin:0 0 0 -28px;
}

/*
#content img {
    margin: 0  0 5px 10px;
/*    border: 1px solid #0093F5;*/
}
a {
    text-decoration: underline;
}
*/

div.banner a:hover {
opacity: 0.9;
}

/* =Custom for page
-------------------------------------------------------------- */

.actionbox {border-style:solid;border-width:1px;border-radius:10px;border-color:#07bbff;padding:10px;margin:10px 0;background-color:#c2eeff;}
.dynamic_art_list { margin-top:5px; float:left; width: 268px}
.dynamic_art_header {background:url("http://www.get-sailing.com/images/lines/line_horizontal.gif") repeat-x scroll left bottom transparent;color:#333333;font:bold 15px/17px Verdana;margin-bottom:6px;padding-bottom:4px;}
.dynamic_art_box{padding-top:6px;}
.dynamic_art_thumb{float:left;width:95px;padding-top: 4px;}
.dynamic_art_text{float:left;font:13px/16px Verdana,sans-serif;width:168px;padding-bottom:15px;}
.static_art_thumb{float:left;height:75px;width:75px;padding-top:3px;}
.static_art_text{float:left;font:13px/16px Verdana,sans-serif;width:193px;padding-bottom:15px;}
.static_art_text_header{font:bold 13px/16px Verdana,sans-serif;text-transform:uppercase;margin:0;}
div.catalogue-top {background:url("http://www.get-sailing.com/images/catalogues/catalogue-border-top.gif") no-repeat scroll left top transparent;
    float:left;margin:0 0 10px -2px;padding:13px 0 0;position:relative;width:564px;display: inline;}
div.catalogue-bottom {background:url("http://www.get-sailing.com/images/catalogues/catalogue-border-bottom.gif") no-repeat scroll left bottom transparent;
    float:left;margin:0;padding:1px 0px 5px;width:564px;display: inline;}
div.catalogue-pix {float:left;margin: 3px 0 7px 7px;width:150px;display: inline;}
div.catalogue-details {float:right;padding-right:10px;width:370px;display: inline;}
div.catalogue-facts {width:200px;margin-bottom:-36px;margin-top:16px;}
div.catalogue-button {float:right;margin:11px 1px 10px 0;display: inline;}
.art-tab {background-color: transparent;background-image: url("http://www.get-sailing.com/images/buttons/tab-140px.png");background-position: 0 -53px;background-repeat: no-repeat;
    font-size:20px;font-weight:bold;height:27px;text-shadow:none;width:140px;border:none;cursor:pointer;color:#FFFFFF;}
.art-tab:hover {background-position: 0 -25px;color:#000000;}
.art-button {background-color: transparent;background-image: url("http://www.get-sailing.com/images/buttons/button-140px.png");background-position: 0 2px;background-repeat: no-repeat;
    font-size: 20px;font-weight: bold;height: 35px;text-shadow: none;width: 140px;border:none;cursor:pointer;color:#FFFFFF;}
.art-button:hover {background-position: 0 -33px;color:#000000;}
.art-button:active {background-position: 0 -68px;color:#ffffff;}
div.catalogue-price {color:#127FA1;font-size:10px;position:absolute;right:15px;text-align:right;top:13px;width:120px;}
div.catalogue2-top {background: url("http://www.get-sailing.com/images/catalogues/catalogue-border-top.gif") no-repeat scroll left top transparent;
display: inline;float: left;margin: 0 0 10px -36px;padding: 13px 0 0;position: relative;width: 566px;}
div.catalogue2-bottom {background: url("http://www.get-sailing.com/images/catalogues/catalogue-border-bottom-large.png") no-repeat scroll left bottom transparent;
display: inline;float: left;margin: 0;padding: 1px 0 5px;width: 565px;}
div.catalogue2-details {display: inline;float: left;padding-left: 15px;width: 530px;}
div.catalogue2-facts {display: inline;float: left;width: 200px;}
div.catalogue2-button {display: inline;float: right;height: 35px;margin: -1px -7px 10px 0;}
div.catalogue2-price {color: #127FA1;font-size: 10px;position: absolute;right: 18px;text-align: right;top: 13px;width: 180px;}
div.catalogue-pix3 {float:left;margin: 3px 0 0 7px;width:180px;display: inline;}
div.catalogue-details3 {float:right;padding-right:10px;width:340px;display: inline;}
div.catalogue-facts3 {float:left;width:170px;display: inline;margin-top:10px;}
div.catalogue-button3 {float:right;margin:0px 1px 10px 0;display: inline;}
.artlist {margin-top:6px;}
.artlist2 {background-image: url("http://www.get-sailing.com/images/css/postbullets.png");background-repeat: no-repeat;padding-left: 13px;margin-top:6px;}
.art-button-b2b {background-color: transparent;background-image: url("http://www.get-sailing.com/images/buttons/button-200px.png");background-position: 0 2px;background-repeat: no-repeat;
    font-size: 15px;font-weight: bold;height: 35px;text-shadow: none;width: 200px;border:none;cursor:pointer;color:#FFFFFF;}
.art-button-b2b:hover {background-position: 0 -33px;color:#000;}
.art-button-b2b:active{background-position: 0 -68px;color:#fff;}
.art-button-b2b-sm {background-color: transparent;background-image: url("http://www.get-sailing.com/images/buttons/button-100px.png");background-position: 0 2px;background-repeat: no-repeat;
    font-size: 15px;font-weight: bold;height: 35px;text-shadow: none;width: 100px;border:none;cursor:pointer;color:#FFFFFF;}
.art-button-b2b-sm:hover {background-position: 0 -33px;color:#000;}
.art-button-b2b-sm:active{background-position: 0 -68px;color:#fff;}
.catalogue-facts4 { display: inline; float: left; line-height: 19px; width: 370px; margin-top: -1px; } 
.catalogue-button4 { display: inline; float: right; margin: -35px 1px 10px 0; }
.table-container {background-color:#E4F4F9;border:1px solid #1AA7D2;border-radius:10px;float:left;overflow:hidden;margin-top:15px;padding:10px;width:300px;}
.infobox {margin:0 0 10px 0;}
.nomargin {margin:0;}
.table-top-header {background-color:#18A9D6;color:white;float:left;width:100%;margin:0;padding-bottom:2px;font-size:16px !important;line-height:20px !important;font-weight:bold !important;}
.table-left-header {background-color:#18A9D6;color:white;float:left;font-weight:bold;width:123px;}
.table-left-content {float:left;width:123px;font-weight:bold;}
.table-column-header {background-color:#18A9D6;color:white;float:left;font-weight:bold;width:207px;}
.table-column-content {float:left;width:207px;}
.table-left-header-price {background-color:#18A9D6;color:white;float:left;font-weight:bold;margin-top:10px;width:170px;}
.table-left-content-price {float:left;width:170px;}
.table-column-header-price {background-color:#18A9D6;color:white;float:left;font-weight:bold;margin-top:10px;width:80px;text-align:center;}
.table-column-content-price {float:left;width:80px;font-weight:bold;text-align:right;}
.table-cell {padding:5px 10px;}
.table-cell-price {padding:5px 10px;margin-right:10px;}
.widget-title {display:none;}
div.fullwidthtext {width:595px;float:left;text-align:justify;}


#new-footer{
	height:170px;
	width: 950px;
	padding: 0px 0 40px 0;
}

.new-footer-section{
	width: 235px;
	float: left;
}

#new-footer li, #new-footer ul {
list-style-type: none;
} 

#new-footer li a {
text-decoration: none;
}