/*
THEME NAME: The Reef
DESCRIPTION: Designed for The Reef and Fareed Zapala Koepke by Mike Wilkie at Wilkie Birdsall with love. Based on the excellent Sandbox theme.
VERSION: 1.0
AUTHOR: <a href="http://wilkiebirdsall.com/">Mike Wilkie</a>
AUTHOR URI: http://wilkiebirdsall.com/
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* @group Global */

html {
	margin: 0;
	padding: 0;
	background: #99c2c1 url(http://blog.thereef.com/wp-content/themes/thereef/images/background.png) repeat;
}

body {
	width: 800px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	margin: 0 auto 25px;
	height: 100%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#wrapper {
	margin-top: 25px;
	height: 100%;
	background-color: #fff;
	margin-bottom: 25px;
	padding: 25px 25px 0;
}

#post {
	width: 500px;
	margin-top: 50px;
	float: right;
	display: block;
}

.entry-content {
	margin: 0;
}

.entry-content li {
	font-size: .75em;
	line-height: 1.5em;
}

.entry-content ul li {
	list-style-type: square;
}

.entry-content ol li {
	list-style-type: decimal;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
	float: left;
}

input#author,input#email,input#url,div.navigation div {
	width: 50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
	margin: 0;
	padding: 0;
}

div#container,div#primary {
	margin-top: 0em;
}

div.skip-link {
	position: absolute;
	right: 1em;
	top: 1em;
}

/* @end */

/* @group Forms */

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
}

form .text {
	background-color: #fff;
	border: 1px solid #99c2c1;
}

form .button, select {
	background-color: #fff;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #99c2c1;
	font-weight: bold;
	letter-spacing: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #99c2c1;
	padding: 0 4px 0;
}

form .button:hover {
	color: #fff;
	background-color: #99c2c1;
}

form .file {
	border-style: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.radio {
	font-size: .75em;
}

textarea, input {
	border: 1px solid #666;
}

/* @end */

/* @group Topbar */

#topbar {
	background-color: #a3cdcd;
	width: 750px;
	text-align: right;
	margin: 0;
	padding: 4px 25px;
}

#topbar ul {
	margin: 0;
	padding: 0;
}

#topbar ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#topbar a {
	color: #fff;
	font-size: .6em;
	border-style: none;
	margin-left: 25px;
	font-weight: bold;
}

#topbar a:hover {
	background-color: transparent;
	color: #006b6e;
}

/* @end */

/* @group Title */

#title {
	height: 180px;
	padding: 0;
	width: 750px;
	margin-top: -15px;
}

#title h1 {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}

#title h1 a {
	border-style: none;
	background: url(http://blog.thereef.com/wp-content/themes/thereef/images/header.png) no-repeat;
	width: 750px;
	height: 180px;
	display: block;
	margin-top: 25px;
}

#title h1 a span {
	display: none;
}

#blog-description {
	font-size: .75em;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	line-height: .75px;
	margin-bottom: 50px;
	display: none;
}

/* @end */

/* @group Images */

div a img {
	border-style: none;
}

a img {
	border-style: none;
}

.entry-content a {
	border: none;
}

#post img {
	margin-top: 25px;
	margin-bottom: 12px;
}

.aligncenter,img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignleft,img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}

.alignright,img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}

/* @end */

/* @group Comments */

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: #006b6e;
}

form#commentform,form#commentform p {
	padding: 0;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 75%;
}

div.comments ol li {
	margin: 0 0 2.5em;
	border-top: 1px dashed #666;
	padding: 6px;
}

.formcontainer {
	margin-bottom: 96px;
	font-size: 1em;
}

#comments {
	font-size: 1em;
}

#comments a {
	border-bottom: 1px dotted #666;
}

.form-label {
	font-size: .75em;
}

.comment-meta, .comment-author {
	font-size: .75em;
	font-weight: bold;
	line-height: 1.5em;
}

#respond {
	margin-top: 50px;
}

.comment-author img {
	margin-right: 10px;
	display: block;
}

.comment-author {
	font-size: 1em;
}

/* @end */

/* @group Gallery */

div.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
}

div.gallery dl {
	margin: 1em auto;
	overflow: hidden;
	text-align: center;
}

div.gallery dl.gallery-columns-1 {
	width: 100%;
}

div.gallery dl.gallery-columns-2 {
	width: 50%;
}

div.gallery dl.gallery-columns-3 {
	width: 50%;
}

div.gallery dl.gallery-columns-4 {
	width: 25%;
}

div.gallery dl.gallery-columns-5 {
	width: 25%;
}

/* @end */

/* @group Sidebar */

#sidebar-wrapper {
	width: 150px;
	margin-top: 28px;
	float: left;
	font-size: .6em;
	text-align: right;
	margin-bottom: 100px;
	padding-right: 25px;
}

#sidebar-wrapper a {
	border-style: none;
	font-weight: normal;
	font-style: normal;
}

#sidebar-wrapper a:hover {
	font-weight: bold;
	color: #006b6e;
}

div.sidebar h3 {
	font-size: 1.25em;
	margin-top: 50px;
	border-top: 1px dashed #99c2c1;
	padding-top: 12px;
	font-weight: normal;
	font-style: normal;
	color: #99c2c1;
}


div.sidebar li {
	list-style: none;
	line-height: 1.5em;
	margin: 0;
}

div.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
}

div.sidebar ul ul li {
	margin: 1px 0;
	list-style-type: none;
}

div.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style-type: none;
}

div.sidebar ul ul {
	margin: 0 0 0 1em;
}

#calendar_wrap {
	text-align: right;
	padding-top: 12px;
}

#wp-calendar caption {
	text-align: center;
	margin-left: 6px;
	display: none;
}

#wp-calendar {
	text-align: right;
	margin-left: auto;
}

#wp-calendar a {
	color: #006b6e;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: #666;
}

#wp-calendar #prev  {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar #prev a, #wp-calendar #next a {
	text-align: left;
	color: #666;
	border-bottom: 1px dotted #666;
	font-weight: normal;
	font-style: normal;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	color: #006b6e;
	font-weight: normal;
	font-style: normal;
}

#search label {
	display: none;
}

#search input.text  {
	width: 100px;
}

#sidebar-wrapper a img {
	margin-top: 100px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #99c2c1;
}


/* @end */

/* @group Text */

h3 {
	color: #006b6e;
}

.entry-date {
	color: #99c2c1;
	font-weight: bold;
	text-decoration: none;
	margin-left: 2px;
	font-size: .6em;
	margin-bottom: 4px;
}

abbr {
	border-style: none;
}

h2.entry-title {
	font-size: 1.75em;
	margin: 0 0 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006b6e;
}

h2.entry-title a {
	border-style: none;
	color: #006b6e;
}

h2.entry-title a:hover {
	border-style: none;
	color: #99c2c1;
}

.entry-title, .entry-meta {
	clear: both;
}

.author {
	font-size: .75em;
	border-bottom: 1px dashed #99c2c1;
	padding-bottom: 6px;
	margin-top: -6px;
}

.author a {
	font-weight: bold;
	border-bottom-style: none;
}

p {
	font-size: .75em;
	line-height: 1.5em;
}

.entry-meta {
	border: 1px dashed #99c2c1;
	color: #666;
	font-size: .6em;
	padding: 6px 12px;
	line-height: 1.5em;
	margin-bottom: 100px;
}

.entry-meta a {
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom-style: none;
}

.entry-meta a:hover {
	color: #006b6e;
}

.tag-links {
	margin-bottom: 6px;
}

p.wp-caption-text {
	font-weight: bold;
	margin-top: -6px;
	font-size: .6em;
}

a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

a:hover {
	color: #006b6e;
}

.entry-content p a {
	color: #006b6e;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.entry-content p a:hover {
	color: #006b6e;
}

.entry-content div a {
	color: #006b6e;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.entry-content div a:hover {
	color: #006b6e;
}

blockquote {
	border: 1px dashed #99c2c1;
	padding: .5em;
}

h4 {
	color: #006b6e;
	margin: 0;
}

h2.page-title {
	color: #99c2c1;
	margin-bottom: 50px;
	font-size: 1em;
	margin-top: 0;
	border: 1px dashed #99c2c1;
	padding: 6px 6px 4px;
}

.entry-title a:hover {
	color: #666;
	border-bottom: 1px dotted #666;
}

.entry-meta span {
	margin-right: 25px;
}

.archive-meta {
	margin-top: -35px;
	margin-bottom: 50px;
}

.navigation {
	font-size: .8em;
	margin-top: -50px;
	padding-bottom: 50px;
	display: block;
	font-weight: bold;
}

.navigation a {
	border: none;
}

#page-content {
	margin-top: 70px;
}

/* @end */

/* @group Footer */

#footer {
	display: block;
	margin-top: 100px;
	border-top: 1px dashed #99c2c1;
	clear: both;
	text-align: right;
	font-size: .6em;
	position: relative;
	height: 75px;
	padding: 25px 25px 0;
}

#footer ul {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 0 -50px;
}

#footer ul li {
	width: 175px;
	float: left;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer ul li ul li {
	float: none;
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0 0 2px;
}

.column h3 {
	margin: 0 0 4px;
}

.column a {
	border-style: none;
}

.column a:hover {
	font-weight: bold;
}

/* @end */

/* @group Lifestream */

.lifestream_icon {
	display: none;
}

.lifestream_text {
	font-size: .6em;
	font-weight: bold;
	padding: 6px;
}

.lifestream_text a {
	color: #006b6e;
}

.lifestream_text a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.lifestream_events {
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
}

.lifestream_events a {
	color: #666;
}

.lifestream_hour abbr {
	color: #006b6e;
	font-size: .6em;
	font-weight: bold;
}

.lifestream {
	margin-bottom: 50px;
}


/* @end */

/* @group Popups */

.bubbleInfo {
	position: relative;
	margin: 0;
	padding: 0;
}

.popup {
	background-color: #fff;
	color: #666;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
    position: absolute;
    display: none;
	text-align: left;
	width: 160px;
	height: 45px;
	border: 1px solid #006b6e;
	margin-left: 25px;
}

.runin {
	color: #006b6e;
	font-weight: bold;
	text-align: right;
}

/* share element overides */

.entry-content div a.addthis_button_facebook {
	border-bottom:none;
}

.entry-content div a.addthis_button_email {
	border-bottom:none;
}

.entry-content div a.addthis_button_favorites {
	border-bottom:none;
}

.entry-content div a.addthis_button_print {
	border-bottom:none;
}

.entry-content div a.addthis_button_compact {
	border-bottom:none;
	font-size:0.8em;
}

div.sidebar li.widget_search {
	margin-top:20px;
}
/* @end */