/*
	Author	:	Stephen Eggers
	Email	:	drdiatom@gmail.com
	Website	:	http://www.softporcupine.com/
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, optgroup, button, p, blockquote, th, td  {
	padding:0;
}

body {
	font-family:Arial,Helvetica,"bitstream vera sans",sans-serif;
	margin:0;
}

div#mainPage { /* The ENTIRE page */
	background:#00ccff;
}

div#wrapperMain { /* The MIDDLE part including everything */
	background:#9fffff;
	margin:0 auto;
	width:960px;
}

div#header {
	height:215px;
	padding:0;
}

div#nav {
	height:40px;
	margin:0;
	padding:0;
}

div#nav li {
	list-style:none;
	float:left;
	width:230px;
	margin:0 10px 0 0;
}

div#mainContent {
	float:left;
	padding: 30px 20px;
}

div#container {
	width:600px;
	float:left;
	padding:0 50px 0 0;
}

.right-aside {
	width:242px;
	margin:0 0 40px 680px;
}

div#preFirst {
}

div#first {
	color:#FF3366;
	background-color:#33FFFF;
}

div#second {
	color:#FFFF00;
	background-color:#660099;
}

div#footer {
	clear:both;
	border-top:1px dotted #FFFF00;
	height:50px;
	padding:10px;
	text-align:center;
}

a:link {
	color:#FF00FF;
	text-decoration:underline;
}

a:visited {
	color:#FF00FF;
	text-decoration:underline;
}


#mainPage h1 {
	color:#0000FF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	word-spacing:4px;
	border-bottom:2px solid #00FF00;
}

#mainPage h2 {
	color:#FF0066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
}

#mainPage li {
	margin:0 0 0 15px;
}

.intense1 {
	font-size:26px;
	color:#0099FF;
}

.intense2 {
	font-size:30px;
	text-transform:uppercase;
	color:#FF0066;
}

.error {
	font-weight:bold;
	color:#FF0000;
}

.success {
	font-weight:bold;
	color:#00FF00;
}

.small {
	font-size:10px;
	margin: 0;
	padding: 0;
}

#footer p {
	color:#0099FF;
	font-size:10px;
}

#footer a {
	color:#FF00FF;
	text-decoration:underline;
}

table {
	border-color:#00FF00;
}

td, th {
	padding:2px;
}

/* right sidebar rounded corners */
div.f1{background:#33ffff url(/includes/f-top.gif) no-repeat; width:100%;}
div.f2{background:transparent url(/includes/f-bottom.gif) no-repeat bottom; padding:10px;}
div.s1{background:#660099 url(/includes/s-top.gif) no-repeat; width:100%;}
div.s2{background:transparent url(/includes/s-bottom.gif) no-repeat bottom; padding:10px;}

/* START of entry rounded corners */
.entry {
	margin:0 0 0 12px;
}
.entry .content, .entry .top, .entry .bottom, .entry .bottom div {
	position: relative;
	background:transparent url(/includes/entry600-1200.png) no-repeat top right;
}
.entry .top {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	background-position:top left;
}
.entry .bottom {
	/* bottom */
	position:relative;
	width:100%;
}
.entry .bottom,
.entry .bottom div {
 height:18px; /* height of bottom cap/shade */
 /*font-size:1px; */
}
.entry .bottom {
 background-position:bottom right;
}
.entry .bottom div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}
.entry p {
	margin:0;
	padding:0 5px 0 0;
}
.entry h2 {
	padding: 9px 0 0;
}
/* END of entry rounded corners */

div#memberInfo h2 {
	margin:0;
	padding:0px 0 9px 20px;
}

div#memberInfo p {
	margin:0 0 8px 0;
	padding:0 0 0 20px;
}

div#entryinfo p {
	margin:25px 0 0 0;
	padding:0 0 0 130px;
	font-style: italic;
	font-size:10px;
}

div#photo img {
	float:left;
	padding:0;
	margin:3px 3px 3px 20px;
	width:90px;
	border:solid #0099FF 2px;
}
div.clear {
	clear:both;
}

/* CSS for the scrolling ajax text */
div#scrollup {
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	height: 50px;
	width:  120px;
}

.headline {
	position: absolute;
	top: 60px;
	left: 5px;
	height: 45px;
	width: 110px;
}

div#AJbutton {
	position: relative;
	/*border: 1px solid #000;*/
	overflow: hidden;
	height: 380px;
	width: 242px;
}

.scoreContent {
	position: absolute;
	top: 290px;
	left: 5px;
	height: 399px;
	width: 232px;
}

