/*
Author:		Donny Burnside
Website:	http://www.ginger-ninja.net/
*/

/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:calibri, verdana, tahoma;
	font-size:14px;
	color:black;
	background-image: url("images/back.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	}
a {
	color:red;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#ECE45E;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	line-height:20px;
	}

/* Structure */

#wrapper {
	width:760px;
	margin:50px auto 0 auto;
	background-image:url(images/back.png);
	background-color:#F1B310;
	background-repeat:no-repeat;
	opacity: 0.90;

	}
#header {
	height:130px;
	line-height:130px;
	margin-bottom:5px;
	padding-left:10px;
	}
#body {
	padding: 25px 0;
	}
#sidebar {
	float:left;
	width:170px;
	padding:5px 10px;
	}		
#content {
	padding:5px 10px;
	text-align:justify;
	min-height:500px;
	margin-left:180px;
	margin-right: 15px;
	}
#footer {
	text-align:center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-bottom:20px;
	font-size: 16pt;
	}
#sidebar a {
	color:darkgoldenrod;
	}
#sidebar a:hover {
	color:#ECE45E;
	}

#login {
	position: fixed;
	bottom: 0;
	right: 5px;
}

#orgframe {
	overflow: auto;
	margin-top: 5px;
}

#orglist {
	font-size: 12pt;
	list-style-type: none;
}
#orglist a:hover{
	color: #ECE45E;
	background-color: gold;
}
/* Headings */

h1 {
	font-size:24px;
	color:#f9f9f9;
	letter-spacing:-1px;
	}
h1 a {
	color:white;
	text-decoration:none;
	font-weight:normal;
	}
h1 a:hover {
	color:#ECE45E;
	}
#sidebar h2 {
	color:white;
}
h2 {
	font-size:20px;
	color:navy;
	font-weight:normal;
	}

h3 {
	font-size:38px;
	color:#f9f9f9;
	letter-spacing:-2px;
	}
h3 a {
	color:#E7DE3A;
	text-decoration:none;
	font-weight:normal;
	}
h3 a:hover {
	color:#ECE45E;
	}
/* Extra's */

#footer a {
	color:#0E4CEF;
	text-decoration:none;
	}
#footer a:hover {
	color:#ECE45E;
	}
.meta {
	font-weight: bold;
}

ul li {
	padding-top: 10px;
}
