/*
Theme Name: RJMC Custom
Theme URI: http://www.rjmc.net
Description: RJMC Custom, 2 Columns, 1 Right Sidebar
Version: 1.1
Author: 12foot Interactive
Author URI: http://www.12ft.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */

/*  Colors

#898a77 gold-grey

*/


/*
-----------------------------------------
RESET
----------------------------------------- 
*/
* {margin:0; padding:0; outline:none;}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
ul li{list-style:none}
ol { margin: 10px 0 10px 25px; }
ol li {	margin: 10px 0; }
caption, th{text-align:left}
q:before, q:after{content:''}

strong, b{font-weight:bold; color: #333333}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/
.aligncenter{display:block; margin:0 auto}
.alignleft{float:left}
.alignright{float:right}
.floatLeft{float:left}
.floatRight{float:right}
.clear{clear:both}

/*

/*
-----------------------------------------
Main Containers
----------------------------------------- 
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: -20px 0 0 0;
	padding: 0;
	min-height: 100%; 
	color: #333333;
}
#pagewrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/rjmc-page-bg.jpg) top no-repeat #e5e5e5;
	border: 0px solid #ffffff;
}
#wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 0px;
	overflow: visible;
}
#headerbg{
	background: url(images/rjmc-logo.png) no-repeat top left;
	overflow: visible;
	height: 174px;
	width: 990px;
	margin: -100px 0 -75px -140px;
	z-index: 20;
}

#headerbg span {font-size: 0;  text-indent: -9999px;}
#headerbg a {
	background: green;
	display: block;
	width: 425px;
	height: 70px;
	margin: 0 0 0 140px;
}
#header {
	position: relative;
	height: 98px;
	width: 990px;
	margin: 0px;
}
#main {
	width: 800px;
}

#flashHolder{
	background: #000;
	width: 990px;
	height: 326px;
	z-index: 20;
}
#flashHolderCalc {
	margin: 25px 0;
}

/*  General classes =========================================*/

.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

hr {
	color: #e1e1e1;
	background-color: #e1e1e1;
	height: 1px;
	margin-bottom: 8px;
	border: none;
}

p {margin: 16px 0;}

/*  Menu =========================================*/

#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	height: 96px;
	font-size: 13px;
	color: #fff;

}
#menu ul {
	float: right;
	margin: 45px 0 0 0;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
	color: #fff;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu a.logolink {
	display: block;
	width: 425px;
	height: 70px;
	margin: 0 0 0 0;
	float: left;
}
#menu a.logolink span {display: none;}



/*
-----------------------------------------
CONTENT
----------------------------------------- 
*/

#home-list {font-size: 12px; line-height: 16px;}

#home-list ul li h2 a{
	display: block;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	height: 24px;
	padding: 0 0 10px 0;
	background: url(images/arrow.jpg) no-repeat right;
}

#home-list ul li h2 a:hover {color: #cc0000;}

#home-list h3 {padding: 0 10px;}

#content a:link, #content a:visited {
	padding: 2px;
}
#content p {margin: 8px 0 16px 0}

#content a:hover {
	text-decoration: none;
}

#content {
	width: 990px;
	padding: 0;
	float: left;
	background: url(images/content-bg.jpg) repeat-y top;
}

#contentLeft{
	width: 650px;
	font-size: 13px;
	line-height: 16px;
	padding: 10px 10px 10px 20px;
	float: left;
}
#contentLeft ul li {
	list-style-type: none;
	padding: 4px 10px;
	margin: 0;
	background: url(images/arrow-bullet.gif) 0px 8px no-repeat;
	color: #363636;
}
#home-list ul li {background: url(images/arrow-bullet.gif) 0px 15px no-repeat; }
#contentLeft ul li h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}
#contentLeft ul li strong {
	color: #810402;
}
#contentLeft ul{margin: 10px 20px; width: 90%}


#contentLeft .clientBox ul li {margin: 0; padding: 0 0 5px 0; background: none; list-style-type: none; clear: left; }

#contentLeft .clientBox ul li div img {
	float: left;
	margin: 5px 15px 10px 0;
} 

#moreInfo{
	margin: 10px 0;
}

#moreInfo h5 {
  font-size: 14px;
  margin: 14px 0 10px 0;
  padding: 0;
  color: #444444;
}


#moreInfo ul li {
	list-style-type: none;
	padding: 4px 10px;
	margin: 0;
	background: url(images/arrow-bullet.gif) left no-repeat;
}


.backtotop{
	display: block;
	width: 100%;
	border-top: 1px solid #999999;
	padding-top: 1px;
	text-align: right;
}
.backtotop a{
	font-size: 11px;
	color: white;
	padding: 8px;
	border: 1px solid #efefef;
	background: #898a77;
}


.bio-odd, .bio-even {border-bottom: 1px dotted #999999; padding: 12px;}
.bio-even {background: #f1f1f1;}

/*  Sidebar =========================================*/

#sidebar {
	width: 265px;
	float: left;
	margin: 10px 5px 10px 5px;
	padding: 10px 5px;
	color: #ffffff;
	font-size: 11px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #898a77;
	font-size: 12px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#content #sidebar ul li {
	border-bottom: 1px solid #660000;
	padding: 6px 0;
	font-size: 11px;
	color: #450109;
}
#sidebar ul ul li  {
	border-bottom: 1px solid #660000;
	padding-bottom: 8px;
	font-size: 11px;
	color: #000000;
}

#sidebar p img {padding: 8px 0; }

#sidebar h2.widgettitle {
	font-size: 16px;
	color: #ffffff;
}

#content #sidebar h2 {
	font-size: 16px;
	font-family: Helvetica Neue, Arial, sans-serif; 
	color: #ffffff;
	margin: 10px 0 8px 0;
	font-weight: bold;
}

#content #sidebar div {
	margin: 20px 0 0 5px;
}

#content #sidebar div.sideExtra {
	margin: 30px 0 0 5px;
}
#content #sidebar div.sideExtra h2 {
	font-size: 22px;
}
#content #sidebar div.sideExtra a {
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}
#content #sidebar div.sideExtra a:hover {
	color: #FAAF5F;
}

#content #sidebar div#editableCTA{
	background: url(images/generic-cta-bg.jpg) top no-repeat;
	font-family: Georgia, serif;
	font-size: 26px;
	font-weight: bold;
	width: 289px;
	height: 120px;
	margin: 12px 0 24px 0;
	color: #ffffff;
}
#editableCTA a, #editableCTA a:hover{color: #ffffff;}
#editableCTA p{padding: 14px 0 0 16px; margin: 0 0 8px 0; text-shadow: #000000 0px 1px 3px;}

#content #sidebar div#editableCTA div.editableSub { margin: 0; padding: 0;}
#editableCTA div.editableSub p{
	padding: 0 0 0 16px;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	font-family: Arial;
	text-shadow: #000000 0px 1px 3px;
}


/*  Headings =========================================*/

h1, h2, h3, h4, h5 {font-family: Helvetica Neue, Arial, sans-serif;}
h1, h1 a:link, h1 a:visited {
	margin: 0px;
	width: 600px;
	padding: 10px 0;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 26px;
	color: #000000;
	letter-spacing: -1px;
	line-height: 28px;
}

#content h2, .post h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 22px;
	margin: 0 0 18px 0; 
	padding: 0;
}
#content h3, .post h3, .post h3 a {
  font-size: 20px;
  margin: 14px 0 10px 0;
  padding: 0;
}

.post h3 a:hover{color: #cc0000;}

#content h4, .post h4 {
  font-size: 16px;
  margin: 14px 0 0 0;
  padding: 0;
}






/*=== Post Date =========================================*/
.date {font-size: 11px}

.comments {
	float: right;
	padding: 20px;
	background: url(images/comment-count-bg.jpg) 5px 10px no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.comments a {color: #ffffff;}
.comments a:hover {}






/*=== Comment form and comments =========================================*/
#respond p {
	font-size: .9em;
}

#respond h3 {margin-top: 30px; padding-bottom: 8px;}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #e1e1e1;
}
#content ol.commentlist li a {
	text-decoration: none;
}
li.author {
	padding: 5px;
}
input {border: 1px solid #999999; height: 20px}

/*=== jQuery Accordian  ===============================================*/


.clientBox ul.ui-accordion-container {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.clientBox ul.ui-accordion-container li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	background-repeat: no-repeat;
}
.clientBox ul.ui-accordion-container li a.ui-accordion-link {
	display: block;
	padding-left: 12px;
	margin: 1px 3px 1px 0;
	height: 28px;
	background: url(images/sprites.gif) no-repeat 0 -693px;
	border-top: 1px solid #d1d1d1;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	cursor: pointer;
}

.clientBox ul.ui-accordion-container li .ui-accordion-right {
	display: block;
	background: #810402;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 28px;
	width: 3px;
}


.clientBox ul.ui-accordion-container li:hover { }
.clientBox ul.ui-accordion-container li:hover a.ui-accordion-link { }
.clientBox ul.ui-accordion-container li:hover .ui-accordion-right { }

.clientBox ul.ui-accordion-container li.active { background: #810402; }
.clientBox ul.ui-accordion-container li.active a.ui-accordion-link { background: #810402; }
.clientBox ul.ui-accordion-container li.active .ui-accordion-right { background: #810402; }

.clientBox {width: 635px; float: left; margin: 0; padding: 0;}
#contentLeft .clientBox ul{margin:0; width: 100%}

/*=== oh you're so fancy with those blockquotes....=========================================*/

blockquote {
  font: 14px;
  width: 375px;
  background: url(images/quote-right.png) no-repeat right bottom;
  padding: 0 10px 0 0;
  color: #999999;
}
blockquote p {
  background: url(images/quote-left.png) no-repeat left top;
  padding: 20px 25px 20px 40px;
  font: 14px;
  color: #A3A3A3;
  height: 53px;
  display: block;
  line-height: 18px;
}
blockquote p span {
	color: #fff;
	font-weight: bold;
}


/* Post Image Styles =========================================*/

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}


/* Calculator table =========================================*/

.erpTable {
	border: 2px solid #900;
	border-collapse:collapse;width:625px
}

.erpTable .tableHeader {
	color:#fff;
	font-size:14px;
	background: #900 url(images/sprites.gif) repeat-x 0 -1300px;
	padding: 10px;
	height: 60px;
	
}
.erpTable td{padding: 6px;} 
.erpTable .tableHeader td{padding: 0px 6px; border: 1px solid #cc0000} 
.erpTable .tableHeader strong, .erpTable .rowHeader strong{color: #ffffff;}
.erpTable .rowHeader {
	color:#fff;
	font-size:100%;
	background: #88b8db url(images/sprites.gif) repeat-x 0 -1400px;
	padding: 6px;
	border-top: 1px solid #fff;
}
.erpTable .sub {
	color:#000;
	background: #efefef url(images/sprites.gif) repeat-x 0 -1500px;
	padding: 6px
}

.erpTable td {
	text-align:left;
	border: 1px solid #efefef
}






/*
-----------------------------------------
FOOTER
----------------------------------------- 
*/

#footer {
	width: 990px;
	height: 340px;
	clear: both;
	font-size: 12px;
	padding: 40px 0 10px 0;
	background: url(images/footer-bg.jpg) 0px -50px repeat-x #000000;
}

#footer a:link, #footer a:visited {
	color: #A3A3A3;
	text-decoration: none;
}
#footer a:hover {
	color:#cc0000;
	text-decoration: none;
}

.footer-more {
	width: 155px;
	margin: 0 0 0 30px;
	float: left;
}


.footer-more ul li {
	list-style-type: none;
	padding: 8px 0;
	margin: 0;
}

.footer-ideas {
	width: 360px;
	margin: 0 0 0 0px;
	float: left;
}

.footer-ideas ul li {
	list-style-type: none;
	padding: 8px 0;
	margin: 0;
	border-bottom: 1px solid #343434;
}

.footer-quote {
	width: 400px;
	margin: 0 0 0 40px;
	float: left;
}

#footer-contact {
	margin: 30px auto 0 auto;
	color: #333333;
	text-align: center;
	font-size: 11px;
	width: 60%;
	padding: 10px 0 0 0;
}
.footer-more h3, .footer-ideas h3, .footer-quote h3{text-transform: capitalize; color: #ffffff;}
#footer-contact h2, #footer-contact h3 {color: #FFFFFF}

/* Misc. =========================================*/

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}

#content .post-tags p, #content .post-category p {margin: 8px 0 12px 0; }
.post-category, .post-tags {font-size: 11px; margin-bottom: 12px}


div#insideHeader div#blog-post-image {
	border-top: 9px solid black;
	width: 990px;
	height: 180px;
}

div#insideHeader div#blog-post-image img{
	position: absolute;
}

/* Services Diagram =========================================*/

#diagramHold {
	width: 625px;
	height: 360px;
	background: url(http://www.rjmc.net/wp-content/themes/rjmc-theme/images/diagram_bg.png) no-repeat;
}

div.roll {
	position: absolute;
	cursor: pointer;
}
#roll1 {
	width: 234px;
	height: 43px;
	margin: 7px 0 0 40px;
}
#roll2 {
	width: 234px;
	height: 37px;
	margin: 54px 0 0 40px;
}
#roll3 {
	width: 234px;
	height: 37px;
	margin: 199px 0 0 40px;
}
#roll4 {
	width: 234px;
	height: 43px;
	margin: 107px 0 0 267px;
}
#roll5 {
	width: 275px;
	height: 37px;
	margin: 157px 0 0 285px;
}
#roll6 {
	width: 275px;
	height: 37px;
	margin: 196px 0 0 285px;
}
#roll7 {
	width: 275px;
	height: 37px;
	margin: 236px 0 0 285px;
}
#roll8 {
	width: 275px;
	height: 37px;
	margin: 276px 0 0 285px;
}
#roll9 {
	width: 275px;
	height: 37px;
	margin: 316px 0 0 285px;
}
div.diagramText {
	width: 625px;
	border-bottom: 1px solid #b8b8b8;
	padding: 5px 0 15px 0;
}

