/*
Theme Name: Aquarium123 Theme
Theme URI: http://www.aquarium123.com
Description: Aquarium123
Version: 1.0
Author: Andrei
Author URI: http://www.aquarium123.com
*/

a, a:visited
{
color: #0000FF;
}

.nav
{
text-align: left;
margin-left: 5px;
padding: 10px 0 10px 0;
}

.nav a:link, .nav a:visited { color: #333; font-size: 14px; font-weight: bold; }

/* CONTENT  */

h1
{
margin-bottom: 3px;
}

h1 a
{
font-family: Georgia, Verdana, Arial, sans;
text-decoration: none;
font-size: 26px;
color: #0000FF;
font-weight: normal;
line-height: 35px;
letter-spacing: 0px;
}

h1 a:hover
{
color: #000;
}

.date
{
font-family: Georgia, Verdana, sans;
font-size: 14px;
color: #999;
}

.date a, .date a:visited
{
color: #999;
text-decoration: none;
}

.feedback a, .feedback a:visited
{
color: #0000FF;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
}

.post-content
{
font-family: Arial, Georgia, Verdana, sans;
font-size: 15px;
color: #000;
text-align: left;
line-height: 26px;
}

.post-content img
{
border: 1px solid #774505;
}

body 
{
font-family: Arial, helvetica, sans-serif;
font-size: 11px;
color: #000;
text-align: center;
margin: 0;
padding: 0;
background-color: #B6DBE6;
}

/* LAYOUT */

#header
{
margin: 0;
padding: 0;
}

#container
{
margin: 0 auto;
padding: 0;
width: 960px;
background-color: #fff;
background-image: url(graphics/background-content.jpg);
background-repeat: repeat-y;
overflow: hidden;
text-align: left; 
}

#sidebar
{
float: left;
position: relative;
width: 360px;
background: #fff;
}

#sidebar a:link, #sidebar a:visited
{
font-size: 14px;
font-weight: bold;
}

#content
{
float: right;
position: relative;
width: 570px;
padding: 0 15px 0 15px;
font-family: Arial, sans;
}

#footer
{
clear: both;
background: #65AABE;
}



#commentform input, #commentform textarea {
width: 370px;
padding: 5px;
font-family: Verdana, sans-serif;
}

#commentform textarea {
	height: 200px;
}

#commentform textarea:focus, #commentform input:focus {
	border: 1px solid #900;
}

#commentform input.submit-button {
	width: 180px;
}

label {
	float: left;
	text-align: right;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}


/* COMMENTS */

#commentlist 
{
list-style-type: none;
padding: 0;
margin: 0;
word-spacing: 2px; 
line-height: 25px; 
font-size: 16px; 
text-align: left; 
font-family: Georgia, Arial, sans-serif;
}

#commentlist li 
{
background-color: #F4E5A7;
border-top: 4px solid #CCB7A1;
border-bottom: 4px solid #CCB7A1;
word-wrap: break-word;
}

.nr
{
text-align: right;
font-size: 24px;
}
