/*
Theme Name: Golden
Theme URI: http://scuba-net.org/
Author: Steve Fraser
Description: Custom theme for Wordpress
*/


/* General 
-------------------------------------------------------- */

.loading {
	background: url(../images/loading.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	text-align: center;
}
.notext {
	color: transparent;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
a.noclick,
li.noclick > a {
	cursor: default;
}
input[type=submit] {
	cursor: pointer;
}
.no-bg {
	background: none !important;
}
.post-ratings-loading {
	text-align: center !important;
	position: relative;
	top: -23px;
}
a.hover:hover,
input[type=submit].hover:hover {
	background-position: bottom center !important;
}
.fee-field {
	background: none !important;
}

.onload {
	visibility: hidden;
}
.hidden {
	visibility: hidden;
}
#footer {
	clear: both;
}

#footer .nofoot {
	display: none;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; clear: both; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

#four-oh-four {
	text-align: center;
}



/* Section
================================================ */

.section {
	margin: 0 auto;
	position: relative;
	text-align: left;
}


/* Clearfix
================================================ */

.clearfix:after,
.section:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix,
.section {
	display: inline-block;
}
 
html[xmlns] .clearfix,
html[xmlns] .section {
	display: block;
}
 
* html .clearfix,
* html .section, {
	height: 1%;
}


/* == WordPress WYSIWYG Editor Styles == */

.alignleft, img.alignleft {
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}




/* = Content Editable
========================================================== */

.editing {
	outline: 1px dotted #f00;
	position: relative;
	text-transform: none !important;
}
*[contenteditable] {
	outline: 1px dotted #88c541;
}
*[contenteditable] .links {
	background: #fff;
	color: #424242;
	font-size: 10px;
	float: right;
	line-height: normal;
	position: absolute;
	right: 0px;
	bottom: -15px;
	outline: 1px dotted #f00;
	text-transform: lowercase;
}
*[contenteditable] .links a {
	color: #706659;
	cursor: pointer;
	font-family: arial;
	padding: 2px 5px;
}
#option-hello.iam,
#option-hello.editing {
	outline: 1px dotted #f00;
	min-width: 40px;
}


/* = Refresh
========================================================== */

.refresh {
	background: url(../images/loading.gif) no-repeat top center;
	float: left;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 92px;
	top: 2px;
}

