/*
Theme Name: Diabolo_Modularity
Theme URI: http://graphpaperpress.com
Description: A child theme for Modularity
Author: Dospasos
Author URI: http://www.dospasos.net
Template: modularity
Version: 0.4
License:  All Rights Reserved
*/
	
@import url("../modularity/style.css");

body {
	color:#999;
	/* fallback (Opera) */
	background: #E5E4DC;
	/* Mozilla: */
	background:-moz-linear-gradient(
    center top,
    rgb(255,234,150) 0%,
    rgb(250,147,147) 50%,
    rgb(250,217,177) 100%);	
	
 /* Chrome, Safari:*/
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(255,234,150)),
    color-stop(0.5, rgb(250,147,147)),
    color-stop(1, rgb(250,217,177)));	
	 /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#ffea96', EndColorStr='#fabab1', GradientType=0);
}
						
				
a {
	color:#FF5149;
	text-decoration:none;
}
.container {
	width:990px;
	margin:0 auto;
	background:#fff;
	min-height: 620px;
}
.container-inner {
	width:950px;
	margin:0 auto;
	padding:1.8em 0 3em
}
#top {
	width:990px;
	margin:10px auto 0 auto;
	padding:0;
	color:#666;
	height:150px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#top a {color:#666}

/* Masthead */
#masthead {
	float: left;
	padding: 20px 20px 0 20px;
}

#masthead a img{
	margin:0;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto 0;
	width: 950px;
	background-color: #ff7041;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 910px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #FFFFCC;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#menu_right {
	width: 150px;
	float: right;
	height: 22px;
	text-align: right;
	padding: 0;
	margin-top: 3px;
}
#menu_right a img {
	margin:0;
	position: relative;
	float: right;
	border: 0;
}


/* sidebar */
#sidebar .item {
	margin:0 0 2.5em 0
}
/* sidebar select postlists */
form.ddpl-form select { width: 300px; }

/* Floats & Images */
dl.gallery-item .gallery-caption {clear:both;float:none;width:150px;}
dl.gallery-item {
	width:170px;
	padding:12px
}
.gallery {
	margin:auto;
	padding:0;
}
.gallery-item {
	float:left;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
}
.gallery img {
	float:none;
	margin:0;
	padding:0;
}
.gallery-caption {
	margin:0;
	padding:0;
	text-align:center;
	font-size:.9em;
}
.gallery .clear {
	clear:left;
}


/* Posts */
.content {display:block;clear:both;}
.content .publicacionespost {
	width: 170px;
	float: left;
	clear: none;
	position: relative;
	margin-right: 24px;
	height: 300px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.content .publicacionespost h4{
	float: left;
	position: relative;
	margin-bottom: 4px;
	font-weight: bold;
}
.content .publicacionespost p{
	float: left;
	position: relative;
	width: 100%;
}
.postmetadata {background:#eee;padding:1em;color:#999; font-size:11px;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.postmetadata a {color:#515151;}
.postmetadata a:hover {color:#222;}
.underlined {border-bottom:1px solid #222;}
.welcomebox {padding:1.5em;margin-bottom:1.5em;background:#eee;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}




/* Search */
#search {
	margin:0;
	width: 150px;
	float: right;
	padding-top: 2px;
}
#search #s {background: #ddd url('images/search.png') 0px center no-repeat;color: #222;font-size: 1em;margin:0;padding: 4px 0 4px 17px;width: 150px;border:1px solid #333;}
#search input {border:0}
#search #s:hover {color: #0066cc;background: #fff url('images/search_blue.png') 0px center no-repeat;}
.search-excerpt {margin: 0;}

/* sidebar */
#sidebar ul li a:hover,ul.txt li:hover{
	color:#FF5149;
	background-position:1px 0.8em;
	background: #FFFFCC url(images/li-white.png) no-repeat 3px 10px;
}


/* Footer */
#footer-wrap {
	background: none;
}
#footer {
	width:990px;
	padding:1.5em 0 0 0;
	margin:0 auto;
	color:#999;
	text-align:left;
	font-size: 14px;}
#footer p {
	color:#999;}
.span-25, .span-26 {
	padding-left: 20px;
	padding-right: 10px;
	float:left;margin-right:10px;}
.span-25 {width:590px;}
.span-26 {width:310px;}
