/*  
Theme Name: epuyen
Theme URI: http://organic.qualitywordpress.com
Description: Template azul de tres columnas
Version: 1.0
Author: Ivana Ferrari, Roxana Rios
Author URI: http://www.chubut.gov.ar
*/



/* General */

body {
	margin: 0;
	background: #010C18;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
	margin-left: -5px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */

#header {
	width: 1004px;
	height: 310px;
	position: relative;
}

#header-bajo {
/*	width: 1004px; */
	height: 296px; 
	/*background:  transparent url(images/header-bajo.jpg);*/

}
#header-bajo img{
	border:none;
	margin:0px;
	padding:0px;
	z-index:0;
}
	/* Imagenes del header (las 3) */
	#header-imagen-1{  
		float:left;
	}
	#header-imagen-1 .back{ background: transparent url(images/fotos1.jpg) no-repeat; display:block; height: 296px; width: 333px; }
	

	#header-imagen-2{
		float:left;
		height: 289px;
		width: 339px;
	}


	#header-imagen-2 .back{ background: transparent url(images/fotos2.jpg) no-repeat; display:block; height: 296px; width: 339px; }


	#header-imagen-3{
		float:left;
	}
	
	#header-imagen-3 .back{ background: transparent url(images/mapa.jpg) no-repeat; display:block; height: 296px; width: 332px;  }

	


	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 155px;
		left: 500px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font: bold 30px "Arial", Verdana;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFFFF;
		font: bold 15px "Arial", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 300px;
		left: 26px;
		height: 53px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 53px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 53px;
		margin-right: 8px;
		font: bold 15px/53px "Arial", Verdana;
		color: #000000;
		text-transform: uppercase;
		background: url("images/header_menu_left.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
		padding: 0 40px;
		background: url("images/header_menu_right.gif") no-repeat right top;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Topbar */
	
	#header #topbar {
		position: absolute;
		top: 376px;
		left: 0px;
		width: 1004px;
		height: 201px;
		color: #FFFFFF;
		font: normal 12px "Trebuchet MS", Verdana;
	}
	
	#header #topbar h3 {
		font: bold 15px "Arial", Verdana;
		color: #FFFFFF;
	}
	
	#header #topbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #topbar ul li {
		padding-top: 12px;
		color: #FFFFFF;
		font: normal 12px "Trebuchet MS", Verdana;
	}
	
	#header #topbar ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #topbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Topbar - Boxes */
		
		#header #topbar #topbar-left {
			width: 285px;
			padding: 25px 23px;
			float: left;
		}
		
		#header #topbar #topbar-center {
			width: 255px;
			float: left;
			padding: 10px 0 0 50px;
		}
		
		#header #topbar #topbar-right {
			width: 285px;
			float: left;
			padding: 10px 0 0 70px;
		}


/* Main */

#main {
	width: 1004px;
	background: url("images/main.gif") repeat-y;
}

#main-top {
	width: 1004px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 992px;
	padding-left: 12px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 570px;
		padding: 6px 16px 0 16px;
	}
	#id_rsidebar{ 	float:right; 
			margin-right: 12px;
			*margin-right: -5px; 
			
	}	
	/* Main - Content - Post */
	
	#content .post {
		color: #000000;
		float: left;
		margin-bottom: 16px;
		width: 554px;
		padding: 7px;
		background: #FFFFFF;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 554px;
			height: 51px;
			color: #0000000;
			font: bold 12px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") repeat-x;
			width: 50px;
			height: 51px;
			color: #ffffff;
			text-align: center;
			text-transform: uppercase;
			margin-right: 10px;
			font: bold 10px/15px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title .post-date span {
			margin-bottom: 2px;
			display: block;
			font: bold 16px/34px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 {
			padding: 4px 0 3px 0;
			color: #3B9B00;
			font: bold 19px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #3B9B00;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post .post-entry a {
			color: #3B9B00;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #000000;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 546px;
			clear: both;
			font: bold 12px "Trebuchet MS", Verdana;
			color: #3B9B00;
		}
		
		#content .post .post-info a {
			color: #3B9B00;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #0000000;
			font: bold 17px "arial", Verdana;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post .comments {
			padding: 0 4px;
			width: 546px;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
		}
		
		#content .post .comments a {
			color: #DF34B1;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #CCCCCC;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post #commentform a {
			color: #3B9B00;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 189px;
		font: normal 12px/18px "Trebuchet MS", Verdana;
		color: #ffffff;
		padding: 7px 0;
	}
	
	.sidebar a {
		color: #3B9B00;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 18px;
			font: bold 12px/34px "Trebuchet MS", Verdana;
			text-transform: uppercase;
			color: #ffffff;
			height: 46px;
			width: 189px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 20px 25px;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #3B9B00;
			font: normal 12px/26px "Trebuchet MS", Verdana;
		}
		
		.sidebar ul li a {
			color: #3B9B00;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0 25px 0;
			width: 145px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 145px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 5px auto 20px auto;
			width: 120px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 10px 20px 10px;
		}


/* Footer */
#footer{
	width:1004px;
	margin-left: 5px;
}

#footer img{
	margin: 0px;
	margin-left: -5px;
	padding: 0px;
	border: none;
}

#footer a{
	margin: 0px;
	padding: 0px;
}



/*
#footer {
	margin-top: 15px;
	width: 1009px;
	height: 45px;
	background: url("images/footer-epuyen.jpg");
	color: #FFFFFF;
	font: normal 12px/62px "Trebuchet MS", Verdana;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
*/
/* 
 * IMAGENES
 */
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.sidebar ul { 
   list-style-type: disc !important;
}                                        

.sidebar ul li{ 
     border-bottom: 1px solid black;
}                                      
                                    
.cat-item{
    background: transparent url(images/header_menu_left.gif) no-repeat scroll 0 0;
    padding-top:12px;
    padding-left:4px;
    display:block;
    margin-left: -17px;
    margin-right: 1px;
    list-style: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top:-10px !important;
}

.cat-item li {
    border: none;
}

.cat-item a{
    color: black !important;
    font-weight: bold !important;
}

.cat-item:hover a {
    color: #0A294B !important;
}
/*
.rsswidget{ 
	padding-top: 10px !important; 
	margin-top: 10px !important;
}
*/

.widget_rss h3{ 
	*padding-top: 10px 
}

/*
.first-post{ 
	background-color: #DFE8FF !important;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;

}
*/

#searchform label{ display:none; }
.sidebar #searchform{ text-align:left; }
#searchsubmit { margin-top:10px;} 

.post img{ border: 1px solid #cccccc !important; margin: 8px; padding: 4px; }

.navigation{
		display:block;
		
		margin-top:10px;
		font-family:"Trebuchet MS",Verdana;
		font-size:12px;
		font-weight: bold;}

		a {
		color: #3B9B00;
		text-decoration: none;
		text-size:10px;}
a:hover {
	text-decoration: underline;
}



 

