.carousel-inner > .item > img{
    max-height: 500px;
    margin: 0 auto;
}
.no-float{
    float: none !important;
}

textarea.input-xlarge{
    height: 100px;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

#wrapbackgroundimg {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
	background-image: url(/static/img/dining-retouched-small.jpg);
}

/* Set the fixed height of the footer here */
#push, #footer {
	height: 60px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
	}
}

#wrapper-narrow {
	width: 700px;
}

.button-spacer {
	padding-top: 30px;
}

.footer {
	padding: 30px;
	background-color: #f5f5f5;
}

.hero-unit h1 {
	padding-bottom: 40px;
}

.hero-unit {
}

.hero-unit p {
}

.license {
}

.btn-xlarge {
}

.hero-engage {
}

.hero-engage > .btn-xlarge {
}

.box-link {
}

.footer {
}

textarea {
}

.helptext {
}

.navbar {
}

p.notice {
	color: grey;
	font-style: italic;
}

.res-detail {
	padding-top: 10px;
	padding-bottom: 10px;
}

.res-modify-btn {
	width: 400px;
	padding-top:20px;
	padding-bottom: 20px;
	margin: auto;
	text-align: center;
}

.res-status-btn {
	cursor: default;
}

.timeline-tags {
	font-style: italic;
	font-size: 120%;
}

.new-reservation {
	padding-top: 30px;
}

.btn-inline {
	display: inline;
}

div.ui-datepicker{
 font-size:10px;
}

.btn-red {
	color: red;
	border: 1px;
}

.btn-red:hover {
	text-decoration: none;
	color: red;
}

.form-help-text {
	font-style: italic;
	font-size: 90%;
}

.field-wrapper {
	width: 605px;
	margin-bottom: 30px;
	padding: 20px;
}

textarea {
	width: 475px;
	height: 120px;
}

.float-right {
	float:right;
}

img.profile-page-img {
	width: 300px;
	height: 200px;
}

.user-links {
	padding-top: 30px;
	padding-bottom: 30px;

}

.user-link {
	padding-right: 20px;
}

.icon-spacer {
	padding-right: 10px;
}

ul.errorlist ~ .form-field-body {
	background-color: red;
}

.ballot-description {
	padding-bottom: 40px;
	padding-top: 20px;

}

.question-required {
	background: #E0FFD6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

h3.collapsible:hover {
	cursor: hand; 
	cursor: pointer; ;
}

.collapse-open span {
    display:block;
    float:left;
    padding:20px; 
}

.accordion-open span, .collapse-open span {
    background:url(/static/img/collapse.png) center center no-repeat; }

.accordion-close span, .collapse-close span {
    display:block;
    float:left;
    background:url(/static/img/expand.png) center center no-repeat;
    padding:20px; 
}

.submit-button {
	padding: 40px;
}

.submit-button > input {
	font-size: 130%;
	padding: 10px;
}

.asterix {
	color: red;
	font-size: 200%;
	vertical-align: middle
}

.label-inline {
	display: inline;
}

#intro {
	width: 700px;
	margin: auto;
}

label {
	display: inline;
	padding-right: 12px;
}

#id_comments, #id_conditions {
	height: 50px;
}

ol.ballot-questions {
	margin-left: 0px;
}

.q-item {
	margin-left: 60px;
}

/* Ratings */
.rating {margin-top:15px;}
.rating * {display:inline !important; list-style-type:none;}
.rating label {margin-right:15px;}
.rating p {margin-right:20px;}
.rating ul {margin-left:0 !important; padding:0 !important;}
.rating li {border:none !important; background:none !important; padding:0 !important;}
.rating li input {margin-top:-4px;}
#comments .rating {padding:0 !important; margin:10px 0 0 0 !important;
                   border:none !important; background:none !important;}
