/*
Theme Name: RepubHub
Theme URI: http://www.repubhub.com
Description: The Repubhub.com Theme
Version: 1.0
Author: Isaac Miller
Author URI: http://www.headsaflame.com

*/




.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;
	}

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;
	}

/* 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 */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform {
	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 Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 */



/* 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;
}

/* 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 */

html {
    margin:0;
    padding:0;
    background:url(images/bg-repeat.gif) repeat-x #ffffff;
}

body {
    margin:0;
    padding:0;
    font-family:"Trebuchet MS", Helvetica, Arial, Sans-Serif;
    font-size:0.875em;
    background:url(images/background.jpg) no-repeat top center;
    color:#383838;
 }

img { 
    border: none; 
}

a {
	color: #006cbe;
}

#wrapper {
  width: 960px;
  margin:0 auto; 
  padding:1em 1em 0 1em; 
}

#header {
    width: 960px;
    height:165px;
    font-family:Arial, "Trebuchet MS", Helvetica, Sans-Serif;
    margin-bottom: -16px;
}

#top-nav {
    font-size:1em;
    padding-top:6px;
    margin-top:-25px;
    color:#666455; 
    background:#222222;
}

#top-nav a {
    color:#ffffff; 
}

#top-nav a:hover {
    color:#ffffff;
    text-decoration:none;
}

#top-nav li {
    display: inline;
    list-style-type: none;
    padding-right: 0.17em;
    padding-left: 0.17em;
}

#top-nav a.green {
    color:#bcfc3d
}

#headsaflame {
    margin-top:-33px;
    float:right;
    height:23px;
    width:143px;
    padding-right:25px;
}

#logo {
  margin-top:20px;
  padding-left:50px;
  width:274px;
  float:left;
  height:84px;
}

#login-signup {
  font-weight:bold;
  font-size: 1.141em;
  word-spacing:10px;
  color:#ffffff;
  margin-top:48px;
  margin-right:25px;
  float:right;
  width:300px;
  height:45px;
}

#login-signup a {
  color:#ffffff;
  font-size: 1.141em;
  text-decoration:none;
}

#login-signup a:hover {
  text-decoration:underline;
}

#intro {
    font-size: 	0.63em;
    text-align: center;
    margin: 0 auto;
    width:870px;
    height: 130px;
    color:#7b4e4b;
    margin-bottom:50px;
}

#intro h1 {
    margin-top: -1px;
    color:#7b4e4b;
    font-size: 18px
}

#featured {
    margin-left: auto ;
    margin-right: auto ;
    padding-top: 15px;
    background:url(images/box.gif) no-repeat top center;
    width:923px;
    height:277px;
}

#featured-text {
   width:370px;
   height:235px;
   margin-left:40px;
   float:left;
}

#featured-text h2 {
   color:#74a031;
   font-size:1.725em;
}

#pricing-button{
  width:244px;
  height:0;
  font-size:1em;
  padding-top:46px;
  text-indent:-2000px;
  overflow:hidden;
  display:block;
  background:url('images/pricing.jpg') no-repeat;
}

#featured-text ol li{
  font-size:17px;
  list-style:none;
  margin:0;
  padding-bottom:5px;
  background:url('images/icon_check.png') no-repeat;
  padding-left:40px;
  margin:10px 0;
  color:#666;
  font-style:italic;
}

#featured-text ol li strong{
  color:#385984;
  font-style:normal;
}

#featured-text h2{
  font-family:"Trebuchet MS","Avenir Heavy";font-size:1.925em;
}

#featured-text h2 strong{
  color:#385984;
  font-weight:normal;
}

#featured-text h2 em{
  color:#74a031;
  font-style:normal;
  font-weight:normal;
}

#featured-text h3{
  color:#6c9039;
}

#featured-text h3 strong{
  color:#205412;
}

img.website-thumbs {
   float:right;
   position: relative;
   margin-top:-65px;
   margin-right:15px;
}

#blue_wrap{
  width:955px;
  background:url(images/blue_bg.jpg) no-repeat;
  height:186px;
  margin-left: auto ;
  margin-right: auto ;
  padding-left:5px;
  clear:both;
}

#blue_wrap div{
  width:200px;
  float:left;
  height:100px;
  padding:15px;
  color:#fff;
}

#blue_wrap h2{
  color:#fff;
  font-size:17px;
  text-shadow:#333 1px 1px 1px;
  font-family:"Trebuchet MS",sans-serif;
  font-weight:bold; 
  margin:0 !important; 
  margin-bottom:6px !important;
}

#blue_wrap p{
  line-height:1.6em;
  text-shadow:#666 1px 1px 1px;
  color:#fff;
  font-size:13px; 
  margin:0 !important;
}

#blue_wrap p a{
  font-weight:bold; 
  color:#fff; 
  display:block; 
  margin-top:5px;
}

#blue_wrap p img{
  float:left;
  margin:0 8px 0 0;
  position:relative;
  top:6px;
}

#blue_wrap #api{margin-left:5px;margin-right:5px;}
#blue_wrap #charts{margin-right:7px;}
#blue_wrap #labs{margin-left:7px;}
#blue_wrap #webinars{margin-left:7px;}


#home-content{
	height: 400px;
}
#features{
	width:660px;
	float:left;
}

#features p{
padding-left: 15px;
}
#features h1 {
	color: #0b3d7b;
	padding-bottom: 12px;
	margin-top: 8px;
	margin-left: 15px;
	background: url(images/line.gif) no-repeat bottom left;
}

#plans-pricing{
	font-family: Georgia, Times, Ser;
	color:black; 
	text-align:center; 
	background:#b0d9ef; 
	margin-left:15px; 
	width:635px; 
	height:55px; 
}

#plans-pricing a{
	color: #234c6b;
}

#plans-pricing h2{
font-size: 20px;
font-weight: normal;
	padding-top:15px;
		padding-bottom:3px;
 
}
	
.dblArr{
	padding:1px 0 0 15px;
	background:url(images/dbl_arrow.gif) left 5px no-repeat;
	text-decoration: none;
	margin:0 0 0 5px
}

.dblArr:hover{
	background-position:left -40px;
	text-decoration: none;

}


/*SIGNUP FORM*/

.block ul{
	margin:0;
	padding:0 0 0 1em;
}


 #block-signup-short_signup{
 	margin-top:15px;
 		text-align: center;
 }
 
 #block-signup-short_signup{
 	float: right;

 	padding:15px 15px 0 15px;
 	width:255px;height:300px;
 	background:url(images/start-today.png) no-repeat 0 0;
 }
 
 #block-signup-short_signup h2.title{
 	margin:0 auto 36px auto;
 	width:233px;
 	height:56px;
 	background:url(images/complete-websites.png) no-repeat 0 0;
 }


#block-signup-short_signup #short-submit-wrapper{
	width:241px;
	margin:auto;
}

#edit-mollom-captcha-wrapper .description{display:none;}

#block-signup-short_signup form#signup-short-form .form-item{
	margin-top:1.5em;
}

#block-signup-short_signup form#signup-short-form #short-submit-wrapper input{margin:20px 0 0 0;}

#block-signup-short_signup #edit-mollom-captcha-wrapper .field-prefix{float:left !important;}

#block-signup-short_signup #edit-mollom-captcha-wrapper input.form-text{left:165px;width:80px !important;}

#block-signup-short_signup .messages{
	position:absolute;
	top:-9px;
	left:5px;
	width:202px;
	height:90px;
	margin-top:16px;
	padding:2px 8px 2px 32px;
}

#block-signup-short_signup .messages ul li{
	padding:0;
	margin-bottom:2px;
}

form#signup-short-form .form-item{
	position:relative;
	padding:0 0;
	text-align:right;
	margin-bottom:0;}
	
form#signup-short-form .form-item label{
	position:absolute;
	top:5px;
	left:5px;
	font-size:1.02em;
	font-weight:bold;
}

form#signup-short-form .form-item label .form-required{display:none;}
form#signup-short-form .form-item input.form-text{width:130px;padding:5px 4px;border-color:#dfdfdf;}

.hide{
    display:none;
	text-indent: -9999px;
}


/*FOOTER*/

#footer {
	width: 100%;
	height: 300px;
	color: #766676;
	background:url(images/footer-bg.png) repeat-x top #f6f6f6;
	font-size: 13px;
}

#footer p{
margin-top: 2px;
}

#footer h2 {
	color: #0c3d7b;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 6px;
}

#footer a {
	color: #006cbe;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #40b1f6;
}


.footer-wrapper {
	width: 977px;
	margin:0 auto; 
	padding:1em; 
}

/*BOXES*/

.box1 {
	width: 341px;
	background: url(images/box-bg.gif) repeat-y;
	float: left;
}

.box1-content {
	width: 313px;
	padding: 0 1em 1em 1em;

}

.box1-top {
	background: url(images/top-box.gif) no-repeat top center;
	}

.box1-bottom {
	background: url(images/bottom-box.gif) no-repeat bottom center;
	}


ul.image-links {
    padding: 0;
	margin: 0 0 0 6px;
}

li.image-links {
	display: inline;
	list-style-type: none;
	margin-right: 7px;
}
	
/*BOX 2*/
.box2 {
    float: left;
	width: 341px;
	margin-left:7px;
	background: url(images/box-bg.gif) repeat-y;
}

.box2-content {
	width: 313px;
	padding: 0 1em 1em 1em;

}

.box2-top {
	background: url(images/top-box.gif) no-repeat top center;
	}

.box2-bottom {
	background: url(images/bottom-box.gif) no-repeat bottom center;
	}
/*END BOX 2*/


/*BOX 3*/
.box3 {
    float: left;
	width: 279px;
	margin-left:7px;
	background: url(images/box-bg2.gif) repeat-y;
}

.box3-content {
	width: 250px;
	padding: 0 1em 1em 1em;

}

.box3-top {
	background: url(images/top-box2.gif) no-repeat top center;
	}

.box3-bottom {
	background: url(images/bottom-box2.gif) no-repeat bottom center;
	}
/*END BOX 2*/

	
/*END BOXES*/


	

#company-info {
    clear:both;
	width: 100%;
	height: 100%;
	padding: 0;
	margin:0;
	background: #111111;
	text-align: center;
	color: #ccccbe;
}

#company-info h3 {
	font-size: 14px;
	font-weight: normal; 
	padding-bottom: 35px;
	border-bottom: 1px solid #333333;
}


#company-info a {
color: #ffffff;
text-decoration: underline;
}


.company-info-wrapper {
	width: 960px;
	margin:0 auto;
}


