/*
 @ Hoja de estilos para el theme de turisticut.com
 @ Creado por: Antonio Andujar
 @ Empresa: Ideup!
 @ Fecha de creacion: 03.05.2010
 @ www.ideup.com
 
 # Arbol de navegacion en la hoja de estilos
 
 	- 1. Reseteadores
 	- 2. Estructura
 		
 		- 2.1 Header
 		- 2.2 Contenedor (Content)
 			
 			- 2.2.1 Buscador
 			- 2.2.2 Post
 			- 2.2.3 Paginacion
 			- 2.2.4 Widgets
 			
 		- 2.3 Pie de pagina (Footer)
 		- 2.4 Comentarios
 	
*/



/* 1. Reseteadores */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: Ó;
	content: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

.rel {
	position:relative;
	}

.clear,
.break {
	clear:left;
	}


/* 2. Estructura */

body {
	background:#e5d7bc url(img/misc/bg.jpg) repeat left top;
	margin:0; padding:0;
	font:normal 15px/19px "Times New Roman", Arial, Helvetica, sans-serif; color:#343434;
	}

#web {
	background:url(img/misc/header.jpg) no-repeat center top;
	float:left;
	width:100%; height:100%;
	}
	
#theme {
	width:950px; height:auto;
	margin:0 auto; padding:0;
	}
	
	
	

	/* 2.1 Header */
	
	#header {
		float:left;
		width:950px; height:288px;
		position:relative;
		}
		
		#header h1 {
			text-indent:-99999px;
			position:absolute;
			top:15px; left:20px;
			}
			
			#header h1 a {
				display:block;
				width:224px; height:52px;
				}
	
	
	
	/* 2.2 Contenedor (Content) */
	
	#content {
		float:left;
		width:950px; height:auto;
		background:url(img/misc/content.jpg) repeat-y left top;
		}
	
	#content_design {
		float:left;
		width:950px; height:auto;
		background:url(img/misc/bgtop.jpg) no-repeat left top;
		margin:0; padding:50px 0;
		position:relative;
		}
		
		#feed {
			position:absolute;
			top:30px; right:300px;
			width:155px; height:55px;
			text-indent:-99999px;
			}
			
			#feed a {
				display:block;
				width:155px; height:55px;
				}
		
		#the_loop {
			float:left;
			width:560px; height:auto;
			margin:30px 20px 0 50px; padding:0;
			display:inline;
			}
		
		#sidebar {
			float:right;
			width:319px; height:auto;
			margin:164px 0 0; padding:0;
			background:url(img/misc/sidebar.jpg) no-repeat right top;
			}
			
			#sidebar_bottom {
				float:left;
				width:auto; height:auto;
				position:relative;
				margin:0; padding:0 20px 40px 59px;
				background:url(img/misc/sidebarbottom.jpg) no-repeat right bottom;
				}
			
			
			
			
				/* 2.2.1 Buscador */
				
				#buscador {
					position:absolute;
					width:320px; height:40px;
					top:-90px; left:0;
					}
					
					#buscador input.texto {
						position:absolute;
						top:7px; left:98px;
						width:147px; height:23px;
						border:0;
						background:transparent;
						font:normal 15px/19px "Times New Roman", Arial, Helvetica, sans-serif; color:#e5d7bc;
						text-shadow:#000 1px 1px 2px;
						}
					
					#buscador input.boton {
						position:absolute;
						top:0; right:20px;
						width:50px; height:40px;
						border:0;
						background:transparent;
						cursor:pointer;
						}
				
				
				/* 2.2.2 Post */
				
				.post {
					float:left;
					width:560px; height:auto;
					padding:0 0 10px; margin:0 0 45px;
					display:inline;
					background:url(img/misc/postbg.jpg) no-repeat left bottom;
					}
					
					.post h2 {
						font:normal 30px/40px "Times New Roman", Arial, Helvetica, sans-serif; color:#343434;
						margin:0; padding:0;
						}
						
						.post h2 a {
							color:#343434;
							text-decoration:none;
							}
						.post h2 a:hover {
							text-decoration:none;
							border-bottom:2px dotted #aaa;
							}
					
					.post p {
						font:normal 15px/19px "Times New Roman", Arial, Helvetica, sans-serif; color:#343434;
						margin:0 0 15px; padding:0;
						}
						
						.post p.meta {
							font:normal 13px/19px "Times New Roman", Arial, Helvetica, sans-serif; color:#808080;
							margin:0 0 15px; padding:0;
							}
							
							.post a {
								color:#666;
								text-decoration:none;
								}
								
								.post a:hover {
									text-decoration:underline;
									}
					
					.post img {
						float:left;
						max-width:250px; height:auto;
						margin:10px; padding:3px;
						background:transparent;
						border:1px solid #c5c5c5;
						}
					
					.postmetadata {
						font:normal 13px/19px "Times New Roman", Arial, Helvetica, sans-serif; color:#808080!important;
						background:url(img/misc/postbg.jpg) no-repeat left top;
						margin:10px 0!important; padding:10px 0 0!important;
						}
						
						.postmetadata a {
							color:#666;
							text-decoration:none;
							}
							
							.postmetadata a:hover {
								text-decoration:underline;
								}
					
					
					
					
					
					/* 2.2.3 Paginacion */
					
					.wp-pagenavi {
						clear:both;
						width:500px;
						font-size:15px;
						line-height:22px;
						margin:0 auto;
						padding-top:6px;
						text-align:center;
						color:#888;
						}
						
					.wp-pagenavi a, .wp-pagenav .current {
						background:none repeat scroll 0 0 transparent;
						border:1px solid #ddd;
						padding:2px 6px;
						text-decoration:none;
						color:#777;
						}
						
					.wp-pagenavi a:visited {
						background:none repeat scroll 0 0 transparent;
						border:1px solid #ddd;
						padding:2px 6px;
						text-decoration:none;
						}
						
					.wp-pagenavi .AtStart {
						background:none repeat scroll 0 0 transparent;
						border:1px solid #ddd;
						color:#777;
						margin-right:20px;
						padding:2px 6px;
						}
						
					.wp-pagenavi .Prev {
						background:none repeat scroll 0 0 transparent;
						border:1px solid #ddd;
						margin-right:20px;
						padding:2px 6px;
						}
						
					.wp-pagenavi .break {
						background:none repeat scroll 0 0 transparent;
						border:medium none;
						color:#aaa;
						padding:2px 6px;
						text-decoration:none;
						}
						
					.wp-pagenavi .Next {
						background:none repeat scroll 0 0 transparent;
						border:1px solid #ddd;
						margin-left:20px;
						padding:2px 6px;
						}
						
					.wp-pagenavi .AtEnd {
						background:none repeat scroll 0 0 transparent;
						border:1px solid #ddd;
						color:#BBBBBB;
						margin-left:20px;
						padding:2px 6px;
						}
						
					.wp-pagenavi .this-page {
						background:none repeat scroll 0 0 transparent;
						border:1px solid #ddd;
						color:#444;
						font-weight:bold;
						padding:2px 6px;
						vertical-align:top;
						}
						
					.wp-pagenavi a:visited:hover, .wp-pagenavi a:hover, .wp-pagenavi a:active {
						background:none repeat scroll 0 0 #233;
						border-color:#ddd;
						color:#FFFFFF;
						text-decoration:none;
						}
						
						
					
					
					/* 2.3.4 Widgets */
					
					.widget {
						float:left;
						width:240px; height:auto;
						margin:0 0 40px; padding:0;
						}
						
						.widget h2 {
							font:bold 25px/25px "Times New Roman", Arial, Helvetica, sans-serif; color:#673000;
							padding:0 0 10px; margin:0 0 10px;
							background:url(img/misc/bisel.jpg) repeat-x left bottom;
							text-shadow:#efe1c6 1px 1px 1px;
							font-style:italic;
							}
						
						.widget ul {
							margin:0; padding:0;
							}
							
							.widget ul li {
								float:left;
								width:120px; height:auto;
								}
								
								.widget ul li a {
									display:block;
									width:100px; height:auto;
									background:url(img/misc/bullet.jpg) no-repeat 6px 9px;
									font:normal 14px/25px "Times New Roman", Arial, Helvetica, sans-serif; color:#683100;
									text-decoration:none;
									padding:0 0 0 20px; margin:0;
									word-wrap:break-word;
									}
								
								.widget ul li a:hover {
									text-decoration:underline;
									}
						
						
						.widget ul.entradas {
							margin:0; padding:0;
							}
							
							.widget ul.entradas li {
								float:left;
								width:240px; height:auto;
								}
								
								.widget ul.entradas li a {
									display:block;
									width:220px; height:auto;
									background:url(img/misc/bullet.jpg) no-repeat 6px 9px;
									font:normal 14px/25px "Times New Roman", Arial, Helvetica, sans-serif; color:#683100;
									text-decoration:none;
									padding:0 0 0 20px; margin:0;
									word-wrap:break-word;
									}
								
								.widget ul.entradas li a:hover {
									text-decoration:underline;
									}
						
						
						
						.widget .tag_cloud {
							float:left;
							text-align:center;
							overflow:hidden;
							display:inline;
							width:215px;
							}
							
							.widget .tag_cloud a {
								color:#683100;
								text-decoration:none;
								}
								
								.widget .tag_cloud a:hover {
									text-decoration:underline;
									}
	
					
					
						.all_categories {
							clear:left; float:left;
							width:240px; height:auto;
							margin:10px 0 0; padding:10px 0 0;
							background:url(img/misc/bisel.jpg) repeat-x left top;
							text-align:right;
							font:normal 13px/15px "Times New Roman", Arial, Helvetica, sans-serif; color:#683100;
							}
							
							.all_categories a {
								color:#683100;
								text-decoration:none;
								}
								
								.all_categories a:hover {
									text-decoration:underline;
									}
	
	
	
	/* 2.3 Pie de pagina (Footer) */
	
	#footer {
		float:left;
		width:950px; height:350px;
		background:url(img/misc/footer.jpg) no-repeat left top;
		position:relative;
		}
		
		#footer .footer_pluma {
			position:absolute;
			width:29px; height:44px;
			top:126px; left:-29px;
			}
			
		#footer .recent_comments {
			position:absolute;
			width:425px; height:120px;
			top:128px; left:268px;
			font:normal 13px/15px "Times New Roman", Arial, Helvetica, sans-serif; color:#dcac7e;
			}
			
			#footer .recent_comments li {
				border-bottom:1px dotted #8e6335;
				padding:0 0 5px; margin:0 0 5px;
				}
			
			#footer .recent_comments a {
				color:#9d5010;
				text-decoration:none;
				}
				
				#footer .recent_comments a:hover {
					text-decoration:underline;
					}






		/* 2.4 Comentarios */
		
		
		#comentarios {
			float:left;
			width:560px; height:auto;
			}
			
			#comentarios h3 {
				font:normal 20px/20px "Times New Roman", Arial, Helvetica, sans-serif; color:#222;
				padding:0 0 10px; margin:0 0 10px;
				border-bottom:2px dotted #aaa;
				}
		
		
		#respond {
			float:left;
			width:560px; height:auto;
			margin:40px 0 0;
			}
		
		.comment-author * {
			font:normal 15px/20px "Times New Roman", Arial, Helvetica, sans-serif; color:#777;
			font-weight:normal;
			}
		
		.comment-author cite {
		 	font:normal 15px/20px "Times New Roman", Arial, Helvetica, sans-serif!important; color:#555;
		 	text-transform:capitalize;
		 	}
		
		.comment-meta a {
			font:normal 13px/20px "Times New Roman", Arial, Helvetica, sans-serif; color:#aaa;
			text-decoration:none;
			}
			
			.comment-meta a:hover {
				text-decoration:underline;
				}
		
			.comment-author img {
				display:none;
				}
			
			.comment-body {
				border-bottom:1px dotted #aaa;
				padding:10px 0 0;
				}
				
			#submit {
				-moz-border-radius:3px 3px 3px 3px;
				background:none repeat scroll 0 0 #222222;
				border:1px solid #222222;
				color:#FFFFFF;
				font-family:Arial,Tahoma,Verdana;
				font-size:11px;
				font-weight:bold;
				margin:0;
				padding:2px 0;
				text-decoration:none;
				}
				
			#author, #email, #url {
				background:none repeat scroll 0 0 #F7F7F7 !important;
				border:1px solid #F0E4E4;
				color:#222222;
				font-family:Arial,Tahoma,Verdana;
				font-size:12px;
				margin:0;
				padding:4px;
				}
				
			#comment {
				background:none repeat scroll 0 0 #F7F7F7 !important;
				border:1px solid #E6E6E6;
				color:#222222;
				font-family:Arial,Tahoma,Verdana;
				font-size:12px;
				margin:5px 0;
				padding:4px;
				}
				
			.commentlist li ul li {
				font-size:12px;
				}
				
			.commentlist li {
				font-weight:bold;
				}
				
			.commentlist li .avatar {
				background:none repeat scroll 0 0 #FFFFFF;
				border:1px solid #EEEEEE;
				float:right;
				margin:0 5px 0 10px;
				padding:2px;
				}
				
			.commentlist cite, .commentlist cite a {
				font-size:12px;
				font-style:normal;
				font-weight:bold;
				}
				
			.commentlist p {
				font-weight:normal;
				text-transform:none;
				}
				
			.commentmetadata {
				font-weight:normal;
				}
				
			#commentform input {
				margin:5px 5px 1px 0;
				padding:2px;
				width:170px;
				}
				
			#commentform {
				margin:5px 10px 0 0;
				}
				
			#commentform textarea {
				padding:2px;
				width:99%;
				}
				
			#respond:after {
				clear:both;
				content:".";
				display:block;
				height:0;
				visibility:hidden;
				}
				
			#commentform p {
				margin:5px 0;
				}
				
			#commentform #submit {
				float:left;
				margin:0;
				}
				
			.alt {
				margin:0;
				}
				
			.commentlist {
				margin:0;
				padding:0;
				}
				
			.commentlist ol {
				margin:0;
				padding:10px;
				}
				
			.commentlist li {
				list-style:none outside none;
				}
				
			.commentlist li ul li {
				margin-left:10px;
				margin-right:-5px;
				}
				
			.commentlist p {
				margin:10px 0;
				padding:0;
				}
				
			.children {
				margin:0;
				padding:0;
				}
				
			.nocomments {
				margin:0;
				padding:0;
				text-align:center;
				}
				
			.reply a, .reply a:visited {
				-moz-border-radius:3px 3px 3px 3px;
				background:none repeat scroll 0 0 #222222;
				border:1px solid #222222;
				color:#FFFFFF;
				font-family:Arial,Tahoma,Verdana;
				font-size:11px;
				margin:0;
				padding:2px 5px;
				text-decoration:none;
				}
				
			.reply a:hover {
				background:none repeat scroll 0 0 #B2265D;
				border:1px solid #B2265D;
				color:#FFFFFF;
				text-decoration:none;
				}
				
			.commentmetadata {
				display:block;
				font-size:10px;
				margin:0;
				}


body small {
	display:none;
	}


#listado_categorias li {
	float:left;
	width:165px; height:auto;
	padding:0 20px 0 0;
	list-style:circle;
	}
