/*
Theme Name: Revere
Theme URI: http://www.reverestrategy.com
Description: Custom Wordpress theme for Revere Strategy Group
Version: 1.0.0
Author: Brad Summey
Author URI: http://twistra.com/

Private License, not for re-distribution

*/

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.left {float: left;}
.right {float: right;}
a {text-decoration: none; color: #5b709f; font-weight: bold;}


strong, b {
	font-weight: bold;
}

blockquote {
	padding: 15px;
	background-color: #d6ebf3;
	color: #247ea4;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px #247ea4 solid;
}

body {
	background: url(images/body_bg.jpg) center top no-repeat; 
	background-color: #a2a2a2;
	color: #002056;
}
/* Begin Structure */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	background: url(images/container_bg.jpg) top repeat-x;
	background-color: #253248;
}

/* Header Styles */

#header {
	height: 112px;
	padding: 0;
}

#logo {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

#navigation {
	float: left;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 40px;
	margin-top: 55px;
}

#navigation ul li{
	display: inline;
	list-style: none;
	margin: 7px;
}

#navigation ul li a{
	color: #001d54;
	text-decoration: none;
}

/* Grab Area Styles */

#grab {
	height: 298px;
	width: 820px;
	padding-top: 35px;
	background: url(images/grab_bg.png) center top no-repeat;
	position: relative;
	clear: both;
}
#grab_image {
	width: 465px;
	height: 241px;
	margin-left: 49px;
	margin-top: 35px;
	background-color: #0000cc;
	float: left;
}

/* Slideshow Styles */
/*
		 * Required 
		 */
		.container { float: left; width:465px; height:241px; margin-left: 49px; overflow:hidden; position:relative; cursor:pointer; }
		.slides { position:absolute; top:0; left:0;}
		.slides div { position:absolute; top:0; width:465px; display:none; }
		/*
		 * Optional
		 */
		ul.pagination { 
			z-index: 10000;
			float: left;
			list-style-type:none;
			width: 304px;
			margin-left: -40px;
			margin-top: -10px;
			text-align: center;
			font-size: 18px;
			position: relative;
		}
		ul.pagination li { 
			float:left; 
			margin:0 5px; 
		}	
		ul.pagination a { 
			display:block; 
			width: 304px; 
			padding-left: 30px;
			padding-top: 18px;
			padding-bottom: 20px;
			overflow:hidden; 
			text-decoration: none;
			color: #001d54;
		}
		ul.pagination li.active a{
			z-index: 1000;
			background-image:url(images/active_arrow.png); 
			background-position: 2px -5px; 
			background-repeat: no-repeat;
			padding-bottom: 20px;
			color: #0053ba;		
		}

/* Twitter Styles */

#twitter {
	font-family: Tahoma, "MS Trebuchet", sans-serif;
	font-size: 11px;
	background: url(images/twitter_update_bg.png) center top no-repeat;
	height: 32px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
}

/* Content Styles */

#content {
	padding: 40px;
}
#content_left {
	float: left;
	width: 460px;
	padding-right: 20px;
}
#content_left_revere h1 {
	background: url(images/header_bg.png) left bottom no-repeat;
	padding-bottom: 10px;
	width: 480px;
	margin: 0;
	font-size: 16px;
	color: #002056;	
}
.revere_post{
	background: url(images/content_grad.jpg) repeat-y;
	padding: 10px;
	width: 460px;
	margin-bottom: 20px;
}
.revere_post p{
	margin-bottom:15px;
	line-height: 18px;
}
.revere_post img{
	float: right;
	margin: 5px;
}
/* Blog Post Copy */

#content_left_blog h1 {
	background: url(images/header_bg.png) left bottom no-repeat;
	padding-bottom: 10px;
	width: 480px;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	color: #a4bee8;	
}
.blog_post img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.blog_post {
	background: url(images/content_grad.jpg) repeat-y;
	border-bottom: 1px dotted #b0cdfa;
	padding: 10px;
	width: 460px;
}
.blog_post p{
	margin-bottom:15px;
	line-height: 18px;
}
.blog_post h2{
	color: #002056;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}
.blog_post h2 a{
	color: #002056;
	text-decoration: none;
}
.blog_post h2 a:hover{
	text-decoration: underline;
}
.blog_post h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.blog_post ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog_post li{
	list-style: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
.blog_post li a{
	text-decoration: none;
	color: #002056;
}
.blog_post li p{
	font-size: 12px;
	color: #336f8d;
}
.comment-meta a{
	font-size: 10px;
}
.fn {
	color: #002056;
	font-size: 14px;
	font-weight: bold;
}
.meta{
	color: #9b9b9b;
	line-height: 22px;
}
.author {
	font-family: Georgia, serif;
	font-size: 14px;
}
.comments a{
	color: #9b9b9b;
	font-family: Verdana, sans-serif;
	background: url(images/comment.gif) left no-repeat;
	text-decoration: none;
	font-size: 12px;
	margin-left: 15px;
	padding-left: 15px;
}
.comments a:hover{
	border-bottom: 1px dotted #9b9b9b;
}
.more-link{
	line-height: 22px;
	margin-left: 300px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;	
	text-align: right;
}

/* Sidebar Styles */

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

#sidebar h1 {
	font-size: 16px;
	color: #002056;	
	margin-bottom: 10px;
}
#sidebar input[type="text"]{
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 40px;
}
#sidebar input[type="submit"]{
	padding: 3px;	
	margin-bottom: 40px;
}
#contact_sidebar h1{
	color: #a4bee8;
	font-size: 16px;
}
#contact_sidebar_copy {
	background: url(images/contact_sidebar.jpg) repeat-x;
	padding: 7px;
}
#contact_sidebar_copy a{
	margin-bottom: 10px;
	margin-top: 10px;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#sidebar ul li{
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
}
#sidebar ul a{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #c0deed;
	text-decoration: none;
}

/* Modal Styles */

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:99999;
  background-color:#E1E1E1;
  top:0;
  left:0;
}
  
#boxes .window {
  position:absolute;
  width:580px;
  height:600px;
  display:none;
  z-index:100000;
  background:#fff;
  border:3px solid #ccc;
}
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:680px; 
  height:600px;
  background:#FFF url(http://www.reverestrategy.com/wp-content/themes/Revere/images/forminner.png) bottom repeat-x;
}

.close a {
color:#333;	
}
/* Overlay */
#mask2 { 
    background:#333; 
	background-position:87% 570px;  
}
