/**
 * sendebar.css
 * Hoja de estilos para la revista Cuadernos de Rusística Española
 *
 * Copyright (c) 2012 Francisco Vega Alvarez
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 *
 * $Id$
 */

@charset "utf-8";

body {
	font-size: 1.10em !important;
}
#cuerpo a {
	text-decoration:none;
	color: #cc3366;
	font-weight: bold;
}
#header {
	width: 100%;
	margin: 0 auto;
}
#ugrmag {
	width: 96%;
	margin: 0 auto;
	padding: 1% 1% 2% 3%;
	background-repeat: no-repeat;
}
#ugrmag a {
	text-decoration: none;
	}

#ugrmag h1, h3 {
	display:inline;
}
#ugrmag h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #000;
}
#ugrmag h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	color: #666;
}

#headerTitle {
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display:block !important;
}

#header h1 {
	margin: 0 auto;
	padding: 0 0 0 0;
}
.revista {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 1em 0 1em 0;
	clear: both;
	overflow-y:auto;
	overflow-x:hidden;
}
.revcover {
	float:left;
	width: 15%;
	margin: 0 4% 0 0;	
}
.inforev {
	width: 70%;
	float:left;
}
.inforev h3{
	padding:0;
	font-size: 1.2em;
}
.inforev p {
	margin: 1em 0 0 0;
	padding:0;
	font-size: 1.15em;
}
#navbar {
	margin-right: 0;
	padding: 0.6em 0 0.6em 1%;
	background-color: #333;
	border: 0;
}

#breadcrumb {
	padding: 0.5em 0 0.5em 1%;
	font-size: 0.7em;
	background-color: #999;
}
#sidebar {
	float:right;
	width: 21%;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	margin: 0 0 0 4%;
}
#content {
	float:left;
	width: 74%;
	overflow-y:auto;
	overflow-x:hidden;
	border: 0;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
	font-size: 1.8em;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: normal;
	font-size: 1.5em;
	color: #cc3366;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}

.separator {
	margin: 0 0 3em 0 !important;
	border: none !important;
	
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
	color: #000;
}

#breadcrumb a.current {
	font-weight: bold;
}

/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}
ul.plain li {
	margin: 0 0 0.5em 0;
}

ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}
a:link {
	color: #000;
}

a:active {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #333;
	background: transparent;
}
#navbar a {
	font-size: 0.7em;
	letter-spacing: 0.07em;
	color: #FFF;
	font-weight: bold;
}

/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

.homepageImage img {
	width:100%;
	border: 0;
}
/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}

/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0.5em;
	margin: 0 0 0.6em 0;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: #333;
	color: #FFF;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}
#sidebar a {
	color: #000 !important;
	font-weight: normal !important;
}
#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	text-align: center;
}

#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}
/* MEDIA QUERIES */

@media screen and (max-width: 768px){
	body {
		overflow-x: hidden;
	}
	#container {
		width: 94%;
	}
	#logougr {
		display:none;
	}
	#headerbanner {
		height: 60px;
	}
	#sidebar {
		display:none;
	}
}
/**
 * Table of contents
 */

h4.tocSectionTitle {
	font-family: 'Open Sans', sans-serif !important;
	font-weight:normal !important;
	border-bottom: thin solid !important;
	color: #cc3366;
	margin:1em 0 1em 0 !important;
}

table.tocArticle {
	width: 100%;
	margin: 0 0 1.7em 0;
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}
table.tocArticle td.tocTitle a {
	color: #000 !important;
	font-size: 1.3em;
	font-weight: normal !important;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors {
	font-style: italic;
	vertical-align: top;
	font-size: 1.1em;
	color: #666;
	padding-left: 0!important;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}
/**
 * Vista de artículo
 */
 #articleTitle h3 {
	color: #cc3366;
	padding-bottom: 1em !important;
 }
 #articleAbstract h4 {
	font-size: 1.25em !important;
	font-family: 'Open Sans', sans-serif !important;
 }
  #articleSubject h4 {
	font-size: 1.25em !important;
	font-family: 'Open Sans', sans-serif !important;
 }
 #authorString em {
	 font-size: 1.3em;
	 font-style:italic !important;
 }
 
 
 /*Textos en About Acerca de la revista*/
#member {
	margin: 0 0 0.7em 0 !important;
}
/*************** SOCIAL HEADER ****************/
.social-header { with: 100%; height:28px; margin: 0 0 0 0 !important; }
.social-header ul { overflow:hidden; margin:0 !important; padding:0 !important; float:left; }
.social-header ul li{ float:left; list-style-type:none; border:none; padding:0 15px 0 0; }
.social-header ul li:last-child { padding:0; }
.social-header ul li.rss a{ background:url(images/social-icons/rss.png) no-repeat; width:25px; height:25px; display:block; }
.social-header ul li.facebook a{ background:url(images/social-icons/facebook.png) no-repeat; width:25px; height:25px; display:block; }
.social-header ul li.google a{ background:url(images/social-icons/google.png) no-repeat; width:25px; height:25px; display:block; }
.social-header ul li.twitter a{ background:url(images/social-icons/twitter.png) no-repeat; width:25px; height:25px; display:block; }
.social-header ul li.vimeo a{ background:url(images/social-icons/vimeo.png) no-repeat; width:25px; height:25px; display:block; }
.social-header ul li.youtube a{ background:url(images/social-icons/youtube.png) no-repeat ; width:25px; height:25px; display:block; }
.social-header ul li.flickr a{ background:url(images/social-icons/flickr.png) no-repeat; width:25px; height:25px; display:block; }
.social-header ul li.deviantart a{ background:url(images/social-icons/deviantart.png) no-repeat; width:25px; height:25px; display:block; }
.social-header ul li.linkedin a{ background:url(images/social-icons/linkedin.png) no-repeat ; width:25px; height:25px; display:block; }