/*
Theme Name: Kelly's Fishbowl
Theme URI: 
Description: Custom Theme for Kelly Bennett by <a href="http://www.hitthosekeys.com">Hit Those Keys</a>, based on the "glossy-blue" theme by Nick La.
Version: 1.0
Author: Lisa Firke
Author URI: http://hitthosekeys.com/

*/
body {
	font: 80%/150% 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
	color: #333333;
	background: #003366 url(images/bg.gif);
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #CC6633;
	text-decoration: underline;
}
a:visited {
	color: #CC6633;
	text-decoration: underline;
}
a:hover {
	color: #FFB066;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 70px;
	height: 100px;
	font: bold 36px/100% 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #A4D2F4;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #FFB066;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
	color: #404081;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 20px auto 0 auto;
	width: 755px;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}
#header {
	background: #FFFFFF url(images/top.jpg) no-repeat;
	height: 100px;
}
#menubar {
	float: left;
	clear: both;
	padding: 0;
}
#menubar ul {
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
}
#nav {
	list-style: none;
	margin: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #C5E3F9 url(images/roots.jpg) repeat-x 0px 0px;
	padding: 6px 16px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	background-position: 0  -100px;
}
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 476px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #4B4C9C;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 420px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #333366;
}
.previous-entries {
	float: left;
}
.next-entries {
	float: right;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #EDF6FD;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: normal;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#EDF6FD;
	border:1px solid #A4D2F4;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 465px;
	height: 115px;
	background:#EDF6FD;
	border:1px solid #A4D2F4;
        padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: #A4D2F4;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333366;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
}
#searchform {
	background: #bcd67e url(images/searchform-bg.gif) repeat;
	width: 226px;
	padding: 8px;
	float:right;
}
#searchform #s {
	border:1px solid #A4D2F4;
	width: 134px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	background: #EDF6FD;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h3 {
	font: normal 140%/100% 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
	color: #404081;
	margin: 10px 0px 5px;
}
#sidebar ul {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom:1px solid #A4D2F4;
}
#sidebar ul li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top:1px solid #A4D2F4;
	list-style-type: circle;
	list-style-position: inside;
}
#sidebar ul li a, #sidebar ul li a:visited{
	color: #cc6633;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FFb066;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom:1px solid #A4D2F4;

}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top:1px solid #A4D2F4;
	list-style-type: circle;
	list-style-position: inside;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #cc6633;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FFB066;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) repeat;
	color: #333366;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #333366;
}
#footer .left-col{
	width: 224px;
	float: left;
	margin-left: 20px;
}
#footer .right-col{
	width: 210px;
	float: right;
	padding-right: 20px;
	padding-left: 24px;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #333366;
	margin: 10px 0px 5px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
#footer li{
	padding: 0px 0px 10px 20px;
	list-style: circle inside;
}
#footer li a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 755px;
	color: #333366;
	font-size: 85%;
	line-height: 120%;
	background: #fff url(images/foot.jpg) no-repeat left bottom;
}
#credits p {
	padding: 10px 20px 40px 20px;
text-align: center;
	border-top: 1px solid #efefef;
}
#credits a, #credit a:visited{
	color: #404081;
	text-decoration: underline;
}
.rss {
	padding-bottom: 2px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
div#gallery {
margin: 0 auto;
width: 400px;
text-align: center;
}