/* @override 
	http://192.168.0.11/~stevesunderland/glenwielgus.com/assets/templates/glen_default/css/site.css
	http://glenwielgus.com/assets/templates/glen_default/css/site.css
*/

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

#body {
	background-color: #333;
}

h3 {
	text-transform: uppercase;
	font: .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	letter-spacing: .1em;
	font-weight: normal;
	margin-bottom: 20px;
}

body {
	font: .9em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #ccc;
}

#wrapper {
	width: 100%;
	min-width: 1160px;
}

#header {
	margin-top: 50px;
	margin-left: 20px;
	margin-bottom: 25px;
}

#navigation {
	width: 310px;
	margin-top: 25px;
}

#navigation ul {
	text-transform: uppercase;
	font: .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	letter-spacing: .1em;
	font-weight: bold;
}

#navigation ul li {
	border-left-style: hidden;
	padding-left: 10px;
	border-left-width: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
}

#navigation ul li.active {
	color: #fff;
	border-left-style: solid;
	margin-left: 0;
}

#navigation ul li:hover {
	border-left-style: solid;
	margin-left: 0;
}
#navigation a {
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	text-decoration: none;
}
#navigation a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
}
#navigation li.active a {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}


/* 
.nav1 {
	border-left-color: #666;
}
.nav2 {
	border-left-color: #0e165d;
}
.nav3 {
	border-left-color: #743F24;
}
.nav4 {
	border-left-color: #361031;
}
*/

#content {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	width: 800px;
}

#left {
	float: left;
}
#right {
	float: left;
}

/* TEXT */
h6 {
	margin: 0 0 15px;
	font: .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
}
#content p {
	width: 400px;
	text-align: left;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	text-align: right;
	color: #999;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-moz-opactiy: 0.1;
	font-size: .8em;
	padding: 5px 15px 5px 5px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.subdued {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	font-style: italic;
}

/* MAXIGALLERY */
.pagenumbers {
	text-transform: uppercase;
	font: .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
	font-weight: bolder;
	padding-left: 10px;
}

.pagenumbers a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#editform a, .uploadform a {
	color: #ff7c00;
}

