/*  
Theme Name: The Unstandard
Theme URI: http://5thirtyone.com/
Description: Farewell to the standard blog format
Version: 0.2
Author: Derek Punsalan
Author URI: http://is.derekpunsalan.com/

Note concerning image sizes:

Main image on front page is 593 x 225
Secondary image 293 x 150

*/

* {
	margin: 0;
	padding: 0; 
}

body {
	background: #fff;
	color: #5B5B5B;
	font-size: 12px;
	font-family: "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	text-align: center;
}

#main-wrapper {
	display: block;
	margin: 0 auto;
	padding:0px;
	width: 939px;
	text-align: left; 
}


/* ----------------------------------- basics */

h1, h1 a {
	font-weight: normal!important;
	color:#8D8669;
	font-family: Georgia;
}

h2, h2 a {
	font-weight: normal!important;
	color:#8D8669;
	font-family: Georgia;
}

h3, h3 a {
	font-weight: normal!important;
	color:#8D8669;
	font-family: Georgia;
}

a {
	color: #8D8669;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a:hover {
	color: #8D8669;
	border-color: #8D8669;
}

a img {
	border: none;
}

ul, ol {
	list-style: none;
}

input, textarea {
	outline: none;
}
#stimuli_hoverNav a, #stimuli_bottomNav a{
	border-bottom:none!important;

}

/* ----------------------------------- masthead */

#leaderboard {
	padding: 20px 0 30px 0;
	position: relative;
}

#site-name {
	display: block;
	padding:28px 0 0 0px;
	width:939px;
	height: 193px;
}

#site-name a {
	color: #000;
	border: 0;
}

#site-name a:hover {
	color: #8D8669;
}

#menuUp{
	margin:0px;
	display:block;
	width:939px;
	overflow: hidden;
	position: absolute;
	top:0px;
	left:0px;

}
#main-nav {
	width: 660px;
	margin: 0px auto;
	overflow: hidden;
}

/* Rollovers */
#main-nav li {display:block; float:left; width:131px; margin:0px;}

#main-nav li a{
	text-align: center;
	display:block;
	overflow: hidden;
	height: 0px !important;
	background-repeat: no-repeat!important;
	cursor:pointer;
	width:100px;
	padding: 42px 0 0 0;
	height /**/:42px;
	border:0px!important;
	margin:0px auto;

}

#main-nav li a:hover{background-position: 0 -42px; display:block; border:0px!important;}

.menuHome{
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuHome.gif");
}
.menuHomeselected {
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuHome.gif");
	background-position: 0 -42px;
	display:block;
	border:0px!important;

}

.menuAuthors{
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuAuthors.gif");
}
.menuAuthorsselected {
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuAuthors.gif");
	background-position: 0 -42px;
	display:block;
	border:0px!important;
}

.menuBooks{
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuBooks.gif");
}
.menuBooksselected {
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuBooks.gif");
	background-position: 0 -42px;
	display:block;
	border:0px!important;

}

.menuAwards{
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuAwards.gif");
}
.menuAwardsselected {
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuAwards.gif");
	background-position: 0 -42px;
	display:block;
	border:0px!important;

}

.menuGallery{
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuGallery.gif");
}
.menuGalleryselected {
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuGallery.gif");
	background-position: 0 -42px;
	display:block;
	border:0px!important;

}

.menuAgenda{
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuAgenda.gif");
}
.menuAgendaselected {
	background:url("http://www.jazzmaynard.com/wp-content/themes/unstandard/images/menuAgenda.gif");
	background-position: 0 -42px;
	display:block;
	border:0px!important;

}
  
/* ----------------------------------- home posts */

.home .left, .home .recent-leads {
	width: 607px;
}

.home .main-post-bg {
	background: #eee;
	display: block;
	height: 225px;
	position: relative;
	margin: 0 0 10px 0;
	width: 593px;
	overflow: hidden;
}

.main-post-bg .post-comments, .secondary-post-bg .post-comments {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 1;
	background: #93946E;
}

.post-comments a, .secondary-post-bg .post-comments a {
	font-size: 11px;
	color: #eee;
	display: block;
	padding: 6px 10px;
	text-align: center;
	border: 0;
} 

.post-comments a:hover, .secondary-post-bg .post-comments a:hover {
	background: #333;
	color: #fff;
}

.home .main-post-bg .title-insert, .home .recent-leads .title-insert {
	background: #222;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 4px 0;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity:.9;
}

.title-insert h3 a{
	font-size: 14px;
	line-height: 14px;
}
.title-insert h2, .home .recent-leads .title-insert h3 {
	margin: 10px 12px 6px;
}

.title-insert h2 a, .home .recent-leads .title-insert h3 a {
	display: block;
	color: #ddd;
	text-decoration: none;
	border: 0;
}

.title-insert h2 a:hover, .home .recent-leads .title-insert h3 a:hover {
	color: #fff;
}

.home .recent-leads .secondary-post-bg {
	background: #eee;
	display: block;
	width: 293px;
	height: 150px;
	margin: 0 7px 10px 0;
	position: relative;
	overflow: hidden;
}

.home .right {
	width: 320px;
	text-align: left;
	overflow: hidden;
}

.home .right h3 {
	padding-left: 3px;
}

/* ----------------------------------- entry style */
.home.is-single {
	border-top: 1px solid #bbb;
}

.post.single {
	line-height: 22px;
	color: #5B5B5B;
	width: 590px;
}

.post.single h2, .post.single h2 a {
	font-size: 30px;
	line-height: 31px;
	color:#93946E;
	border: 0;
	padding:7px 0 5px 0;
}

.post.single h2 a:hover {
	color: #93946E;
}

.post.single .entry {
	float: right;
	width: 500px;
}

.post.single .meta {
	border-top: 1px solid #8D8669;
	color: #777;
	padding: 4px 0 0 3px;
	float: left;
	width: 75px;
	font-size: 11px;
	line-height: 16px;
}

.post.single p {
	margin: 1em 0;
}

.post.single p a, .post.single li a {

}

.post.single h3 {
	color: #93946E;
	margin-top: 20px;
}

.post.single blockquote, .post.single ul, .post.single ol {
	margin: 0 14px;
	color: #555;
}

.post.single ul li {
	list-style: circle;
	margin: 0 20px;
	padding-bottom: 10px;
}

.post.single ol li {
	list-style: decimal;
	margin: 0 20px;
	padding-bottom: 10px;
}

.post.single blockquote {
	font-style: italic;
	border-left: 1px solid #ccc;
	margin-left: 21px;
	padding-left: 10px;
}

.post.single img.floatleft {
	float: left;
	margin: 4px 10px 0 0;
}

.post.single img.floatright {
	float: right;
	margin: 4px 0 0 10px;
}

.navigation {
	font-size: 10px;
	padding: 10px 0;
}

.navigation a {
	border: 1px solid #ddd;
	display: block;
	float: left;
	color: #777;
	text-transform: uppercase;
	padding: 4px 7px 3px;
}

.navigation .left {
	width: 50%;
	text-align: left;
}

.navigation .right {
	width: 49%;
	text-align: right;
	margin: 0 15px 0 0;
}

.navigation .right a {
	float: right;
}

.navigation a:hover {
	background: #eee;
	border-color: #93946E;
	color: #93946E;
}

/* ----------------------------------- sidebar / widget modules */

h3.module-title, h3.widgetTitle {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px;
	padding: 7px 4px;
	font-size: 24px;
	line-height: 26px;
}

h3.module-title a, h3.widgetTitle a {
	border: 0;
}

.widgetContainer {
	margin: 0 0 20px 0;
}

.widgetContainer .textwidget {
	line-height: 16px;
	margin: 0 7px;
}

ul.module-list, .widgetContainer ul {
	margin: 0 0 20px 0;
}

.module-list li, .widgetContainer li {
	margin: 0 3px 7px 21px;
	list-style: circle;
	line-height:14px;
}

.sidebar-nextprev {
	width: 320px;
	overflow: hidden;
}

.sidebar-nextprev li {
	float: left;
	border-left: 1px solid #ccc;
	height: 50px;
	width: 159px;
}

.sidebar-nextprev li.previous {
	border-right: 1px solid #ccc;
}

.sidebar-nextprev li.next {
	float: right;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

.sidebar-nextprev li a {
	margin-left: -1px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 50px;
	border: 0;
	color: #aaa;
	border-left: 1px solid #ccc;
}

.sidebar-nextprev li a:hover {
	color: #93946E;
	border-color: #93946E;
}

.sidebar-nextprev li a span {
	display: block;
	padding: 12px 0 0 10px;
	cursor: pointer;
}

.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}

#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

#wp-calendar td {
	padding: 3px 0 7px 3px;
	color: #777;
}

#wp-calendar td a {
	font-weight: bold;
}

#middle-widgets {
	width: 970px;
}

#middle-widgets .widgetContainer {
	clear: top;
	float: left;
	width: 312px;
	margin: 0 11px 15px 0;
}

/* ----------------------------------- legacy comments - remove this if you have wp 2.7 */
.legacy .commentlist li {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.legacy img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.legacy cite {
	font-style: normal;
}

.legacy .commentlist li p {
	margin: 1em 0;
}

.legacy .commentlist li ul, .legacy .commentlist li ol, .legacy .commentlist li blockquote {
	margin: 1em 15px;
}

.legacy .commentlist li ul li, .legacy .commentlist li ol li {
	border: 0 !important;
	margin: 0 15px !important;
	padding: 0 !important;
}

.legacy .commentlist ul li {
	list-style: circle;
}

.legacy .commentlist ol li {
	list-style: decimal;
}

.legacy #respondform {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

#respondform p {
	margin: 1em 0;
}

#respondform #author, #respondform #email, #respondform #url, #respondform textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respondform textarea {
	width: 99%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- threaded comments - no support for wp 2.6 */

#comments-wrapper, #comments-wrapper-form {
	width: 600px;
}

h3#comments {
	clear: both;
	margin: 20px 0 20px 90px;
}

.commentlist {
	font-size: 12px;
	margin: 0;
}

.commentlist li.comment, .commentlist li.pingback {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.commentlist li.comment-author-admin {
	border-color: #93946E;
}

.commentlist li.comment p {
	margin: 1em 0;
}

.commentlist li.comment ul, .commentlist li.comment ol, .commentlist li.comment blockquote {
	margin: 0 15px;
}

.commentlist li.comment ul li {
	list-style: circle;
}

.commentlist li.comment blockquote {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-style: italic;
	color: #777;
}

.commentlist ul.children {
	margin: 0 !important;
	padding: 0;
}

.commentlist .children li.comment {
	padding: 7px 0 0 45px;
	margin: 15px 0 0 0;
	list-style: none;
}

.comment-author {}

.comment-author img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.comment-author cite {
	font-style: normal;
}

.comment-meta {
	font-size: 11px; 
}

#respond {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

li.comment #respond {
	margin-left: 0;
}

#respond h3 {
	margin: 0 0 15px 0;
}

#respond p {
	margin: 1em 0;
}

#respond #author, #respond #email, #respond #url, #respond textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respond textarea {
	width: 97%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- categories */

#categories {
	padding: 10px 0;
	margin: 35px 0 45px;
}

#categories h3 {
	margin-bottom: 10px;
}

#categories ul {
	color: #777;
	line-height: 16px;
}

#categories li {
	float: left;
	text-align: right;
	display: block;
	width: 145px;
	margin: 0 8px 7px 7px;
}

#categories li a {
	font-weight: bold;
	float: left;
	text-decoration: none;
}

/* ----------------------------------- search */
.search{
	display: block;
	padding-bottom: 22px;

}

#searchForm {
	margin: 0;
}

#searchWrap span {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	width: 310px;
	display:block;
}

#searchWrap input {
	border: 1px solid #bbb;
	padding: 4px;
	font-size: 14px;
	color: #777;
	width: 300px;
}
  
  
/*BOOKS*/


.albumDetail{
	display: block;
	width: 500px;
	height:172px;
	background: #E4E2DD;
	margin: 0 0 20px 0;
}


.imgDetail{ float:left; width:115px; height:151px; margin: 10px 0 0 10px;}

.infoDetail { float:right; width:350px; height:151px; margin: 10px 10px 0 0px; text-align:right;}

.titleDetail{ font-family: Georgia; font-size: 20px; line-height: 22px; font-weight: normal!important; color:#625C48;}

.albumDetail p{font-size: 11px;}

.extraDetail{display:block; height:31px; width:350px; position:relative; top:20px;}

.sinopsisDetail{border-bottom:0px!important; float:right; width:85px;}

.previewDetail{border-bottom:0px!important; float:left; width:127px; position:relative; left:80px;}


/* BOOKS SINOPSIS */

.imgSinopsis{float:left; width:185px; height:245px;}

.infoSinopsis{float:right; width:300px; height:245px;}

.infoSinopsis h3{font-family: Georgia; font-size:18px; line-height:20px; margin:0px 0px 10px 0px!important;}

.infoSinopsis ul{text-align:left!important;}
.infoSinopsis ul li{margin:0px!important; padding:0px!important; font-size:12px!important; line-height:18px!important;}


/* LATEST RELEASED */


.imgReleased{ display:block; width:115px; height:151px; margin-right:10px; float:left;}


.parrafoReleased{ font-size: 12px; line-height:14px; clear:right;}

.enlacesReleased{font-size: 11px!important; position: relative; top:3px;}


.minipost {width:593px;	background:#EEEEEE; display:block; margin-bottom:10px;}

.minipost p{
	font-size: 11px;
	font-family: Arial;
	line-height: 15px;
	padding: 10px;
}
.minipost p strong{
	font-weight: bold;
}

#sideblog--2{
	background: #EEEEEE;

}
#sideblog--2 strong{
	color:#8D8669;

}
#sideblog--2 p{
	padding:0 20px 0 0!important;

}
#sideblog--2 h4{
	padding:0 20px 0 0!important;
	color:#8D8669;
	font-family:Georgia;
	font-weight:normal !important;
	font-size: 14px!important;

}
sideblog--2 h3.widgetTitle{text-align:left; padding-left:22px; padding-top:20px;}

/* ----------------------------------- footer */

#footer {
	border-top: 1px solid #ccc;
	font-size: 12px;
	margin-top: 15px;
	padding: 10px 0 72px;
	width: 960px;
}

#footer a {
	font-weight: bold;
}

/* ----------------------------------- floats */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fix {
	display: inline-block;
}

* html .fix {
	height: 1%;
}

.fix {
	display: block;
}



