/*
Theme Name: Conney Blog
Theme URI: http://www.jpederson.com/
Description: Custom WordPress skin for Conney Safety Products.
Version: 1.0
Author: Deb Lovelien and James Pederson
Author URI: http://www.jpederson.com/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #353535 url(images/body-bg.jpg) repeat-x;
}

body, li, ul, ol, p, span {
	font-size: 9pt;
}

ul, ol {
	padding: 10px 5px 10px 35px;
}

p {
	padding: 5px 0 5px 0;
}

h1 {
	padding: 10px 5px 5px 0;
	color: #333333;
	font-size: 24pt;
	line-height: 24pt;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 2px dotted #F37321;
}

h2 {
	padding: 10px 5px 5px 0;
	color: #333333;
	font-size: 16pt;
	font-weight: normal;
	line-height: 18pt;
}

h2 a {
	color: #F37321;
	text-decoration: none;
}

h3 {
	color: #F37321;
	font-size: 14pt;
	font-weight: normal;
	padding: 5px 5px 5px 0;
	line-height: 16pt;
}

hr {
	border: 0;
	border-top: 1px dotted #BBB;
	height: 0;
	clear: both;
}

a {
	color: #F37321;
}

a:hover, a:visited {
	color: #AF4805;
}

#container {
	width: 980px;
	text-align: left;
	background: #FFFFFF;
}

#topbar .phone {
	font-size: 8pt;
	font-weight: bold;
	color: #F37321;
	float: left;
	margin: 8px 0 0 0;
}

#topbar .live-chat-button {
	margin: 5px 10px 0 10px;
	float: left;
}

#topbar .hours {
	font-size: 8pt;
	color: #EEEEEE;
	float: left;
	margin: 8px 0 0 0;
}

#header {
	background: #353535 url(images/body-bg.jpg) repeat-x;
}

#header #topbar {
	height: 33px;
}

#header #topmenu {
	background: #353535 url(images/top-menu.gif) repeat-x;
	height: 33px;
}

#header #topmenu ul {
	padding: 0;
	list-style: none;
	padding-left: 60px;
}

#header #topmenu ul li {
	float: left;
}

#header #topmenu ul li a {
	display: block;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #666;
}

#header #topmenu ul li a.orange {
	color: #F37321;
}

#header #topmenu ul li a.no-sep {
	border-right: 0;
}

#header #topmenu ul li a:hover {
	background: #353535 url(images/top-menu-hover.gif) repeat-x;
}

#logo {
	background-image: url(images/header.jpg);
	background-position: top center;
	height: 97px;
}

#logo span {
	float: right;
	width: 350px;
	text-align: left;
	padding: 25px 0 0 0;
	color: #BBB;
	font-size: 10pt;
	font-weight: bold;
}

#logo span #searchsubmit {
	border: 1px solid #444;
	background-color: #222;
	font-size: 8pt;
	text-transform: uppercase;
	color: #999;
	padding: 3px 10px 3px 10px;
}

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

#sidebar h4 {
	color: #F37321;
	background: url(images/menu-head-bg.gif) repeat-x;
	padding:7px;
	font-size: 10pt;
	border: 1px solid #2F2F2F;
	font-weight: normal;
}

#sidebar ul.menu {
	padding: 0;
	list-style: none;
	border: 2px solid #2F2F2F;
	border-bottom: 1px solid #2F2F2F;
	border-top: 0;
}

#sidebar ul.menu li {
	background: #3D3D3D;
}

#sidebar ul.menu li a {
	display: block;
	padding:4px 4px 4px 20px;
	background: #3D3D3D url(images/li-bg.gif) no-repeat top left;
	color: #EEEEEE;
	text-decoration: none;
	border-bottom: 1px solid #2F2F2F;
}

#sidebar ul.menu li a:hover {
	background: #F37321 url(images/li-bg-hover.gif) no-repeat top left;
	color: #3D3D3D;
}

#sidebar .content {
	padding: 10px 10px 20px 10px;
}

#sidebar hr {
	border: 0;
	border-bottom: 2px dotted #F37321;
}

#sidebar h3 {
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
}

#sidebar .post-list {
	border-top: 1px solid #F37321;
	border-bottom: 1px solid #F37321;
	background-color: #CCC;
	margin-bottom: 10px;
	padding: 5px;
}

#body2 {
	width: 720px;
	float: right;
}

#body1 .content, #body2 .content {
	padding: 10px;
	line-height: 14pt;
}

#body2 .content {
	padding: 10px 20px 20px 10px;
}

#body1 {
	padding: 10px 60px 30px 60px;
}

#footer {
	background: #000000 url(images/footer-bg.jpg) repeat-x;
}

#footer #contain {
	width: 980px;
}

#footer .block {
	float: left;
	text-align: left;
	padding-bottom: 25px;
}

#footer .block h3 {
	font-size: 13pt;
}

#footer .block p {
	font-size: 8pt;
	color: #BBB;
	line-height: 14pt;
}

#footer .block .content {
	padding: 10px;
}

#footer .block ul {
	display: block;
	float: left;
	padding-top: 0;
}

#footer .block ul li {
	line-height: 14pt;
}

#footer .block a {
	color: #FFF;
	font-size: 8pt;
	text-decoration: none;
}

#footer .block a:hover {
	color: #CCC;
}

#footer .icon {
	margin: 2px 5px 0 0;
	float: left;
}

#footer .foot-1 {
	width: 50%;
}

#footer .foot-2 {
	width: 25%;
}

div.content p, div.content li, div.content td {
	color: #444;
}

/*   CLASSES   */

.button {
	height: 30px;
}

.clear {
	height: 1px;
	clear: both;
}

.content-table {
	border: 1px solid #CCC;
	border-bottom: 0;
	width: 100%;
	margin-top: 10px;
}

.content-table-head {
	border-bottom: 1px solid #CCC;
	background: url(images/menu-head-bg.gif) repeat-x;
	color: #FFF !important;
	font-weight: bold !important;
	font-size: 12pt;
	padding: 6px;
	text-align: center;
}

.content-table-subhead td {
	border-bottom: 1px solid #CCC;
	background: #DDD;
	padding: 4px;
	font-size: 8pt;
	font-weight: bold;
}

.content-table .row-one td {
	padding: 3px;
	background: #F5F5F5;
	border-bottom: 1px solid #DDD;
	font-size: 8pt;
}

.content-table .row-two td {
	padding: 3px;
	background: #FFFFFF;
	border-bottom: 1px solid #DDD;
	font-size: 8pt;
}

.content-table .sale-price, .content-table .sale-price {
	text-align: right;
	color: #FF0000;
	padding-left: 15px;
}

.content-table .orig-price, .content-table .orig-price {
	text-align: right;
	color: #666;
	padding-left: 15px;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

small {
	font-size: 8pt;
	color: #888;
}

.post {
	border-bottom: 1px dotted #BBB;
	padding-bottom: 10px;
}

span.date {
	font-size: 8pt;
	color: #666;
	font-style: italic;
	line-height: 13pt;
}

.navigation {
	padding: 10px 0 30px 0;
}

.navigation .alignright {
	float: right;
	color: #666;
}
 
.navigation .alignright a {
	color: #666;
}
 
.navigation .alignleft {
	float: left;
	color: #666;
}

.navigation .alignleft a {
	color: #666;
}

a.post-edit-link {
	clear: both;
	display: block;
	border-top: 1px dotted #BBB;
	border-bottom: 1px dotted #BBB;
	padding: 5px;
	color: #666;
	text-decoration: none;
	text-align: right;
}

a:hover.post-edit-link {
	background-color: #EEE;
}

p.postmetadata {
	color: #666 !important;
	font-size: 8pt;
	letter-spacing: 1px;
	padding: 5px;
	border-top: 1px solid #CCC;
}

p.postmetadata a {
	color: #666 !important;
	font-size: 8pt;
}

/***************** AUTHOR PAGE STYLES ****************/

.photo {
	float: left;
	padding: 5px;
	margin: 15px;
	border: 1px dotted #F37321;
}

.name {
	font-size: 17pt;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 30px 0 10px 0;
}

.title {
	color: #666;
	letter-spacing: 1px;
}
