/*
Theme Name: Ring of Fire Design
Theme URI: http://www.ringoffireforge.com
Description: Exclusively for use on ringoffireforge.com this design was built pixology
Version: 1.0
Author: Pixology
Author URI: http://www.pixologyinteractive.com
*/

html, body {
	margin: 0;
	padding: 0;
	font: medium Helvetica, Arial, sans-serif;
	color: #333333;
	height: 100%;
	background: #333333 url('images/bg-pattern.gif') repeat;
}

a {
	color: #C87232;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: 3px solid #333333;
}

a img:hover {
	border: 3px solid #108AA8;
}

small {
	font-size: 50%;
}

small a {
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 100;
	color: #108AA8;
}

h1 {
	font-size: 22px;
}

h1 a {
	color: #C87232;
}

h1 a:hover {
	color: #333333;
}

h2.title {
	margin: 0;
	padding: 5px 10px;
	color: #FFFFFF;
	background: #333333;
}

img a {
	color: #333333;
}

img a:hover {
	color: #C87232;
}

img.copper {
	margin-left: -4px;
}

img.alignleft {
	margin: 0 5px 5px 0;
	float: left;
}

img.alignright {
	margin: 0 0 5px 5px;
	float: right;
}

table {
	font-size: 14px;
	line-height: 24px;
}

#smoke {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	width: 100%;
	background: url('images/smoke.jpg') no-repeat top left;
}

#wrapper {
	margin: 0 auto;
	padding: 0 0 75px 0;
	position: relative;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	width: 1054px;
	font-size: 14px;
	line-height: 24px;
	background: url('images/body-bg.png') repeat-y;
}

#header {
	margin: 0 0 0 27px;
	padding: 5px 0 0 0;
	background: url('images/header-img-home.jpg') no-repeat;
}

#header.welcome {
	background: url('images/header-img-home.jpg') no-repeat;
}

#header.knives-for-sale {
	background: url('images/header-img-knives-for-sale.jpg') no-repeat;
}

#header.gallery {
	background: url('images/header-img-gallery.jpg') no-repeat;
}

#header.the-bladesmith {
	background: url('images/header-img-the-bladesmith.jpg') no-repeat;
}

#header.shows {
	background: url('images/header-img-shows.jpg') no-repeat;
}

#header.contact {
	background: url('images/header-img-contact.jpg') no-repeat;
}

#header img.logo {
	margin: 0 0 5px 15px;
	border: none;
}

#middle {
	margin: 25px 25px 25px 50px;
	padding: 0;
	float: left;
	width: 500px;
	position: relative;
	height: 100%;
	height: auto !important;
	min-height: 100%;
}

#middle.medium {
	margin: 25px 50px;
	padding: 0;
	float: left;
	width: 600px;
}

#middle.large {
	margin: 25px 50px;
	padding: 0;
	width: 90%;
}

table.gallery {
	margin: 5px 0 50px 0;
}

#most-viewed {
	margin: 25px 25px 25px 0;
	padding: 0 0 75px 0;
	float: left;
	width: 205px;
	font-size: 11px;
}

#most-viewed a img {
	border: 3px solid #000000;
}

#most-viewed a:hover img {
	border: 3px solid #C87232;
}

#recent-posts {
	margin: 0;
	padding: 25px 0 75px 0;
	float: left;
	width: 200px;
	font-size: 11px;
	line-height: 16px;
}

#sidebar {
	margin: 25px 0 25px 0;
	padding: 0 0 0 25px;
	position: relative;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	float: left;
	width: 200px;
	font-size: 11px;
	border-left: 1px solid #CCCCCC;
}

ul.archives {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

ul.archives ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav {
	margin: 0 25px 0 0;
	padding: 0;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	height: 33px;
	background: url('images/nav-bg.jpg') no-repeat;
}

#nav ul {
	margin: 0 25px 0 0;
	padding: 6px 0 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-transform: uppercase;
}

#nav ul li a {
	margin: 0;
	padding: 6px 15px 7px;
	color: #FFFFFF;
}

#nav ul li a:hover {
	text-decoration: none;
	background: #333333;
}

#nav ul li.current_page_item a {
	text-decoration: none;
	background: #333333;/*background: #108AA8;*/
}

#footer {
	margin: 0 0 0 22px;
	padding: 20px 25px 10px;
	width: 960px;
	position: absolute;
	bottom: 0;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	background: url('images/footer-bg.png') no-repeat;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #EEEEEE;
}

input {
	padding: 3px;
	width: 50%;
	font: 14px Helvetica, Arial, sans-serif;
	background: #DDDDDD;
	border: none;
}

textarea {
	padding: 3px;
	width: 50%;
	font: 14px Helvetica, Arial, sans-serif;
	background: #DDDDDD;
	border: none;
}

#submit {
	padding: 3px 8px;
	color: #FFFFFF;
	width: 85px;
	background: #CC6633;
	border: none;
}

#submit:hover {
	padding: 3px 8px;
	color: #FFFFFF;
	background: #333333;
	border: none;
}

.clear {
	clear: both;
}