/* Global */

html {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #707070;
	margin: 0;
	padding: 0;
	background: #f3f9f9 url(../images/background.png) repeat;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
img { border:0;}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0 13px;
}

h2, h2 a {
	color: #006b6e;
	margin-top: 25px;
	text-decoration: none;
	font: 1.25em Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #99c2c1;
	font-size: .8em;
}

h4 {
	color: #006b6e;
}

h5 {
	color: #99c2c1;
}

p {
	margin-right: 13px;
	margin-left: 13px;
	font-size: .8em;
	line-height: 1.6em;
}

blockquote {
	font-size: .8em;
	background: #f3f9f9;
	padding: 12px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Global Structural Elements */

#builder, #blog, #guide, #wisdom, #ad1, #ad2, #wheeler_pic, #wheeler, #reef_image, .guide, .post, .text_frame, .media, #wheeler_contact
	{
	background-color: #fff;
	border-color: #c2cbcb;
	border-style: solid;
	border-top-width: 0;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding: 12px;
	margin: 25px 0 0;
	border-left-width: 0;
	float: left;
}

.media h2 {
	margin-top: 12px;
	margin-bottom: 12px;
}

.media {
	overflow: auto;
}

.text_frame {
	border-bottom: 2px solid #e1e7e7;
}

#main {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	height: 100%;
}

#border_top {
	width: 900px;
	height: 23px;
	margin: 0 0 25px;
	padding: 0;
	background: url(../images/border_top.png) no-repeat left top;
}

#title {
	width: 100%;
	padding: 0;
	height: 44px;
	clear: both;
	margin: 75px 0 0 -12px;
}

#columns {
	list-style: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	width: 900px;
}

#column_one {
	width: 185px;
	padding: 0;
	margin: 0;
}

#column_two {
	width: 345px;
	padding: 0;
	margin: 0;
}

#column_three {
	width: 529px;
	padding: 0;
	margin: 0;
}

#column_four {
	width: 690px;
	padding: 0;
	margin: 0;
}

#border_bottom {
	width: 900px;
	height: 20px;
	margin: 200px 0 0 0;
	padding: 50px 0 0;
	clear: both;
	background: url(../images/border_bottom.png) no-repeat left bottom;
	float:left;
}

.headline {
	margin: 50px 0 0 12px;
	clear: right;
}

.action_bar_wide, .action_bar_narrow {
	border-color: #e1e7e7;
	border-style: solid;
	border-left-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding: 4px 12px;
	border-top-style: solid;
	border-top-width: 1px;
	background: #006b6e;
	float: left;
	margin-bottom: 25px;
}

.action_bar_wide {
	width: 505px;
}

.action_bar_narrow {
	width: 320px;
	margin-bottom: 0;
}

.action_bar_wide a, .action_bar_narrow a {
	font-weight: normal;
	font-style: normal;
	color: #99c2c1;
	text-decoration: none;
	margin-left: 6px;
	font-size: .7em;
}

.action_bar_wide a:hover, .action_bar_narrow a:hover {
	color: #fff;
}

.action_bar_head a {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.action_bar_head span .left {
	text-align: left;
}

.left_border {
	float: left;
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
	border-left: 1px solid #99c2c1;	
}

.sort {
	text-align: right;
	font-size: .6em;
	margin: 25px 6px -19px 0;
	padding: 6px 6px 0;
}

.sort a {
	margin-left: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #99c2c1;
}

.sort a:hover {
	color: #006b6e;
}

.post {
	margin-top: 25px;
	clear: both;
	width: 505px;
	border-bottom-style: none;
}

#back_next {
	margin-bottom: 5px;
	font-size: .7em;
	display: block;
	width: 344px;
	margin-top: 0;
	height: 25px;
}

#back_next a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #006b6e;
	margin-right: 6px;
	margin-left: 6px;
}

#back_next a:hover {
	border-bottom: 1px solid #006b6e;
}

#back_next .left {
	float: left;
	margin-top: 10px;
	margin-left: 0;
}

#back_next .right {
	float: right;
	margin-top: 10px;
}

/* Links */

#top_bar a {
	border-bottom-style: none;
}

#top_bar a:hover {
	background-color: transparent;
}

#logo {
	float: left;
	width: 338px;
	height: 44px;
	margin: 0;
	padding: 0;
}

#logo h1 a {
	width: 336px;
	height: 44px;
	background: url(../images/logo.png) no-repeat left top;
	margin: 0;
	padding: 0;
	display: block;
}

#logo h1 a:hover {
	background: url(../images/logo_hover.png) no-repeat left top;
}

#logo h1 a span {
	display: none;
}

p a {
	color: #99c2c1;
	text-decoration: none;
	border-bottom: 1px dotted #99c2c1;
}

p a:hover {
	color: #006b6e;
	border-bottom-color: #006b6e;
}

/* menu */

#menu {
	list-style: none;
	float: right;
	height: 44px;
	width: 550px;
	text-align: right;
	padding: 0;
	margin: -8px -24px 0 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu li a {
	width: 110px;
	height: 25px;
	border: 1px dashed #99c2c1;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	float: left;
	margin: 0 0 0 12px;
}

#menu li a:hover {
	border-style: solid;
	border-color: #99c2c1;
}

#menu li a span {
	display: none;
}

#menu li#guides_button a {
	background-image: url(../images/button_guides.png);
}

#menu li#guides_button a:hover, #menu li#guides_button a.active {
	background-image: url(../images/button_guides_hover.png);
	border-style: solid;
}

#menu li#blog_button a {
	background-image: url(../images/button_blog.png);
}

#menu li#blog_button a:hover, #menu li#blog_button a.active {
	background-image: url(../images/button_blog_hover.png);
	border-style: solid;
}

#menu li#philosophy_button a {
	background-image: url(../images/button_philosophy.png);
}

#menu li#philosophy_button a:hover, #menu li#philosophy_button a.active {
	background-image: url(../images/button_philosophy_hover.png);
	border-style: solid;
}

#menu li#reef_button a {
	background-image: url(../images/button_reef.png);
}

#menu li#reef_button a:hover, #menu li#reef_button a.active {
	background-image: url(../images/button_reef_hover.png);
	border-style: solid;
}

/* Rating */

.rating {
	list-style: none;
	float: right;
	height: 25px;
	width: 180px;
	padding: 0;
	margin-bottom: 25px;
}

.rating_text {
	float: left;
	font-size: .6em;
	text-align: right;
	padding: 14px 0 0;
}
div.ratingListWrapper {
	float:left;
	margin-left: 6px;
}

.rating ul {
	float: right;
	width: 95px;
	margin: 0;
	padding: 0;
}

.rating li {
	display: inline;
	margin: 0;
	padding: 0;
	float:right;
}

.rating li a {
	width: 13px;
	height: 25px;
	padding: 0;
	float: left;
	margin: 0 0 0 0;
	padding-left: 6px;
	background: url(../images/daiquiri_empty.png) no-repeat right top;
	text-decoration: none;
	border-style: none;
}

/*
.rating li a:hover {
	background-image: url(../images/daiquiri_full.png);
}
*/

.rating li a.on {
	background: url(../images/daiquiri_full.png) no-repeat right top;
}

.rating li a.half {
	background: url(../images/daiquiri_half_full.png) no-repeat right top;
}

.rating li a span {
	display: none;
}

/* Home Structural Elements */

#builder, #blog {
	border-bottom-style: none;
	width: 505px;
}

.guide, #wisdom, #ad1 {
	width: 320px;
}

#single_guide_author_name {
	text-transform: capitalize;
}

p.wisdom {
	background: url(../images/quote.png) no-repeat left top;
	font-size: 1em;
	padding-left: 40px;
	color: #999;
	padding-bottom: 20px;
}

/* Guide Structural Elements */

#wheeler_pic {
	width: 185px;
	padding: 0;
	height: 200px;
	margin-bottom: 12px;
	margin-top: 44px;
}

#button {
}

#guides_text, #guides_intro {
	padding: 0 12px;
	margin: 44px 0 0;
	float: left;
	clear: both;
}

#guides {
	float: right;
	width: 344px;
}

.guide {
	height: 300px;
	border-bottom-style: none;
}

#ad2 {
	margin-top: 100px;
}

/* Blog Structural Elements */

.entry {
	float: right;
	width: 529px;
}

#blog_menu {
	width: 125px;
	text-align: right;
	margin-top: 121px;
	padding-right: 25px;
}

#blog_menu ul {
	margin: 0 0 50px;
	padding: 0;
}

#blog_menu li {
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 2px 12px 2px 0;
}

#blog_menu li a {
	color: #99c2c1;
	text-decoration: none;
	font-size: .6em;
}

#blog_menu li a:hover {
	color: #006b6e;
}

/* Philosophy Elements */

#wheeler_contact {
	width: 185px;
	padding: 0;
	height: 244px;
	margin-bottom: 12px;
	margin-top: 44px;
}

/* Reef Elements */

#reef_image {
	padding: 0;
	margin-bottom: 12px;
}

/* Comment / Share */
.share_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
	clear: both;
}
.comment_wrapper {
	width: 100%;
	float: left;
}

.share_list ul {
	margin: 0;
	padding: 0;
}

.share_list li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

.share_list li a {
	padding: 0;
	margin: 0;
}

.share_list span {
	color: #99c2c1;
	margin: 0 4px;
	font-weight: normal;
	size: .6em;
}

.share_form {
	text-align: left;
	padding: 7px;
	margin: 0;
}

.share_form input {
	border: 1px solid #d0e4e1;
}

.share_form input#share_url {
	width: 300px;
	
}

.share_form input#share_from_email {
	width: 150px;
}
.share_form input#share_to_email {
	width: 150px;
}
.share_form #share_message {
	width: 130px;
}




.share_form input.button {
	border: 1px solid #d0e4e1;
	background-color: #99c2c1;
	color: #fff;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

.share_form textarea {
	border: 1px solid #d0e4e1;
}

.share_heads {
	color: #d0f0ea;
	margin: 24px 0 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
}

.share_form table td {
	padding-right: 12px;
}

.share_form p
 {
	text-align: left;
	color: #fff;
	margin: 10px 0 0;
	padding: 0;
	font-size: .6em;
}

.share_form .button {
	margin-bottom: 25px;
	margin-top: 12px;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	clear: both;
	margin-right: 12px;
}

.comment p {
	border-bottom: 1px dashed #d0f0ea;
	text-align: left;
	color: #fff;
	font-size: .8em;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 12px;
}

.comment_data {
	color: #d0f0ea;
	font-size: .6em;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
}

.comment_data a {
	margin: 0;
	font-size: 1em;
}

.comment_nav {
	font-size: .8em;
	clear: both;
	margin: 0 25px 25px 0;
}

.comment_nav a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #fff;
}

.comment_nav a:hover {
	color: #006b6e;
}

.comment_nav .left {
	float: left;	
}

.comment_nav .right {
	float: right;
}
.individual_guide_wrapper {
	clear:both;
}

/* Landing */

#landing {
	width: 680px;
	height: 500px;
	margin: 100px auto 0;
}

#landing a {
	width: 680px;
	height: 500px;
	background: url(../images/JakeWheelerIntro.png) no-repeat;
	display: block;
}

#landing a:hover {
	background: url(../images/JakeWheelerIntro_hover.png) no-repeat;
}

#landing a span {
	display: none;
}  
