/*
WAT:	e8a.css
WHY:	css for pages - slideshows, lightbox' etc have their own css
WHO:	Chris Grundemann
WEN:	19-AUG-2009
WER:	Grundemann Technology Solutions - Denver, CO

If you need to change this site, 
or if like it and want one of your own,
feel free to find me!
	http://www.chrisgrundemann.com
*/


/* ======== Page Stuff ========= */

* {
	margin: 0;
}

html, body {
	height: 100%;
	text-align: center;
}

body {
	background: #FFF;
	font-family: arial, sans-sarif;
	font-weight: bold;
	line-height: 1.5em;
}

.rounder {
	background: #66cbff;
	margin: 0 auto;
	padding: 0.6em 0.6em 0 0.6em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 806px;
	height: 1580px;
}

.container {
	background: #66cbff;
	margin: 3px 3px -109px 3px;
	width: 800px;
}

.content {
	text-align: left;
	margin: -150px auto 15px auto;
	width: 760px;
	color: #000;
}

.front {
	width: 100%;
	text-align:center;
}

.fixed {
	display: inline;
	margin-left: 65px;
	position: fixed;
}

.transback {
	width: 760px;
	background-color: #000;
	/* for IE */
	filter: alpha(opacity=50);
	/* CSS3 standard */
	opacity: 0.5;
}

.padbox {
	width: 100%;
	height: 2em;
	margin: 1px;
	border: none;
}
	


/* ========= Header / Nav / Footer ========= */

/* --- Header --- */
.header {
	background: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}

.header a {
	text-decoration: none;
}

.header a:hover {
	text-decoration: none;
}

/* --- Nav Tabs --- */
#nav {
	padding: 0;
	margin: 0;
	width: 100%;
	white-space: nowrap;
	list-style-type: none;
}

#nav li {
	display: inline;	
}

#nav li a {
	padding: 0 1.5em;
	color: #555;
	font-weight: bolder;
	font-size: 120%;
	line-height: 1em;
	text-decoration: none;
	float: center;
}

#nav a:hover {
	color: #FF9800;
	text-decoration: none;
	text-transform: uppercase;
}

/* --- Footer --- */
.footer, .push {
	height: 99px;
}

.tinypush {
	height: 20px;
}

.footer {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: -10px 0;
	color: #555;
}

.footer a {
	color: #555;
	text-decoration: none;
}

.footer a:hover {
	color: #555;
	text-decoration: underline;
}


/* ======== Text / Links ========= */

p {
        font-size: 1em;
}

a {
	color: #cc7a00;
	text-decoration: none;
}

a:hover {
	color: #cc7a00;
	text-decoration: underline;
}

h2 {
	color: #424242;
	font-size: 2em;
	font-weight: bolder;
	border-bottom: 1px solid #8f8f8f;
}

h3 {
	border-bottom: 3px ridge #424242;
}

.big {
	font-size: 150%;
	font-weight: bolder;
	margin-left: 1em;
	color: #FF9800;
}


/* ======== other stuff ========= */

img {
	margin: 1px;
        border: none;
        color: #000;
        text-decoration: none;
}

img a {
	color: #000;
	border: none;
        color: #000;
        text-decoration: none;
}

.avatar img {
	margin: 1px 4px -1px 4px;
}
