/* CSS Document */

/* ==========================================================================
	 Common Styles
========================================================================== */

body {
	font-family: 'Open Sans', sans-serif;
	background-attachment:fixed;
	background-image:url('../img/bg2.png');
	background-repeat:repeat;
}

h1 {
	color:#934D19;
}
h2 {
    color: #6E472A;
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-bottom:10px;
}
h3 {
    color: #202F49;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin:10px 0 0 0;
}
h4 {
	margin:15px 0 0 0;
	font-size:1.05rem;
	color: #934D19;
}

.container {
  margin: 0px auto;
  width: 1050px;
}
.hide-fullwidth {
	display:none;
}
#newsletter .grid-pad,
footer .grid-pad,
#copyrights .grid-pad {
	padding-top:5px;
}
#main-content {
	padding-bottom:50px;
}

#main-content .page-description {
	line-height:18px;
}

/* ==========================================================================
	 Header 
========================================================================== */
header {
	background-color:#fff;
	min-width:1050px;
}
header .topbar {
	border-top:6px solid #934D19;
}
header .grid-pad {
    padding: 25px 0 25px 0px;
}
header #headmain {
	position:relative;
}
header #flthead {
	width:130px;
	position:absolute;
	right:0;
	top:-25px;
}
header .langselect {
	background-color:#8C8F4F;
	color:#fff;
	padding:5px;
}
header .langselect p {
	margin:0;
	text-align:center;
}
header .langselect a {
	color:#fff;
}
header .socialmedia {
	margin-top:10px;
	
}
header .socialmedia p {
	text-align:center;
	margin:0;
}
header .hicon {
	color: #fff;
	padding-top: 10px;
	font-size: 24px;
	width:32px;
	line-height: 24px;
	border-radius: 49%;
	text-align: center;
}
header .fa-facebook {
	background:#3b5998;
	margin-right:15px;
}
header .fa-twitter {
	background:#00a0d1;
}
header .hicon:hover {
	background:#d5d5d5;
}
header .logo-title a {
	text-align:center;
	margin:0 auto;
}
header .logo-title img {
	display:block;
	margin:0 auto;    
}


/* ==========================================================================
	 Nav Full
========================================================================== */

nav#full {
	display: block;
  width: 100%;
	background:#934D19;
	margin-bottom: 10px;
	min-width:1050px;
}

.menu {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
}

.menu li {
  position:relative;
  display: block;
	display:inline-block;
}

.menu > li {
  float: left;
  background-image:url('../img/menuborder.png');
  background-position:right;
  background-repeat: no-repeat;
	
	color:#000;    
}
.menu > li > a {
  position: relative;
  display: block;
  z-index: 510;
  height: 45px;
  padding: 0 15px;
  line-height: 50px;
	color:#fff;
	font-weight:bold;
	font-size: 13px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.menu > li:hover > a { color: #d5d5d5; }

.menu li:last-child {
	background-image:none;
}

.menu .has-sub:hover > ul {
  display:block;
}
.menu .has-sub ul {
	background: #909090; 
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
  z-index:1000;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;  
}

.menu .has-sub ul li a  {
    border-bottom: 1px solid #d5d5d5;
    color: #EEEEEE;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 6px 15px;
    width: 200px;
    z-index:1000;
}

.menu .has-sub ul li a:hover { background:#6b6b6b; z-index:1000;}

.menu .has-sub .has-sub:after {
	position:absolute;
  font-family: FontAwesome;
  top:30%;
  right:4px;
  font-size:13px;
  content: "\f0da";
  color:#f5f5f5;
}

.menu .has-sub .has-sub:hover > ul {
  display: block;
}
.menu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

nav#full a {
    text-decoration: none;
}
nav#full #menu {
	margin:0;
	padding:0;
	height: 45px;
}

nav#full .grid {
	overflow:visible;
}

/* ==========================================================================
	 Banner Image	
========================================================================== */

#banner {
	color:#222;
	font-family: "Open Sans", helvetica, arial;
	font-size:18px;
}

/* ==========================================================================
	 Homepage News 
========================================================================== */
.newstitle {
   text-transform:uppercase;
   color:#202f49;
   font-size:1.2em;   
}
.newsdate {
	color:#aaa;	
}
.newssplit {
	border-top:2px dashed #934D19;
	margin:10px 0 20px;
}

.side-events h3 {
	color:#fff;
	background-color:#202f49;
	padding:15px 20px;
	font-size:1.15em;
	margin:0;
}

.side-events .content {
	padding: 15px 15px;
}

.side-top {
	margin-top:25px;
}

/* ==========================================================================
	 Footer 
========================================================================== */

footer {
	width: 100%;
	min-width:1050px;
	background: #934D19;
	padding-bottom: 20px;
	margin-top: 25px;
	padding-top:20px;
	color:#a5a5a5;
}

footer a {
	color:#a5a5a5;
}
.footer-box {
	position:relative;
	padding-left:70px;
}
.footer-box span {
	position:absolute;
	top:6px;
	lefT:0px;	
	width: 60px;
	height: 60px;
	background: #fff;
	color: #850018;
	padding-top: 16px;
	font-size: 33px;
	line-height: 33px;
	border-radius: 49%;
	text-align: center;
}
.footer-box h6{
	margin:0;
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	color: #222;
	vertical-align: middle;
	padding-top: 15px;
}
.footer-box .oneline {
	padding-top:25px;
}

.copyright {
	padding-top: 8px;
	border-top: 1px solid #dcdcdc;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #78787d;
	margin-top:30px;
}

.copyright a {
	color:#78787d;	
}

.copyright a:hover {
	color:#850018;	
}

#backToTop {
	border: none;
	bottom: 50px;
	color: #666;
	display: none;
	height: 36px;
	overflow: hidden;
	position: fixed;
	right: 40px;
	text-decoration: none;
	width: 36px;
	z-index: 20;
	font-size: 35px;
	line-height: 35px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#backToTop:hover {
	color: #202f49;
}

/* ==========================================================================
	 Content Section
========================================================================== */

.content {
	padding: 1px 25px 45px;
	background:#fff;
}
.content .picture {
	padding:5px;
	border:1px solid #e5e5e5;
	box-shadow:0 0 5px #e5e5e5;
}
.content .picture.pull-left {
	margin-right:25px;
}
.content .picture.pull-right {
	margin-left:25px;
}
/* ==========================================================================
	 Contact Page
========================================================================== */

.contact i {
	color:#aaa;
	margin-right:2px;
}
.contact-table,
.contact-table td {
	border:none;
}
.contact-table td {
	padding:3px;
}
.contact-form input,
.contact-form textarea {
	width:100%;
	margin-bottom:10px;
	border-radius:3px;
}
.contact-form input.btn {
	width:80px;
}

/*Calendar legend*/

.callegend { 
    display:inline;
    height:10px;
    border-radius:6px;
    margin: 5px 0px 5px 10px;
}

/* ==============================================
	Alerts
============================================== */

.alert {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.alert.notice { 
	background:url("../img/exclamation.png") no-repeat scroll 15px 9px #FFFEDD;
	border:1px solid #FFEDB7;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
}
.alert.error {
	background:url("../img/error.png") no-repeat scroll 15px 9px #FFF0F0;
	border:1px solid #FFCCCC;
	color:#FF0000;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
}
.alert.success {
	background:url("../img/checkmark.png") no-repeat scroll 15px 9px #F2FFF2;
	border:1px solid #C1FFC1;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
	color:#2EAD3D;
}  

/* ==========================================================================
	 contact form
========================================================================== */

#ajaxalert {
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	display: none;
	margin-left: -100px;
  margin-top: -100px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	z-index: 1000;
}

div.ajaxerror{
    background-color:#FFF;
    border-color: #222;
    color:red;
    border-style: solid;
    border-width: 2px;
    padding: 5px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 10px 0 #222;
	-webkit-box-shadow: 0 0 10px 0 #222;
	-moz-box-shadow: 0 0 10px 0 #222;
}
.error {
	color:red;
}


/* Forms */

.box {
	border-color:#a5a5a5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 10px 0 #222;
	-webkit-box-shadow: 0 0 10px 0 #222;
	-moz-box-shadow: 0 0 10px 0 #222;
	padding:20px;
	margin:20px auto;
	width:70%;
}

.box h3 {
	margin-top:0px;
}

.box p {
	margin:2px 0px;
}

.loading {
	padding-left:10px;
	font-size:1.5em;
	visibility:hidden;
}
.lshow {
	visibility:visible !important;
}

.progress {
  height: 20px;
  background: #ebebeb;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 10px;
}
.progress > span {
  position: relative;
  float: left;
  margin: 0 -1px;
  min-width: 30px;
  height: 18px;
  line-height: 16px;
  text-align: right;
  background: #cccccc;
  border: 1px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: -moz-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: -o-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: linear-gradient(to bottom, #f0f0f0, #dbdbdb 70%, #cccccc);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.progress > span > span {
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.progress > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 18px;
  background: url("../img/progress.png") 0 0 repeat-x;
  border-radius: 10px;
}

.progress .blue {                                                               
  background: #5aaadb;                                                          
  border-color: #459fd6 #3094d2 #277db2;                                        
  background-image: -webkit-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
  background-image: -moz-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);   
  background-image: -o-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);     
  background-image: linear-gradient(to bottom, #aed5ed, #7bbbe2 70%, #5aaadb);  
}


	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 10px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button:disabled,
	input[type="submit"]:disabled,
	input[type="reset"]:disabled,
	input[type="button"]:disabled {
		color:#aaaaaa;
	}
	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
	option:disabled {
		font-weight:bold;
	}
	
.backbar {
	padding: 10px 10px;
	margin:0px;
	background-color:#850018;
	color:white;
	font-size:14px;
}

.modal-window {
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 20px 0 #222;
  -webkit-box-shadow: 0 0 20px 0 #222;
  -moz-box-shadow: 0 0 20px 0 #222;
  display: none;
  position: fixed;
  top: 10%;
  left: 30%;
  width: 600px;
  z-index: 1000;
	margin:10px;
	padding:10px;
}
#modal-background {
    display: none;  /* ensures it’s invisible until it’s called */
    position: fixed;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.5; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .50;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    z-index: 999; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}

#upcoming {
	background-color: #EEEEEE;
	padding-bottom:5px;
}

.uevent-title {
	color:#666;
	font-weight:bold;
	font-size:13px;
	line-height:14px;
}
.uevent-info {
	color:#999;
	padding-bottom:5px;
	font-size:11px !important;
}
.uevent-info p {
	margin-top:0px;
}

/* Forum */

.forum_cat table th,.forum_topics table th {
	font-weight:bold;
	text-align:left;
	background:#202855;
	color:#fff;
	padding:7px 10px;
	border:1px solid #3E4A84;
}

.forum_cat table td,.forum_topics table td {
	border:1px solid #ddd;
	padding:5px 10px;
}

.forum_cat table,.forum_topics table {
	border-collapse:collapse;
	width:100%;
}


ul.memberlist {
	clear: both;
	position:relative;
	overflow: hidden;
	width: 100%;
	padding:0;
}
li.memberinfo {
	width:32%;
	padding:5px;
	display:inline-block;
	vertical-align:top;
}

li.memberinfo h3 {
	color:#202f49;
	font-size:1.2em;
	font-weight:bold;
}
li.memberinfo p {
	margin-top:2px;
}