/*
Theme Name: Precision Cutting
Theme URI: http://precisionflame.com/
Description: Custom designed template for Precision Cutting.
Version: 1.0
Author: Daniel Kedinger, Crucé Design
*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

a:link, a:visited, a:active, a:hover {
	color: #e69640;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	text-align: center;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cecccc;
	margin-bottom: 20px;
}

#wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 1024px;
	text-align: left;
	margin: 347px 0 0 0;
}

#header {
	display: none;
	visibility: hidden;
}

#content {
	float: left;
	margin: 0 0 0 51px;
	width: 618px;
	font-size: 14px;
}

#page-title {
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	height: 36px;
	padding: 5px;
	width: 608px;
}

#page-title h1 {
	font-size: 25px;
	font-weight: normal;
	color: #000000;
}

#page-content {
	min-height: 554px;
	background-color: #494949;
	background-image: url(images/content-bg.png);
	padding: 10px 15px 20px 10px;
	background-repeat: repeat-x;
}

#page-content h2 {
	margin-bottom: 10px;
	color: #e69640;
	font-size: 17px;
}

#page-content p {
	margin-bottom: 10px;
}

#page-content ol, #page-content ul {
	margin: 0 0 20px 20px;
}

#sidebar {
	float: right;
	width: 328px;
}

#contact h2 {
	font-size: 25px;
	color: #8f8f8f;
	border-bottom: #e69640 solid 1px;
	margin: 30px 0 20px 0;
	text-align: left;
	font-weight: normal;
}
 
#contact {
	width: 280px;
	text-align: right;

}

#contact p {
	margin-bottom: 20px;
}

#nav {
	background: #000000;
	width: 260px;
	margin: 14px 0 0 15px;
	padding: 5px;
	color: #999999;
	font-size: 19px;
}
#nav a:hover {
	text-decoration: none;
}
#nav ul {
	list-style: none;
}

#nav li {}

#nav li ul {
	margin-left: 10px;
}

#nav a:link,
#nav a:active,
#nav a:visited {
	color: #999999;
}

#nav .page_item a:hover {
	color: #e69640;
}

#nav .current_page_item a:link,
#nav .current_page_item a:active,
#nav .current_page_item a:visited {
	color: #e69640;
}


#nav .page_item .current_page_item .page_folder a:link,
#nav .page_item .current_page_item .page_folder a:active,
#nav .page_item .current_page_item .page_folder a:visited {
	color: #e69640;
}

#nav .page_item .current_page_item a:hover {}

#nav .page_folder li ul {
	margin-left: 10px;
}


#nav .page_item .current_page_ancestor .page_folder a:link,
#nav .page_item .current_page_ancestor .page_folder a:active,
#nav .page_item .current_page_ancestor .page_folder a:visited {
	color: #c3c2c2;
}

.post {
	margin: 10px 0 0 0;
}

#page-content .post h2 {
	margin: 0 0 0px 0;
}

.entry {
	margin: 10px 0 0 0;
}
.entry h1, h2, h3, h4, h5 {
	color: #e69640;
}
.entry h1, .entry h2 {
	margin-bottom: 10px;
	color: #e69640;
	font-size: 17px;
}

.entry img, #page-content img {
	margin: 5px;
	border: 1px solid #333333;
}

#page-content h1, #page-content h2 {
	margin-bottom: 10px;
	color: #e69640;
	font-size: 17px;
}
.postmetadata {
	text-align: right;
}

#footer {
	margin: 0 0 20px 51px;
	padding: 5px 0 20px 0;
	clear: both;
	float: left;
	font-size: 10px;
	color: #494949;
}

.linklove {
	display: none;
	visibility: hidden;
}

#wrapper-home {
	width: 828px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}

.cform fieldset {
	background: none;
}
ol.cf-ol li.textonly {
	text-align: left;
	letter-spacing: inherit;
}
.cform input.cf-box-a, .cform input.cf-box-b {
	height: auto;
}
.cform legend {
	color: #CECCCC;
}
.entry img.reflected, #page-content img.reflected {
	margin: 0;
	border: none;
}