/* @override http://www.c-ftool.com.php5-8.websitetestlink.com/wp-content/themes/cftool/style.css */

/* 
Theme Name: C & F Tool
Theme URI: http://c-ftool.com/
Design Name: C & F Tool & Die 
Description: Design for c-ftool.com website.
Version: 1.0
Author: JD Collier, Fishhook
Author URI: http://fishhook.us
*/

#onecol p.text img{
	padding: 6px;
	background-color: white;
	border: 1px solid silver;
}
#onecol p img.size-thumbnail {
	background-color: white;
	padding: 5px;
	margin-left: 15px;
	margin-top: 15px;
	border: 1px solid silver;
}

* {
	text-decoration: none;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	font: 1.3em Tahoma, Arial, Helvetica, san-serif;
	color: black;
	background-color: #efefef;
	height: 100%;
}

#wrapper {
	position: relative;
	min-height: 100%;

}
* html #wrapper{
	height: 100%;
}

#header {
	background: url(images/header.jpg) repeat-x;
	height: 329px;
}
#header_int{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo{
	width: 449px;
	height: 88px;
	background-image: url(images/logo.gif);
	position: relative;
	top: 124px;
	left: 0;
}
#mark{
	width: 251px;
	height: 180px;
	background-image: url(images/mark.gif);
	position: relative;
	top: -12px;
	left: 549px;
}

#body {
	padding-bottom: 51px;
}
#onecol{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	min-height: 500px;
}



#leftcol {
	
}

#rightcol {
	
}
#body h1{
	color: #0e3491;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	margin-bottom: .5em;
}
#body h2{
	font-size: .7em;
}
#body p{
	font-size: .7em;
	margin-bottom: 1em;
}
#body ul,ol{
	margin-left: 25px;
	margin-bottom: 1em;
}
#body ul li{
	list-style-type: square;
	font-size: 15px;
}
#body ol li{
	font-size: 15px;
}
#body blockquote{
	background-color: #dfecff;
	border-top: 1px solid #0e3491;
	border-bottom: 1px solid #0e3491;
	padding: 10px 10px 0;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: .9em;
}
#body a{
	color: #1271ff;
	text-decoration: none;
}
#body a:hover{
	text-decoration: underline;
	color: #0e3491;
}

#footer {
	height: 51px;
	background: url(images/footer.jpg) repeat-x;
	position: relative;
	margin-top: -51px;
}
#footercontent{
	color: white;
	font-size: .6em;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 22px;
}