/*   
Theme Name: RFIDayton
Theme URI: 
Description: A Custom WordPress Theme for RFIDayton
Author: Freelance Dayton
Author URI: http://www.freelancedayton.com/
Version: 1.0
Tags: tutorial, test
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
/*	background-image: url(images/bg_tile.jpg);*/
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
/*	background-image: url(images/content_bg.png);*/
        background-color: FFFFFF;
	background-position: center;
	background-repeat: repeat-y;
	width: 986px;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
        bottom: 0;
}
#head_grad {
    position: absolute;
    left: 0;
    width: 100%;
    height: 251px;
    background-image: url(images/bg_head_grad.jpg);
    background-repeat: repeat-x;
}
#header {
	position: relative;
	background-image: url(images/header_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 980px;
	height: 251px;
	margin: 0 auto;
	background-color: #F18800;
}
#header_nav {
	position: absolute;
	top: 205px;
	left: 48px;
	width: 295px;
	height: 30px;
	padding: 0;
	margin: 0;
}
#header_nav a {
	font-family: "Helvetica Cyrillic", Geneva, Arial, Helvetica, sans-serif;
	display: inline-block;
	text-decoration: none;
	color: #3db4e5;
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 1px;
	padding-right: 25px;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
}
#header_nav a:hover {
	color: #bdd73c;
	background-image: url(images/mainNav_bg.png);
/*	background-position: center;
	background-repeat: no-repeat;*/
}
#head_home_link {
	display: block;
	position: absolute;
	top: 40px;
	left: 50px;
	height: 90px;
	width: 220px;
}
#head_home_link a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
#header_nav .nav_space {
	display: inline-block;
	width: 5px;
	height: 30px;
	background-image: url(images/menu_sep.png);
	background-repeat: no-repeat;
}
#main {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#content {
	position: relative;
	overflow: auto;
	background-color: #FFFFFF;
	margin: 0 20px 0 21px;
	padding: 0 30px;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
/*#content h1 {
	margin-bottom: 10px;
	padding: 0.5em;
	color: #333333;
	text-align: left;
	font-size: 1.5em;
	font-variant: small-caps;
}*/
#footer {
	position: relative;
	width: 815px;
	margin: 0 auto;
	padding: 0 40px 35px;
	background-color: #A0CF31;
        background-repeat: repeat-x;
	/*border-right: 1px solid #FCE3C3;
	border-left: 1px solid #FCE3C3;
	border-top: 1px solid #F18800;*/
	color: #ffffff;
	font-size: 0.7em;
}
#footer p {
	padding-top: 15px;
}
#footer .address {
	font-size: 125%;
}

.justify {
	text-align: justify;
}
.section {
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 3px;
	/*background-color: #FAFAFA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #D8D8D8;*/
}
.section_head {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 13px;
	background-color: #8C8B8E;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.section_head a {
	text-decoration: none;
	color: #FFFFFF;
}
.section_head a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.section_head_alt {
	font-size: 1em;
	font-weight: bold;
	color: #0080B2;
	padding: 13px;
	/*background-color: #605F62;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;*/
}
.section_head small, .section_head_alt small {
	font-size: 0.75em;
	color: #b0b0b0;
	font-weight: normal;
}
.section_sep {
	/*background-color: #CDCBC3;*/
	margin: 0 1px;
	/*border-top: 1px solid #EEECE4;*/
	/*height: 2.5ex;
	padding-right: 10px;
	padding-left: 10px;*/
	text-align: right;
}
.section_sep a {
	font-size: 0.7em;
	text-decoration: none;
	color: #636363;
}
.section_sep a:hover {
	text-decoration: underline;
}
.section_content {
	/*line-height:normal;*/
	font-size: 0.75em;
	/*background-color: #f5f5f5;
	margin: 0 3px;
	padding-bottom: 10px;
	border-top: 1px solid #EEECE4;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;*/
}
.section_content p {
        padding: 12px;
	    color: #393939;
}
.section_content h1 {
        font-size: 20px;
        padding: 0px 0px 5px 10px;
	    color: #636363;
}
.section_content h2 {
        font-size: 18px;
        padding: 0px 0px 5px 10px;
	    color: #636363;
}
.section_content h3 {
        font-size: 16px;
        padding: 0px 0px 5px 10px;
	    color: #0080B2;
}
.section_content h4 {
        font-size: 14px;
        padding: 0px 0px 5px 10px;
	    color: #636363;
}
.section_content h5 {
        font-size: 12px;
        padding: 0px 0px 5px 10px;
	    color: #636363;
}
.section_content h6 {
        font-size: 10px;
        padding: 0px 0px 5px 10px;
	    color: #636363;
}
.section_content blockquote {
    border-left: 3px solid grey;
    margin-left: 20px;
}
.section_content blockquote p {
    padding: 0 5px;
}
.section_content ul {
	/*padding-left: 12px;*/
	padding-left: 20px;
}
.left .section_content ol, .left .section_content ul {
	padding: 0 10px 0 65px;
	color: #636363;
}
.left .section_content li {
	padding: 0 10px 0 10px;
	color: #636363;
}
div.right .section_content p, div.right .section_content h3, div.right .section_content h2 {
	padding-top: 2px;
	padding-bottom: 3px;
}
div.right .section_content {
	padding-top: 8px;
	padding-bottom: 8px;
}
.section_content p.no_pad {
	padding: 0;
	text-align: center;
}
.section_content table {
	display: block;
	padding: 0 10px;
}
.section_content td {
	font-size: 0.8em;
	padding: 3px 6px;
}
.section_content th {
	padding: 3px 6px 0;
}
.post_title {
	font-size: 1.2em;
	font-weight: bold;
}
.post_title a {
	text-decoration: none;
	color: #605F62;
}
.post_title a:hover {
	text-decoration: underline;
	color: #8C8B8E;
}
.blog_list {
	padding-top: 8px;
}
.blog_list p {
	margin-bottom: 0;
	padding-bottom: 2px;
	margin-top: 0;
	padding-top: 2px;
}
.blog_list hr {
	margin-bottom: 13px;
	margin-top: 13px;
}
img {
	margin: 0 auto;
	vertical-align: middle;
}
.right {
	position: relative;
	float: right;
	clear: right;
	margin-top: 15px;
	width: 190px;
}
.left {
	position: relative;
	float: left;
	clear: left;
	margin-top: 15px;
	width: 516px;
}
.wide {
	width: 850px;
}
hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
}
.td_left {
	text-align: left;
}
.td_right, .th_right {
	text-align: right;
}
.link_btn {
	background-image: url(images/btn_bg.jpg);
	height: 17px;
	width: 102px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #CCCCCC;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 2px;
	margin: 4px 0;
}
.link_btn:hover {
	color: #F18800;
}
.clear {
	clear: both;
}
.navigation {
	display: block;
	position: relative;
	padding-bottom: 5px;
}
.navigation div {
	display: inline-block;
	padding: 2px 10px;
}
#nav-below {
	clear: both;
}
a img {
	margin-right: 5px;
}
.nav_glow {
	background-image: url(images/red.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	top: 108px;
	display: none;
}
.bottom_padd {
	padding-bottom: 1em;
}
.left_half_market {
	width: 50%;
	text-align: left;
	float: left;
	font-size:15px;
	top:200px;
}
.left_half {
	width: 50%;
	text-align: left;
	float: left;
	font-size:11px;
	color:#666;
	top:200px;
	padding-top: 5px;
}
.right_half {
	width: 50%;
	text-align: right;
	float: right;
}

