/*
 Psicoperspectivas 2010
 Diseño y front: Felipe Lavín Z <http://yukei.net>
*/
body{
	background: #D3D7CF;
}
/* ESTRUCTURAL ********************/
#header .center-layout{
	height: 300px;
	position: relative;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom: 1px solid #aaa;
	background: #fff;
}
#main{
	padding-top: 21px;
	overflow: hidden;
}
#content{
	width: 500px;
	padding: 10px 20px 15px 20px;
	float: right;
	position: relative;
	background: #fff;
}
#sidebar{
	width: 410px;
	float: right;
}
#main-nav{
	width: 218px;
	position: absolute;
	top: 0;
	left: -210px;
}
#secondary-nav{
	width: 180px;
}
#journal-presentation{	
	margin: 2.5em 1em 0 0;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 85%;
	color: #666;
}
#footer{
	padding: 1.5em 0 2em;	
}
.center-layout{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
/* COMUNES Y AUXILIARES **********************************/
a{
	color: #000;
}
.content a:hover{
	text-decoration: underline;
}
.content p, .content ul, .content ol, .content table{
	margin: 1em 0;
}
.content li ol, .content li ul{
	margin-top: 0;
	margin-bottom: 0;
}
.content ul, .content ol{ margin-left: 2em; }
.content ul li{ list-style: square; }
.content ol li{ list-style: decimal; }
.content ol li ol li{ list-style: lower-roman; }
.content blockquote{ margin: 1em; }
.content strong{ font-weight: bold; }
.content em{ font-style: italic; }
.content-body, .issueCoverDescription, #indexes td, #editorial-team-content-loader div{
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 85%;
	color: #444;
	line-height: 150%;	
}
.screen-reader{
	position: absolute;
	top: -999em;
	left: -999em;
}
.hide{
	display: none;
}
/* HEADER ***********************************************/
#header a{
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}
#site-title{
	width: 300px;
	height: 105px;
	margin: 13px;
	background-color: #666;
}
#issue-cover{	
	position: absolute;
	top: 0;
	right: 0;
}
#issue-cover, #issue-cover a{
	width: 540px;
	height: 320px;
	overflow: hidden;	
}
#issue-cover a{
	display: block;
	width: 540px;
	height: 320px;
}
#current-banner{
	margin-left: -5px;
	padding-bottom: 5px;
	background: url(../img/banner-turn.gif) bottom left no-repeat;
}
#current-banner span{
	display: inline-block;
	padding: 0.5em 1.5em 0.5em 1.25em;
	font-size: 69.23%;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #666;	
}
#current-title, #current-issue{
	margin-right: 540px;
	padding-right: 13px;
	text-align: right;
}
#current-title{
	margin-top: 13px;
	margin-bottom: 13px;
	padding-left: 39px;
	font-weight: bold;
	font-size: 182%;
	line-height: 1;
}
#current-issue a{
	font-size: 77%;
	color: #666;
}
/* MAIN *************************************/
#main{}
/* CONTENT *************************************/
#content-wrap.loading{
	background: url(../img/ajax-loader.gif) top right no-repeat;
}
#content h2, #colorbox .content h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
	color: #666;
}
#content h3{
	margin: 1em 0 0.25em;
	font-weight: bold;
	font-size: 123.1%;
	color: #000;
}
#content .issue-identification{
	margin: 0 0 3em;
	font-size: 85%;
	color: #666;
}
.active-content, #colorbox .content-box{
	display: block !important;
}
/* Nº Actual -----------------------------------*/
#content #issue h3{
	margin: 0 0 1.5em;
	font-size: 82%;
	font-weight: normal;
	color: #666;
}
#issueCoverImage, #issueCoverDescription, #issueDescription{
	display: none;
}
#issue h4, #previous-issues-content-loader h3, #editorial-team-content-loader h4{
	margin: 1em 0;
	clear: both;
	font-size: 92%;	
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
	color: #999;
}
#issue .separator{
	display: none;
}
.tocArticle + .separator + h4{
	margin: 0 0 1em !important;
}
table.tocArticle{
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0.25em 0 1em;
	border-bottom: 2px solid #eee;
}
.tocTitle, .tocAuthors{
	width: 80%;
	padding-right: 5%;
}
.tocTitle, .tocTitle a{
	text-decoration: none;
	color: #333;
}
.tocTitle{
	font-size: 85%;
}
.tocTitle a{
	color: #000;
}
.tocGalleys, .tocPages{
	text-align: right;
}
.tocGalleys a{
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}
.tocAuthors, .tocPages{
	padding-bottom: 13px;
}
.tocAuthors{
	padding-top: 0.45em;
	font-family: Georgia, Cambria, 'Times New Roman', serif;
	font-style: italic;
	font-size: 92%;
	color: #999;
}
.tocPages{
	font-size: 69.23%;
	text-transform: uppercase;
	color: #999;
}
/* Anteriores -----------------------*/
#previous-issues-content-loader{
	padding-bottom: 1em;
}
#previous-issues-content-loader h3{
	margin: 1.5em 0 0.5em;
	color: #333;
}
#previous-issues-content-loader .separator{
	clear: both;
	border-bottom: 2px solid #eee;
}
.issueCoverImage{
	float: left;
	margin-right: 13px;
}
#previous-issues-content-loader h4 a{
	font-size: 92%;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-decoration: none;
}
.issueCoverImage, .issueCoverDescription{
	margin-bottom: 26px;
}
.issueCoverDescription{
	margin-top: 0.5em;
	margin-left: 113px;
}
/* Equipo Editorial -----------------------*/
#editorial-team-content-loader{
	color: #333;
}
#editorial-team-content-loader div{
	margin-left: 1em;
}
#editorial-team-content-loader h4{
	font-size: 109.09%;
	margin: 2em 0 0 -1em;
}
#editorial-team-content-loader strong{
	display: inline-block;
	margin: 0.5em 0 0;
}
/* Contacto ------------------------------------*/
.action-link{
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
}
address{
	font-style: normal;
}
/* Envio de articulos -----------------------*/
#submissions-intro{
	margin-top: 1em;
	font-size: 109%;
}
#submissions-cols .yui-u{
	width: 48.1%;
}
#submissions-cols .content-box h2{
	margin: 1.5em 0 -0.5em;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.basic-form{}
.basic-form label, .basic-form .text-input{
	display: block
}
.basic-form label{
	color: #000;
}
.basic-form .text-input{
	width: 95%;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.basic-form .button{
	display: block;
	margin: 3px 0 13px auto;
	padding: 4px;
	color: #666;
	background: #dcdcdc;
	border: 1px solid #000;
	border-color: #eee #999 #999 #eee;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.basic-form .button:hover{
	background: #ccc;
	color: #333;
}
/* Indexaciones -----------------------*/
#indexes{
	border: 1px solid #eee;
	width: 100%;
}
#indexes th, #indexes td{
	padding: 5px;
}
#indexes thead th{
	background: #eee;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 69.23%;
	color: #999;
	text-transform: uppercase;
}
#indexes tr.alt{
	background: #f5f5f5;
}
#indexes td{
	border-bottom: 1px solid #eee;
	vertical-align: top;
}
#indexes img{
	border: 1px solid #ccc;
}
#indexes a{
	font-weight: bold;
}
/* Normas -----------------------*/
#standards-content-loader li{
	margin-bottom: 1em;
}
#standards-content-loader li ol{
	margin-top: 1em;
}
/* Contenido en Lightbox -----------------------*/
#colorbox .content-box{
	margin: 0;
	padding: 1em;
	background: #fff;
	text-align: left;
}
#colorbox .content-box .content-box{
	padding: 0;
}
/* Navegación primaria ------------------------*/
#main-nav li{
	height: 34px;
	padding-left: 11px;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	text-transform: uppercase;
}
#main-nav li a{
	color: #666;
	text-decoration: none;
	outline: 0 none;
}
#main-nav li a:hover{
	color: #333;
}
#main-nav li.active{
	background-image: url(../img/arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #666;
}
#main-nav li.active a{
	color: #fff;
}
/* Búsqueda */
#search fieldset{
	position: relative;
}
#query{
	width: 140px;
	height: 17px;
	margin-top: 1em;
	padding-bottom: 3px;
	padding-left: 11px;
	padding-right: 35px;
	border: 0 none;
	border-bottom: 2px solid #bbb;
	background: transparent;
	font-weight: bold;
	font-size: 14px;
	color: #999;
}
#search-submit{
	width: 18px;
	height: 18px;
	border: 0;
	position: absolute;
	bottom: 5px;
	right: 40px;
	background: url(../img/search.gif) center no-repeat;
	text-indent: -9999em;
	cursor: pointer;
}
#query:hover, #query:focus{
	color: #666;
	border-bottom-color: #999;
}
/* SIDEBAR *************************************/
/* Navegación secundaria ----------------------*/
#secondary-nav{
	font-family: 'Segoe UI', 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 85%;	
}
#login-actions li a, #secondary-nav dt, #secondary-nav dt a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#login-actions li, #secondary-nav dt, #authors-info li{
	padding: 0.5em;
}
#login-actions li, #authors-info dt, #announcements #subscribe{
	background: #B0B2AF;
}
#login-actions li{
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	background: #666;
}
#login-actions li.logged-in{
	margin-bottom: 5px;
	background: #eee;
	text-align: left;
	padding-left: 5px;
}
#login-actions li.logged-in a{
	color: #666;
	text-transform: none;
}
#login-actions li.logged-in a:before{
	content: '→ ';
}
#login-actions #personal-admin{
	background: #666;
}
#login-actions #personal-admin a{
	color: #fff;
	text-transform: uppercase;
}
#login-actions #personal-admin a:hover, #announcements dt a:hover, #login-actions .w48 a:hover{
	font-weight: bold;
}
#login-actions #log-out{
	margin-bottom:15px;
}
#authors-info{
	clear: both;
}
#secondary-nav dl{
	margin-bottom: 13px;
}
#secondary-nav dt, #secondary-nav dl li{
	margin-bottom: 3px;
}
#secondary-nav dl li{
	padding: 0.5em;
	background: #eee;
}
#secondary-nav dl li a, #secondary-nav dl li strong{
	color: #666;
	text-decoration: none;
}
#secondary-nav dl li strong{
	display: block;
	font-size: 9px;
}
#secondary-nav dl li a:hover, #login-actions li.logged-in a:hover{
	color: #000;
}
#secondary-nav dl#authors-info dd li{
	padding-left: 26px;
	background-position: 8px center;
	background-repeat: no-repeat;
}
#secondary-nav li#submissions{
	background-image: url(../img/write.gif)
}
#secondary-nav li#standards{
	background-image: url(../img/check.gif)
}
#announcements dt{
	background: #666;
}
/* Logos Universidad */
#pucv-logos{
	margin: 65px 0 0;
}
#psi-pucv{
	width: 73px;
	height: 81px;
	margin: 0 auto;
	background-image: url(../img/psi-pucv.png);
}
#pucv{
	width: 212px;
	height: 81px;
	background-image: url(../img/pucv.png);
}
/* FOOTER *************************************/
#ft-nav{
	font-size: 77%;
	text-align: right;
	color: #999;
}
#ft-nav a{
	text-decoration: none;
	text-transform: uppercase;
	color: #888;
}
#ft-nav a:hover{
	color: #333;
}
