/*  
Theme Name: mdp09
Theme URI: http://daniellaradesign.com
Description: Llevelo por diez pesos
Version: 1.0
Author: Daniel Lara
Author URI: http://www.daniellaradesign.com

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

*/


/*

Comments explained:
=== introduces/ describes a logical set of definitions
--- introduces/ describes specific definitions within a logical set
any other formatted comment shall have explanatory character

*/


/* === General Definitions - valid throughout the page === */


* {
	margin:0; 
	padding:0;
} 

html {

	height:100%; 
} 

body
{
	text-align: center;
	min-height: 101%;
	color: #666666;
	margin: 0 auto;
	background-image: url(http://www.daniellara.com/blog/wp-content/themes/mdp/images/_canvas.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
} 

body * {
	text-align:left;
}



hr {

	display:none;

}





h1, h2, h3, h4, h5, h6 {

	font-weight:normal;

	font-family: Arial, Helvetica, sans-serif;

}




br {

clear: both;

}





/* === The Main Structure of the page === */



/* extra div for centering allowing for additional background features */

.centerStage_liq {
	width:900px; /* allows 15px plus on both sides - important for background features on 800pixel wide screens */
	margin: 0 auto;
	background-color: transparent;
	position: relative;
	background-image: url(http://www.daniellara.com/blog/wp-content/themes/mdp/images/900grid.gif);
	background-repeat: repeat-y;
}



#skipNavigation_liq {

	width: 100%;

	position: absolute;

	top:0px;

	left:0;

}



#topNavigation_liq {

	width:100%;

	position: absolute;

	top:0;

	left:0;

}



.header_liq {

	width: 900px;

}

.content_liq {
	width:640px;
	margin:0px 20px 0px 0px;
	float:right;
}
.table img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.content_liq a:link, .content_liq a:visited {
	text-decoration: none;
	color: #444444;
	background-color: #FC0;
	padding:0 0px 0 0px;
}

.content_liq a:hover, .content_liq a:active, .content_liq a:focus {
	background-color: #F90;
	text-decoration: none;
	color: #FFF;
}





.sidebar_liq {
	width: 200px;
	margin:0px 0px 0px 20px;
	float:left;
	font-size: 12px;
	position: fixed;
}



.footer_liq {
	width: 640px;
	margin:2em 0 0 0;
	clear:both;
}

.footer_liq a:link, .footer_liq a:visited {
	text-decoration: none;
	color: #444;
	background-color: #ffff22;
	padding:0 2px;
}

.footer_liq a:hover, .footer_liq a:active, .footer_liq a:focus {
	background-color: #FFCC00;
	text-decoration: none;
	color: #000;
}

/* === The Skip Navigation === */





#skipNavigation_liq a, #skipNavigation_liq a:link, #skipNavigation_liq a:visited {

	position:relative;

	top:-800px;

	font-size:0.8em;

	text-decoration: none;

	color: #fff;

	background-color: #44bbf5;

	padding: 0.2em 15px 0.2em 15px;

	margin:2px 0 0 2px;	



}



#skipNavigation_liq a:hover, #skipNavigation_liq a:active, #skipNavigation_liq a:focus  {

	position:relative;

	top:0px;	

	text-decoration: none;

	background-color: #f0ff44;

	color: #181513;



}











/* === The Page Navigation - or - The Top Navigation === */



#topNavigation_liq ul {

	text-align:left;

}



#topNavigation_liq ul li {

	display: inline;

	list-style-type: none;

}



#topNavigation_liq a:link, #topNavigation_liq a:visited {

	text-decoration: none;

	color: #fff;

	background-color: #44bbf5;

	padding: 0.2em 15px 0.2em 15px;

	float:left;

	margin:2px 0 0 2px;

}



#topNavigation_liq a:hover, #topNavigation_liq a:active, #topNavigation_liq a:focus  {

	background-color: #f0ff44;

	text-decoration: none;

	color: #181513;

}












/* === The Header & Motto === */



.header_liq h1 {

	float:left;

	font-family: Georgia, Times, serif;

	font-size:0em;

	line-height:1.1em;

	font-weight:normal;

	margin-top: -1000px;

}





.header_liq a:link, .header_liq a:visited {

	float:left;

	text-decoration: none;

	color: #FFFFFF;

	background-color: #FFFFFF;

	padding: 0;

	margin:0;

}



.header_liq a:hover, .header_liq a:active, .header_liq a:focus  {

	text-decoration: none;

	color: #FFFFFF;

}





.header_liq span {

	float:left;

	font-size:0em;

	line-height:1.1em;

	color:#FFFFFF;

	margin-top: -1000px;

}



.header_liq br {

	clear:both;

}





/* === The Content Navigation === */

.content_liq br {

	clear:both;

}



#contentTopNavigation_liq {
	clear:both;
	width:100%;
	font-size:1em;
	line-height:1.2em;

}



#contentBottomNavigation_liq {
	clear:both;
	width:100%;
	font-size:1em;
	line-height:1.2em;
	margin:2.0em 0 1em 0;

}



.navContainer_liq {
	clear:both;
	padding: 0.5em 0px 0.5em 0px;
	margin:0px 0px 0em 0px;
	color:#FF6600;
	background-color: transparent;

}



.leftNav_liq {
	width:48%;
	float:left;

}



.rightNav_liq {

	width:48%;

	float:right;

	text-align:right;

}







.navContainer_liq a:link, .navContainer_liq a:visited {
	color:#888;
	background-color: #f4f4f4;
	padding: 5px 8px 5px 5px;

}



.navContainer_liq a:hover, .navContainer_liq a:active, .navContainer_liq a:focus  {

	background-color: #ffff22;

	color: #000;

}







/* === The Content === */





.pagetitle_liq {
	float:left;
	background-color: #fff;
	color:#555555;
	padding: 5px 0px 5px 0px;
	margin:10px 0px 0 0px;
	font-size: 24px;
	background-image: url(http://www.daniellara.com/blog/wp-content/themes/mdp/images/pat_yell25.gif);

	/*border: solid 1px #181513;*/

}





/* extend the colours if you want - and match them with the side menu */

.titleOne {
	background-color: #FFCC00;

}



.titleTwo {
	background-color: #FFCC00;

}



.titleThree {

	background-color: #FF74A5;

}



.titleFour {

	background-color: #FF9000;

}





/* fancy some microformat? */



.hentry {
	margin:1em 0 0 0;

}







.entry-title a:link, .entry-title a:visited {
	float:left;
	text-decoration: none;
	color: #555555;
	padding: 5px 0px 5px 0px;
	margin:10px 0px 0px 0px;
	font-size: 24px;
	background-image: url(http://www.daniellara.com/blog/wp-content/themes/mdp/images/pat_yell25.gif);
	background-color: #FFF;
}



.entry-title a:hover, .entry-title a:active, .entry-title a:focus  {
	background-color: #FF0;
	text-decoration: none;
	color: #555555;
}



.updated {
	font-size:0.9em;
	float:left;
	color:#FF6600;
	background-color: #ffffff;
	margin:2px 0px 1em 0px;
	padding: 0.1em 0px 0.1em 0px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}



div.entry-content{
	clear:both;
	font-size:12px;
	line-height:20px;
	padding: 0.1em 0px 0.1em 0px;
	margin:2px 0px 1.5em 0px;
	overflow:hidden;
}



div.postmetadata_liq {
	clear:both;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0.1em;
	padding-right: 10px;
	padding-bottom: 0.1em;
	padding-left: 10px;
	background-image: url(http://www.daniellara.com/blog/wp-content/themes/mdp/images/puntitos50.gif);
	background-repeat: repeat;
}

div.postmetadata_liq a:link, div.postmetadata_liq a:visited {
	text-decoration: none;
	color: #444;
	background-color: #FFFF22;
	padding:0 2px 0 2px;

}

div.postmetadata_liq a:hover, div.postmetadata_liq a:active, div.postmetadata_liq a:focus {
	background-color: #FFCC00;
	text-decoration: none;
	color: #000;
}


/* --- Tags formatting within posts&pages --- */



.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6

{

	padding: 0.3em 0 0.3em 0;

	font-weight:bold;

}



.entry-content p

{

	padding: 0.3em 0 0.3em 0;

}



.entry-content blockquote

{

	margin: 0.3em;

	padding: 0.3em;

	color:#111;

	background-color:#f1f1f1;

}



.entry-content img

{
	margin: 0.3em 0 0;
	background:none;
	max-width:100%;
	border:1px solid #999999;
}





/* in case the image is linked */

.entry-content a:link img {

	border: 1px solid #999999;

}



.entry-content a:hover img {

	border: 1px solid #FF6600;

}





.entry-content ul, .entry-content ol

{

	padding: 0.3em 1.0em 0.3em 1.0em;

	margin: 0.3em;

}



.entry-content li {

	

}







/* === The Footer === */



.footer_liq {
	background-color:#f3f3f3;
	margin-left: 240px;
	margin-right: 20px;
}



.footer_liqCapsule {

	font-size:.9em;

	line-height:1.4em;

	padding: 1.5em 15px 1.5em 15px;

}



.footer_liq ul {



}



.footer_liq ul li{

	list-style-type: none;

}







/* === The Side Menu === */









.sidebar_liq ul {

}

.sidebar_liq ul li {
	list-style-type: none;
	clear:left;
}

.webname a:link, .webname a:visited {
	background-color: #6AB1BB;
}

#sidebar ul li ul li ul li {
	margin-left: 10px;
}
#sidebar ul li ul li ul li ul li {
	margin-left: 15px;
}

/* extend the colour spectrum if you want to! */



li.catOne a:link, li.catOne a:visited {

	background-color: #ff4411;

}



li.catTwo a:link, li.catTwo a:visited {

	background-color: #f000f0;

}



li.catThree a:link, li.catThree a:visited {

	background-color: #FF74A5;

}



li.catFour a:link, li.catFour a:visited {

	background-color: #FF9000;

}

.sidebar_liq h2 {
	color:#666;
	font-size: 10px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0.2em;
	padding-left: 0;
}



/* --- The Search Field --- */



fieldset.searchSite_liq {

	border:none;

}



.searchSite_liq legend {

	display:none;

}



.searchSite_liq label {

	display:none;

}



#s {

	width:215px; 

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:1.0em;

	line-height: 1.2em;

	float: left;

	border:solid 1px #787573;

	

	padding:0.1em;

	margin:2px 0 0 2px;

}



#s:hover, #s:active, #s:focus {

	border:solid 1px #181513;

}



#searchsubmit

{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:1.0em;

	line-height: 1.2em;

	text-align:center;

	color:#333;

	float: right;

	background-color:#fff;



	padding:0 15px 0 15px !important;

	margin:7px 2px 0 2px;

}



#searchsubmit:hover, #searchsubmit:active, #searchsubmit:focus

{



}







/* The Comment Block */



.commentBlock_liq {

	clear:both;

	font-size:1em;

	color:#888;

	background-color:transparent;

	margin:2.0em 0 2.0em 0;

}



.commentBlock_liq h3 {
	float:left;
	margin:0 0 1.0em 0;
	border:none !important;
	padding: 0.2em 15px 0.2em 15px;
	background-color:#FF9900;
	color: #FFFFFF;

}



.commentBlock_liq ol {

	list-style-type:none;

}



.commentBlock_liq ol li {

	padding:0.2em 15px;

	margin: 0 0px 1.0em 0px;

	background-color:#fbfaf9;

	color:#888;

}



.commentBlock_liq ol li.alt {

	background-color:#f8f7f6;

	color:#888;

}



#respond {
	float:left;
	margin: 15px 2px 0px 0px;
	border:none !important;
	padding: 0.2em 15px 0.2em 15px;
	background-color:#FF9900;
	color: #FFFFFF;



}





.commentMessage_liq {

	clear:both;

	font-size:0.9em;

	padding:1em 15px 0.2em 15px;

	margin:1em 2px 1em 0px;



}



/* 

	Use that css as a starting point to develop your specific design/layout

	Have fun

*/



#commentform {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 0.8em;

	line-height: 1.4em;

	background-color: transparent;

}



#commentform fieldset {

	border: none;

	padding: 0px;

	margin: 0;

}



#commentform legend {

	display:none;

}





.commentFormRow_liq {

	clear:both;

	margin: 0 0px .5em 0px;

	padding: 0px 0px 0px 0px;

	color:#787573;

	background-color: transparent;

}





.commentFormRow_liq label {

	float:left;

	width:180px;

	padding:0.5em 0px 0 0;

	text-align:right;

}



.commentFormRow_liq span {

	margin-right: 30px;



}



/* contains the actual form elements */

.commentFormElement_liq {

	margin-left: 175px;

	font-size: 1em;

	line-height: 1.5em;

	text-align:left;

}



/* depending on styling the line break can be used to clear floats */

.commentFormRow_liq br {

	display:none;

}







.commentInput_liq {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size:1em;

	line-height: 1.5em;

	width:240px;

	height:1.4em;

	margin:0px 0px 0px -5px;

	padding-left: 0px;

	padding-right: 0px;

	border:solid 1px #787573;

	color:#444;

	background-color:white;

}





.commentInput_liq:hover, .commentInput_liq:active, .commentInput_liq:focus {

	border:solid 1px #181513;

}





#comment {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size:1em;

	line-height: 1.5em;

	width:290px;

	height:10em;

	color:#444;

	background-color:white;

}





.mandatory_liq {

	color:#181513 !important;

	background-color:#fff;	

}







/* The Submit Button */

.commentSubmit_liq {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size:1.0em;

	line-height: 1.2em;

	

	padding:0.1em 0.5em;

	border:solid 1px #787573;

	text-align:center;

	background-color:#fff;

	color:#787573;
}


.commentSubmit_liq:hover, .commentSubmit_liq:focus, .commentSubmit_liq:active {
	border:solid 1px #181513;
	background-color:#f0ff44;
	color:#181513;	
}

#topo {
	height: 20px;
	width: 880px;
}

ul#menu {
	width: 200px;
	list-style-type: disc;
	margin: 15px 0 0 0;
	padding: 0;
}

ul#menu ol {
	display: none;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 8px;
	color: #666666;
	font-weight: normal;
}

ul#menu li, 
ul#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;
}

ul#menu li {
	border-bottom: 1px dotted #999999;
	font-weight: normal;
	line-height: 16px;
}

ul#menu ol li {
	border-bottom: none;
}

ul#menu ol li:before {
	content: ": ";
	color: #FF9900;
	font-weight: bold;
}

ul#menu a {
	text-decoration: none;
	border-left: 2px solid #fff;
	outline: none;
	font-weight: normal;
}

ul#menu a:hover {
color: #FFFFFF;
background-color: #FF6600;
border-left: 2px solid #ffffff;
}

ul#menu a.active {
	color: #FF6600;
}

#topologo {
	text-decoration: none;
	color: #999;
	text-align: right;
}
#topologo a:link, #topologo a:visited{
	text-decoration: none;
	color: #F90;
	width: auto;
	background-color: #FFF;
	float: none;
	text-align: right;
}

#topologo a:hover, #topologo a:active, #topologo a:focus{
	text-decoration: none;
	background-color: #F90;
	color: #FFF;
}

#topohome {
	text-decoration: none;
	color: #999;
	text-align: left;
}
#topohome a:link, #topohome a:visited{
	text-decoration: none;
	color: #F90;
	width: auto;
	background-color: #FFF;
	float: none;
	text-align: right;
}

#topohome a:hover, #topohome a:active, #topohome a:focus{
	text-decoration: none;
	background-color: #F90;
	color: #FFF;
}

.textwidget {
	text-align: right;
	font-size: 11px;
	line-height: 18px;
}

.widget_categories a:link, .widget_categories a:visited {
	float:left;
	text-decoration: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	background-color: #EFEFEF;
	margin-bottom: 3px;
	
}

.widget_categories a:hover, .widget_categories a:active, .widget_categories a:focus {
	float:left;
	color: #FFF;
	background-color: #F90;
}

.widget_tag_cloud {
	padding-top: 10px;
}

.widget_tag_cloud a:link, .widget_tag_cloud a:visited {
	color: #999;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

.widget_tag_cloud a:hover, .widget_tag_cloud a:active, .widget_tag_cloud a:focus {
	background-color: #F90;
	color: #FFF;
}
