/*
Theme Name: RampRate Custom Theme
Theme URI: http://www.mindflint.com
Description: A custom theme developed to specically match RampRate's web design and brand.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/

 
body {
	background:#ffffff;
	font-family: Arial, Tahoma;
	font-size:12px;
	color:#505050; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #0b3d92;	
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0b3d92;	
	font-weight: bold;
	text-decoration: underline;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

h1, h2, h3, h4, h5 {
	font-family:"Myriad Pro", Tahoma;	
	font-weight: normal;
}

#postHeader h2 a{
	color:#ffffff;
    font-family:"Myriad Pro", Tahoma;	
	font-weight: normal;
}

#postHeader h2 a:hover{
	color:#ffffff;
    font-family:"Myriad Pro", Tahoma;	
	font-weight: normal;
}

.eventsHeader {
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr {
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #ccc;
}

#page {
	width:970px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float:left;
	width:970px;
	border-top:6px solid #DEDEDE;
}

#logo {
	float:left;
	width:247px;
	padding:21px 0 28px 0;
}

#headerChat {
	float:right;
	width:159px;
	margin-top:30px;
}

#searchBox {
    float:right;
    width:250px;
    margin-top:25px;
}

#navigation {
	float:left;
	width:970px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#navigation ul {
	margin: 0;
	padding: 0;
	float: left;
}

.navParent {
	float: left;
	margin-left: 0px;
	padding: 12px 20px;
	text-decoration: none;
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
	border-right: 1px solid #ffffff;
}

.navParent a {
	color: #7f7f7f;
	text-decoration: none;
}

.navParentActive {
	float: left;
	padding: 12px 20px;
	text-decoration: none;
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
	border-right: 1px solid #ffffff;
	background-image: url(images/nav_bg_active.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.navParentActive a {
	color: #0b3d92;
	text-decoration: none;	
}

.navParentOver {
	float: left;
	padding: 12px 20px;
	text-decoration: none;
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
	background-image: url(images/nav_bg_over.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-right: 1px solid #ffffff;
	/*
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}

.navParentOver a {
	color: #0b3d92;
	text-decoration: none;	
}

#navCap {
	float:right;
	text-align:right;
	margin-top: 10px;
}


#navDropDownFrame {
	margin-top: 37px;
	height: 32px;
}

.navDropDown {
	position: absolute;
	height: 32px;
	background-image: url(images/dropdown_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #ccc;	
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
    text-transform:none;

}

.navDropDown li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-align:center;
}

.navDropDown li a{
	color: #7f7f7f;
	font-size:11px;
	text-decoration: none;
	font-family: "Tahoma", Tahoma;	
}

.navDropDown li:hover {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-align:center;	
	background-color: #e7eefb;
	/*height: 30px;*/
}

.navDropDown li:hover a{
	color: #275db7;
	font-size:11px;
	text-decoration: none;
	font-family: "Tahoma", Tahoma;	
}

.navDropDown .navOne {
	padding-top: 8px;	
	height: 22px;
}

.navDropDown .navTwo {
	padding-top: 2px;	
	height: 30px;
}

/* end nav elements */


#content {
	float:left;
	width: 600px;
	min-height: 400px;
}

/* Home Pieces */

#homeLeft {
	float: left;
	width:666px;
	height:284px;
	margin-top:10px;
}

#homeContent {
	float: left; 
    	min-height: 400px;
}

#homeRight {
	float: left;
	width:296px;
	height:284px;
	margin-top:10px;
	margin-left: 8px;
	background-image: url(images/home_right_bg.gif);

}

#homeBottom {
	float:left;
	width:970px;
	height:175px;
	margin-top: 16px;
}

.homeBottomEntry {
	float:left;
	width:242px;
	height:175px;
}

.homeBottomEntryText {
	float:left;
	width:100px;
	height:100px;
	margin-top: 13px;
	margin-left: 17px;
	color:#595959;
	font-family: "Tahoma", Tahoma, sans;
	font-size:11px;
}

.homeBottomEntryText h2{
	font-weight: bold;
	font-size: 14px;
	color:#595959;
}

.homeMoreBtn {
	float:left;
	width:60px;
	height:25px;
	margin-top: 15px;
	margin-left: 18px;
}

#homeClientScroller {
	margin-top: 2px;
	margin-left:3px;	
}

/* Page Content Pieces */

.post {
	float:left;
	margin-top: 10px;
	width:666px;
}

.post h2{
	color:#FFFFFF;
	font-size:24px;
	width:617px;
	margin-top: 4px;
	margin-left: 12px;
	margin-bottom: 10px;
    font-family: Arial, Helvetica, sans;
}

#postHeader {
	float:left;
	width:666px;
	height: 60px;
	background:transparent url(images/inner_title.png) no-repeat scroll 0 0;
}

#postBreadCrumbs {
	color:#7F7F7F;
	font-size:11px;
	width:617px;
	text-transform: lowercase;
}

#postBreadCrumbs a{
	color: #799ace;
	text-decoration: none;
	font-weight: normal;
}

.entry {
	float:left;	
	width: 630px;
	margin-top:15px;
}

.entryHeader h2{
	float: left;
	background:transparent url(images/content_title.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:15px;
	line-height:34px;
	margin-left: 0px;
	margin-bottom:15px;
	padding-left:15px;
	width:400px;
}

/* Sub Nav Items */

.subNav {
	float:right;
	width:194px;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#subNavBanner {
	float: right;
}


.navChildTop {
	float:right;
	width:177px;
	height:22px;
	background:transparent url(images/menu_top.png) no-repeat scroll 0 0;
}

.navChildTop a{
	color:#9B9B9B;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
	font-weight: normal;
    text-decoration: none;
}

.navChildTop:hover{
	float:right;
	width:177px;
	height:22px;
	background:transparent url(images/menu_top_on.png) no-repeat scroll 0 0;
}

.navChildTop:hover a{
	color:#ffffff;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
	font-weight: normal;
    text-decoration: none;
}

.navChildTopActive {
	float:right;
	width:177px;
	height:22px;
	background:transparent url(images/menu_top_on.png) no-repeat scroll 0 0;
}

.navChildTopActive a{
	color:#ffffff;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
	font-weight: normal;
    text-decoration: none;
}

.navChild {
	float:right;
	width:177px;
	height:22px;
	background:transparent url(images/menu_off.png) no-repeat scroll 0 0;
}

.navChild a{
	color:#9B9B9B;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
	font-weight: normal;
    text-decoration: none;
}

.navChild:hover {
	float:right;
	width:177px;
	height:22px;
	background:transparent url(images/menu_on.png) no-repeat scroll 0 0;
}

.navChild:hover a{
	color:#ffffff;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
	font-weight: normal;
    text-decoration: none;
}

.navChildActive {
	float:right;
	width:177px;
	height:22px;
	background:transparent url(images/menu_on.png) no-repeat scroll 0 0;
}

.navChildActive a{
	color:#ffffff;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
	font-weight: normal;
    text-decoration: none;
}

.navChildBottom {
	float:right;
	width:177px;
	height:22px;
	background:transparent url(images/menu_bottom.png) no-repeat scroll 0 0;
	margin-bottom: 10px;
}

.navChildBottom a{
	color:#9B9B9B;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
	font-weight: normal;
    text-decoration: none;
}

.navChildBottom:hover{
	float:right;
	width:177px;
	height:22px;
	background:transparent url(images/menu_bottom_on.png) no-repeat scroll 0 0;
	margin-bottom: 10px;
}

.navChildBottom:hover a{
	color:#ffffff;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
	font-weight: normal;
    text-decoration: none;
}

.navChildBottomActive {
	float:right;
	width:177px;
	height:22px;
	background:transparent url(images/menu_bottom_on.png) no-repeat scroll 0 0;
	margin-bottom: 10px;
}

.navChildBottomActive a{
	color:#ffffff;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
	font-weight: normal;
    text-decoration: none;
}

#contactSubContent {
	float: right;
	margin-top: 15px;
    margin-right: 10px;
	font-size: 12px;	
}

#formContact {
	width: 350px;
	padding:20px;
	margin-bottom:20px;
	border: 1px #CCCCCC solid;
	background-color:#E6E6E6;
	font-size:12px;
	color: #000000;
	text-align: left;
}



/* end sub nav elements */

.entryContent h1{
	color:#000000;
	font-size: 20px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

.entryContent h2{
		font-family: Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	background: none;
	margin-left: 0px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px;
	text-transform: none;
}

.entryContent ol,ul{
	margin: 0px; 
}

.entryContent li{
	margin-top:15px;
	margin-left: 0px;
    list-style-image:url(images/bullet.png);

}

.caseStudy {
	margin-top: 20px;
	border: 1px solid #ccc;	
}

.caseStudyHeader {
	background-color: #fbedd0;	
}

#caseStudiesRegister {
    float:left;
        margin-left:130px;
    }

/* Sidebar pieces */

#sidebar {
	float:right;
	width:300px;
	height: 800px;
	margin-top: 10px;
}

#sidebar h3 {
	color:#5f5f5f;
	font-size:22px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 2px;
}

#sidebar p {
	color:#5F5F5F;
	font-size:12px;
	line-height:14px;
	padding-left:15px;
	width:180px;	
}

#spyIndex {
	float:left;
	width:296px;
	height:138px;
	background-image: url(images/sidebar-spyindex.jpg);
	margin-bottom: 10px;
}

#spyIndex .sideBtn {
	float: left;
	margin-left: 15px;
}

#measuring {
	float:left;
	width:296px;
	height:138px;
	background-image: url(images/sidebar-measure.jpg);
	margin-bottom: 10px;
}


#measuring .sideBtn{
	float: left;
	margin-left: 15px;
}

#featuredWhite {
	float:left;
	width:296px;
	height:138px;
	background-image: url(images/sidebar-white-papers.jpg);
	margin-bottom: 10px;
}

#featuredWhite ol,ul{
	margin: 0;	
}

#featuredWhite li {
	float: left;
    width: 240px;
	list-style-image: url(images/icon_pdf.png);
	color:#5F5F5F;
	font-size:11px;
    	margin-left:0px;
        margin-top: 5px;
	margin-bottom: 10px;
}

#featuredWhite .sideBtn {
	float: right;
	margin-right: 15px;
}

#featuredPdf {
	float:left;
	width:296px;
	height:310px;
	background-image: url(images/sidebar-pdfs.jpg);
	margin-bottom: 10px;
}

#featuredPdf h3 {
	margin-bottom: 10px;	
}

#featuredPdf ol,ul{
	margin: 0;	
}

#featuredPdf li {
	list-style-image: url(images/icon_pdf.png);
	color:#5F5F5F;
	font-size:12px;
	line-height:16px;
		margin-left:0px;
    	margin-bottom: 10px;
	width:200px;
}

#featuredPdf .sideBtn {
	float: right;
	margin-right: 15px;
}

#rssBar {
	float:right;
    width:290px;
    height: 20px;
    margin-bottom: 10px;
}

.blogArchiveList {
	float:right;
	width:294px;
    min-height:100px;
    padding-bottom: 5px;
    background-image:url(images/sidebar-middle.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.blogSidebarTopCap {
	float:right;
    width: 296px;
    height: 11px;
    background-image:url(images/sidebar-top-cap.gif);
}

.blogSidebarBottomCap {
	float:right;
    width: 296px;
    height: 11px;
    margin-bottom: 10px;
    background-image:url(images/sidebar-bottom-cap.gif);
}

.blogArchiveList h3 {
	margin-top: 0px !important;
    padding-top: 0px !important;
}

.blogArchiveList li {
	margin-top:5px;
    list-style-image:url(images/bullet.png);
    	margin-left:0px;
    }

#footer {
	float:left;
	width:970px;
	height:25px;
	margin-top:20px;
	margin-bottom: 20px;
    }

#footerInnerLeft {
	float:left;
	width: 688px;
	height:21px;
	background-color: #666;
	color: #ffffff;
	padding-top: 4px;
}

#footerInnerLeft a {
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

#footerInnerRight {
	float:left;
	width: 250px;
	height:21px;
	background-color: #666;
	color: #ffffff;
	padding-top: 4px;
	font-size: 11px;
	text-align: right;
}

#footerLeft, #footerRight {
	float:left;
	width:16px;
	height:25px;
	display:inline;
}

#footerLeft{
	background-image: url(images/footer-left.gif);
}
 
#footerRight {
	background-image: url(images/footer-right.gif);
}

#googleCode li{
	display: none;
}

/* Begin Images */
/*	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 {
	float: right;
	padding-left: 8px;
	}

img .alignleft {
	float: left;
	padding-right: 8px;
	}

.alignright {
	float: right;
    padding-left: 8px;
	}

.alignleft {
	float: left;
    padding-right: 8px;
	}
	
.clear {
	clear:both;	
}
	
/* End Images */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 150px;
	font-size: 11px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	float:left;
    width: 600px;
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* 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 Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

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

hr {
	display: none;
	}

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: 0px !important;
	padding: 0px !important;
	border: 0 none;
}

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