html {
    height: 100%
}
body {
	height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  	background-color: #fff;
  	font-size: 14px;
}

#body{
  	padding-bottom: 50px;    /* height of footer */
}

.h-one {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

h1 {
	font-size: x-large;
	font-weight: normal;
}

H1 A:link {text-decoration: none;}
H1 A:visited {text-decoration: none;}
H1 A:active {text-decoration: none;}
H1 A:hover {text-decoration: none;}

h2 {
	font-size: x-large;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
}

hr {
	background-color: #DDDDDD;
	height: 1px;
	border: 5px;
}

div.menulinks {
	padding: 5px;
}

div.mainbox {
	min-height:400px;
}

.toe {
	font-size: 11px;
	padding: 7px;
	color: #222222;
	background-color: rgba(240,240,240,1);
	border-width: 0px;
	border-style: solid;
	border-color: #EEEADD;
}

div.titlebox {
	color: #FF9933;
	font-weight: bold;
	line-height: 1.6em;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}

.titletext {
	font-size: 30px;
	font-weight: bold;
}

.titlebox A {text-decoration: none; color: #FF9933;}

div.logon {
}

div.image {
	text-align: center;
}

.imagebox-image {
	padding: 3px;
	background: #fff;
	text-align: center;
}

.imagebox {
	border: 1px solid #eee;
	margin: 5px;
	padding: 1px;
	background: #FFF;
	float: left;
}

.artistbox {
	margin: 5px;
	padding: 1px;
	background: #FFF;
}

.addedby {
	font-size: x-small;
	font-style: italic;
	color: #BBBBBB;
	padding: 2px;
}

div.floatbox {
	border-width: 0px 0px 0px 0px;
	margin: 3px;
	padding: 3px;
	float: left;
}

div.clearfloat {
	clear: both;
}

div.textbox {
	padding: 3px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #eee;
}

div.listbox {
	font-size: 1.2em;
	color : #AAAAAA;
	margin : 5px;
}

div.list_item {
	margin: 4px;
	height: 16px;
}

.error {
	color: red;
}

.warn {
	color: green;
}

.label {
	font-weight: bold;
}

div.messagebox {
	margin: 10px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ff8800;
	background: #E5E6FF;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div.errorbox {
	padding: 2px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: red;
	background: #E5E6FF;
}

div.formbloc {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.comment {
	font-size: medium;
}

.content {
}

.eventbox {
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 0px ;
}

.contentbox {
	border-top: solid 1px #eee;
	margin: 3px 0px 3px 0px;
	padding: 5px 0px 3px 0px ;
}

.eventinfo {
	vertical-align: top;
}

div.eventimage img {
	display: block;
}

div.memberimagebox {
	margin: 3px;
	padding: 3px;
	background: #EEEEEE;
	width: 140px;
}

.rightbox {
	text-align: right;
}

div.audio {
}

div.audiobox {
	padding: 3px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #eee;
}

div.descbox {
	margin-bottom: 10px;
}

.fb_button_text {
	background: #5F78AB;
	border-top: solid 1px #879AC0;
	border-bottom: solid 1px #1A356E;
	color: white;
	display: block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	padding: 2px 6px 3px 6px;
	margin: 3px;
	text-shadow: none;
}

.call2join {
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #ff8800;
	padding-left: 5px;
	font-size: 14px;
    color: #6d4c07;
    background: #FFFFFF;
}

.empty_event_image {
	background: #EEEEEE;
}

.invisible {
	display: none;
}

.link {
	color: #0088cc;
	cursor: pointer;
}

.link:hover, .link:focus {
	color: #005580;
	text-decoration: underline;
}

H2 .year_title {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.timeline_status_current {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.concert_count_title {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#timeline-content-1 {
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 10px;
	border: 1px solid #EEEEEE;
	background-color: white;
	width:300px;
}

.nowrap {
	white-space: nowrap;
}

.index {
	font-size: medium;
	color : #0088cc;
}

.index0 {
	font-size: large;
}

.optional {
	color : #999;
}

.message-warn {
	padding-left : 3px;
	padding-right : 3px;
	background-color: red;
	color : white;
}

/* bootstrap styles */

.navbar {
	margin-bottom: 0px;
}

.navbar .brand {
	display: inline;
	float: left;
	background-color: rgba(50,50,50,0.8);
	padding: 3px 5px 3px 5px;
	margin-left: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height:10px;
	color: orange;
	text-shadow: none;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 2px;
}

.navbar .brand-moto {
	font-size: 11px;
	color: rgb(231, 165, 80);
}

.navbar-form {
	margin: 0px;
}

.input-append {
	margin: 0px;
}

.navbar-inner {
	padding-right: 20px;
	padding-left: 20px;
	color: #222222;
	background-color: rgba(230,230,230,0.9);
	min-height: 30px;
	background-image: none;
	background-repeat: none;
	border-width: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: none;
	border-radius: 0px;
}

.navbar .nav>li>a {
	float: none;
	padding: 10px 15px 10px;
	color: #777777;
	text-decoration: none;
	text-shadow: none;
}

.navbar .nav > .active > a {
	color: #555555;
	text-decoration: none;
	background-color: #e5e5e5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.page-header {
	padding-bottom: 0px;
	margin: 10px 0 10px;
	border-bottom: 0px;
}

.alert-info {
	color: #000;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/* sticky footer */

#holder{
    min-height: 100%;
    position:relative;
}

#bottom {
	position: absolute;
	right:10px;
    bottom: 50px;
}

footer{
    height: 50px;
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0; 
}

/* responsive */
@media (max-width: 767px) {
  body {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  h1 {
    font-size: x-large;
  }
  
  .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	width: 90%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
}