/* CSS Document */

body {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#787878
}

body>div {
	float:left;
	min-height:700px;
}

p {
	font-size:12px;
	line-height:1.5;
}

form * {
	font-family:Georgia, "Times New Roman", Times, serif;
}

form label {
	width:100px;
	float:left;
}

input, select {
	padding:2px;
	border:solid 1px;
}

#content a, #sidebar a {
	text-decoration:none;
	border-bottom:dashed 1px;
}

#content a:hover, #sidebar a:hover {
	border-bottom:solid 1px;
}

#container {
	width:837px;
}

#logo, #logo span {
	width:837px;
	height:100px;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}
#logo {position:relative; overflow:hidden;}
#logo span {position:absolute; z-index:1;}

#nav {
	width:780px;
	height:30px;
	margin:0px;
	padding:0px;
}
#nav span {position:relative; top:4px; left:10px;}
#nav a {text-decoration:none;}

#collage {
	width:780px;
	height:120px;
	position:relative;
	left:-12px;
}

#content{
	width:800px;
	margin:10px 0px 10px 10px;
	position:relative; 
	top:-120px;
}

/*===========================================*/
/* styles for any content within content div */

#issue, .issue_row {
	position:relative;
}

.issue_row {
	margin-bottom:10px;
}

.issue_info {
	position:absolute;
	top:0px;
	left:180px;
}

.issue_cover img {
	border:solid 1px;
}

/* end content styles                        */
/*===========================================*/
#sidebar {
   left:-20;
}

#sidebarContent {
	width:180px; /* title image width is 180, so don't change this unless the image is changed */
	height:500px;
	margin:20px 0px 0px 0px;
	border:solid 1px #ccf;
}

#content, #sidebar {
	position:relative;
	float:left;
	margin-bottom:10px;
}

#sidebar_title, #sidebar_title span {
	width:180px;
	height:40px;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}
#sidebar_title {position:relative; overflow:hidden;}
#sidebar_title span {position:absolute; z-index:1;}

#sidebar_links {
	padding:0px 10px;
}

#ads {
	width:180px;
	margin:20px 0px 0px 40px;
}

#searchMini {
	width:170px; /* set to 170px b/c of padding:5px in styles.css */
	margin:20px 0px 0px 40px;
}

#searchTiny {
	width:550px; 
	margin:0px 0px 0px 0px;
}
div#hr {
	font-size:1px;
	line-height:0;
	width:90%;
	height:2px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:-10px;
}


#footer {
	position:relative;
	clear:both;
	text-align:center;
	font-size:11px;
	background:url("images/footer_line.gif") no-repeat;
}

#footer a {
	text-decoration:none;
}

#extras {
	position:absolute;
	top:0px;
	left:780px;
	width:70px;
}

#curveHeader {
	position:relative;
	width:70px;
	height:100px;
}

#curveNav {
	position:relative;
	width:70px;
	height:30px;
}

/*===================================================================*/

.alignCenter {
	text-align:center;
}