/* @override http://hbomb.ca/wp-content/themes/hbomb/style.css */

/*  
Theme Name: Hbomb
Theme URI: http://hbomb.ca/
Description: Theme developed for the Hbomb.
Version: 1.0
Author: Derek Hogue
Author URI: http://amphibian.info/

*/



/* Begin initial settings */

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* End initial settings. */

body {
	background: #1E1A1A url(images/background.gif) no-repeat center top;
	color: #8C8383;
	font: normal 12px/20px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
}

a {
	color: #5A4F4F;
	text-decoration: none;
}

a:hover {
	color: #BFB8B8;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #5A4F4F;
}

span.title {
	color: #BFB8B8;
}

.post h2 {
	padding-bottom: 3px;
	border-bottom: 1px solid #3d3b3b;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #BFB8B8;
}

h3.posted {
	margin-top: -18px;
	font-size: 11px;
	font-weight: normal;
	color: #5A4F4F;
	text-align: right;
}

#wrapper {
	width: 760px;
	text-align: left;
	margin: 0px auto;
	background: url(images/footer.gif) no-repeat center bottom;
}

#header {
	width: 740px;
	height: 120px;
	margin: 0 auto;
	padding-top: 15px;
	background: url(images/snail.png) no-repeat right -15px;
}

#header span {
	text-indent: -9999px;
}

#header ul {
	margin: 5px 0 0 5px;
	height: 30px;
}

#header li {
	list-style: none;
	height: 30px;
	text-indent: -9999px;
	float: left;
	background: url(images/nav_new.png) no-repeat left top;
}

#header li a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	background: url(images/nav_new.png) no-repeat left top;
}

li#tattoos, #tattoos a:hover {
	width: 85px;
	background-position: 0px -30px;
}

li#tattoos a {
	background-position: left top;
}

li#murals, li#murals a:hover {
	width: 105px;
	background-position: -85px -30px;	
}

li#murals a {
	background-position: -85px 0px;	
}

li#other, li#other a:hover {
	width: 140px;
	background-position: -190px -30px;
}

li#other a {
	background-position: -190px 0px;
}

li#news, li#news a:hover {
	width: 80px;
	background-position: -330px -30px;
}

li#news a {
	background-position: -330px 0px;
}

li#about, li#about a:hover {
	width: 100px;
	background-position: -410px -30px;
}

li#about a {
	background-position: -410px 0px;

}

li#links, li#links a:hover {
	width: 75px;
	background-position: -510px -30px;
}

li#links a {
	background-position: -510px 0px;

}

.content {
	padding: 0 20px;
}

.gallery {
	width: 650px;
	height: 500px;
	padding: 80px 60px 90px 50px;
	background: url(images/viewerBg.png) no-repeat;
}

#display {
	width: 650px;
	height: 500px;
}

#display p {
	padding: 35px;
}

#footer {
	clear: both;
	padding: 5px 10px;
	font: normal 11px "Lucida Sans", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #5A4F4F;
}

.formCol {
	width: 350px;
	display: inline;
}

.left {
	float: left;
}

.right {
	float: right;
}

#contact label {
	display: block;
	margin: 5px 0px;
	color: #5A4F4F;
	line-height: 16px;
}

.text {
	font-size: 12px;
	color: #8C8383;
	background-color: #E6E6E6;
	width: 340px;
	padding: 3px;
}

textarea {
	height: 75px;
}

.submit {
	clear: both;
	font-size: 14px;
	padding: 10px;
	text-align: center;
}

.submit input {
	overflow: visible;
}

ul#linksList {
	margin: 0;
}

#linksList li {
	list-style: none outside;
	width: 160px;
	margin: 0 10px;
	float: left;
	display: inline;
}

#linksList h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #BFB8B8;
}

#linksList li li {
	float: none;
	width: auto;
	margin: 0 0 8px;
	display: block;
	line-height: 16px;
}

.navigation {
	display: block;
	text-align: center;
	padding: 15px 0px;
}
	
.alignright {
	float: right;
}

.alignleft {
	float: left
}

