@import url("reset.css");
@import url("grids.css");
@import url("fonts.css");

html {
	background:#1d181b;
	color:#fff;
}
#hd {
	height:125px;
}
#bd {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #e21661;
	padding: 30px 0;
	min-height:450px;
}
#ft {
	height:50px;
}
/*-------------------  Font styles  --------------------------*/

h1, h2, h3, h4, h5, p {
	padding-bottom:10px;
}
h1, h2, h3, h4, h5 {
	padding-bottom:15px;
}

a {
	color:#E21661;
}
a:hover {
	color:#54b947;
}
.headingpurple {
	color: #E21661; /* Purple */
	font-weight:bold;
	text-decoration:none;
}
.headinggreen {
	color: #54B947; /* Green */
	font-weight:bold;
	text-decoration:none;
}
.headingblue {
	color: #0aa4c4; /* Blue */
	font-weight:bold;
	text-decoration:none;
}
#ft p {
	padding-top:5px;
	font-size:100%;
}
/*-------------------  Navgiation  --------------------------*/

div#nbar {
	bottom:0;
	float:right;
	font-size:123.1%;
	font-weight:bold;
	height:30px;
	position:relative;
	right:0;
	top:65px;
	width:auto;
}
div#nbar ul {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
div#nbar li {
	list-style-type: none;
	display: inline;
	padding:5px 9px;
}
div#nbar li a {
	text-decoration: none;
	color: #FFF;
}
div#nbar li a:hover {
	color: #e21661;
}
div#nbar li.selected {
	color:#54b947;
	background-color:#d91c5c;
	overflow:visible;
	z-index:1;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}
div#nbar li.selected:hover {
	color:#FFF;
}
/*------------------  Socialbuttons  ----------------------*/

#socialhd {
	font-size:100%;
	font-weight:bold;
	height: 30px;
	width: auto;
	position:relative;
	float:right;
	top: 30px;
}

.socialhdbuttontw, .socialhdbuttonfb {
	background-image:url(/images/twit-bl.png);
	background-position:5px 50%;
	background-repeat:no-repeat;
	padding:10px 9px 10px 57px;
	width:55px;
	height:auto;
	text-decoration:none;
	color:#fff;
}
.socialhdbuttonfb {
	background-image:url(/images/fb-bl.png);
}
.socialhdbuttontw:hover {
	background-image:url(/images/twit-cl.png);
	color: #54b947;
}
.socialhdbuttonfb:hover {
	background-image:url(/images/fb-cl.png);
	color: #54b947;
}

#logohd {
	float:left;
	position:relative;
	top:70px;
}

/*------------------  Misc  ----------------------*/

.linebr {
	clear:both;
	border-bottom:1px solid #fff;
	margin:15px 0;
}
	

/*------------------  Homepage  ----------------------*/
.mainimage {
	padding-bottom:25px;
}
.homebox1, .homebox2, .homebox3 {
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	margin-top:1em;
	border:5px solid #e21661;
	padding:1em;
	width:88%;
	height:250px;
}
.homebox2 h1 a, .homebox3 h1 a {
	font-size:300%;
	color:#8BC53F;
	text-decoration:none;
	padding-bottom:0.8em;
}
.homebox2 h2 a, .homebox3 h2 a {
	font-size:179.5%;
}
.homebox1 {
	background-color:#e21661;
}
.homebox1 h2, .homebox1 a {
	font-size:228%;
	color:#FFF;
	text-decoration:none;
	line-height:1.1em
}

/*------------------  Locations  ----------------------*/

.tel {
	color: #E21661; /* Purple */
}
/*------------------  About  ----------------------*/


/*------------------  Wokit Club Page  ----------------------*/

.wokclubform input, .wokclubform textarea {
	width:240px;
	background-color:#FFF;
	border:0;
	padding:5px;
	color:#7B7B7B;
	font-size:126%;
	margin-bottom:7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#bd .inputtitle {
	width:50px;
}
#bd .inputcheck {
	float:left;
	width:20px;
}
#bd .inputsumbit, #bd .inputsumbitcontact {
	background-color:#E21661;
	background-image:url(/images/arrowsumbit.png);
	background-position:158px 50%;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-align:left;
	width:186px;
}
#bd .inputsumbitcontact {
background-position:70px 50%;
width:100px;
}
.wokclubform label {
	text-align:right;
	width:100%;
	font-size:126%;
	margin-bottom:7px;
}
.twitterbox {
	float:right;
	padding-right:35px;
}

/*------------------  Menu  ----------------------*/
.menuheading {
	font-size:500%;
	font-weight:bold;
	color: #54B947; /* Green */
}
.downloadmenulink {
	font-size:182%;
	text-decoration:none;
	float:left;
	clear:both;
	margin-bottom:40px;
	color:#9f9f9f;
}
.menusep {
	border-top:1px solid #989798;
	margin:30px 0;
}
.menujpg {
	border-top:1px solid #989798;
	padding:20px 0;
}
/*------------------  Locations  ----------------------*/
