@charset "utf-8";
/*-------------------------------------------------------------
Style Sheet 

Version: 1
Author: Alternet Solutions
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/

Colours:

Green: #a9ce4d
Blue: #4881b9

-------------------------------------------------------------*/
/*Font Import*/

@import url(http://fonts.googleapis.com/css?family=Lobster+Two&v2);
@import url(http://fonts.googleapis.com/css?family=Loved+by+the+King&v2);

/*Body*/

body {
     font-size: 62.5%;
     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	 background: #e1e1e1 url(../images/bodyBg.png) repeat-x;
     }

/*Header*/

#header {
	width: 90%;
	min-width: 760px;
	max-width: 1000px;
	margin: 0 auto;
	text-align:left;
	padding: 20px 0;
	position: relative;
}

#logo {
	width: 50%;
	float: left;
}

#logo img {
	float: left;
	width: 40%;
}

h1#logo {
	font-size: 3.5em;
	float: left;
	color: #a9ce4d;
	font-family: 'Lobster Two', cursive;
}

h1#logo span {
	color: #fff;
	font-family: 'Loved by the King', cursive;
	font-weight: 300;
	-webkit-transform: scale(1) rotate(-20deg);
	-moz-transform: scale(1) rotate(-20deg);
	transform: scale(1) rotate(-20deg);
}

/*Logout Btn*/

#logoutForm input {
	color: #FAFAEE;
	width: 100%;
	padding: .5em;
	color: #663E59;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	background-image: -webkit-gradient(linear, 0%, 0%, 0%, 100%, from(#d7d7d7), to(#c0c0c0));
	background-image: -moz-linear-gradient(0 100% 90deg, #d7d7d7, #c0c0c0);
	background-color: #d7d7d7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-0-border-radius: 8px;
	border-radius: 8px;
}

#logoutForm {
	float: right;
	margin-top: 15px;
}
	                
#wrapper {
	width: 90%;
	min-width: 760px;
	max-width: 1000px;
	margin: 0 auto;
	text-align:left;
	font-size:1.3em;
	background: #fff;
	position: relative;
}


/*Headings*/

/* navigation */
	
#nav {
	position: relative;
	width: 90%;
	min-width: 760px;
	max-width: 1000px;
	margin: 10px auto;
	font-size: 1.2em;
	background: #a9ce4d; 
}
#nav ul {
	margin: 0 auto;
}

#nav ul li {
	float: left;
	width: 25%;
	margin: 0 0 0 0;
}

#nav ul li.last {
	margin-right: 0;
}
	
#nav ul li a {
	display: block;
	float: left;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	border-left: 1px solid #90b92b;
}

#nav ul li.first a {
	border-left: none;
}

#nav ul li a strong {
	display: block;
	padding: .5em 15px;
	}
#nav ul li a em {
	display: block;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #fff;
	}


/*Main Structure*/

#fullContent {
      width: 100%;
      float: left;
      line-height: 1.5em;
      }
	 
#contentWrap {
	width: 100%;
	float: left;
	background: #fff;
	min-height: 300px;
}
                
#content {
      float: right;
      width:75%;
      line-height: 1.5em;
      }

#sideBar {
      float: left;
      width: 24%;
      } 
                
/*Gutters*/

.gutter {
    padding: 15px;
    }

/*Login*/

p#expired {
	margin-top: 10px;
	color: #f00;
	font-style: italic;
}

#loginWrap, #registrationWrap {
	width: 90%;
	min-width: 760px;
	max-width: 1000px;
	margin: 0 auto;
	text-align:left;
	font-size:1.3em;
}

#loginArea, #registrationArea {
	width: 50%;
	margin: 5em auto;
	padding-top: 10px;
	background: #fff;
	text-align: center;
}


#loginArea h2, #registrationArea h2 {
	font-size: 2.5em;
	color: #a9ce4d;
	font-family: 'Lobster Two', cursive;
	background: #808080;
	margin: 0 10px;
}

#loginArea h2 span, #registrationArea h2 span {
	color: #fff;
	font-family: 'Loved by the King', cursive;
	font-weight: 300;
	-webkit-transform: scale(1) rotate(-20deg);
	-moz-transform: scale(1) rotate(-20deg);
	transform: scale(1) rotate(-20deg);
}

#loginForm, #registerForm {
	margin: 10px auto;
	padding: 20px;
	width: 70%;
	}

#loginForm h3, #registerForm h3 {
	width: 100%;
	color: #a9ce4d;
	font-size: 1.4em;
	}

#loginForm p, #registerForm p {
	margin: 4px 0;
	padding: 5px 0;
	}
	
#loginForm .formbox, #registerForm .formbox {
    width: 200px;
}

#loginForm input, #registerForm input {
	padding: 5px 0;
}
	
#loginForm label.label {
	float: left;
	width: 100px;
	padding: 5px 0;
	font-size: 1em;
    color: #000;
}

#registerForm label.label {
	float: left;
	width: 140px;
	padding: 5px 0;
	font-size: 1em;
    color: #000;
}

/*Main Page*/

span.username {
	font-family: 'Loved by the King', cursive;
	font-size: 2em;
	color: #a9ce4d;
}

#boxWrap {
	width: 100%;
	float: left;
	margin: 20px auto;
	text-align: center;
	border-bottom: 2px solid #a9ce4d;
}

#boxWrap h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 1.3em;
}

.homeBox {
	float: left;
	margin: 10px;
}

.box {
	float: left;
	width: 100%;
	margin: 10px;
	position: relative;
}

form#batchApproval {
	float: right;
}

form#batchApproval button {
	background: #a9ce4d;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}

form#approvals {
	position: absolute;
	top: 0px;
	right: 10px;
}

form#approvals button {
	background: #a9ce4d;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}

form#approvals label, form#batchApproval label {
	text-transform: uppercase;
}

/*Support*/

.sections {
	width: 31%;
	margin: 20px 0;
	margin-right: 2%;
	float: left;
}
	
/*Contact*/	

#contactForm, #generalForm {
	margin: 0;
	width: 100%;
	position: relative;
	}

#contactForm fieldset, #generalForm fieldset {
	border: 1px solid #000;
	padding: 10px;
	}
	
#contactForm p, #generalForm p {
	margin: 8px 0;
	}
	
.warning {
	font-style: italic;
    color: #fff;
	background-color: inherit;
	}
	
.success {
	color: #fff;
	font-size: .9em;
	}
	
#contactForm .formbox, #generalForm .formbox {
    width: 150px;
	border: 1px solid #ccc;
	}
	
#contactForm label.label, #generalForm label.label {
	float: left;
	width: 100px;
	font-size: 1em;
    color: #000;
	}

#contactForm label.labelBlock, #generalForm label.labelBlock {
	display: block;
	}

#contactForm textarea, #generalForm textarea {
	width: 100%;
	border: 1px solid #ccc;	
	}
	
#contactForm input#send, #generalForm input#send {
	color: #fff;
	padding: 3px;
	border: 1px solid #976276;
	background: #c2859c;
	}

/*Footer*/
                
#footer {
    clear: both;
    padding: 5px 0;
	border-top: 1px solid #a9ce4d;
    }

#footer.noborder {
	border: none;
	
}
                
#footer p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: .8em;
    color: #666;
    }

#footer a {
    color: #666;
    }

#footer img {
	vertical-align: middle;
}

/*General*/

img {
    border: none;
	-ms-interpolation-mode: bicubic;
    }

.clear {
     clear: both;
     }

.bold {
     font-weight: bold;
     }

.red {
     color: #f00;
     }
	
a {
	text-decoration: underline;
	color: #a9ce4d;
      }

a:hover {
	color: #8bab3b;
	text-decoration: none;
	}

a img {
	border: none;
	}

.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}

p#bcrumb {
	float: left;
	padding: 15px;
	}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
