/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html {
	background: url(../_images/html_background.gif) repeat 50% 0;
}

body {
	font-family: "Lucida Grande",Helvetica,Ariel,sans-serif;
	min-width: 933px;
	background: url(../_images/tile.gif) repeat-x 50% 0;
}

h1 {
	height: 36px;
	width: 249px;
	position: relative;
	top: 20px;
	background: url(../_images/logo.gif) no-repeat 0 0;
}

h1 a:link,
h1 a:visited {
	height: 36px;
	width: 249px;
	display: block;
}

h1 span {
	display: none;
}

h2 {
	color: #1196cc;
	font-size: 1.8em;
	line-height: 1.6;
	margin-bottom: 13px;
}

h2 span {
	color: #a6a6a6;
	display: block;
	font-size: .6em;
}

h3 {
	color: #f49617;
	font-size: 1.6em;
	margin: 35px 0 15px;
}

h4 {
	/* color: #666; */
}

h5, h6 {
	font-weight: normal
}

p, address, label {
	color: #767676;
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 1.6;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	margin: 0;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	margin: 2em 0;
	padding: .5em 2em 1.5em 2em;
	/* good place to define a background */
}

blockquote p {
	/* good place to define typical font-size, line-height and margins */
}

cite {
	text-align: right;
	display: block;
}

cite:before {
  content: "- ";
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	color: #1195cc;
}

a:hover,
a:active {
	/* good place to define a color */
}



/* FORMS
====================================================================== */
form {
	position: relative;
}

#content form div {
	width: 223px;
}

label {
	margin-bottom: 11px;
	display: block;
}
label.right {
    float: right;
}

label#newsletter {
	margin-top: 10px;
}

label#newsletter span {
	position: relative;
	top: 2px;
	left: 3px;
}

input.TextField,
textarea {
display: block;
}

input.TextField {
	width: 200px;
	font-size: 1em;
	color: #868686;
    border: 1px solid #ababab;
}

textarea {
	width: 241px;
	height: 106px;
	padding: 2px 0;
	font-size: 12px;
	color: #868686;
	border: 1px solid #ababab;
}

input.Send {
	color: #fff;
	border: 0;
	font-size: 1.2em;
	text-align: center;
	width: 57px;
	background: #1195cc;
    margin-bottom: 15px;
}

/* TABLES
====================================================================== */

table {
	width: 666px;
	margin: 0 0 15px 0;
	border: 1px solid #cbd7d8;
	border-width: 1px 0 1px 1px;
}

body#section_rentals table,
body#section_surfboard_and_sup_rentals table {
	width: 460px;
}

th,
td {
	padding: 9px 0;
	text-align: center;
	border-right: 1px solid #cbd7d8;
}

th {
	color: #1195cc;
}

td {
	color: #828282;
}

tr.Odd th,
tr.Odd td {
	background: #ebf7fb;
}

/* CONTAINERS
====================================================================== */
#outer {
	/* use this to center your site, width is required */
	margin: 0 auto;
	width: 933px;
	padding-top: 25px;
}

#inner {
	background: #fff;
	overflow: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* HEADER
====================================================================== */

#header address {
	float: right;
	color: #fff5b3;
	font-size: 1em;
	margin-right: 22px;
}

#header address span {
	color: #fdf66f;
	font-weight: bold;
}

#header address span.Last {
	padding-left: 10px;
	border-left: 1px solid #fbde5c;
	margin-left: 10px;
}

/* THIN
====================================================================== */

#thin {
	float: left;
	width: 177px;
	margin: 14px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #ecf8fb url(../_images/nav_background.gif) no-repeat 0 0;
}

#thin h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #1195cc;
	margin: 12px 0 0;
	line-height: 1;
	padding: 0 0 0 22px;
}

.Brands {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	background: #fff;
	overflow: visible;
	padding-bottom: 40px;
}

#thin .Brands h3 {
	margin: 0 0 25px 0;
	padding: 9px 0 10px 22px;
	color: #313131;
	background: #eaeaea url(../_images/h3_background.gif) no-repeat bottom center;
}

#thin .Brands h3 a:link,
#thin .Brands h3 a:visited {
	color: #878787;
	display: inline;
	float: none;
	font-size: .7em;
	font-weight: normal;
	background: none;
}

.Brands a:link,
.Brands a:visited {
	display: block;
	float: left;
    width: 88px;
    height: 60px;
    display: inline-block;
    color: #666;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    font-size: 16px;
    overflow: hidden;
}
div#main_content .Brands a:link,
div#main_content .Brands a:visited {
    width: auto;
    overflow: auto;
    float: none;
    width: 88px;
    height: 60px;
    display: inline-block;
    color: #aaa;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    font-size: 16px;
    overflow: hidden;
}
div#main_content .Brands a:hover, .Brands a:hover,
div#main_content .Brands a:active, .Brands a:active {
	background-position: center bottom;
    color: #666;
}

.Brands img {
	opacity: .5;
	filter:alpha(opacity=50);
}

.Brands img:hover {
	opacity: 1;
	filter:alpha(opacity=90);
}

#thin ul {
	padding: 6px 22px 15px;
	line-height: 1;
	border-bottom: 1px solid #CCC;
}

#thin ul.Last {
	border-bottom: 0;
}

#thin ul li a:link,
#thin ul li a:visited {
	padding: 6px 0;
	display: block;
	color: #145471;
}

#thin ul li a:hover,
#thin ul li a:active {
	color: #0075AA;
}

#thin ul li a.Current:link,
#thin ul li a.Current:visited {
	color: #008BB5;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	margin-left: -20px;
	background: url(../_images/shaka.gif) no-repeat 1px 3px;
}

#thin ul li a.Current:hover,
#thin ul li a.Current:active {
	color: #0075AA;
}

/* THICK
====================================================================== */

#thick {
	width: 710px;
	margin-top: 14px;
	float: left;
}

p#callout {
	display: block;
	color: #FFF;
	line-height: 1;
	padding: 8px 0 8px 22px;
	margin-bottom: 17px;
	width: 688px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #faa10a;
}
    p#callout span {
        padding-right: 20px;
    }


#thick h1 {
	top: 0;
	margin-bottom: 16px;
}

img#banner {
	border: 1px solid #ccc;
}

#flash {
	border: 1px solid #ccc;
	font-family: Helvetica;
	position: relative;
	height: 305px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	background: #009BC2 url(../_images/flash_background.gif) repeat-x 0 0;
}

#info_box {
	position: absolute;
	top: -20px;
	right: 0;
	width: 273px;
	padding-left: 92px;
	height: 245px;
	padding-top: 80px;
	text-align: right;
	background: url(../_images/wave.png) no-repeat right bottom
}

#info_box h3 {
	height: 23px;
	width: 106px;
	margin: 0;
	position: relative;
	left: 152px;
	background: url(../_images/surf_report.gif) no-repeat right top;
}

#info_box h3 span {
	display: none;
}

#info_box p {
	color: #caecf6;
	margin: 0;
	padding: 15px 14px 0 0;
}

#info_box p.Buoy {
	color: #BBE3EC;
	word-spacing: 10px;
	display: block;
	font-weight: bold;
	font-size: 2.2em;
	margin-right: 14px;
	border: 1px solid #00749F;
	border-width: 0 0 1px 0;
}

span.TimeStamp {
	color: #00749F;
	font-size: 11px;
}
.tweet1 {
	color: #E7F2F6;
	font-size: 14px;
	line-height: 1.6em;
	text-align: right;
	padding-left: 20px;
	margin: 15px 14px 0 0;
	background: url(../_images/twitter_surf.gif) no-repeat top left;
}

.tweet1 a:link,
.tweet1 a:visited {
}

.tweet1 span.TimeStamp a:link,
.tweet1 span.TimeStamp a:visited {
	margin-top: 5px;
	color: #caecf6;
	display: block;
}

a#webcam {
	display: block;
	width: 99px;
	height: 22px;
	position: absolute;
	bottom: 30px;
	right: 14px;
	background: url(../_images/web_cam.gif) no-repeat 0 0;
}

a#webcam span {
	display: none;
}

#content {
	margin: 16px 0 40px;;
	padding: 25px 0px 120px 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: auto;
	background: #FFF;
}

#main_content {
	float: left;
	width: 466px;
}

#content ul {
	color: #767676;
	font-size: 1.2em;
	padding: 0 0 10px 20px;
    margin: 0;
	line-height: 1.6;
    list-style-type: disc;
    list-style-position: inside;
}
#content ul li {
    margin: 6px 0;
    padding: 0;
}


a.Continue {
	display: block;
}

#content #side {
	margin-top: 6px;
	float: right;
	overflow: hidden;
}

#content #side div {
	width: 172px;
	padding-top: 19px;
	margin-bottom: 55px;
	float: none;
	background: url(../_images/hr_background.gif) no-repeat 0 0;
}
#content #side iframe {
    margin-bottom: 18px;
}

h4#flickr {
	width: 95px;
	height: 17px;
	margin-bottom: 11px;
	background: url(../_images/latest_images.gif) no-repeat 0 0;
}

h4#twitter {
	width: 49px;
	height: 14px;
	margin-bottom: 14px;
	position: relative;
	background: url(../_images/twitter.gif) no-repeat 0 0;
}

h4#twitter img {
	position: absolute;
	top: -4px;
	left: 55px;
}

#side h4 span {
	display: none;
}

#content .tweet2 ul, .tweet2 ul {
	font-size: 1.2em;
	width: 161px;
    padding: 0 0 0 1px;
    list-style-type: none;
}

.tweet2 li {
	line-height: 1.6;
	padding-bottom: 14px;
}

#side .tweet2 li span a:link,
#side .tweet2 li span a:visited {
	display: inline;
}

#side span.TimeStamp a:link,
#side span.TimeStamp a:visited {
	display: block !important;
	font-size: .8em;
	color: #bbb;
}

#side span {
	color: #787878;
}

#side a:link,
#side a:visited {
	display: block;
}

#side p {
	color: #a6a6a6;
	display: block;
	width: 162px;
}



/* HOME
====================================================================== */

#content #side #flickr_badge {
	overflow: auto;
	margin: 0 0 55px !important;
}

#content #side #flickr_badge div {
	background: none;
	float: left;
	width: 45px;
	height: 45px;
	padding: 0px;
	margin: 0 9px 9px 0;
}

#content #side #flickr_badge div img,
#content #side #flickr_badge div a:link,
#content #side #flickr_badge div a:visited {
	width: 45px;
	height: 45px;
	margin: 0;
}


/* IN STORE MERCHANDISE
====================================================================== */

body#section_in_store_merchandise #thick h1 {
	height: 19px;
	width: 213px;
	background: url(../_images/in_store_merch.gif)
}

h4#ogunquit, h4#shop3 {
	width: 102px;
	height: 18px;
	margin-bottom: 11px;
	background: url(../_images/ogunquit_shop.gif) no-repeat 0 0;
}

h4#york, h4#shop2 {
	width: 69px;
	height: 17px;
	margin-bottom: 11px;
	background: url(../_images/york_shop.gif) no-repeat 0 0;
}

address.PhoneNumber {
	color: #25a1d2;
	font-weight: bold;
}


#thick .Brands img {
	margin: 0 0 10px 0;
}


/* CONTACT
====================================================================== */

body#section_contact #thick h1 {
	height: 19px;
	width: 213px;
	background: url(../_images/contact_liquiddreams.gif) no-repeat 0 0;
}

img.Badges {
	margin-top: 15px;
	margin-right: 10px;
}


/* BOARD ROOM
====================================================================== */

body#section_board_room #thick h1 {
	height: 19px;
	width: 125px;
	background: url(../_images/board_room.gif) no-repeat 0 0;
}



/* LESSONS
====================================================================== */

body#section_lessons #thick h1 {
	height: 19px;
	width: 125px;
	background: url(../_images/lessons.gif) no-repeat 0 0;
}



/* STANDUP PADDLEBOARD
====================================================================== */

body#section_paddle_boards #thick h1 {
	height: 19px;
	width: 247px;
	background: url(../_images/standup_paddleboards.gif) no-repeat 0 0;
}


/* STANDUP PADDLEBOARD
====================================================================== */

body #thick h1 {
	height: 19px;
	width: 100%;
	background-repeat: no-repeat;
    background-position: 0 0;
}



body#section_about #thick h1 {
    height: 19px;
    width: 247px;
    background: url(../_images/about_liquiddreams.gif) no-repeat 0 0;
}


/* FOOTER
====================================================================== */
/* un-comment below for typical cgCraft credit colors */
#footer {
	clear: both;
	padding: 0 22px;
	position: relative;
	top: -25px;
	font-size: .8em;
}

#footer span {
	border: 1px solid #828282;
	border-width: 0px 1px;
	padding: 0 10px;
	margin: 0 10px;
}

#footer a {
}

#footer a.cgCraft {
	float: right;
}

#footer a.cgCraft span {
	border: 0;
	padding: 0;
	margin: 0;
}

/* CUSTOM CLASSES
====================================================================== */


.ClearBoth {
	clear: both;
	float: none !important;
}

div#photo_contest {
	width: 346px;
    margin: 0 20px 0 0;
	float: left;
}
div#photo_contest img {
    width: 334px;
    border: 1px solid #CCCCCC;
    padding: 5px;
}
    p.photo_credit {
        text-align: right;
        padding: 2px 6px 0 0;
    }
    p.photo_credit span {
        font-style: italic;
    }
.FlashReport2 {
	width: 305px !important;
    margin: 0 17px 0 0;
	float: left;
}

#list_section {
	margin-top: 35px;
	width: 669px !important;
	border: 1px solid #CBD5D8;
	border-width: 1px 1px 0 1px;
	background: #ECF7FA url('../_images/list_section_bg.gif') repeat-y top center;
    float: left;
}

#list_section div {
	float:left;
	padding: 20px;
	width: 180px;
}

#list_section div.Row {
	float:left;
	padding: 0;
	width: 669px;
	min-height: 250px;
	border-width: 0px;
	border: 1px solid #CBD5D8;
	border-width: 0 0 1px 0;
}

#list_section ul {
	list-style-type: circle;
	list-style-position: inside;
	color: #249FD1;
    padding: 0 0 0 2px;
}

#list_section ul li {
	line-height: 25px;
}

#list_section h3 {
	margin: 0 0 15px 0;
	padding: 0;
}

#alt_content {
	height: 305px;
	overflow: hidden;
}

.item p img {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 0 8px 5px 0;
}
img.alignnone {
    width: 466px;
    height: auto;
    float: left;
    clear: both;
    display: block;
    margin-bottom: 20px !important;
}

.item p img.alignleft {
	float: left;
}

.item p img.alignright {
	float: right;
}

.item p img.aligncenter {
	float: center;
}

.item {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}

#products .item img {
	float: left;
	margin: 0 15px 15px 0;
}

#products .item p, #products .item ul {
	text-align: left;
}