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

body#links-page #body p a {
	margin-left: 10px;
}

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



#mail-subscribe-side { border-top: 1px solid #ccc; clear: both; width: 190px; padding: 10px 0 0; margin: 30px 30px 0 0; float: right;}
#mail-subscribe-side h4 { margin: 0 0 10px; text-align: left; padding-left: 0px; }
#mail-subscribe-side label { display: block; text-align: left; padding-left: 0px; }
#mail-subscribe-side input.textbox { display: block; width: 180px; margin: 2px 0 10px 0px; }
#mail-subscribe-side form input.button {
	text-align: left;
	float: left;
}

/* Turn Off Mail Subscribe */
#mail-subscribe-side {
	display: none;
}

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: #CCC;
	text-decoration: none;
}

a:hover {
	color: #414141;
}

/*  --  Banner  --  */

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

/*  --  Navigation  --  */

#navigation {
	width: 300px;
	float: left;
	text-align: right;
}

#navigation ul li {
	list-style: none;
	text-transform: uppercase;
	
}

#nav-main {
	width: 275px;
	padding-right: 25px;
	height: 24px;
	background: #ccc;
}

#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;
}

#nav-articles {
	float: right;
	clear: both;
	margin-bottom: 28px;
	padding-left: 10px;
	width: 265px;
	
}

#nav-articles h3 {
	color: #BDD74D;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 28px;
	background: #fff;
	font-size: 1.3em;
	display: none;
}

#nav-articles h4 {
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 28px;
	font-size: 1.3em;
	margin-bottom: 10px;
	color: #000;
	background: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;

}

h4#sidenav-archives {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000;
	background: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

h4#sidenav-reviews, h4#sidenav-archives {
	margin-top: 20px;
}

#nav-articles ul li {
	margin: -2px;
	margin-right: 28px;
	margin-bottom: 10px;
}

#nav-articles ul li a {
	background-color: #fff;
	color: #616161;
	padding: 3px;
	font-size: 11px;
}

#nav-articles ul li.current a {
	color:  #fff;
}

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

#nav-issues {
	float: right;
	margin-right: 28px;
	font-size: 1.3em;
}

#nav-issues a {
	background-color: #fff;
	color: #616161;
	padding: 3px;
	font-size: 11px;
	color: #616161;
}

#nav-issues a:hover {
}



/*  --  Content  --  */

#content {
	float: left;
	width: 495px;
	display: inline;
}

#content 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;
}

#content h3#ttl-issue span {
	color: #BDD74D;
}

#content h2#ttl-article {
	margin: 20px 0px;
	text-transform: uppercase;
	line-height: 0.8em;
	font-family: "AvantGarde Bk Bt", Lucida Grande, Verdana;

}

#content h4#columnist {
	margin-bottom: 20px;
	font-weight: normal;
	font-style: italic;
}

#introduction p {
}

#content p {
	margin: 10px 0px;
}



#writer { 
	margin: 20px 0 2px; 
	padding: 20px 0 20px; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}

/*  --  Sidebar  --  */

#sidebar {
	width: 200px;
	float: left;
	display: inline;
}

#issue-date {
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 20px;
}

#issue-date .date {
	color: #ccc;
}

#img-credit {
	margin-top: 34px;
	height: 226px;
	position: relative;
}

#img-credit p {
	position: absolute;
	bottom: 0;
	font-size: 0.9em;
	margin: 20px;
}

#img-credit strong {
	text-transform: uppercase;
}

#footnotes {
	margin-top: 113px;
	font-size: 0.8em;
}

#footnotes p {
	margin: 0px 10px 30px 20px;
	line-height: 1.6em;
}

#footnotes strong {
}

#footer { 
	clear: both; 
	margin-left: 300px;
}

form fieldset {
	border: none;
}

form label {
	display: block;
}

form .textbox {
	display: block;
}

form textarea {
	display: block;
}

#logos {
	width: inherit;
}

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