/* Body */
body {
	background-color: #808080;
	background-image: url("http://emersive.net/images/templates/org/bg.jpg");
	background-repeat: repeat-x;
	width: 935px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

/* Header */
#header {
	width: 935px;
	height: 60px;
}
#header h1 {
	background-image: url("http://emersive.net/images/templates/org/h1.jpg");
	float: left;
	height: 60px;
	width: 295px;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
}
#header ul {
	margin: 0 0 0 0;
	padding: 33px 0 0 0;
}
#nav li {
	display: block;
	float: left;
	list-style-type: none;
	padding-right: 1em;
}
#nav a:link, #nav a:active, #nav a:hover, #nav a:visited {
	font-family: Geneva, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #DDD;
	text-transform: uppercase;
	text-decoration: none;
}

/* Content */
#content {
	background-image: url("http://emersive.net/images/templates/org/bgContent.jpg");
	background-repeat: no-repeat;
	min-height: 535px;
	padding: 85px 60px 0 315px;
}

#quickSearch {
	clear: left;
	width: 100%;
	text-align: center;
}

/* Footer */
#footer {
	padding: 1em 60px 0 315px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: .9em;
clear: left;
}

/* Special Layout */
.col2a {
	float: left;
	width: 270px;
}
.col2b {
	width: 270px;
	margin-left: 20px;
	float: left;
	clear: right;
}

.col3a, .col3b {
	width: 180px;
	margin-right: 10px;
	float: left;
}
.col3c {
	width: 180px;
	float: left;
	clear: right;
}

/* Styles and Formatting */
#content a:link, #content a:active {
	color: #FFCC33;
	text-decoration: none;
}
#content a:hover {
	color: #FFCC00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC00;
}
#content a:visited {
	color: #99CCFF;
	text-decoration: none;
}
#content a:hover img {
	border-bottom-width: 0px;
	border-bottom-style: none;
	border: none;
}
#content a img {
	border: none;
}
#footer a {
	color: #DDD;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
}

body {
	font-family: Geneva, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #FFF;
}

h2, h3, h4 {
	font-family: Palatino, Georgia, Garamond, Times, "Times New Roman", serif;
	font-weight: bold;
}
h3, h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}

.post {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-bottom: 20px;
}


.invisible {
	display: none;
}
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	cursor: help;
}
.orgTitle {
	font-weight: bold;
	font-variant: small-caps;
	font-family: Palatino, Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 1.1em;
}
.alignCenter {
	text-align: center;
	clear: both;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.floatLeft {
	float: left;
padding: 1em 1em 1em 0;
}
.floatRight {
	float: right;
padding: 1em 0 1em 1em;
}

/* Testing CSS */
#events {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#events li {
	padding-bottom: .2em;
	padding-top: .2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
}

/* Comments */
#comments {
	margin-bottom: 20px;
}
.commentOdd {
	width: 560px;
	border-top: thin solid #444;
	border-bottom: thin solid #444;
	background-color: #666666;
	min-height: 105px;
}
.commentEven {
	width: 560px;
	min-height: 105px;
}
.theComment {
	width: 440px;
	padding-left: 115px;
}
.avatar {
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}
.posted {
	font-size: .8em;
	color: #DDD;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#makeComment {
	margin-bottom: 20px;
}

/* Blog Link Log */
#linklog {
	padding-bottom: 2em;
}

.linkOdd, .linkEven {
	padding: 0 15px 0 15px;
	width: 560px;
	clear: both;
}
.linkOdd {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #666666;
}
.linkEven {
	border-top: thin solid #444;
	border-bottom: thin solid #444;
	background-color: none;
}

.linkEntry {
	width: 485px;
}
.discuss {
	width: 75px;
	float: right;
	text-align: right;
	border-left: thin dashed #444;
}

/* Warn stupid IE users*/
#IEwarn {
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
	clear: right;
	width: 100%;
	border: thin solid #000000;
}