/* stylesheet for verdad magazine volume 4  */

/* created by monica white */

html, body  { 
	color: #666; 
	font-size: small; 
	font-family: verdana, tahoma, helvetica, sans-serif; 
	background-color: #b2b2b2; 
	background-image: url(../vol4/img/bg-gradient.jpg); 
	background-repeat: repeat-x; 
	background-attachment: fixed; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	}
	
	
/* layout structure */
	
#content {
	width: 726px;
	margin: 2% auto;
	background-color: #fff;
	color: #666;
	padding: 1em 2em;
	border: 1px solid #666;
	-moz-border-radius: 20px;
	font-size: 12px;
	}
	
#header  {
	height: 80px; 
	background: url(../vol4/img/verdad.png) no-repeat;
	}
	
	
#main-content {
	float: left;
	width: 525px;
	margin: 1.5em 0;
	font-size: small;
	text-align: left;
	line-height: 1.5em;
	min-height: 300px;
	}
	

#sidebar {
	float: left;
	margin: 1em 1em 2em 0;
	padding-left: 40px;
	text-align: left;
	font-size: 80%;
	padding-top: -0px;
	padding-bottom: 0px;
	}
	
#footer {
	clear: left;
	text-align: center;
	font-size: .8em;
	border-top: 1px solid #b51032;
	padding-top: 20px;
	line-height: 1.5em;
	}
	
/* meta navigation */

#navigation {
  	font-size: 95%;
  	}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
    }

#navigation li {
    display: inline;
    }

#navigation a:link, #navigation a:visited {
    padding: 0.4em 1.5em;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border: 1px solid #ccc;
    }

#navigation a:hover {
	color: #000;
	background-color: #ccc;
	border: 1px solid #000;
	} 

#navigation a.current {
    color: #fff;
    background-color: #b51032;
    border: 1px solid #000;
    }

* html #navigation a {
    width: 100%;
    }

	
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	}

#navlist a { 
	padding: 0.3em 1.75em; 
	}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}


#navlist a:hover, #navlist a.current {
	background-color: #888;
	color: #fff;
	text-decoration: none;
	}
	
	
/* subnavigation on sidebar */
	
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	}
	
#menu ul li {
	margin-bottom: -6px;
	}
	
#menu {
	background-color: #fff;
	width: 120px;
	margin-left: 5px;
	}
	  
#menu a.button {  /* Specify only the properties that differ from a.button */
	background: #ededed;
	border-right: 1px #bbb solid;
	border-left:5px #bbb solid;
	color: #000;
	display: block;
	margin: 0 0 1px 0;
	padding: 5px;
	text-decoration: none;
	width: 120px;
	}
	  
#menu a.button:hover {  /* Specify only the properties that differ from a.button */
	background: #fff;
	border-right: 1px #fff solid;
	border-left:  5px #b51032 solid;
	color: #c00;
	width: 120px;
	}
	
#menu a.button1 {  /* Specify only the properties that differ from a.button */
	background: #fff;
	border-right: 1px #fff solid;
	border-left:5px #b51032 solid;
	color: #c00;
	display: block;
	margin: 0 0 1px 0;
	padding: 5px;
	text-decoration: none;
	width: 120px;
	}


/* links */
	
#main-content a:link, #main-content a:visited, #footer a:link {
	color: #666;
	background-color: transparent;
	text-decoration: underline;
	}


#main-content a:hover, #main-content a:active, #footer a:hover, #footer a:active {
	color: #b51032;
	background-color: #fff;
	text-decoration: underline;
	}
	
#footer a:link, #footer a:visited, #index a:link, #index a:visited {
	color: #666;
	background-color: transparent;
	text-decoration: none;
	}


#footer a:hover, #footer a:active, #index a:hover, #index a:active {
	color: #b51032;
	background-color: #fff;
	text-decoration: none;
	}
	
/* end links */
	
#acrobat {
	margin-top: -10px;
	}
	
#acrobat a:link, #acrobat a:visited {    /* get rid of link styles */
	color: #fff;
	background-color: #fff;
	text-decoration: none;
	}


#acrobat a:hover, #acrobat a:active {
	color: #fff;
	background-color: #fff;
	}
	

/* headings */

h1 {
	display: none;
	}
	
h2.issue {
	text-align: right;
	padding-right: 1em;
	font-size: 95%;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0.5em;
	letter-spacing: 2px;
	border-bottom: 1px solid #b51032;
	}
	
h2 {
	font-size: 110%;
	color: #666;
	background-color: transparent;
	}
	
h3 {
	font-size: 110%;
	margin-bottom: -10px;
	}
	
h4 {
	font-size: 116%;
	margin-bottom: -5px;
	margin-left: 2.9em;
	}
	
#sidebar h3 {
	font-size: 115%;
	margin: 4em 0 7px 0;
	color: #000;
	background-color: #fff;
	}	  
	
	
h2, h3, p {
	text-align: left;
	font-size: 16px;
	margin-bottom: -2px;
	}
	
p {
	padding-left: 3em;
	font-size: small;
	line-height: normal;
	display: inherit;
	height: auto;
	}
	
ul {
	list-style-type: none;
	}
	
ul li {
	padding-bottom: 10px;
	}
	
ul.square {
	list-style-type: square;
	margin-left: 3em;
	}
	
img.gallery {
	float: left;
	margin: 1.5em 0 0.5em 0;
	border: 1px solid #000;
	}
	
img.acrobat {
	display: block;
	height: 33px;
	width: 112px;
	border: 0;
	}
	
img.flash {
	display: block;
	height: 31px;
	width: 88px;
	border: 0;
	}
	
img.png {
	height: 120px;
	width: 700px;
	border: 0;
	}
	
p.center {
	text-align: center;
	}
	
.left {
	text-align: left;
	}
	
.clearleft {
	clear: left;
	}
	
.red {
	color: #b51032;
	background-color: #fff;
	font-weight: bold;
	}
	
.normal {
	font-style: normal;
	}
	
.author {
	font-style: italic;
	font-weight: bold;
	}
	
.indent {
	text-indent: 2.5em;
	}
	
.italic {
	font-style: italic;
	}
	
p.bio {
	text-indent: 0em;
	}
	
	
/* end style sheet */

#content #main-content .shape .Default span strong {
	color: #646464;
	text-align: left;
}
#content #main-content .shape .Default strong span {
	color: #626262;
}
