﻿/*
	http://www.maxdesign.com.au/articles/css-layouts/one-liquid/
	darker green: 03a696
	light green: 04bf9d
	light blue: 05dbf2
	medium blue: 05c7f2
	dark blue: 05aff2
	darker blue: 0580f2

	modded	
	darker green: 23867c
	light green: 279a85
	light blue: 33b6c5
	medium blue: 33a9c4
	dark blue: 339bc4
	darker blue: 3381c4

*/

* {
	padding: 0;
	margin: 0;
}

#clear {
	clear:both;
}

body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	background: #3381c4;
	width: 100%;
}

#main {
	margin: 0 200px 0 200px;
	padding: 0 25% 0 25%;
}

#formWidget {
	position:absolute;
	top: 2px;
	padding-left: 60%;
}

#formCreate {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 2px;
	width: 600px;
}

legend {
	font-size: large;
	padding-top: 35px;
}

header {
	background: #33b6c5;
	height: 130px;
	color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,2);
}

header H1 {
	font-size: xx-large;
	padding: 40px 25% 0 25%;
}

nav {
	background: #33a9c4;
	height: 67px;
	box-shadow: 0 0 10px rgba(0,0,0,2);
	color: #000000;
	font-size: x-large;
	margin: 0 200 0 200px;
	padding: 5px 25% 0 25%;
}

article {
	background: #339bc4;
	height: auto;
	box-shadow: 0 0 10px rgba(0,0,0,2);
	color: #000000;
	margin: 0 200 0 200px;
	padding: 10px 25% 25px 25%;
}

article H1 {
	padding: 10px 0 10px 0;
}

article p {
	padding-bottom: 5px;
}

footer {
	background: #3381c4;
	height: 300px;
	box-shadow: 0 0 10px rgba(0,0,0,2);
	margin: 0 200 0 200px;
	padding: 15px 25% 0 25%;
}

fieldset {
	border-radius: 10px;
	background: #279a85;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	border: 2px groove threedface;
	padding: 10px;
	border-color: #279a85;
	font-size: small;
}

#login {
	padding: 10px 10px 10px 10px;
	float: right;
}

#login input {
	float: right;
}

#userlinks ul {
	margin: 0 auto;
	padding-left: 12px;
	color: #000000;
}

#userlinks li {
	display: inline;
}

#userlinks a {
	font-size: .75em;
	text-decoration: none;
}

#userlinks a:hover {
	color: #000000;
}

#pipe {
	padding-left: 3px;
	padding-right: 3px;
}

label {
	float: left;
	margin-right:0.5em;
	text-align:right;
	color: #FFFFFF;
}

input[type=submit] {
	width: 100px;
	float: right;
}

/* Navigation */


a {
	color: #333;
}
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #7d7d7d url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}