/* ------------- "generic" styles */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0; 
	padding: 0;
	background-image: url('fondo.png');
	background-repeat:repeat;
	min-width: 980px;
	font-family: Tahoma, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 970px; 
	background: #FFF;
	
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}
ul {
		list-style: none;
}
a:link, a:visited {
	text-decoration: none;
}
a img {/* remove borders from linked images */
		border: 0;
		}

/* --------------  Header Styles -------------- */

#rgrLogo{
	margin: 0;
	padding: 0;
	float: left;
}

#rgrLogo a {
	text-decoration: none;
}

#rgrLogo img {
	margin: 0;
	padding:0 0 0 2px;;
}
#masthead {
	background-image: url('fondo.png');
	background-repeat:repeat;
}

#globalNav {
	padding: 56px 10px 6px 0;
	margin: 0;
	float: right;
	width: 420px;
	display: block;
	text-align: right;
}

#globalNav li {
	margin: 0;
	padding: 1px 0 1px 4px;
	display: inline;
}

#globalNav a{
	color: #FFF;
	font-size: 13px;
}

#globalNav a:hover {
	color: #F18923;
	font-size: 13px;
	text-decoration: underline;
}

#globalNav  a#currentTop{
	color: #F18923;
	font-size: 15px;
}

/* -------------  Issue Number ------------------*/
#currentIssue {
	clear: left;
	margin: 0 auto;
	padding: 5px 5px 5px 15px; 
	width: 950px;
	border-bottom: solid 3px #666;
	text-align: left;
/*Silvana*/
	background-image: url('currentIssue-bgF09.png');
	background-repeat: no-repeat;
}

#currentIssue h2, .news h2{
	font-size: 14px;
	color: #FFF;
}

#currentIssue a {
	text-decoration:underline;
	font-size: 14px;
	color: #333;
}


/* ------------------ Left bar  ----------- */
#leftBar {
	float: left;
	width: 210px;
	padding: 20px 15px 0 0;
	margin-right: 5px;
	text-align: right;
}

#leftBar li{
	padding-bottom: 5px;
}

#leftBar li a{
/*Silvana*/
	color: #a30361;
	font-weight: bolder;
	font-size: 14px;
}

#leftBar li a:hover {
	color: #666;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: underline;
}

#leftBar  a#currentLeft{
	color: #666;
	text-decoration: line-through;
}
.news {
	width: 160px;
	height: 530px;
	float: left;
	text-align: left;
	margin: 170px 5px 0 30px;
	padding: 10px 10px 10px 10px;
	background: #F18923;
	background-image: url('news.png');
	background-position: top;
	background-repeat: no-repeat;
	font-family: Georgia, serif;
	font-size: 13px;
}

.news h2{
	font-family: Tahoma, serif;
	font-size: 14px;
	color: #FFF;
}

.news p{
margin:0;
}

.aWhite {
	color: #FFF;
}

.aWhiteBold {
	color: #FFF;
	font-weight: bold;
	}

a.aWhite{
	text-decoration: NONE;
}
/* ----------------- Main Content ----------- */
#rightContent {
	width: 710px;
	float: left;
	margin-left: 10px;
	border-left: solid 2px #666;
}

	/*--- artWork are the divs for displaying art or covers */
#artWork {
	width: 450px;
	float: left;
	margin: 0;
	padding: 20px 0px 5px 20px;
}

#artWork2 {
	width: 190px;
	float: right;
	margin: 0;
	padding: 10px 20px 15px 0;
}

#artWork2-old {
	width: 435px;
	float: right;
	margin: 0;
	padding: 10px 20px 15px 0;
}

#artWork img, #artWork2 img, #artWork2-old img {
	float: left;
	margin-right: 10px;
}

.sideText {
	width: 95px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

.sideTextLarger {
	width: 180px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}
	/* genreLeft, genreRight and genreMid are the divs for */
	/* displaying text within the main content*/
.genreLeft {
	width: 200px;
	float:left;
	clear: left;
	text-align: left;
	margin: 0;
	padding: 10px 0 10px 20px;
}
.genreLeft2 {
	width:180px;
	float:left;
	text-align: left;
	margin: 0;
	padding: 10px 0 0px 35px;
}

.genreRight {
	width: 210px;
	float:right;
	text-align: left;
	margin: 0;
	padding: 20px 10px 10px 20px;
}
.genreRight2 {
	width: 210px;
	float:right;
	text-align: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.genreMid {
	width: 180px;
	/* Silvana right to left */
	float:left;
	text-align: left;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.genreTitle, .genreDesc {
	margin: 0;
	padding: 0;
}

.genreTitle {
/*Silvana*/
	color: #a30361;
	font-weight: bolder;
	font-size: 14px;
}

.genreDesc, .textBoxLarge, .textBoxSmall, .textBoxLarge-old {
	font-family: Georgia, serif;
	font-size: 13px;
	margin-bottom: 10px;
}

.textBoxLarge {
	height: 450px;
	overflow: hidden;
}

.textBoxLarge-old {
	height: 340px;
	overflow: hidden;
}

.textBoxMedium {
	height: 160px;
	overflow: hidden;
	font-size: 13px;
}

.textBoxSmall {
	height: 113px;
	overflow: hidden;
}

.artDescription {
	float: left;
}

.readMore {
	margin: 0;
	padding: 0;
	color: #F18923;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}


/* ----------------- Global Navigation sections ------------*/

#textGeneral {
	padding: 20px 40px 25px 50px;
}

#textGeneral h2 {
	color: #a30361;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

#textGeneral ul{
	margin: 0;
	padding-left: 20px;
	padding-bottom: 10px;
}
#textGeneral p, #textGeneral li{
	font-family: Georgia, serif;
	font-size: 13px;	
	color: #333;
}

#textGeneral a, .genreDesc a{
	color: #F18923;
	font-weight: bolder;
}

#textGeneral img {
	float: left;
	padding: 0 10px 20px 0;
}

/* -------- Classes for formating text  --------*/
.regularList {
	list-style-type: square;
	
}
.orange {
	color: #F18923;
	font-weight: bolder;
}

.noSpace {
	padding:0;
	margin:0;
}
.firstParagraph {
	padding:0;
	margin:0;
	text-align: justify;
}
.textIndent {
	padding:0;
	margin:0;
	text-indent: 1.5em;
	text-align: justify;
}
.textCentered {
	padding:0;
	margin:0;
	text-align: center;
}
.spacing {
	letter-spacing: .15em;
	font-size: .9em;
}
.siglas {
	letter-spacing: .15em;
	font-size: 1.1em;
}
.capital {
	font-size: 1.2em;
}
.epigrafe {
	text-align: right; 
	padding-right:250px;
}
.authorBio {
	width: 185px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding: 20px 15px 0 25px;
	font-family: Georgia, serif;
	font-size: 13px;
}

#authorBioLink {
	color: #333;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}

#printContent {
	clear: left;
}
/* ----------------- Footer  -------------- */
#footer {
	margin: 0;
	padding: 10px 0 10px 0;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	background-image: url('fondo.png');
}

#footer p {
	margin: 0;
	padding: 0;
}
.smallLink {
	font-size: 10px;
}

