/*
body{
   min-width:700px; /* suppose you want minimun width of 1000px /
   width: auto !important;  /* Firefox will set width as auto /
   width:700px;             /* As IE ignores !important it will set width as 1000px; /
}
*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#dance-event-view-ad-1
{
    border: solid 1px #ddd;
    margin-bottom: 5px;
}

.row-spacer
{
    margin-top: 20px;    
}

.btn.mobile-tweet i.fa-twitter
{
    color: #0AE;
}

.btn.mobile-tweet span
{
    font-weight: bold;
    font-size: 120%;
}

.btn.mobile-facebook-share i.fa-facebook
{
    color: white;
}

.btn.mobile-facebook-share
{
    background: #4B68B7;
    color: white;
    font-weight: bold;
    font-size: 120%;
    text-shadow: none;
}

.btn.mobile-googleplus-share i.fa-google-plus
{
    color: #DD4B38;
}

.btn.mobile-googleplus-share
{
    font-weight: bold;
    font-size: 120%;
    text-shadow: none;
}



#main-navbar.navbar .brand
{
    /*background: url("../images/logo.png") no-repeat left center;*/
    height: 35px;
    width: 170px;
}


#main-navbar.navbar .navbar-inner
{
    /*background: #439;*/ /*#436;    */
    
background: rgb(98,80,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(98,80,200,1) 0%, rgba(78,63,171,1) 40%, rgba(53,40,126,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,80,200,1)), color-stop(40%,rgba(78,63,171,1)), color-stop(100%,rgba(53,40,126,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(98,80,200,1) 0%,rgba(78,63,171,1) 40%,rgba(53,40,126,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(98,80,200,1) 0%,rgba(78,63,171,1) 40%,rgba(53,40,126,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(98,80,200,1) 0%,rgba(78,63,171,1) 40%,rgba(53,40,126,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(98,80,200,1) 0%,rgba(78,63,171,1) 40%,rgba(53,40,126,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6250c8', endColorstr='#35287e',GradientType=0 ); /* IE6-9 */
/*    
background: rgb(87,75,213); /* Old browsers *
background: -moz-linear-gradient(top,  rgba(87,75,213,1) 0%, rgba(63,55,185,1) 40%, rgba(42,33,137,1) 100%); /* FF3.6+ *
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,75,213,1)), color-stop(40%,rgba(63,55,185,1)), color-stop(100%,rgba(42,33,137,1))); /* Chrome,Safari4+ *
background: -webkit-linear-gradient(top,  rgba(87,75,213,1) 0%,rgba(63,55,185,1) 40%,rgba(42,33,137,1) 100%); /* Chrome10+,Safari5.1+ *
background: -o-linear-gradient(top,  rgba(87,75,213,1) 0%,rgba(63,55,185,1) 40%,rgba(42,33,137,1) 100%); /* Opera 11.10+ *
background: -ms-linear-gradient(top,  rgba(87,75,213,1) 0%,rgba(63,55,185,1) 40%,rgba(42,33,137,1) 100%); /* IE10+ *
background: linear-gradient(to bottom,  rgba(87,75,213,1) 0%,rgba(63,55,185,1) 40%,rgba(42,33,137,1) 100%); /* W3C *
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#574bd5', endColorstr='#2a2189',GradientType=0 ); /* IE6-9 *
*/    
}

.navbar #search-box
{
    float: left;
}

.navbar #search-box form
{
    margin: 10px 0;
}

.navbar #search-box input
{
    width: 180px;
}

.navbar .nav.top-links li
{
    line-height: 10px;
    margin-bottom: 4px;
}

#main-navbar.navbar .login-section
{
    margin-top: 10px;
}

#main-navbar.navbar .date-message
{
    color: #ccc;
}

#main-navbar.navbar .nav > li > a
{
    border: solid 1px transparent;
    color: #ccc;
}

#main-navbar.navbar .nav > li > a:hover
{
    background: #328;
    border: solid 1px #217;
    border-radius: 3px;
    color: white;
}

#main-navbar.navbar .login-section > li > a.login
{
    border: solid 2px #65b;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 5px;
}

#main-navbar.navbar .login-section > li > a.register
{
    background: #8c5;
    border: solid 2px #8c5;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    margin-right: 5px;
}

#main-navbar.navbar .login-section > li > a.register:hover
{
    background: #492;
    border: solid 2px #492;
}


.form-horizontal .control-group
{
    margin-bottom: 5px;
}

ul.events .event
{
    margin-bottom: 1em;
}

div.event
{
    border: 0px solid red;
}

/*
form.event.create #events_name,
form.event.create #events_venue_name,
{
    width: 500px;
}
*/

#create-instructions
{
    background: #ccc;
    border: solid 1px #999;
    font-style: italic;
    margin: 30px;
    padding: 10px;
}

form.event.create #events_price
{
    width: 200px;
}

form.event.create #events_the_date,
form.event.create #events_start_time,
form.event.create #events_stop_time
{
    width: 100px;
}

form.event.create #events_recurrence_type
{
    width: 200px;
}

form.event.create input[type=checkbox]
{
    width: 50px;
}

.event-count
{
    margin-bottom: 20px;    
}

ol.events li
{
    list-style: none;    
}

.events li
{
    margin-bottom: 15px;    
}

li .event
{
    background: #eee9e9; /*#eef9f0; #FFF9F0;*/
    border: solid 1px #ccc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    float: left;
    padding: 5px;
}

li .date-block
{
    background: white;
    background-image: linear-gradient(#fff, #fff 1em, #eee);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
    border: solid 1px #999;
    border-radius: 5px;
    color: white;
    float: left;
    margin: 15px;
    /*padding-top: 10px;*/
    text-align: center;
    width: 60px;
}

li .date-block .month
{
    background: #6a3;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
}

li .date-block .monthday
{
    color: #777;
    font-size: 2.2em;
    font-weight: bold;
    height: 28px;
    padding-top: 10px;
}

li .date-block .dayofweek
{
    color: white;
    color: #555;
}

li .date-block .votes
{
    
}

li .event .event-info
{
    /*border: dashed 1px green;*/
    float: left;
    width: 250px;
}

@media (min-width: 700px)
{
    li .event .event-info
    {
        width: 550px;
    }
}

li .event .event-info .name
{
    font-size: 16px;
    font-weight: bold;
}

li .event .event-info .event-name
{
    color: #3d6b99;
}

li .event .event-info .venue-name
{
    color: #777;
}

li .event .event-info .when
{
    font-style: italic;
}

.event-info .sharing-buttons
{
    margin-top: 7px;
}

.event-info .vote
{
    text-align: center;
}

.event-info .when
{
    margin-bottom: 10px;    
}

.event-info .website
{
    margin-top: 5px;    
}

.event-info .description
{
    margin-bottom: 20px;
}

.event-info dd
{
    margin-bottom: 10px;
}

#map-canvas
{
    border: solid 1px #99f;
    height: 300px;
    margin-bottom: 20px;
    width: 290px;
}

@media (min-width: 700px)
{
    #map-canvas
    {
        width: 370px;
    }
}
/* workaround for issue where twitter bootstrap css causes
google map controls to not show properly */
#map-canvas img
{
    max-width: none;
}

.vote-highlight
{
    background: orange;
}

.login-to-comment
{
    background: #eee;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
    width: 50%;
}

form #event_comments_body
{
/*    height: 80px;
    width: 500px;    
*/}

.comments li
{
    list-style:none;
    margin-bottom: 20px;
}

.comments .comment .authorship
{
    color: #777;
}
.comments .comment .author
{
    font-weight: bold;
}

.account-recovery
{
    margin-top: 10px;
    font-size: 90%;
}

.footer
{
    background: #F5F5F5;
    color: #777;
    height: 130px;
    padding: 20px;
}

.footer a
{
    color: #777;    
}

.footer .social-media-links
{
    margin-bottom: 7px;    
}

.footer .social-media-links a
{
    margin-right: 1em;
}

.query
{
    margin-bottom: 20px;
}

.page-of-pages
{
    float: left;
    margin: 5px 20px 0px 10px;
}

.report-event
{
    margin-top: 20px;
}

.report-event a.link-button
{
    font-size: 90%;  
}

/* appears to be necessary to have inner wrapper so the border is hidden when collapse is not open*/
#reportEventCollapse-inner
{
    border: solid 1px #ccc;
    padding: 20px;
}

/* honeyp */
#no_table_address__row
{
    display: none;
}