/*
Theme Name: RCD Technology
Theme URI: http://www.letsmakeitgo.com/politicspa/theme/
Description: Theme developed for RCDTechnology.com wordpress installation
Version: 1.0
Author: Clay Simmons, Josh Clark
Author URI: http://www.letsmakeitgo.com
Tags: RFID, blue, white

	RCDTechnology v1.0
	 http://www.letsmakeitgo.com/rcdtechnology/theme/

	This theme was designed by Josh Clark and built by Clay Simmons

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/****** Reset ******/
* { margin:0; padding:0; }

body { background:#fff url(images/body-bg.jpg) top left repeat-x; font:12px/1.55em arial, helvetica, sans-serif; text-align:center; color:#333;}
body.home {
	background: #fff url(images/home-bg.jpg) top left repeat-x;
}

a { color:#0d5ba8; text-decoration:underline; }
a:hover { color:#1e7ec8; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1 { font-size:2.5em; line-height:1.17; }
h2 { font-size:1.8em; color:#7C2A2A;}
h3 { font-size:1.3em; color:#597C9C;}
h4 { font-size:1.0em; }
h5 { font-size:1.00em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; clear:both; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }

/****** Clear Fix ******/
.clearing:after
	{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearing
	{
	display: inline-block;        /*sets hasLayout for IE<=6*/
	}

.clearing
	{                     /*resets display without resetting hasLayout*/
	display: block;
	}

.float-left {float:left;}
.float-right {float:right;}

/* Normal Lists */
#content ul, #content ol, 
.normal-list {
	list-style-type: disc;
	padding-left:30px;
	margin-bottom:0.8em;
}
#content ol {
	list-style-type: decimal;
}

/****** LAYOUT ******/
#container {
	text-align:left;
	width:1002px;
	margin:0 auto;
}
#content {
}
#header {
	position:relative;
}
#phone-number {
	position:absolute;
	right:0;
	top:3em;
	color:#BE172B;
	font-size:1.3em;
	font-weight:bold;
	text-align:right;
}

#newsletter-signup {
	position:absolute;
	color:#BE172B;
	font-size:1.3em;
	font-weight:bold;
	right:0;
	top:4.4em;
	text-align:right;
}

#newsletter-signup a {
	color:#be172b;
}

#header-logo {height:160px;}

.pointer-cursor {
	cursor:pointer;
}
.regular-cursor {
	cursor:auto;
}

#header-navigation {
	min-height:160px;
	height:auto !important;
	height:160px;
}

#header h1 {
	margin:0;padding:0;
	display:none;visibility:none;
}

#header-logo {
	float:left;
	/* background: transparent url(images/logo.jpg) top left no-repeat; */
	width:256px;
	/* text-indent:-999em; */
}
#header-navigation {
	overflow:visible;
	background: transparent url(images/nav-bg.jpg) 0 98px no-repeat;
	float:right;
	width:746px;
	text-align:center;
}

#header-navigation ul {
	margin-top: 118px;
	margin-left: 15px;
}

#header-navigation ul ul {
	position:absolute;
	visibility:hidden; /* This is to keep them hidden but allows them to still have dimension for computing offsetWidth for 3rd tier menus */
	z-index:-1;
	padding-top:23px;
	left:0;
	margin:0;
}

#header-navigation ul li {
	display:inline;
	position:relative;
	padding: 0 9px;
	text-transform:uppercase;
	font-size:1em;
}

#header-navigation ul li li {
	display:block;
	background:#5D7C9B;
	text-align:left;
	padding:2px 10px;
	border-bottom:1px solid #fff;
}

#header-navigation ul li a {
	white-space:nowrap;
	color:#fff;
	text-decoration:none;
	padding:5px 0;
}

#header-navigation a:hover{
	text-decoration:underline;
}

/* Third level menu items */
#header-navigation ul ul ul {
	top:0;
}

#splash {
	position:relative;
	min-height:427px;
	height:auto !important;
	height:427px;
	background: #e5e7eb url(images/splash-bg-2.jpg) top left no-repeat;
}
#accordion-container {
	width:604px;
	height:375px;
}
#accordion {
	padding:10px;
	padding-top:20px;
}
h3.ui-accordion-header {
	font-weight:bold;
}
#splash-verbiage {
	width:300px;
	position:absolute;
	top:150px;
	left:660px;
}
#splash-verbiage p {
	color: #fff;
	font-size:1.25em;
	line-height:1.5;
}

#content {
	padding-top:20px;
	float:left;
	width: 694px;
}

.home #content {
	width:100%;
}

.home-col {
	width:387px; /* 367px + .home-col-padding */
	float:left;
}

.home-col-padding {
	padding-right:20px;
}

.home-col-last {
	width:227px;
}

.grey-border {
	border:1px solid #dbe1e6;
}

.col-padding {
	padding:15px;
}

.product {
	min-height:160px;
	height:auto !important;
	height:160px;
}

.product-photo {
	float:left;
}
.product-blurb {
	width:185px;
	float:right;
}

.entry table {
	border-collapse:collapse;
	border:1px solid #333;
}

.entry table td,
.entry table th {
	border:1px solid #333;
	padding:5px;
}

/* Get rid of table border for process page */
.entry table,
.entry table td,
.entry table th {
	border:0;
}

/* Parnters page */
.partner-block {
	margin-bottom:40px;
}
.partner-logo {
	display:block;
	width:150px;
	overflow:hidden;
	float:left;
}

.partner-blurb {
	float:right;
	width:524px;
}

/* Sidebar */
#sidebar {
	float:right;
	padding-top:20px;
	width:270px;
}

/* Archive page */
.post {
	margin-bottom:15px;
}
.product-thumbnail, .case-study-thumbnail {
	float:left;
}
.post-excerpt {
	float:right;
	width:524px;
}


/* Footer */
#footer {
	background: #e6e7eb;
	margin: 20px 0;
	margin-bottom:0;
	padding:10px 0;
	color: #637c92;
}
#footer-inner {
	text-align:left;
	width:1002px;
	margin:0 auto;
}
.footer-light-text {
	color: #8ea3b6;
}
#footer ul {margin-bottom:0.5em;}
#footer ul li {
	display:inline;
	padding:0;
	padding-right:10px;
}
#footer a {
	color:#637c92;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

blockquote {
	color:#597C9C;
	padding-left:20px;
	padding-right:20px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.clear {
	clear: both;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */







/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Undo wp-caption margins for floated stuff */
.alignleft {
	margin-left:0; padding-left:0;
	margin-top:0;
}
.alignright {
	margin-right:0; padding-right:0;
	margin-top:0;
}