/* 
Theme Name: PlanetUbuntu
Theme URL: http://www.idibayconsulting.com
Description: A blank theme by Idibay Consulting.
Author: Idibay Consulting
Author URI: http://www.idibayconsulting.com
Version: 1.0
*/

/***** RESET CSS STYLES *****/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	}

/**** DEFAULT LINKS ****/
a, a:link, a:visited, a:active {
    color: #893f77; 
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #3d1834;
}

/**** DEFAULT IMAGES AS LINKS ****/
a img, a:link img, a:visited img, a:link:active img, a:visited:active img, a:hover img{
	text-decoration: none;
	border: 0;
}

/**** CONTAINER ****/

body{
	text-align:center; /*Hack for centering #container in IE6 */
	background: #2f1228 url(images/bg_body.jpg) top center no-repeat;
	font-size: 1em;
	font-family: 'Droid Sans', Verdana;
}
#container{
	width:960px;
	margin: 0 auto;
	text-align: left;
}

/**** HEADER ****/
#header{
    height: 130px;
    margin-bottom: 20px;
}
#header h1.title{
    margin-left: 49px;
    width: 411px;
    height: 127px;
    float: left;
}
	#header h1.title a, #header h1.title a:link, #header h1.title a:visited{
	}
	#header h1.title a:hover{
	}
#header ul.toplinks{
    list-style: none;
    width: 320px;
    margin-right: 40px;
    float: right;
    font-family: 'Droid Sans', Verdana;
    margin-top: 10px;
    text-align: right;
    color: #fff;
}
#header ul.toplinks li{
    display: inline;
    
}
#header ul.toplinks li a{
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
    text-shadow: 2px 2px 2px #777;
}
#header ul.toplinks li a:hover{
    color: #dd4814;
    text-decoration: underline;
    text-shadow: none;
}
#header .description{
    width: 300px; 
    height: 50px;
    float: right;
    font-family: 'Yanone Kaffeesatz', Georgia;
    font-size: 2.3em;
    color: #fff;
    margin-top: 24px;
    line-height: 1em;
    text-align: right;
    margin-right: 40px;
    text-shadow: 2px 2px 2px #777;
}

/**** NAVIGATION MENU ****/
#nav{
}
#nav ul{
}
#nav ul li{
}
	#nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited{
	}
	#nav ul li a:hover{
	}

/**** CONTENT ****/
#content{
    border-top: 7px solid #dd4814;
    background-color: #fff;
    clear: both;
    font-family: 'Droid Sans', Verdana;
    padding: 6px 25px 25px 25px;
    color: #222;
    width: 585px;
    float: left;
}
#content h2.entry_title{
    font-size: 1.3em;
    border-bottom: 1px solid #893f77; 
    padding-bottom: 4px;
    margin: 25px 0px 7px 0px;
    clear: both;
    font-weight: bold;
    color: #893f77; 
}
	#content h2.entry_title a, #content h2.entry_title a:active, #content h2.entry_title a:link,
	   #content h2.entry_title a:visited{
	   
	}

	#content h2.entry_title a:hover{
	   color: #ca8ba3;
	   text-decoration: none;
	}
#content .entry ul, #content .entry ol{
    margin-left: 30px;
}
#content .post_date a.original{
    color: #fff;
    background-color: #beadb3;
    padding: 2px 5px;
    margin-top: 15px;
}
#content .post_date a.original:hover{
    background-color: #703f51;
    text-decoration: none;
}
#content .post_date{
    color: #bd97b4;
    font-size: 0.8em;
    margin-bottom: 8px;
    text-align: right;
}
#content .post_date .enlace_original{
    color: #444;
}

/**** CONTENT -> ENTRY ****/
#content .entry{
    clear: both;
    line-height: 1.4em;
    font-size: 0.9em;
    margin-top: 12px;
}
#content .entry ul{
    margin: 15px 0px 15px 30px;
}
#content .entry h4{
}
#content .entry h5{
}
#content .entry h6{
}
#content .entry p{
    margin: 8px 0px;
}
	#content .entry a, #content .entry a:active, #content .entry a:link, #content .entry a:visited{
        color: #893f77; 
        text-decoration: none;
	}
	#content .entry a:hover{
	    color: #dd4814;
        text-decoration: underline;
	}  
#content .entry img.thumbnail{
    float: right;
    margin: 8px 0px 8px 15px;
}
#content .entry span.titulillo{
    font-family: 'Yanone Kaffeesatz', Georgia;
    font-size: 1.6em;
}
#content .postmetadata{
    background-color: #f0f0f0;
    padding: 6px 10px;
    margin: 12px 0px;
    clear: both;
    font-size: 0.9em;
    line-height: 1.3em;
}
#content .postmetadata a{
    color: #dd4814;
    text-decoration: none;
}
#content .postmetadata a:hover{
    text-decoration: underline;
    color: #555;
}
#content .postmetadata a.facebook{
    background: url(images/facebook.png) left center no-repeat;
    padding-left: 18px;
    margin-left: 4px;
}
#content .postmetadata a.twitter{
    background: url(images/twitter.png) left center no-repeat;
    padding-left: 19px;
    margin-left: 0px;
}
#content .postmetadata a.facebook, #content .postmetadata a.twitter{
    text-decoration: underline;
}
#content .relacionadas{
    margin-top: 15px;
}
#content .relacionadas ul{
    margin-left: 30px;
    font-size: 0.95em;
}
#content .relacionadas ul li{
    margin-bottom: 6px;
}
#content .relacionadas ul li span.lafecha{
    color: #999;
    font-size: 0.8em;
}
#content .relacionadas h3.relacionadas_title{
    color: #dd4814;
    border-bottom: 2px solid #dd4814;
    padding-bottom: 5px;
    font-size: 1.7em;
    font-weight: bold;
    font-family: 'Yanone Kaffeesatz', Georgia;
    background: url(images/bullet_h3.png) top left no-repeat;
    padding: 0px 0px 0px 16px;
    margin: 15px 0px;
}
#content h3.tag_archive{
    color: #dd4814;
    border-bottom: 2px solid #dd4814;
    padding-bottom: 5px;
    font-size: 1.7em;
    font-weight: bold;
    font-family: 'Yanone Kaffeesatz', Georgia;
    background: url(images/bullet_h3.png) top left no-repeat;
    padding: 0px 0px 0px 16px;
    margin: 15px 0px;
}
#content .ver_original{
    background: url(images/ver_original.png) left top no-repeat;
    padding-left: 18px;
    font-size: 0.95em;
    font-weight: bold;
    color: #444;
    margin-top: 10px;
    margin-bottom: 6px;
}
#content .ver_original a:hover{
    color: #dd4814;
    text-decoration: underline;
}
/**** SEARCH FORM ****/
#searchform{
}
#searchform input.searchbox{
    font-family: 'Droid Sans';
    font-size: 0.8em;
    color: #111;
    border: 1px solid #aaa;
    width: 234px;
    padding: 5px;
    float: left;
}
#searchform input.searchbutton{
    width: 24px;
    height: 23px;
    background: url(images/search_button.png) scroll 0% 0% no-repeat;
    padding: 0;
    border: none;
    cursor: pointer;
    float: left;
    margin: 3px 0px 0px 5px;
}
#searchform input.searchbutton:hover{
    background: url(images/search_button.png) scroll 0% 100% no-repeat;
}

/**** SIDEBAR ****/
#sidebar{
    width: 275px;
    padding: 25px 15px;
    background-color: #fff;
    float: right;
    border-top: 7px solid #dd4814;
    font-family: 'Droid Sans', Verdana;
}
#sidebar h2{
    display: none;
}
#sidebar h3.widgettitle{
    clear: both;
    color: #dd4814;
    border-bottom: 2px solid #dd4814;
    padding-bottom: 5px;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Yanone Kaffeesatz', Georgia;
    background: url(images/bullet_h3.png) top left no-repeat;
    padding: 0px 0px 0px 16px;
    margin: 15px 0px;
    text-shadow: 1px 1px 1px #ccc;
}
#sidebar ul{
    list-style: url(images/bullet_list.png);
    font-size: 0.9em;
    margin-left: 27px;
}
#sidebar ul li{
    margin-bottom: 6px;
}
#sidebar li.linkcat{
    list-style: none;
}
#sidebar a:hover{
    text-decoration: underline;
    color: #dd4814;
}
#sidebar .descarga{
    text-align:center;
    margin: 25px 0px 25px 0px;
}
#sidebar .descarga a.descarga_ubuntu{
    padding: 4px 25px;
    background-color: #dd4814;
    color: #fff;
    font-size: 1.3em;
}
#sidebar .descarga a.descarga_ubuntu:hover{
    text-decoration: none;
    background-color: #af361b;
    color: #fff;
}
#sidebar .tagcloud{
    text-align: center;
}
#sidebar .tagcloud a{
    margin: 3px 5px;
}
#sidebar .tagcloud h3{
    text-align: left;
}
#sidebar .ubuntu_banner{
    text-align: center;
    margin: 20px 0px 10px 0px;
}
/***** CONTACT FORM *****/
#content .wpcf7{
    margin: 25px 0px 15px 25px;
}
#content .wpcf7 form label{
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', Georgia;
    color:#555;
    font-size: 1.3em;
    
}
#content .wpcf7 form input{
    border: 1px solid #aaa;
    font-size: 1em;
    padding: 4px;
    width: 350px; 
    margin: 0px 0px 0px 0px;   
}
#content .wpcf7 form textarea{
    border: 1px solid #aaa;
    font-size: 1em;
    padding: 4px;
    width: 350px; 
    margin: 8px 0px 0px 0px;   
}
#content .wpcf7 form input.button{
    padding: 4px 25px;
    background-color: #dd4814;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    border: none;
    width: 150px;
}
#content .wpcf7 form input.button:hover{
    text-decoration: none;
    background-color: #af361b;
    color: #fff;
    cursor: pointer;
}
#content .wpcf7 form span.ejemplo{
    color: #888;
    font-size: 0.7em;
    display: block;
    margin-left: 10px;
    margin-bottom: 0px;
}
#content #wpcf7-f1-p295-o1 form input{
    margin: 10px 0px 15px 0px;
}
/*** FOOTER ***/
#footer {
    clear: both;
    border-top: 7px solid #dd4814;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    margin-top: 25px;
    font-family: 'Droid Sans';
    font-size: 0.9em;
    line-height: 1.5em;
    color: #555;
}
	#footer a, #footer a:link, #footer a:visited{
	}
	#footer a:hover{
	   text-decoration: none;
	   color: #dd4814;
	}
#footer .aceptacion{
    color: #999;
    font-size: 0.8em;
    margin-top: 4px;
}

/**** ARCHIVE LIST FOR ARCHIVES AND SEARCH TEMPLATE PAGE ****/
#content ul.archive_list{
}
	#content ul.archive_list li{
	}

/**** NAVIGATION ****/
#content .navigation{
    clear: both;
    font-size: 1.2em;
    text-align: center;
    margin: 30px auto;
    color: #532d44;
    border-top: 3px solid #dd4814;
    padding: 15px 10px;    
}
/**** PAGEBAR ****/
#content .pagebar{
}
	#content .pagebar a, #content .pagebar a:link, #content .pagebar a:visited{
	   background-color: #b4768f;
	   color: #fff;
	   text-decoration: none;
	   padding: 2px 5px;
	}
	#content .pagebar a:hover{
	   background-color: #dd4814;
	   color: #fff;
	} 
	#content .pagebar span.this-page{
	   color: #e0b8d1;
	}
	
/**** CLEAR AND ALIGNMENT WP HACKS ****/
.right, .alignright{
	display: block;
	float:right;
	margin: 8px 0px 8px 15px;
	}
.left, .alignleft{
	display: block;
	float: left;
	margin: 8px 15px 8px 0px;
	}
.aligncenter{
	display: block;
	text-align: center;
	margin: 18px auto;
	}
.clear{
	clear:both;
	}
