.red{
color:red;	
}
body {
padding-top: 20px;
padding-bottom: 60px;
}

select{
	max-width:100%;	
}

.clear{clear:both}

/* Custom container */
.container {
margin: 0 auto;
max-width: 1000px;
}
.container > hr {
margin: 20px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
margin: 40px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 44px;
line-height: 1;
margin-bottom:20px;
}
.jumbotron p{
text-align:left;
padding: 0 80px;	
}
.jumbotron .lead {
font-size: 24px;
line-height: 1.25;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}

/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar {clear:both}
.navbar .navbar-inner {
padding: 0;
}
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
.navbar .nav li {
display: table-cell;
width: 1%;
float: none;
}
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
border-left: 0;
border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}

h3{font-size:20px; line-height:1; margin-top:20px}	  
.masthead h3{float:left;margin-top:0}
.masthead .text-right{float:right;}

.alert-success, .alert-error{
	text-align:center;
	padding: 5px 0;
	border-radius: 9px;
}
.alert-error a{color:red;text-decoration:underline;}

.muted{color:#888}

/* home */
div.forgot_password {display:none}

/* questions */
.q{
	margin: 10px 0;
	padding: 5px 15px;
	border: 1px solid #ddd;
	border-radius: 9px;
}
.q.alert-error{
	text-align:left;	
}
.q h3{
	margin-top:10px;
	max-width:90%;
}
.q .q{
	border:none;
	padding:0;
	margin:20px 0;	
}

.saved{background:url(../img/saved.png) 99% 5px no-repeat;}

#artist-info .alert-error,
#pform .alert-error {text-align:left; padding:0; background-color:transparent}

#qform .alert-error {background-color:transparent}


input[type="radio"], input[type="checkbox"] {
    margin: 0px 4px 0 0;
}