﻿/*  
Theme Name: I HAEV PRINT STYEL
Theme URI: http://minid.net/i-haev-styel
Description: Default theme for Minid.net.
Version: 1.2
Author: Diego Martín Lafuente
Author URI: http://minid.net/autor


	This theme was designed and built by Diego Lafuente,
	whose blog you will find at http://www.minid.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Please do not delete this lines, make a citation of this work if you use it.
	

*/



/* ---- GENERIC ELEMENTS ---- */

body {
	background: #fff;
	color: #555;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	}

hr {
	display: none;
}


img {
	border: 0;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


	/* --- UNIVERSAL DIVS ---- */


	#super {
	}


	#header {
		display: none;
	}


	#contenedor {
		padding: 0 1.5em;
	}




	/* ---- HEADER ---- */




	/*  ---- CONTENIDO ---- */

				div#content {
					padding: 15px 0px 30px 0px;
				}


				div.post {
					padding-bottom: 25px;
				}

				div.post h2 {
					font: bold 1em/1.6em Arial, sans-serif;
					margin: 0 !important;
				}
				
								div.post h3, div.post h4, div.post h5 {
									color: #f60; /* this one adds colors to all <h*> in the post body */
									font-weight: bold;
								}

								div.post h3 {
									font-size: .9em;
								}

								div.post h4 {
									font-style: normal;
									font-size: .8em;
								}


					div.post h2 a {
						text-decoration: none;
						color: #f60 !important;
						background-color: #fff !important;
						border: 0 !important;
						padding: 0 !important;
						color: #f60;
					}

					div.individual h2 {
						font-size: 1.5em;
						line-height: 1.6em;
						color: #f60;
					}


					div.post p {
						font: .8em/1.8em "Trebuchet MS", Arial, sans-serif;
						color: #555;
					}

						div.post ul li, div.post ol li  {
							font: .8em/1.8em "Trebuchet MS", Arial, sans-serif;
							color: #555;
						}

									div.post ul li p, div.post ol li p {
										font-size: 1em; /* This one hacks for em size when you use a <p> inside a <li> */
									}

										div.post ul li ul li p, div.post ol li ol li p {
											font-size: 1.2em;
										}


									div.comment-body ol li {
										font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
										color: #666;
										margin-bottom: 5px;
										}



					/* ---- LISTS ARCHIVES ---- */


					table.listados {
						width: 100%;
						margin: 2em 0;
					}

						table.listados td {
							padding: 10px 10px 10px 0px;
							font: .7em/1.6em "Trebuchet MS", Arial, sans-serif;
							background: url(/wp-content/themes/minid/images/dot_line.png) repeat-x bottom;
							vertical-align: top;		
						}

						.ref {
							white-space: nowrap;
						}

						table.listados td strong {
							font-size: 1.1em;
						}













	

					/* ---- IMAGE SET ---- */

						img.right {
							float: right;
							display: block;
							margin: .3em 0 1em 1em;
						}

						img.center {
							margin: 1em auto;
							display: block;
						}


					div.post p.posted {
						font: .6em Geneva, Arial, sans-serif;
						color: #666;
					}






			/* ---- MENU ---- */

			#menus {
				display: none;
			}
					

					/* ---- enlaces ---- */

						div#content a, div.tools a, div#menus a, div#footer a {
							text-decoration: none;
						}

					
						div#content a:link,  div.tools a:link, div#menus a:link, div#footer a:link {
						        color: #36c;
									  border-bottom: 1px dotted #36c;
										}
						
						
						div#content a:visited, div.tools a:link, div#menus a:visited, div#footer a:visited {
						        color: #36c;
									  border-bottom: 1px dotted #36c;
										}
						
						
						div#content a:active, div.tools a:active, div#menus a:active, div#footer a:active {
						        color: #36c;
									  border-bottom: 1px dotted #36c;
										}
						
						
						div#content a:hover, div.tools a:hover, div#menus a:hover, div#footer a:hover {
						        color: #f60;
									  border-bottom: 1px dotted #f60;
										}




										


							/* ---- COMMENTS ---- */


						div.comment-head {
							border-left: 1px solid #fff;
							border-right: 1px solid #fff;
							background: #fff url(/wp-content/themes/minid/images/msg-comment.png) bottom left no-repeat;
							padding-bottom: 10px;
							clear: both;
						}

									div.minid-head, div.mini-d-head {
										background: #fff url(/wp-content/themes/minid/images/msg-comment-minid.png) bottom left no-repeat;
									}

									div.comment-head img {
										padding: 1px;
										background: #fff;
										border: 1px solid #ccc;
										float: left;
										width: 32px;
										height: 32px;
										margin: 0px 25px 0px 15px;
									}


						div.comment-head p {
							float: left;
							font: .7em/1.6em "Trebuchet MS", Arial, sans-serif;
							margin: 0px 0 0 0px !important;
							
						}


						div.comment-body {
							background: #f5f5f5;
							-moz-border-radius: .5em;
							padding: 5px 15px 5px 15px;
							border-bottom: 1px solid #eee;
							border-right: 1px solid #eee;
							margin-bottom: 20px;
						}

									div.mini-d blockquote, div.comment-body blockquote {
												padding: 5px 10px 5px 10px;
												-moz-border-radius: .5em;
												
												}
												
									div.comment-body blockquote {
										background: #ffffff;
										border-top: 1px solid #fff;
												border-left: 1px solid #fff;
												border-bottom: 1px solid #ddd;
												border-right: 1px solid #ddd;
										}
										
									div.mini-d blockquote {
										background: #FFFFF5 !important;
										border-top: 1px solid #fff;
										border-left: 1px solid #fff;
										border-bottom: 1px solid #F2F2BA;
										border-right: 1px solid #F2F2BA;
										}
										
										


						div.minid, div.mini-d {
							background: #FFFEC7 !important;
							border-bottom: 1px solid #FFF2C7;
							border-right: 1px solid #FFF2C7;
						}


						div.modera {
							background: #fff url(/wp-content/themes/minid/images/exclamation.png) no-repeat left;
							padding: 10px;
							-moz-border-radius: .5em;
							color: #f60 !important;
							font: .8em/1.6em "Trebuchet MS", Arial, sans-serif !important;
							border: 2px solid #f60;
						}


						pre {
							width: 90%;
							overflow: auto;
							font-size: .9em;
							line-height: 1.5em;
							margin-left: 25px;
							}
							
						code {
							color: #681;
							font: 1.1em "andale mono", "lucida console", "courier new", monospace
							}



						div.modera2 {
							margin-top: 35px;
						}

								div.modera p {
									margin: 0 0 0 55px;
								}

										div.comment-body p {
											font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
											color: #555;
										}



									h3#comments, h3#respond, h3#moreentry {
										border-bottom: 4px solid #f5f5f5;
										padding-bottom: 5px;
										margin-bottom: 25px;
										font: bold 1em/1.6em Arial, sans-serif;
										padding-top: 30px;
									}
									
									
									h3#respond, h3#moreentry {
										display: none;
										}
										
									form {
										display: none;
										}


									#comment {
										width: 99%;
									}



								div.navigation {
									display: none;
								}

									
										
						/* ---- COMPARE ---- */
						
						table.compare {
							width: 99%;
							border: 1px solid #999;
							margin: 2.5em 0em 2.5em 0em;
							
							}
							
						table.compare thead tr th {
							background: #FFC;
							padding: 5px 10px;
							text-align: left;
							font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
							border-bottom: 1px dotted #999;
							color: #222;
							}
							
						table.compare tbody tr td {
							padding: 8px 10px;
							text-align: left;
							font: .8em/1.6em "Trebuchet MS", Arial, sans-serif;
							border-bottom: 1px dotted #ccc;
							vertical-align: top;
							}
							
						table.compare tbody tr th {
							padding: 8px 10px;
							text-align: left;
							font: bold .8em/1.6em "Trebuchet MS", Arial, sans-serif;
							border-bottom: 1px dotted #ccc;
							white-space: nowrap;
							color: #333;
							background: #fffffa;
							vertical-align: top;
							}
							
						table.compare tfoot tr td {
							padding: 8px 10px;
							text-align: right;
							font: .6em/1.6em "Trebuchet MS", Arial, sans-serif;
							background: #f9f9f9;
							text-transform: uppercase;
							}


			/* ---- FOOTER ---- */


			#footer {
				border-top: 1px dotted #ccc;
				padding: 15px;
				font: .7em/1.6em "Trebuchet MS", Arial, sans-serif;
				color: #666;
				text-transform: uppercase;
			}
