@import url('//fonts.googleapis.com/css?family=Droid+Sans|Cabin|Cabin+Sketch:700');

body {
padding-top: 40px;
}

.site-title, .site-title a,
.site-title a:visited, 
.site-title a:hover, 
.site-title a:active{
    font-family: 'Cabin Sketch', cursive;
    font-size: 40px;
    color: #333333;
    text-decoration: none
}

.registration {
    font-size: 14px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.registration form{
    margin-left: 30px;
}

.btn.success,
.btn.success:hover {
    background-image: none;
    background-color: rgb(238, 165, 11);
}

.btn.large.register,
.btn.large.register:hover {
    font-size: 25px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    background-image: -webkit-linear-gradient(top, rgb(238, 165, 11), rgb(247, 153, 51));
}

.btn.large.register h1{
    font-size: 25px;
    color: #FFF;
}

.btn.large.register em{
    font-size: 15px;
}

.page-header {
    padding-bottom: 30px;
    border-bottom: 2px solid #333;
}


/*slider styles */
.feature {
    float: left;
    text-align: left;
}
.feature h2{
    font-family: "Cabin", sans-serif;
    margin-bottom: 16px;
    text-align: center;
}
.feature li {
    color: #555;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
}

.feature p{
    font-size: 14px;
}

#slider{
    height: 290px;
    margin: 20px 0 0 30px;
}

#nav li.activeSlide{
    display:inline;
    list-style-type: none;
    background: url('/static/style/pager-active.png') top left no-repeat;
    padding: 0px 1px;
}

#nav li{
    list-style-type: none;
    display:inline;
    background: url('/static/style/pager-inactive.png') top left no-repeat;
    padding: 0px 1px;
}

#nav a, #nav a:visited {
    text-decoration:none;
}

#nav{
    float:left;
    margin: 0px 10px 0px 10px;
}

#prev{
    margin-right: 5px;
}

#next{
    margin-right: 10px;
}

.container{
    width: 960px;
}

.menu{
    padding-top: 23px;
}

.menu-tabs, 
.menu-right {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-tabs li {
    padding-left: 7px;
    margin-left: 9px;
    margin-top: 11px;
    border-left: 2px solid #333;
    float: left;
}

.menu-tabs li:first-child {
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
}

.menu-right li{
    float: left;
    padding-right: 8px;
    margin-top: 11px;
}



.menu-tabs a,
.menu-tabs a:hover, 
.menu-tabs a:visited {
    text-decoration: none;
    font-family: 'Droid Sans', sans serif;
    font-size: 16px;
    color: #333
}

.logo-using {
    margin: 0px 10px 0px 15px;
}

.logos{
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    padding-top: 5px;
}

.help-block, textarea, input{
  color: #222222;
}

#telephone{
  font-size: 16px;
  font-weight: bold;
  float: left;
  padding-top: 7.5px;
  padding-right: 10px;
}

#screenshot {   
    float: right;    
}

.hero-unit {
    background-color: #F5F5F5;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 30px;
    padding: 50px 50px 50px 20px;
}

#controls {
    margin: 0 0 0 15%;
    font-size: 16px;
}

.inline_input_error, .non_field_errors{
    background: url(/static/admin/img/admin/icon-no.gif) no-repeat;    
    text-align: left;
    background-position:left center;
    padding-left: 15px;
}

.inline_input_ok{
    background: url(/static/admin/img/admin/icon-yes.gif) no-repeat;    
    text-align: left;
    background-position:left center;
    padding-left: 15px;
}

/*password checker*/
.passwordStrength{
    
}

.passwordWeak:focus{
    outline-width: 0;
    border-color: #B94A48;
    border-top-color: #B94A48;
    border: 1px solid;
    color: #B94A48;
}

.passwordMedium:focus{
    outline-width: 0;
    border: 1px solid;
    border-color: #c09853;
    border-top-color: #c09853;
    color: #c09853;
}

.passwordStrong:focus{
    outline-width: 0;
    border: 1px solid;
    border-color: #468847;
    border-top-color: #468847;
    color: #468847;
}

.passwordWeakLabel{
    color: #B94A48;
    font-weight: bold;  
}

.passwordMediumLabel{
    color: #c09853;
    font-weight: bold;
}

.passwordStrongLabel{
    color: #468847;
    font-weight: bold;
}

.passwordReset{
    outline-width: 0;
    border: 2px solid;
    border-color: #000000;
    border-top-color: #000000;
    color: #000000;
}

.messages{
    margin-left: 150px;
    max-width: 500px;
}

.help-text{
    margin-top: -10px;
    padding-left: 150px;
    margin-bottom: -10px;
}

.tos-link {
    padding-top: 0px;
}

.registration-page .page-header {
    padding-bottom: 10px;
    border: none;
}

.plans {
    margin-top: 20px;
}

.plans td, .plans th {
  text-align: center; 
}

.plans th {
    border-top: none;
}

.plans li{
  list-style: none
}

.plans ul {
    margin: 0;
}

  
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: transparent;
}

footer p {
    text-align: center;
}
footer img {
    margin-left: 16px;
    vertical-align: middle;
}

.entry-title a, .entry-title a:hover{
    color: #404040;
    text-decoration:none;
}

.author a{
    color: #404040;
    font-weight: bold;
}

.hentry{
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

#comments .comment {
    border-bottom: 1px solid #eee;
    min-height: 70px;
    margin-bottom: 10px;
}

#comments .comment img{
    float:right;
    margin-left: 5px;
}

#comment-form {
}

#comment-form .submit{
    float: right;
    margin-top: 10px;
}

#comment-form textarea, #comment-form input[type=text]{
    width: 98%;
}

#comment-form label{
    text-align: left;
    float: none;
    line-height:auto;
}

#comment-form fieldset{
    padding-top: 0px;
}

#comment-form legend{
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #404040;
    padding-left: 0px;
    line-height: 36px;
}
