/*
Theme Name: Theme IES MVXL
Theme URI: http://www.iesmarquesvelez.es
Description: The default theme 
Version: 1.2
Author: Raúl Serrano
Author URI: http://www.raulserrano.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


body {
	font-size: 75%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f1edec; 
	color: #333;
}

#header {
	margin: 0 auto 2em auto;
	padding: 0 0 2em 0;
	width: 900px;
	text-align:center;
} 

/* menu */
#menubox {
	margin-left: 75px;
}
#menu {
	width: 750px;
	margin: 1em auto;
	font-family: 'Copperplate', Georgia, 'Times New Roman' ;	
	font-size: 14pt;
	font-weight: bold;
}
	#menu a {
		color: #000;
		text-decoration:none;
	}
	#menu a:hover {
		color: #c6c7c2;
	}

.section {
	float: left;
	margin-left: -20px; 
	padding:0;
	width: 140px;
	-webkit-transform: rotate(-20deg); 
	-moz-transform: rotate(-20deg);	
	/* if IE
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	*/
}


#content {
	width: 900px;
	margin: 0 auto;
	background: #fff;
		padding: 1em 0 3em 0;	
}
	.home #content {
		width: 750px;		
	}

#main {
	min-height: 700px;	
	border-right: 2px solid #000;
	padding: 0 12px 30px 12px;
}
	.widecolumn {
		width: 600px;
	}
	/* for all browser */
	.narrowcolumn {
		width: 450px;
	}
	/* for Internet Explorer */
	/*\*/ 
	* html .narrowcolumn, * html .widecolumn {
	height: 700px;
	}
	/**/


/* entry */
.entry {
	text-align:justify;
	font-size: 1;
	line-height: 1.4em;
}
	.entry > p {
		margin-top: 0;
	}
.postmetadata {
	clear:both;
	margin: 2em;
	padding: .5em;
	background: #cbd2cb;
	font-size: .95em;
}
#relation-posts {
	width: 450px;
	margin: 2em 0 0 2em;
	padding-left: 10px;
	border-left:4px solid #cbd2cb;
}

/* search, archive, category */
.results { 
	background:#cbd2cb;
	padding: .25em 1em;
	margin: -1em 0 2em 0;
	text-align:center;
	}
.search .entry-title, .archive .entry-title {
	margin:1.5em 0 0 0;
}
.search .entry, .search .meta p, .archive .meta p {
	margin: .3em 0;
}




/* sidebar */
#sidebar {
	float: right;
	width: 240px;
	margin: 2em 14px 0 0;
}
.intro {
	padding: .6em;
	background: #cbd2cb;
}
	.intro .title {
		display:none;
	}
#sidebar ul, #sidebar li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar .sidebarmenu {
	font-family: 'Copperplate', Georgia, 'Palatino Linotype', 'Times New Roman' ;
	font-size: 1.2em;
	font-weight: bold;
	text-transform:uppercase;
	margin: 2em 0 0 0;
	line-height: 2.3em;
}
#rel-links a {
	line-height:1.7em;
}
#sidebar h2 {
	font-size: 1.2em !important;
}

/* global */
hr {
	display:none;
}
.clear {
	clear:both;
}

a img {
	border:none;
}

h1 {
	margin:0;
}

h2, h3, h4 {
	font-family: Georgia, Palatino, "Times New Roman";
	font-weight: bold;
	text-transform:uppercase;
	margin: 2em 0 0 0;
	color: #000;
}
h2 {
	font-size: 2.2em;
	line-height: 2.4em;
}
	h2.entry-title {
		font-size: 1.4em;
	}
h3 {
	font-size: 1.4em;
	line-height: 1.6em;	
}

.center, .aligncenter {
	text-align:center;
}

img.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* link */
a {
	color:#111;
	text-decoration:none;
}

#main a, #sidebar  a {
		border-bottom:1px solid #808080;
}
#main a:hover, #sidebar a:hover  {
	color: #f60;
}

	
}


/* comments */
#comments {
	font-size: .95em;
	width: 450px;
	margin: 0 auto;
}
#comments ol, #comments ul {
	list-style-type: none;
	margin:0;
	padding-left: 2.5em;
}
	#comments ol {
		padding:0;
	}

.comment-body {
	margin-top: 10px;
	font-size:1em;
	line-height: 1.4em;
}

#comments ol li {
	margin-bottom: 15px;
}

.comment-author {
	padding-left: .6em;
	line-height: 1.5em;
	background: #cbd2cb;
	font-weight: bold;
	color: #555;
}
	.says {
		display:none;
	}
.comment-meta {
	margin-top: -1.5em;
	margin-bottom: 5px;
	text-align:right;
	padding-right: .6em;
}

.comment-body p, .reply {
	margin: 0 0 .5em 0;
	padding: 0 1em;
}

#respond {
	margin: 1em auto;
	width: 450px;
}

/* revistas */
#revistas a {
	text-decoration: none;
	border: 0;
	}
#revistas h2 {
	margin:2em 0 0 0;
	line-height: .7em;
	text-align:center;
	}
#revistas h2 > span {
	font-size: .7em;
	}
#revistas table {
	margin:0 auto; 
	text-align:center;
	}

#revistas img {
	margin: 20px 25px 0 25px; 
	border:4px solid #f1edec;
	}
#revistas a:hover img {
	border:4px solid #f60;
	}




/* pluggin */ 

.linklove, .kjo-link, .cat-key {
	display:none;
	visibility: hidden !important;
}

.wp-polls {
	width: 450px;
	margin: 3em auto;
}


/* footer */
#footer {
	width: 750px;
	margin: 2em auto;
	padding: 1em;
	border-top:1px dotted #000;
	text-align:center;
}

.sticky { /* 24/03/2010 Sticky post */
	margin: 2em 1em;
	padding: 1em;
	border: 4px solid #666;
	color: #666;
}
	.sticky h2 {
		margin: 0;	
	}
	.sticky h2 a {
		color: #333;
	}
