/*
Theme Name: Pyrmont V2
Theme URI: http://imotta.cn/wordpress/pyrmont-theme-v2-for-wordpress.html
Description: A dark WordPress theme. Build in links and archives pages. Widget support. The theme is released under GPL.
Version: 2.0.7
Author: motta
Author URI: http://imotta.cn/
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
*/


/* 
   Meyer's CSS Reset
   v1.0 | 20080212 
*/

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, 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;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* css reset ends */

*{
	margin: 0;
	padding: 0;
}

body{
	
	/*font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;*/
	font:75%/165% 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	height:100%;
	overflow-y:scroll;
	color:#555555;
	/*font-size: 13px;*/
}

/*strong{
font-weight: normal;
text-decoration: underline;
}*/

a{
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
	color:#21B1C4;
}

a:hover{
	color:#F779A5;
}

a img{
	border: none;
}

.clear{
	clear: both;
}

.clearfix {
    display: inline-block;
}


div#page_wrap{
	width: 950px;
	margin: 0 auto;
	/*background: url(images/header.jpg) no-repeat;*/
}

div#header{
	background:none repeat scroll 0 0 transparent;
	/*height:70px;
	border-bottom:1px solid #DEDEDE;*/
	/*margin-bottom:3px;
	position: relative;*/
	}
	div#header div.blog_title{
		float: left;
		/*margin-top: 50px;
		margin-left: 10px;*/
		}
		div#header div.blog_title h1{
			/*font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
			font-weight: bold;
			letter-spacing: -1px;
			font-size: 36px;
			color: #fff;
			line-height: 45px;
			display: block;*/
			text-indent: -9999px;
			height: 0px;
			}
		div#header div.blog_title p.description{
			/*color: #999;
			margin-top: 10px;
			margin-left: 5px;*/
			text-indent: -9999px;
			height: 0px;
			}
	div#header div#search{
		border: none;
		float: right;
		position: relative;
		}
		div#header div#search form#searchform{
			position: absolute;
			top: 203px;
			right: 10px;
			width: 210px;
			height: 26px;
			/*border: 1px solid #333333;*/  
			}
			div#header div#search form#searchform .searchinput{
				position: absolute;
				top: 3px;
				left: 8px;
				padding: 0px 0px;
				font-size: 16px;
				font-weight: bold;
				color: #D2CBAE;
				width: 160px;
				border: 0;
				background-color: transparent;
				}
			div#header div#search form#searchform .button{
				position: absolute;
				top: 0px;
				left: 180px;
				background: url(images/busca.png) no-repeat;
				height: 26px;
				width: 26px;
				border: 0;
				cursor: pointer;
				}
				

	
div#logo{
				height: 43px;
				float:left;
				display: block;
				outline-color: -moz-use-text-color;
				outline-style: none;
				outline-width: 0pt;
				font-size: 26px;
				letter-spacing: 8px;
				padding-top: 4px;
				}
				div#logo img{
					height: 43px;
					display: block;
					margin-top: -4px;
					width: 210px;
					position: absolute;
					outline-color: -moz-use-text-color;
					outline-style: none;
					outline-width: 0pt;
					}
												
								a.logo{
												float:left;
												display: block;
												padding-top: 4px;
												font-size: 26px;
												letter-spacing: 8px;
												}
									
								a.logo span{
												height: 43px;
												background: url(images/logoheader2.jpg) no-repeat scroll left bottom transparent;
												display: block;
												margin-top: -4px;
												width: 210px;
												position: absolute;
												outline-color: -moz-use-text-color;
												outline-style: none;
												outline-width: 0pt;
												}
											a.logo:hover span{
													background-position:-210px 0;
													}

											
div#main_navi{
	/*background: url(images/navi.jpg) no-repeat;
	position:absolute;
	top: 0px;
	left: 0px;*/
	float: left;
	width: 950px;
	margin:26px 0 3px 0px; padding:0;
	height: 43px;
	background: url(images/navibg.jpg) repeat-x;
	position: relative;
	}
	
	/*---------------------ul.left---------------------------------------*/
	
	div#main_navi ul.left{
		position: absolute;
		/*top: 26px;*/
		top: 0px;
		left: 212px;
		float: left;
		list-style-type: none;
		padding: 0px 0 0 0px;
		height: 43px;
		}
	div#main_navi ul.left li{
			position: relative;
			float: left;
			height: 43px;
			}
	div#main_navi ul.left li a{
			padding-top: 15px;
			display: block;
			height: 28px;
			font-size: 14px;
			text-align: center;
			}
	div#main_navi ul.left li a span{
			height: 43px;
			display: block;
			margin-top: -15px;
			position: absolute;
			width: 100%;
			}			

													/* page diseno web */
													li#left_disenoweb{
													width: 60px;
													}
													div#main_navi ul.left li a span.disenoweb{
														background: url(images/diseno.jpg) no-repeat scroll left bottom transparent;
														}
														div#main_navi ul.left li a:hover span.disenoweb{
																background-position:-60px 0;
																}
													/* y */		
													li#left_y{
													width: 16px;
																padding-top: 15px;
																display: block;
																height: 28px;
																font-size: 14px;
																text-align: center;
													}
													div#main_navi ul.left li span.y{
														background: url(images/y.jpg) no-repeat scroll left bottom transparent;
																	height: 43px;
																		display: block;
																		margin-top: -15px;
																		position: absolute;
																		width: 100%;
														}

																
													/* page promocion web*/	
													li#left_promocionweb{
													width: 93px;
													}
													div#main_navi ul.left li a span.promocionweb{
														background: url(images/promocion.jpg) no-repeat scroll left bottom transparent;
														}
														div#main_navi ul.left li a:hover span.promocionweb{
																background-position:-93px 0;
																}
													
													/* web */		
													li#left_web{
													width: 70px;
																padding-top: 4px;
																display: block;
																height: 28px;
																font-size: 26px;
																text-align: left;
																letter-spacing: 6px;
													}
													div#main_navi ul.left li span.web{
														background: url(images/web.jpg) no-repeat scroll left bottom transparent;
																	height: 43px;
																		display: block;
																		margin-top: -4px;
																		position: absolute;
																		width: 100%;
														}
				

		/*---------------------ul.right---------------------------------------*/
	
	div#main_navi ul.right{
		position: absolute;
		/*top: 26px;*/
		top: 0px;
		right: 0px;
		list-style-type: none outside none;
		background-color: #FFFFFF;
		margin: 0;
		z-index:5000;
		height: 43px;
		}
	div#main_navi ul.right li{
			position: relative;
			float: left;
			height: 43px;
			}
	div#main_navi ul.right li a{
	padding-top: 15px;
	display: block;
	height: 28px;
	font-size: 14px;
	text-align: center;
			}
	div#main_navi ul.right li a span{
							height: 43px;
							display: block;
							margin-top: -15px;
							position: absolute;
							width: 100%;
							}
	li#right_space {
			width: 12px;
			display: block;
			padding-top: 15px;
			text-align: center;
			}
	li#right_space span{
			margin-top: -15px;
			width: 100%;
			display: block;
			position: absolute;
			height: 43px;
			background: url(images/space.jpg) no-repeat;
			}				

						/* page diseno web */
						li#right_disenoweb{
						width: 90px;
						}
						div#main_navi ul.right li a span.disenoweb{
							background: url(images/disenoweb.jpg) no-repeat scroll left bottom transparent;
							}
							div#main_navi ul.right li a:hover span.disenoweb{
									background-position:-90px 0;
									}
							div#main_navi ul.right li a.current span.disenoweb{
									background-position:-180px 0;
									}
						/* page promocion web */
						li#right_promocionweb{
						width: 124px;
						}			
						div#main_navi ul.right li a span.promocionweb{
							background: url(images/promocionweb.jpg) no-repeat scroll left bottom transparent;
							}
							div#main_navi ul.right li a:hover span.promocionweb{
									background-position:-124px 0;
									}
							div#main_navi ul.right li a.current span.promocionweb{
									background-position:-248px 0;
									}
						/* category clientes */
						li#right_clientes{
						width: 60px;
						}		
						div#main_navi ul.right li a span.clientes{
							background: url(images/clientes.jpg) no-repeat scroll left bottom transparent;
							}
							div#main_navi ul.right li a:hover span.clientes{
									background-position:-60px 0;
									}
							div#main_navi ul.right li a.current span.clientes{
									background-position:-120px 0;
									}
									
						/* page contacto */
						li#right_contacto{
						width: 72px;
						}	
						div#main_navi ul.right li a span.contacto{
							background: url(images/contacto.jpg) no-repeat scroll left bottom transparent;
							}
							div#main_navi ul.right li a:hover span.contacto{
									background-position:-72px 0;
									}
							div#main_navi ul.right li a.current span.contacto{
									background-position:-144px 0;
									}
						
						/* category enredados */
						li#right_enredados{
						width: 85px;
						}		
						div#main_navi ul.right li a span.enredados{
							background: url(images/enredados.jpg) no-repeat scroll left bottom transparent;
							}
							div#main_navi ul.right li a:hover span.enredados{
									background-position:-85px 0;
									}
							div#main_navi ul.right li a.current span.enredados{
									background-position:-170px 0;
									}

					
	/* page contacto*/
	div#main_navi ul.right li.page-item-2 a:link, div#main_navi ul.right li.page-item-2 a:visited, div#main_navi ul.right li.page-item-2 a:active{
			background: url(images/contacto.jpg) no-repeat scroll left bottom transparent;
			height: 43px;
			width: 72px;
			display: block;
			}
			div#main_navi ul.right li.page-item-2 a:hover{
					background-position:-72px 0;
					}

/* END div#header */

div#imageholder{
height:270px;
width:950px;
overflow: hidden;
padding-bottom: 4px;
border-bottom: 1px solid #E6E6E6;
background-color: #FFFFFF;
position: relative;
	}
div#imageholderpage{
height:100px;
width:950px;
overflow: hidden;
padding-bottom: 4px;
border-bottom:1px solid #E6E6E6;
	}


div#main{
	float: left;
	display: inline;/* fix double margin */
	margin: 10px 0px 0px 0px;
	}
	div#main div.post{
		/*background: url(images/bg.jpg) repeat;*/
		margin-bottom: 30px;
		width: 700px;
		}

		ul.excerpt{
				float: left;
				list-style: none;
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
				}
		
		li.excerpt{
				width: 700px;
				padding: 0px 0px 2px 0px;
				margin: 0px 0px 25px 0px;
				border-bottom: 1px solid #A1D3DE;
					}
					
				div#main li.excerpt div.title{
				margin: 0px 0px 2px 0px;
				position: relative;
				border-bottom: 1px solid #A1D3DE;
				}
				
				div#main li.excerpt div.title h2{
					font-size: 18px;
					font-weight: 100;
					padding: 0px 0 3px 10px;
					z-index: 1;
					/*position: absolute;
					bottom: 0;
					left: 0;*/
					}
				div#main li.excerpt div.title h2 a{
					}
				div#main li.excerpt div.title h2 a:hover{
				color: #F779A5;
					}
				div#main li.excerpt div.title div.extra{
					position: absolute;
					top: 3px;
					right: 0;
					text-align: right;
					}
				div#main li.excerpt div.entry{
					
					position: relative;
					background-color: #EEF1F5;
					height: 74px;
				}
				
				div#main li.excerpt div.entry p{
				margin: 0px 10px 0px 10px;
				width: 330px;
				height: 65px;
				overflow: hidden;
					}
				
				div#main li.excerpt div.entry img{
				position: absolute;
				top: 0;
				right: 0;
				width: 300px;
				height: 74px;
				background-color: #FFFFFF;
				padding-left: 2px;
				}
	/* sticky post */
	div#main div.sticky{
		background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */
		}

		div#main div.post div.title{
			padding-left: 0px;
			margin-bottom: 10px;
			margin-top: 5px;
			_margin-top: 0;/*ie6 fix*/
			*+margin-top: 0;/*ie7 fix*/
			}
			div#main div.post div.title h2{
				font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
				font-size: 26px;
				font-weight: 100;
				letter-spacing: 0px;
				color: #A6CD87;
				height: 30px;
				/*background: url(images/recomtitle.jpg) repeat;*/
				border-bottom: 1px solid #E6E6E6;
				padding: 5px 0px 15px 10px;
				}
				div#main div.post div.title h2 a{
				color: #A6CD87;
					}
				div#main div.post div.title h2 a:hover{
					color: #F779A5;
					}
						div#main div.post div.title h2.enredados{
						font-size: 13px;
						font-weight: 100;
						color: #555555;
						height: 30px;
						/*background: url(images/recomtitle.jpg) repeat;*/
						border-bottom: 1px solid #E6E6E6;
						padding: 0px 0px 20px 10px;
						}

			div#main div.post div.title div.postmeta{
				font-size: 12px;
				color: #6A6A6A;
				/*width: 700px;*/
				overflow: hidden;
				border-bottom: 1px solid #E6E6E6;
				padding: 0px 0px 0px 10px;
				}
									
					div#main div.post div.title div.postmeta .postmeta-tag {
						float: right;
						font-weight: normal;
						}
						
		div#main div.post div.entry{
			padding: 10px 20px 10px 10px;
			overflow: hidden;/* in case large img or video */
			}
			div#main div.post div.no_result{
				padding: 20px;
				}
				div#main div.post div.no_result p.no_result{
					margin-bottom: 0;
					}
			div#main div.post div.entry a{
				color: #21B1C4;
				border: none;
				text-decoration: none;
				}
			div#main div.post div.entry a:hover{
				color: #F779A5;
				}
			div#main div.post div.entry p{
				margin-bottom: 10px;
				}
			/* 20090629 add h1-h6 style in entry */
			div#main div.post div.entry h1{ font-size: 20px; margin-bottom: 5px; }
			div#main div.post div.entry h2{ font-size: 18px; margin-bottom: 5px; }
			div#main div.post div.entry h3{ font-size: 16px; margin-bottom: 5px; border-bottom: 1px solid #807455}
			div#main div.post div.entry h4{ font-size: 15px; margin-bottom: 5px; }
			div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }
			div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }
			
			div#main div.post div.entry ul,
			div#main div.post div.entry ol{
				padding-bottom: 10px;
				margin-left: 20px;
				margin-right: 40px;
				}
			div#main div.post div.entry ul{
				list-style-type: disc;
				}
			div#main div.post div.entry ol{
				list-style-type: decimal;
				}
				div#main div.post div.entry ul li,
				div#main div.post div.entry ol li{
					padding: 1px 0 5px 13px;
					list-style: none;
					background:url(images/licircle.jpg) no-repeat scroll 0 0.60em transparent;
					}
			div#main div.post div.entry blockquote{
				background: url(images/blockquote.gif) no-repeat;
				padding: 35px 20px 10px 50px;
				margin: 0 15px 24px 15px;
				background-color: #181818;
				border-top: 1px solid #2a2e2f;
				border-bottom: 1px solid #2a2e2f;
				color: #999;
				}
				div#main div.post div.entry blockquote p{
					margin-bottom: 8px;
					}
			div#main div.post div.entry code{
				font-family: "Courier New", mono;
				background-color: #181818;
				border-left: 1px solid #2a2e2f;
				color: #197b30;
				padding: 5px 10px;
				display: block;
				}
			/* 20090629 add table layout */
			div#main div.post div.entry table{
				margin-bottom: 20px;
				border-collapse:collapse;
				border: none;
				}
				div#main div.post div.entry table td,
				div#main div.post div.entry table th{
					padding: 2px 0px;
					border: none;
					text-align: left;
					font-weight: normal;
					}
	div#main div.navigation{
		margin: 0px 0px;
		}
		div#main div.navigation a{
			display: block;
			padding: 0 0 0 0px;
			background-color: tranparent;

			}
			div#main div.navigation .left a:hover,
			div#main div.navigation .right a:hover{
				background-position:-140px 0;

				}
		div#main div.navigation .left a{
			float: left;
			background:url("images/navileft.jpg") no-repeat scroll 0 0 transparent;
			height: 20px;
			width: 120px;
			padding: 0 0px 0 20px;
			}
		div#main div.navigation .right a{
			float: right;
			background:url("images/naviright.jpg") no-repeat scroll 0 0 transparent;
			height: 20px;
			width: 120px;
			padding: 0 16px 0 4px;
			}
/* END div#main */

#sticky  {
margin-top:10px;
position:relative;
}
	div#footer  {
	/*background:url("/images/bg-footer.gif") repeat scroll 0 0 transparent;*/
	background-color: #E6E6E6;
	border-bottom:1px solid #C5D8DB;
	border-top:1px solid #C5D8DB;
	width:100%;
	margin: 0;
	padding: 0;
	}
		.footer_wrapper  {
		/*background:url("/images/bg-footer.gif") repeat scroll 0 0 #FFFFFF;*/
		border-bottom:1px solid #C5D8DB;
		border-top:1px solid #C5D8DB;
		margin:-1px auto;
		padding:15px 0 35px;
		width:950px;
		}
			div#footer .content{
			margin:0 auto;

			}
				div#footer ul#contact_details {
				float:left;
				
				}
					div#footer ul#contact_details li {
					margin: 0 3px 0 0px;

					text-transform: lowercase;
					float: left;
					position: relative;
					}
				
						li#socialfooter{}
				
						div#footer ul#contact_details li a span {
						width: 16px;
						display: block;
						height: 16px;
						margin: 2px 0px 0 0px;
						}
						
							
							
				div#footer ul#contact_details li a span.facebook {background: url("images/facebook.png") no-repeat scroll left bottom transparent;}
				div#footer ul#contact_details li a:hover span.facebook{background-position:-16px 0;}
							
							
				div#footer ul#contact_details li a span.twitter {background: url("images/twitter.png") no-repeat scroll left bottom transparent;}
				div#footer ul#contact_details li a:hover span.twitter{background-position:-16px 0;}
							
				div#footer #footer_nav {
				float:right;
				}
				div#footer #footer_nav li{
				display:inline;
				text-transform: lowercase;
				}
	

/* END div#footer */

div#sidebar{
	width: 220px;
	float: right;
	display: inline;/* fix double margin */
	margin-top: 0px; /* 65px sin search*/
	margin-bottom: 30px;
	font-size: 12px;
	/*margin-right: 10px;*/
	overflow: hidden;
	/*background: url(images/bg.jpg) repeat;
	border: 1px solid #807455;*/
	}
	div#sidebar ul{
		}
		div#sidebar ul li{
		/*background-color: #131313;*/
		margin-bottom: 2px;
		border-bottom: 1px solid #9FD2DD;
		margin-bottom: 35px;
		}
		div#sidebar ul li h2{
			/*background: url(images/sidebar_title_bg.gif) no-repeat;*/
			height: 35px;
			display: block;
			font-size: 16px;
			letter-spacing: 1px;
			font-weight: normal;
			padding-top: 15px;
			text-indent: 15px;
			}
			
			div#sidebar ul li h2 span.disenowebside{
			background: url(images/diseno-sidebar.jpg) no-repeat;
			height: 35px;
			display: block;
			margin-top: -15px;
			width: 220px;
			position: absolute;
			}
			
			div#sidebar ul li h2 span.promocionwebside{
			background: url(images/promocion-sidebar.jpg) no-repeat;
			height: 35px;
			display: block;
			margin-top: -15px;
			width: 220px;
			position: absolute;
			}
			
			div#sidebar ul li h2 span.clientesside{
			background: url(images/clientes-sidebar.jpg) no-repeat;
			height: 35px;
			display: block;
			margin-top: -15px;
			width: 220px;
			position: absolute;
			}
			
			div#sidebar ul li h2 span.enredadosside{
			background: url(images/enredados-sidebar.jpg) no-repeat;
			height: 35px;
			display: block;
			margin-top: -15px;
			width: 220px;
			position: absolute;
			}

			div#sidebar ul li h2 span.etiquetas{
			background: url(images/etiquetas-sidebar.jpg) no-repeat;
			height: 35px;
			display: block;
			margin-top: -15px;
			width: 220px;
			position: absolute;
			}
				
		div#sidebar ul li ul{
			list-style-type: none;
			line-height: 20px;
			padding: 0 7px 0 7px;
			margin-bottom: 2px;
			margin-top: -15px;
			background-color: #EEF1F5;
			}
			div#sidebar ul li ul li{
				background:url(images/arrow-blue.gif) no-repeat scroll 0 9px transparent;
				padding: 4px 0px 4px 8px;
				margin: 0;
				border: none;
				line-height: 15px;
				}
				div#sidebar ul li ul li.current {
				background-image:url(images/arrow-grey.gif);
				}

			div#sidebar ul li ul li a{
				background: none;
				text-decoration: none;
				padding: 0;
				margin: 0;
				}					
				div#sidebar ul li ul li.current a{
				color: #6A6A6A;
				}
/* END div#sidebar */

/* widget search */
						div#sidebar ul li.search {
						border-bottom: none;
						margin-bottom: 0px;
						height: 45px;
						padding-top: 20px;
						/*border: 1px solid #CCCCCC;*/
						}
						li.search #search{/* 090627fix */
							padding: 0px 0px;
							height: 25px;
							width: 220px;
							background: url(images/busca-sidebar.jpg) no-repeat;
						}
						
						li.search form#searchform{
							/*background-color: #EEF1F5;*/
							}
							

							li.search form#searchform .searchinput{
								/*position: absolute;
								top: 5px;
								left: 8px;*/
								margin: 1px 0px 0px 118px;
								padding: 0px 0px 0px 0px;
								font-size: 14px;
								/*text-align: right;
								text-decoration: underline;*/
								width: 70px;
								border: 0;
								color: #21B1C4;
								background-color: transparent;
								/*background-color: #EEF1F5;*/
								position: relative;
								float: left;
								/*border: 1px solid #E6E6E6;*/
								}
							li.search form#searchform .button{
								/*position: absolute;
								top: 0px;
								left: 175px;*/
								background: url(images/busca.jpg) no-repeat scroll left bottom transparent;
								height: 25px;
								width: 25px;
								border: 0;
								cursor: pointer;
								margin-left: 5px;
								}
				li.search form#searchform .button:active{
				background-color: #E6E6E6;
				color: #807455;/*20090708 no text button*/
				}
				li.search form#searchform .button:hover{
				background-position:-25px 0;
				background-color: #E6E6E6;
				color: #F779A5;/*20090708 no text button*/
				}
/* modify div#sidebar for default widget */

div#sidebar ul li ul li.rc a{
	display: inline;
}

div#sidebar ul li.widget,
div#sidebar ul li.widget_archive,
div#sidebar ul li.widget_categories,
div#sidebar ul li.widget_search, 
div#sidebar ul li.widget_tag_cloud div, 
div#sidebar ul li.widget_text{/* sidebar_list_bg fix */
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}



div#sidebar ul li.widget h2 a{
	color: #ccc;
}

div#sidebar ul li.widget_archive select, 
div#sidebar ul li.widget_categories select{/* dropdown view */
	margin: 15px 26px;
}

/* calendar widget */
div#sidebar ul li.widget_calendar div#calendar_wrap{
	padding: 15px 26px;
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

#wp-calendar {
	color: #ccc;
	width: 95%;
	font-family: Arial, sans-serif;
}

#wp-calendar caption {
	padding: 5px;
	letter-spacing: 2px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
}

#wp-calendar th{
	border-bottom: 1px solid #1f2223;
	border-top: 1px solid #1f2223;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	color: #ff5a00;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar #prev{
	text-align: left;
	padding-left: 5px;
}

#wp-calendar #next{
	text-align: right;
	padding-right: 5px;
}

#wp-calendar #prev, #wp-calendar #next, #wp-calendar tfoot tr td.pad{
	border-top: 1px solid #1f2223;
}

#wp-calendar #prev a, #wp-calendar #next a{
	color: #999;
}

#wp-calendar td#today{
	color: #fff;
	background-color: #101010;
	font-weight: bold;
}

/* multi-level category */
div#sidebar ul li ul li ul li,
div#sidebar ul li ul li ul.children li{
	background: none;
}

div#sidebar ul li ul li ul li:hover,
div#sidebar ul li ul li ul.children li:hover{
	background: none;
}

/* widget rss */
.widget_rss a{
	color: #ccc;
}



/* tag cloud */
div#sidebar ul li.widget_tag_cloud div{
	padding: 10px 16px;
}

div#sidebar ul li.widget_tag_cloud div a{
	color: #ccc;
}

div#sidebar ul li.widget_tag_cloud div a:hover{
	color: #ff5a00;
}

/* textwidget */
.textwidget{
	padding: 10px 26px;
	line-height: 16px;
}

.textwidget p{
	margin-bottom: 10px;
	line-height: 16px;
}

.textwidget a, .textwidget p a{
	color: #ff5a00;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover{
	text-decoration: underline;
}

/* END modify div#sidebar */

div#main div#comments{
	margin-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
	width: 700px;
	}
	div#main div#comments h3{
		float: left;
		line-height: 24px;
		font-weight: normal;
		padding-left: 10px;
		}
	div#main div#comments .add_your_comment a{
		float: right;
		line-height: 24px;
		font-weight: normal;
		}
div#main ol.commentlist{
	overflow: hidden;
	}
	div#main ol.commentlist li{
		margin-bottom: 5px;
		/*background: url(images/bg.jpg) repeat;*/
		/*border: 1px solid #807455;*/
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 0px 0px 0px 0px;
		}
		div#main ol.commentlist li ul{
			list-style-type: none;
			margin-left: 60px;
			margin-top: 6px;
			}
			div#main ol.commentlist li ul.children li{
				background-color: #0d0d0d;
				border-left: 1px solid #181a1b;
				border-top: 0;
				border-bottom: 0;
				border-right: 0;
				}
		div#main ol.commentlist li div.vcard{
			float: left;
			}
		div#main ol.commentlist li div.vcard div.left{
			width: 56px;
			margin-right: 5px;
			}
			div#main ol li div.left img{
				border: 1px solid #807455;
				display: block;
				height: 48px;
				width: 48px;
				}
			div#main ol li div.left div.reply a{
				background: url(images/reply.gif) no-repeat 0 0;
				display: block;
				height: 0;
				padding-top: 17px;
				width: 41px;
				overflow: hidden;
				margin-left: 5px;
				margin-top: 5px;
				}
			div#main ol li div.left div.reply a:hover{
				background-position: 0 -17px;
				}
		div#main ol.commentlist li div.right{
			float: left;
			line-height: 20px;
			width: 700px;
			/* 3-level or less thread comments display well. 4 or more leves may have some issue. */
			}
			div#main ol.commentlist li div.right p a{
				color: #ccc;
				text-decoration: none;
				border-bottom: 1px solid #807455;
				}
			div#main ol.commentlist li div.right p a:hover{
				color: #ff5a00;
				border-bottom: 1px solid #807455;
				}
			div#main ol li div.right div.commentmetadata{
				/*background: url(images/bg.jpg) repeat;*/
				border-bottom: 1px solid #F779A5;
				padding: 3px 0px 3px 10px;

				}
				div#main ol li div.right div.commentmetadata a{
					text-decoration: none;
					}

				div#main ol li div.right div.commentmetadata a:hover{
					}				
				div#main ol li div.right div.commentmetadata .comment-date {
					float: right;
					line-height: 24px;
					font-weight: normal;
					}
			div#main ol li div.right p{
				margin-bottom: 20px;
				background-color: #EEF1F5;
				padding: 5px 20px 5px 10px;
				}
div#main .comments_navi{
	font-size: 12px;
	}
	div#main .comments_navi .alignleft{
		float: left;
		}
	div#main .comments_navi .alignright{
		float: right;
		}
		div#main .comments_navi .alignleft a, 
		div#main .comments_navi .alignright a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #101010;
			line-height: 28px;
			}
		div#main .comments_navi .alignleft a:hover, 
		div#main .comments_navi .alignright a:hover{
			color: #ff5a00;
			background-color: #000;
			}
div#main div#respond{
	/*background: url(images/bg.jpg) repeat;
	border: 1px solid #807455;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
	border-top: 1px solid #E6E6E6;
	padding: 0px 0px;
	margin-top: 15px;
	}
	div#main div#respond div.h3_cancel_reply{
		margin-bottom: 5px;
		}
	div#main div#respond h3{
		font-size: 16px;
		font-weight: normal;
		line-height: 24px;
		float: left;
		display: inline;/* fix double margin */
		padding: 10px 0 0 10px;
		}
		div#main div#respond span.cancel-comment-reply{
			float: right;
			display: inline;/* fix double margin */
			padding-top: 6px;
			}
		div#main div#respond span.cancel-comment-reply a{
			font-size: 12px;
			color: #4d4633;
			text-decoration: none;
			}
		div#main div#respond span.cancel-comment-reply a:hover{
			color: #ff5a00;
			}
	div#main div#respond form#commentform{
	padding-left: 10px;
		}
		div#main div#respond form#commentform p{
			font-size: 12px;
			color: #4d4633;
			padding: 3px 0 3px 0px;
			}
			div#main div#respond form#commentform p a{
				border: 0;
				}
			div#main div#respond form#commentform p a:hover{
				border-bottom: 1px solid #fff;
				}
		div#main div#respond div.input_area{
			padding: 2px 0px;
			}
			div#main div#respond div .message_input{
				font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
				background-color: #E6E6E6;
				border: 1px solid #6A6A6A;
				color: #6A6A6A;
				font-size: 13px;
				padding: 5px;
				height: 100px;
				width: 670px;
				}
		div#main div#respond div.user_info{
			line-height: 16px;
			/*display: block;*/
			padding: 0 0px;
			}
			div#main div#respond div.user_info div.single_field{
				/*display: inline;
				float: left;*/
				width: 40%;
				}
				label.desc{
					display: block;
					color: #4d4633;
					padding: 5px 0px;
					}
					label.desc abbr{
						color: #A7A7A7;
						border: 0;
						}
				div#main div#respond div.user_info input.comment_input{
					background-color: #E6E6E6;
					color: #6A6A6A;
					border: 1px solid #6A6A6A;
					padding: 2px 3px;
					width: 90%;
					}
		div#main div#respond div.submit_button{
			margin: 10px 0 0;
			}
			div#main div#respond form#commentform div.submit_button input.button{
				width: 70px;
				height: 25px;
				background: url(images/enviar.jpg) no-repeat scroll left bottom transparent;
				text-indent: -9999px;
				display: block;
				outline-color: -moz-use-text-color;
				outline-style: none;
				outline-width: 0pt;
				display: block;
				background-color: #E6E6E6;
				padding: 0;
				border: 0;
				/*text-indent: -9999px; 20090708 no text button*/
				color: #21B1C4;/*20090708 no text button*/
				font-size: 13px;/*20090708 no text button*/
				cursor: pointer;
				float: left;
				}
			div#main div#respond form#commentform div.submit_button input.button:active{
				background-color: #E6E6E6;
				color: #807455;/*20090708 no text button*/
				}
				div#main div#respond form#commentform div.submit_button input.button:hover{
				background-position:-70px 0;
				background-color: #E6E6E6;
				color: #F779A5;/*20090708 no text button*/
				}
			div.submit_button span.key{
				float: left;
				margin-left: 10px;
				padding-top: 6px;
				font-size: 12px;
				line-height: 16px;
				color: #6c712e;
				}
.nocomments{
	color: #ccc;
	font-size: 16px;
}
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft{
	float: left;
	}
	
.alignright{
	float: right;
	}

img.alignleft{
	display: inline;
	margin-bottom: 5px;
	margin-right: 15px;
	padding: 0px;
	}

img.alignright{
	display: inline;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0px;
	}

.wp-caption {
   border: 1px solid #807455;
   text-align: center;
   background-color: #fcf4d9;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #807455;
}

div#main div.post div.entry div.wp-caption p{
	margin-bottom: 3px;
	padding: 5px;
} 


/*------------------------ Archives Page ------------------------*/

ul.archiveslist{
	color: #4d4633;
	font-size: 13px;
}

div#main div.post div.entry  ul.archiveslist li a{
	color: #4d4633;
}

div#main div.post div.entry  ul.archiveslist li a:hover{
	color: #fcf4d9;
}

/*------------------------ Links Page ------------------------*/

.linkpage{
	background-color: #131313;
	padding: 10px 15px;
}

.linkpage ul{
	list-style-type: none;
}

.linkpage ul li{
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li{
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px 12px;
	line-height: 180%;
	background-color: #202020;
}

.linkpage ul li ul li a{
	color: #ccc;
	display: block;
	text-decoration:none;
	border: 1px solid #1f2223;
	font-size: 12px;
}

.linkpage ul li ul li a:hover{
	background-color: #0d0d0d;
	border: 1px solid #1f2223;
	color: #ff5a00;
}

.linkpage ul li h3{
	margin-bottom: 5px;
	margin-left: 12px;
}

/*------------------------ Strong ------------------------*/

div.strong{
	background: url(images/bg.jpg) repeat;
	font-size: 18px;
	float: left;
	width: 950px;
	overflow: hidden;
	border-bottom: 1px solid #807455;
	border-top: 1px solid #807455;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	color: #807455;
	display: inline;
}

div.strong .keyword{
	color: #4d4633;
	display: inline;
}

div.strong p{
font-size: 18px;
display: inline;
}

/*------------------------ d13slideshow ------------------------*/

#d13slideshow{
		background-color: #E6E6E6;
		width: 950px;
		height: 270px;
		margin:0px; padding:0px; }
	#d13nav{ margin:0px; padding:0px; }
	#navleft{
		z-index:200;
		position:absolute;
		width:15px;
		height: 240px;
		margin:0px; padding:0px; }
	#navright{
		z-index:201;
		position:absolute;
		width:15px;
		height: 240px;
		margin:0px; padding:0px;
		margin-left: 935px; }
	#navleft a,
	#navright a{
		width:15px;
		height: 240px;
		display:block;
		background-color:#000000;
		filter:alpha(opacity=30);-moz-opacity:.3;opacity:.3;-khtml-opacity: 0.3;
		background-position:center center;
		background-repeat:no-repeat; }
	#navleft a{ background-image:url(../../plugins/d13slideshow/left.gif); }
	#navright a{ background-image:url(../../plugins/d13slideshow/right.gif);  }
	#navleft a:hover{ filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;-khtml-opacity: 0.6; }
	#navright a:hover{ filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;-khtml-opacity: 0.6; }
	#navleft a span,
	#navright a span{ display:none; }
	div.d13slide{
		padding:0px;
		margin:0px; }
	div.d13slide img{
		padding:0px;
		margin:0px; }
	div.d13fader{
		background-color:#000000;
		filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;-khtml-opacity: 0.5;
		height:30px;
		z-index:1;
		margin:-30px 0px 0px 0px;
		padding:0px; }
	div.d13fader h3{
		font-size:18px;
		overflow: hidden;
		font-weight:normal;
		padding:5px 10px;
		margin:0px; }
	div.d13fader h3 a{ color:#FFFFFF; }
	div.d13fader h3 a:hover{ color:#6A6A6A; }
	div.d13fader p{
		font-size:13px;
		font-weight:normal;
		padding:2px 15px 4px 15px;
		margin:0px;
		color:#CCCCCC; }
	div.d13fader p a{
		color:#CCCCCC; }
	div.d13fader p a:hover{
		color:#FFFFFF; }


/*------------------------ Sticky Footer ------------------------*/
/*--------------- Code from www.cssstickyfooter.com -------------*/

html, body, #page_wrap{
	height: 100%;
}

body > #page_wrap{
	height: auto; min-height: 100%;
}

#container{
	padding-bottom: 28px;/* must be same height as the footer */
}

/*#footer{
	position: relative;
	margin-top: -48px;  negative value of footer height 
	height: 48px;
	clear:both;
}*/
