/*
Theme Name: WordPress Custom Theme 1.2
Theme URI: http://www.rocketshelley.com/wordpress/
Description: 
Version: 1.2
Author: Rocket Shelley
Author URI: http://www.rocketshelley.com/
Tags: 1, 2, 3
*/

body {
background: #202020;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
font-weight: normal;
color: #555555;
}

#header {
width: 800px;
height: 125px;
margin-left: auto;
margin-right: auto;
background: url(images/header.jpg) top no-repeat;
}

#container-bottom {
width: 800px;
height: 85px;
margin-left: auto;
margin-right: auto;
background: url(images/bottom.jpg) bottom no-repeat;
}

#container-top {
width: 800px;
padding-top: 50px;
margin-left: auto;
margin-right: auto;
background: url(images/top.jpg) top no-repeat;
}

#container {
width: 800px;
margin-left: auto;
margin-right: auto;
background: url(images/middle.jpg) repeat-y;
}

h1, h2, h3, h4, b {
color: #000000;
}

p, h1, h2, h3, h4 {
margin-top: 0px;
padding-top: 0px;
margin: 0px;
padding-bottom: 8px;
}

h1 {
font-size: 20px;
font-weight: bold;
}

h2 {
font-size: 16px;
font-weight: bold;
}

h3 {
font-size: 12px;
font-weight: bold;
padding-bottom: 0px;
}

h4{
font-size: 11px;
font-weight: normal;
padding-bottom: 0px;
margin-top: -5px;
}

.left {
float: left;
display: inline;
margin-left: 50px;
}

.right {
float: right;
display: inline;
margin-right: 50px;
}

.clearfix {
line-height: 1px;
visibility: hidden;
clear: both;
}

ul, li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 30px;
display: block;
}

.linkli {
border-bottom: 1px dotted #999999;
}

.linkli a, .linkli {
text-decoration: none;
color: #555555!important;;
}

.linkli:hover {
text-decoration: none;
background-color: #0099FF;
}

.linkli:hover a {
text-decoration: none;
color: #FFFFFF!important;
}

.minidescription {
font-size: 11px;
margin-top: 8px;
line-height: 18px;
}

a, a h4 {
color: #0099FF;
text-decoration: none;
}

a:hover, a:hover h4 {
color: #0099FF;
text-decoration: underline;
}

.thumb-border {
	width: 90px;
	height: 90px;
	background: url(images/loading.gif) center center no-repeat #FFFFFF;
	float: left;
	margin: 10px;
	border: 1px solid #555555;
}

.thumb:hover {
	width: 90px;
	height: 90px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.thumb {
	width: 90px;
	height: 90px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.galleryimg {
	width: 202px;
	height: 150px;
	float: left;
	margin: 10px;
	border: 1px solid #555555;
}