/*
Theme Name: MauryCervera
Description: Tema de Wordpress de una columna diseņado exclusivamente para Maury Cervera.
Author: Carlos Espinoza Leon - Imagixel
Author URI: http://www.imagixel.com/
Version: 2.0.0
*/


/* let's get universal */
body {
	background-color:#f2f2f2;
	background-image:url(images/bg01.png);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, sans-serif;
	font-size:12px;
}
a {text-decoration:none;}
a:hover {}
a img {border: none; text-decoration: none;}
acronym, abbr {}
blockquote {}
blockquote cite {}
code, pre { height:720px;}
fieldset {}
legend {}
h1, h2, h3, h4, h5, h6 {}
h1 {}
h2 {}
h3 {}
h4 {}
hr {}
input, textarea {}
td, th, tr {}

#wrap {
	width:960px;
	margin:auto;
}

/* Header */
#top {
	display:none;
	margin: 0;
	}
	#top h1 {}
	#top p.blogdescription {}
	
/* Content */
#content {
	clear:both;
}
	/* blog posts */
	.post-wrap {
		background-image:url("images/divider.png");
		background-position:center bottom;
		background-repeat:no-repeat;
		padding:0 25px 30px;
		margin: 30px 0;
	}
	.author {
		margin:0;
		padding:0;
		position:relative;
		right:85px;
	}
	.author a {
		color:#666666;
		font-weight:bold;
		}
	.author a:hover {
		color:#cdb246;
		font-weight:bold;
		}
	.post-meta{}
	.post-meta a{
		font-weight:bold;
		color:#666666;
	}
	.post-meta a:hover{
		font-weight:bold;
		color:#cdb246;
	}
	.post-date {
		color:white;
		font-weight:bold;
		left:5px;
		position:relative;
		width:90px;
	}
	.post-title {
		font-size:22px;
		}
	.post-title a {
		color:#B186B7;
		}
	.post-title a:hover {}
	.story-content{
		margin-top:30px;
	}
		/* post content headings */
		.story-content h3 {}
		.story-content h4 {}
		/* playing with blockquotes */
		.story-content blockquote {}
		.story-content blockquote cite {}
		.story-content blockquote .styleleft {}
		.story-content blockquote .styleright {}
		/* post content lists */
		.story-content ul {}
		.story-content ol {}
		/* post content links */
		.story-content a {
			font-weight:bold;
			color:#666666;
			}
		.story-content a:visited {}
		.story-content a:hover {
			font-weight:bold;
			color:#cdb246;
			}
		.story-content a img {}
		/* post content tables */
		.story-content table {}
		.story-content th {}
		.story-content tr {}
		.story-content td {}
		/* post content forms */
		.story-content form {}
		.story-content fieldset {}
		.story-content legend {}
		.story-content label {}
		.story-content input {}
		.story-content input.submit {}
		
.navigation {
	display:block;
	margin-bottom:30px;
	margin-top:20px;
	text-align:left;
	}
		
	/* single page meta info */
	.metawrap {}
	.singlemeta {}
	.singlemeta a {}
	.singlemeta a:hover {}
	.interact {}
	.interact a {
		color:#666666;
		}
	.interact a:hover {}
	
#comments {
	color:#666666;
}
.commentlist {
	padding:0;
	margin:0;
	width:420px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	border-bottom:1px solid #B7B7B7;
	font-weight:bold;
	list-style-type:none;
	margin-top:10px;
}

.commentlist li .avatar {
	float:left;
	padding-right:15px;
}

.commentlist cite, .commentlist cite a {
	color:#CDB246;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.commentmetadata a{
	color: #666666;
	}
.user-id a {
	color:#cdb246;
	font-weight:bold;
	}

/* Sidebar */
#side {}
	#side ul {}
	#side li {}
	#side li h2 {}
	#side li ul {}
	#side li li {}
		/* search box */
		#side li#search {}
		#side li#search h2 {}
		#side li#search fieldset {}
		#side li#search legend {}
		#side li#search label {}
		#side li#search dl {}
		#side li#search dt {}
		#side li#search dd {}
		#side li#search input#s {}
		#side li#search input#search {}
		/* common sidebar list elements */
		#side li#archive {}
		#side li#categories {}
		#side li#meta {}
		#side li#pages {}
		/* calendar */
		#calendar_wrap {}
		#wp-calendar {}
		#wp-calendar #next {}
		#wp-calendar #next a {}
		#wp-calendar #next a:hover {}
		#wp-calendar #prev {}
		#wp-calendar #prev a {}
		#wp-calendar #prev a:hover {}
		#wp-calendar a {}
		#wp-calendar caption {}
		#wp-calendar th {}
		#wp-calendar tr {}
		#wp-calendar td {}
		#wp-calendar td.pad {}
		#wp-calendar td.pad:hover {} /* not IE compatible */
		
/* Footer */
#bottom {}
#bottom a {}
#bottom a:hover {}
	/* attribution link styling */
	#bottom p.credit {
		text-align:right;
		font-size: 10px;
		color:#888888;
	}
	#bottom p.credit a {color:#888888;}
	#bottom p.credit a:hover { color:black;}

/* Various Classes & Image Alignment */
.center {text-align: center;}
.floatleft {float: left; margin: 5px;}
.floatright {float: right; margin: 5px;}
img.center {display: block; margin: 10px auto;}
img.left {display: inline; margin: 0 10px 5px 0;}
img.right {display: inline; margin: 0 0 5px 10px;}
.nav {margin: 25px 0;}
.previous {float: left; text-align: left; width: 45%;}
.next {float: right; text-align: right; width: 45%;}

#top2 {}
#logo {
	background-image:url(images/logomaury01.png);
	width:220px;
	height:120px;
	float:left;
}
#top-right {
	float:right;
	margin-top:75px;
}
#search-box {}

#nav {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	float: left;
	border-bottom:1px solid #b7b7b7;
}
#nav li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}
#nav li a {
	text-decoration: none;
	float:left;
	color: #999;
	cursor: pointer;
}
#nav li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}
ul.black li a.current_page_item, ul.black li a:hover {
	background: url(images/black.png) no-repeat top right;
 	color: #0d5f83;
}

ul.black li a.current_page_item span, ul.black li a:hover span {
	background: url(images/black.png) no-repeat top left;
	color:#cdb246;
}

#post-5 h2{display:none;}

#flgallery-7 {
	position:relative;
	top:-110px;
}
#musica {float:left; height:80px;}
#musica h4{display:none;}
#designer {float:right;}
#btns {
	float:right;
	position:relative;
	top:30px;
}
#social-btns {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	right:24px;
}
#social-btns li { display:inline-block;}
a.rollover-fb {
	display: block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	background: url(images/facebook1a.png);
	}

a.rollover-fb:hover {
	background-position: -24px 0;
	}
.displace {
	position: absolute;
	left: -5000px;
	}
#seo-links {clear:both;}
#seo-list {
	color:#f2f2f2;
	font-size:10px;
	list-style-type:none;
	text-align:center;
}
#seo-list li{
	display:inline;
	padding:0 5px;
}
#seo-list li a{
	color:#FFFFFF;
}
#date-box  {
	background-image:url("images/date-frame.png");
	background-repeat:no-repeat;
	float:left;
	font-size:10px;
	height:55px;
	margin-top:8px;
	text-align:center;
	width:100px;
}
#title-wrap {
}
#title-wrap h2 {
	margin-bottom:5px;
	position:relative;
	right:90px;
}
#address-info {
	left:450px;
	position:relative;
	top:-430px;
}
.notfound dt{
	float:left;
	margin-right:10px;
}
.notfound dd{
	float:left;
	margin:0 5px 0 0;
}
.categories ul li { list-style-type:none;}
#title-cat {
	border-left:1px solid #B7B7B7;
	left:105px;
	position:relative;
	top:5px;
}
