html {
    margin:    0 auto;
    max-width: 700px;
}
body {
  margin: 0 auto;
  color: #755C3B;
	font-family: 'Oswald', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding:0px;
  text-align:left;
 /* overflow: hidden; /*  Disable scrollbars */
	background-color:#FCFBE3; /* was C4C287 or E6E4C1 or CEECF5*/
/*	background-image: url("images/pattern/grey5.jpg"); */
/*	background-image: url("images/pattern/paper.jpg"); */
}


p,td,li {
  color: #755C3B;
  line-height: 1.2;
  font-size: 1.0em;
  font-weight: bold;
}

.normal {
  color: #755C3B;
  line-height: 1.2;
  font-size: 1.0em;
  
}


th {
  color: #755C3B;
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom:1px solid #000000; 
}



form{
	display:block;
/*	width:280px; */
	border:0px solid #808080;
}

.button {
	-moz-box-shadow: 0px 5px 10px #D1C09F;
	-webkit-box-shadow: 0px 5px 10px #D1C09F;
	box-shadow: 0px 5px 10px #D1C09F;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #755C3B), ), color-stop(1, #A37E58) ) );
	background:-moz-linear-gradient( center top, #755C3B  5%, #A37E58)  100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#755C3B ', endColorstr='#A37E58) ');
	background-color:#755C3B ;
	-webkit-border-top-left-radius:23px;
	-moz-border-radius-topleft:23px;
	border-top-left-radius:23px;
	-webkit-border-top-right-radius:23px;
	-moz-border-radius-topright:23px;
	border-top-right-radius:23px;
	-webkit-border-bottom-right-radius:23px;
	-moz-border-radius-bottomright:23px;
	border-bottom-right-radius:23px;
	-webkit-border-bottom-left-radius:23px;
	-moz-border-radius-bottomleft:23px;
	border-bottom-left-radius:23px;
	text-indent:0;
	border:1px solid #502202;
	display:inline-block;
	color:#FCFBE3;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:120px;
	text-decoration:none;
	text-align:center;
	vertical-align: center;

}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #03305D) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #03305D 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#03305D');
	background-color:#bddbfa;
}
.button:active {
	position:relative;
	top:1px;
}



.button img {
    vertical-align: middle;
    display: inline-block;
}



.buttonred {
	-moz-box-shadow: 0px 5px 10px #D1C09F;
	-webkit-box-shadow: 0px 5px 10px #D1C09F;
	box-shadow: 0px 5px 10px #D1C09F;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FB6E21), ), color-stop(1, #A37E58) ) );
	background:-moz-linear-gradient( center top, #FB6E21  5%, #A37E58)  100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FB6E21 ', endColorstr='#A37E58) ');
	background-color:#FB6E21 ;
	-webkit-border-top-left-radius:23px;
	-moz-border-radius-topleft:23px;
	border-top-left-radius:23px;
	-webkit-border-top-right-radius:23px;
	-moz-border-radius-topright:23px;
	border-top-right-radius:23px;
	-webkit-border-bottom-right-radius:23px;
	-moz-border-radius-bottomright:23px;
	border-bottom-right-radius:23px;
	-webkit-border-bottom-left-radius:23px;
	-moz-border-radius-bottomleft:23px;
	border-bottom-left-radius:23px;
	text-indent:0;
	border:1px solid #502202;
	display:inline-block;
	color:#FCFBE3;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:120px;
	text-decoration:none;
	text-align:center;

}
.buttonred:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #03305D) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #03305D 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#03305D');
	background-color:#bddbfa;
}
.buttonred:active {
	position:relative;
	top:1px;
}

.buttonsmall{
	-moz-box-shadow: 0px 5px 10px #D1C09F;
	-webkit-box-shadow: 0px 5px 10px #D1C09F;
	box-shadow: 0px 5px 10px #D1C09F;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #755C3B), ), color-stop(1, #A37E58) ) );
	background:-moz-linear-gradient( center top, #755C3B  5%, #A37E58)  100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#755C3B ', endColorstr='#A37E58) ');
	background-color:#755C3B ;
	-webkit-border-top-left-radius:23px;
	-moz-border-radius-topleft:23px;
	border-top-left-radius:23px;
	-webkit-border-top-right-radius:23px;
	-moz-border-radius-topright:23px;
	border-top-right-radius:23px;
	-webkit-border-bottom-right-radius:23px;
	-moz-border-radius-bottomright:23px;
	border-bottom-right-radius:23px;
	-webkit-border-bottom-left-radius:23px;
	-moz-border-radius-bottomleft:23px;
	border-bottom-left-radius:23px;
	text-indent:0;
	border:1px solid #502202;
	display:inline-block;
	color:#FCFBE3;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:100px;
	text-decoration:none;
	text-align:center;

}
.buttonsmall:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #03305D) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #03305D 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#03305D');
	background-color:#bddbfa;
}
.buttonsmall:active {
	position:relative;
	top:1px;
}


.names {
  font-size: 1.2em;


  }
.small {
  margin: 0;
  color: #000000;
  font-size: 11px;
  font-weight: normal;

}
.smallnormal {
  margin: 0;
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;

}
.smallwhite {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: normal;
}

.datetimestring {
  margin: 0;
  color: #755C3B;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}



.large {
  margin: 0;
  color: #755C3B;
  font-size: 16px;
  font-weight: bold;

}


.heading {
  margin: 0;
  color: #755C3B;
  font-size: 16px;
  font-weight: bold;
    letter-spacing: 4px;

}

.headinglarge {
  margin: 0;
  color: #FCFBE3;
  font-size: 24px;
  font-weight: bold;
    letter-spacing: 6px;
	text-align:center;
	background-color:#755C3B;

}

.headinglargered {
  margin: 0;
  color: #FF0000;
  font-size: 32px;
  font-weight: bold;
    letter-spacing: 6px;
	background-color:#755C3B;

}


.headline {
  margin: 0;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
	background-color:#2E2E2E;
}

.existingcomments {
  margin-bottom: 0.5em;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
/*  background-color:#EDE8A5; */
  max-height:300px;
  overflow:auto;
  text-align:left;
/*  width:320px;*/
  width:100%;
  padding:  5px;
  position: 'relative';
  top: '-15px'
	
/*  line-height:18px; */
}

.newcomment {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
    width:80%;
	background-color:#FAFAFA;
}

.datetime {
  margin: 0;
  color: #FAAC58;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
	background-color:#2E2E2E;
	    padding-bottom:4px;
}


.darkred {
  color: #755C3B;
 }

 .red {
  color: #FF0000;
 }

 
.lightred {
  color: #FCFBE3;
  background: #755C3B;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 0px;
  padding-top: 0px;
  }

 
 
.bottomdistance
{
    padding-bottom:8px;
}



input[type=text]{ font-size: 16px;
	background-color:##FAFAFA; }
input[type=textarea]{ font-size: 16px;
	background-color:##FAFAFA; }
input:focus { font-size: 16px!important}
input, textarea {
  max-width:100%
}

.nonbold
{
  font-weight: normal;
}

textarea[type=text]{
    border:             2px solid #a9c6c9;
    vertical-align:         middle;
    padding:             9px;
    border-collapse:         collapse;
    margin:             2px;
    padding:             2px;
    space:             2px;
    z-index:             1;
    font-family: calibri;
	background-color:#FAFAFA;
	font-size: 14px;
   }
   
   
input[type=radio].css-checkbox {
							display:none;
						}

input[type=radio].css-checkbox + label.css-label {
							padding-left:28px;
							height:22px; 
							display:inline-block;
							line-height:22px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:15px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=radio].css-checkbox:checked + label.css-label {
							background-position: 0 -22px;
						}
						label.css-label {
				background-image:url(images/csscheckbox.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
input[type=checkbox].css-realcheckbox {
							display:none;
						}

						input[type=checkbox].css-realcheckbox + label.css-reallabel {
							padding-left:37px;
							height:32px; 
							display:inline-block;
							line-height:32px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:32px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-realcheckbox:checked + label.css-reallabel {
							background-position: 0 -32px;
						}
						label.css-reallabel {
				background-image:url(images/csscheckbox2.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
			

			
.bottomright {
	bottom: 2px;
	right: 0px;
	background: #D1C09F;
	-webkit-border-radius: 34px;-moz-border-radius: 34px;
	border-radius: 34px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
    position: fixed;
	z-index: 100;
	opacity: 0.7;

}

.bottomleft {
	bottom: 2px;
	left: 0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
    position: fixed;
	z-index: 100;
	opacity: 0.7;

}


.eventtitle {
font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: bold;
    letter-spacing: 4px;
	text-align:center;
text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);
  color: #755C3B;
  text-align: center;
  width:97%; 
  margin:auto;
    margin-top: 5px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  /*background: #FBCFCF;*/
  background-image: url("images/pattern/brownpaper.jpg");
  -webkit-box-shadow: #CDBB99 2px 2px 2px, #CDBB99 -2px -2px 2px;
  -moz-box-shadow: #CDBB99 2px 2px 2px, #CDBB99 -2px -2px 2px;
  box-shadow: #CDBB99 2px 2px 2px, #CDBB99 -2px -2px 2px;
  
}

.eventdetails {

  background-image: url("images/pattern/brownpaper.jpg");
  -webkit-box-shadow: #CDBB99 2px 2px 2px, #CDBB99 -2px -
   -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-shadow: #CDBB99 2px 2px 2px, #CDBB99 -2px -2px 2px;
  -moz-box-shadow: #CDBB99 2px 2px 2px, #CDBB99 -2px -2px 2px;
  box-shadow: #CDBB99 2px 2px 2px, #CDBB99 -2px -2px 2px; 
}



hr.hrstyle { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc);}


.detailbtn {
	-moz-box-shadow: 0px 5px 10px #D1C09F;
	-webkit-box-shadow: 0px 5px 10px #D1C09F;
	box-shadow: 0px 5px 10px #D1C09F;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #FCFBE3;
  font-size: 12px;
  background: #755C3B;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
}



.votebutton {
	text-indent:0;
		display:inline-block;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
	font-family:Arial;
	font-size:36px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:40px;
	text-decoration:none;
	text-align:center;
	background: #FCFBE3;

}
.votebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D1C09F), color-stop(1, #755C3B) );
	background:-moz-linear-gradient( center top, #D1C09F 5%, #755C3B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1C09F', endColorstr='#755C3B');
	background-color:#D1C09F;
}
.votebutton:active {
	position:relative;
	top:1px;
}

.commentbutton {
	text-indent:0;
		display:inline-block;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
	-moz-box-shadow: 0px 5px 10px #CDBB99;
	-webkit-box-shadow: 0px 5px 10px #CDBB99;
	box-shadow: 0px 5px 10px #CDBB99;
	font-family:Arial;
	font-size:30px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:40px;
	text-decoration:none;
	text-align:center;
    animation-name: buttonshrink;
    animation-duration: 4s;
	background: #FCFBE3;
		color: #755C3B; 
	border:4px solid #755C3B;


}		
	
		


.smallvotebutton {
	text-indent:0;
		display:inline-block;
 -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:18px;
	line-height:18px;
	width:18px;
	text-decoration:none;
	text-align:center;

}

.largevotebutton {
	text-indent:0;
		display:inline-block;
	-moz-box-shadow: 0px 5px 10px #D1C09F;
	-webkit-box-shadow: 0px 5px 10px #D1C09F;
	box-shadow: 0px 5px 10px #D1C09F;
  -webkit-border-radius: 56;
  -moz-border-radius: 56;
  border-radius: 56px;
	font-family:Arial;
	font-size:72px;
	font-weight:bold;
	font-style:normal;
	height:80px;
	line-height:80px;
	width:80px;
	text-decoration:none;
	text-align:center;

}


.feedbacktotals {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
    width: 20px;
    height: 20px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
	text-align: center;
	color: #FFFFFF;
}

@-webkit-keyframes highlight-fade {
   0% {background: #755C3B;}
   100% {background: none;}
}
@keyframes highlight-fade {
   0% {background: #755C3B;}
   100% {background: none;}
}

.highlight {
   -webkit-animation: highlight-fade 3s ease-in 1;
   animation: highlight-fade 3s ease-in 1;
      -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; 
}



.footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:120px;
   width:100%;
   -moz-box-shadow: 0 -10px 10px #D1C09F;
	-webkit-box-shadow: 0 -10px 10px #D1C09F;
     box-shadow: 0 -10px 10px #D1C09F;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1c09f+0,755c3b+100&1+0,0.9+100 */
background: -moz-linear-gradient(top, rgba(209,192,159,1) 0%, rgba(117,92,59,0.95) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(209,192,159,1) 0%,rgba(117,92,59,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(209,192,159,1) 0%,rgba(117,92,59,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1c09f', endColorstr='#e6755c3b',GradientType=0 ); /* IE6-9 */
}

.feedbacktotalslarge {
  margin: 0;
  font-size: 3.2em;
  font-weight: bold;
    width: 60px;
    height: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.3; 
}
  
.logobackground {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#755c3b+0,fcfbe3+100 */
background: rgb(117,92,59); /* Old browsers */
background: -moz-linear-gradient(top, rgba(117,92,59,1) 0%, rgba(252,251,227,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(117,92,59,1) 0%,rgba(252,251,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(117,92,59,1) 0%,rgba(252,251,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#755c3b', endColorstr='#fcfbe3',GradientType=0 ); /* IE6-9 */
}


.indexbutton {
	text-indent:0;
		display:inline-block;
 -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:18px;
	line-height:18px;
	width:18px;
	text-decoration:none;
	text-align:center;
	color: #755C3B;	
	border:2px solid #755C3B;'
	-moz-box-shadow: 0px 5px 10px #CDBB99;
	-webkit-box-shadow: 0px 5px 10px #CDBB99;
	box-shadow: 0px 5px 10px #CDBB99;
	
}
