/* @override http://www.experimentalconversations.com/workspace/css/issue.css */


* {
	padding: 0;
	margin: 0;
	outline: 0;
}

body {
	font: 71.5%/1.6em 'Lucida Sans Unicode','Lucida Grande', 'Lucida', Verdana, Arial, sans-serif;
	width: 1000px;
	background: url('http://www.experimentalconversations.com/img/bg.jpg') no-repeat;
}

img {
	border: none;
	outline: none;
}

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

a:hover {
	color: #414141;
}

/*  --  Banner  --  */

#banner {
	height: 134px;
	text-indent: -9000px;
}

/*  --  Navigation  --  */


#navigation ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 1.1em;
}

#nav-main {
	width: 275px;
	padding-right: 25px;
	height: 24px;
	float: left;

}

#nav-main ul {
	float: right;
	clear: right;
	margin-bottom: 28px;
}

#nav-main ul li {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 8px;
		
}

#nav-main ul li a {
	color: #fff;
}

#navigation h3#ttl-issue {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
	font-family: "AvantGarde Bk Bt", Lucida Grande, Verdana;
	padding: 3px;
	background: #fff;
	margin-bottom: 28px;
	float: left;
	width: 500px;
	clear: right;
}

#navigation h3#ttl-issue span {
}

/*	--	Background	--	*/
/*	An Empty Div For Bringing in the Complex Background	*/

#background {
	width: 100%;
	height: 226px;
	margin-top: 70px;
	z-index: -10;
}

#special {
	width: 50px;
	height: 145px;
	position: relative;
	top: 226px;
	left: 290px;
	z-index: -10;

}

/*  --  Content  --  */

#content {
	width: 100%;
	z-index: 5;
}

#content #about-sidebar {
	width: 240px;
	float: left;
	padding: 10px;
	background: #fff;
	margin: -30px 0px 0px 30px;
	text-align: right;
}

#content #about-sidebar h3 {
	width: 150px;
	float: right;
	clear: both;
	margin-bottom: 10px;
}

#content #about-sidebar p {
	clear: both;
}

#logos {
	width: inherit;
	text-align: center;
	margin-top: 80px;
	border-top: 1px solid #999;
	padding-top: 60px;
}

#logos img {
	margin: 40px;
	border: 0px;
	outline: 0px;
}

#table-contents {
	float: left;
	width: 690px;
	margin-top: -215px;
	margin-left: 10px;
	background: url('http://www.experimentalconversations.com/img/contents.jpg') no-repeat;	
	height: 500px;
	z-index: 10;
}

#table-contents h4 {
	background: #fff;
	margin-left: 80px;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 1.2em;
}

#table-contents ul {
	background: #fff;
	margin-left: 80px;
	padding: 10px 10px;
}

#table-contents ul li {
	list-style: square;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-bottom: 9px;
		list-style-position: inside;

}

#table-contents ul li span.columnist {
	clear: left;
	display: block;
	text-transform: capitalize;
	color: #959595;
}

#mail-subscribe {
	clear: both;
	margin-left: 90px;
	border-top: 1px solid #959595;
	padding-bottom: 50px;
}

input#name.textbox {
	margin-right: 20px;

}

input#email.textbox {
	clear: right;
	margin-right: 20px;
	width: 200px;
}

#mail-subscribe h4{
	margin: 0px;
	padding: 10px 0px;
}

#table-contents ul li a:hover {
}

/*	--	Footnotes 	--	*/

#footer {
	margin: 20px 0 0;
	clear: both;
	display: none;
}
