/*  
Theme Name: Salterwater Aquarium
Version: 1.0
*/

*{
	margin:  0px;
	padding: 0px;
}

html{
	background: #2c2c2c;
}

table { border-collapse: collapse; width: 100%; }



/***************************************************************************/
/* Dividers                                                                */
/***************************************************************************/

#column_wrapper{
	padding: 10px 23px 17px 22px;
}

#horizontal_advertisement{
	background: url(images/upper_background.gif) no-repeat;
	padding:    17px 23px 8px 22px;
}

#left_column{
	float:         left;
	width:         555px;
}

#scenery{
	height:   145px;
	padding:  10px 23px 10px 22px;
	position: relative;
}

#sidebar{
	float:        right;
	width:        190px;
}

#wrapper{
	background: url(images/background.gif);
	margin:     20px auto;
	width:      808px;
}

div.post, div.comments {
	margin-bottom: 30px;
	font:     15px "Times New Roman", Serif;
}

div.box {
	margin-bottom: 30px;
	font:     13px "Times New Roman", Serif;
}

div.navigation {
	margin-bottom: 30px;
	overflow: hidden;
}

* html div.navigation { height: 1%; }

div.navigation div.left {
	float: left;
}

div.navigation div.right {
	float: right;
}

div.comment {
	margin-bottom: 20px;
}

p.meta {
	font-style: italic;
}

p.date {
	font-style: italic;
}

/***************************************************************************/
/* Forms                                                                */
/***************************************************************************/

fieldset { border: none; }
input, select, textarea { vertical-align: middle; font: 12px "Times New Roman", Serif;}
input, textarea { padding: 3px; }
div.comment-form input { width: 200px; margin-right: 10px; }
div.comment-form textarea { width: 545px; }

#searchform #s { width: 184px; margin-bottom: 10px; padding: 3px; }
#searchform input { width: auto; padding: 0; }

/***************************************************************************/
/* Headings                                                                */
/***************************************************************************/

h1{
	color:    #b54200;
	font:     bold 32px "Times New Roman", Serif;
	padding:  0px 23px 0px 22px;
	position: relative;
}

h2, h3, h4 {
	border-bottom: 1px solid #b8b8b8;
	color:         #545454;
	font:          bold 24px "Times New Roman", Serif;
	margin-bottom: 10px;
}

h2.title {
	border-bottom: none;
	font-size: 18px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 5px;
	border-bottom: none;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#sidebar h2 {
	font-size: 18px;
}

/***************************************************************************/
/* Images                                                                  */
/***************************************************************************/

h1 span.right img{
	margin-right: 12px;
}

#horizontal_advertisement img{
	border: 0px;
}

#scenery img{
	position: absolute;
}

#scenery img.second{
	left: 226px;
}

#scenery img.third{
	right: 22px;
}

/***************************************************************************/
/* Links                                                                   */
/***************************************************************************/

#column_wrapper a{
	color:           #b54200;
	text-decoration: underline;
}

#column_wrapper h2 a {
	text-decoration: none;
	color: #545454;
}

#column_wrapper h4 a {
	text-decoration: none;
	color: #545454;
}

#footer a:link,
#footer a:visited{
	color:           #2e3092;
	text-decoration: none;
}

#footer a:hover,
#footer a:active{
	text-decoration: underline;
}

h1 span.right a:link,
h1 span.right a:visited{
	color:           #a0a0a0;
	text-decoration: none;
}

h1 span.right a:hover,
h1 span.right a:active{
	text-decoration: underline;
}

#navigation li a:link,
#navigation li a:visited{
	color:           #898989;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a:hover,
#navigation li a:active{
	text-decoration: underline;
}

/***************************************************************************/
/* Lists                                                                   */
/***************************************************************************/

dd{
	color: #545454;
}

dl{
	font:   12px "Times New Roman", Serif;
	margin: 10px 0px;
}

dt{
	float: left;
}

#navigation{
	list-style-type: none;
	padding:         0px 23px 0px 22px;
	text-align:      left;
}

#navigation li{
	border-left: 1px solid #898989;
	display:     inline;
	font:        bold 10px "Times New Roman", Serif;
	padding:     2px 12px;
}

#navigation li.first{
	border-left: 0px;
}

#column_wrapper ul {
	margin-bottom: 10px;
}

#column_wrapper ul li {
	list-style: inside square;
	padding-left: 10px;
}

/***************************************************************************/
/* Paragraphs                                                              */
/***************************************************************************/

#footer{
	background: url(images/lower_background.gif) no-repeat center bottom;
	clear:      both;
	color:      #545454;
	font:       12px "Times New Roman", Serif;
	padding:    5px 22px 17px 23px;
	text-align: right;
}

#column_wrapper {
	color:      #545454;
	font:       12px "Times New Roman", Serif;
}

#column_wrapper p {
	margin-bottom: 10px;
	text-align: justify;
}

/***************************************************************************/
/* Spans                                                                   */
/***************************************************************************/

h1 span{
	color: #525252;
}

h1 span.right{
	font:     12px "Times New Roman", Serif;
	position: absolute;
	right:    23px;
	top:      11px;
}


/***************************************************************************/
/* Images                                                                  */
/***************************************************************************/
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */





a, a:visited {
	color: #333;
	}