/*

	Theme Name: Hyannis Marina

	Description: Hyannis Marina Child Theme Built on the Genesis Framework.

	Author: Heavy Digital (D.Benedetti)

	Author URI: http://www.HeavyDigital.net

	Copyright: CSS, Text & Images © 2012 Hyannis Marina, All Rights Reserved

	

	Template: genesis

*/
@media print {

body { 
	color: #333;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote {
	border: 2px solid #333;
	border-radius:5px;
	padding:5px;
}


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

img {
	width:80%;
	height:auto;
	max-width:100%;
}

.content img {
	width:auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}


/* Hide Elements
------------------------------------------------------------ */

#header-img,
.breadcrumb,
.print-link,
#nav,
#footer { 
	display:none!important; 
}


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

#header,
#inner,
#content-sidebar-wrap {
	width:100%;
}


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

#header { 
	clear:both;
	margin-bottom:10px;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	padding: 0;
	z-index:5000;
}

.header-image #title a {
	/*width:167px;
	height:164px;
	background: url(images/logo.png) left top no-repeat;*/
	color:#000;
	border-bottom:2px solid #000;
	width:100%;
	font-size:24px;
	text-transform:uppercase;
}

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

.entry-title {
	font-size:28px;
	font-weight:bold;
}

/* Tabs
------------------------------------------------------------ */
	label,
    #tab-4 ~ label ~ .content,
	#tab-3 ~ label ~ .content,
	.tab [type=radio] {
      display: none;   
    }
	
.content {
	clear:both;
	width:100%;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


}