/* 
	Theme Name: Micromux
	Theme URI: http://www.micromux.com
	Description: A two columns theme for Micromux
	Author: Eric Sarjeant
	Author URI: http://www.micromux.com
	Version: 1.0.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	
	Changelog:
		v1.0
			First Release - based on the Pool theme
*/

body {
	/*background: url(images/bg.gif);*/
	color: #000000;
	font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	margin: 0;
	padding: 5px 0;
	}

/* Structure Divs */
#content {
	background: #F0F0F0;
	border: 1px solid #9C9C9C;
	margin: 0 auto;
	padding: 5px;
	width: 795px;
	}

#header {
	display: none;
	}

.more-link
{
	float: right;
	text-align: right;
}

#pages { display:none }
	
#search { display:none }
	
#noticias {
	float: left;
        margin: 0;
	margin-top: 75px;
	padding: 0 0 20px 20px;
	width: 550px;
	}

#sidebar { display:none }
#credits { display:none }

.navigation { display:none }

.digg { display: none }

.author
{
   	color: #000000;
	font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	margin: 0;
	padding: 5px 0;
 
}

/* Config Structure Divs */

	/* Header */
	#header h1 {
		display: none;
		}
		
	#header a, #header a:hover {
		background: transparent;
		color: #fff;
		text-decoration: none;
		}
	
	/* Pages */
	#pages li {
		display: inline;
		list-style-type: none;
		}
		
	#pages ul, ol {
		margin: 0;
		padding: 0;
		}
		
	#pages a {
		background: #a9b6bc;
		color: #000000;
		font-weight: bold;
		margin: 0 3px 0 0;
		padding: 6px 10px;
		}
		
	#pages a:hover {
		background: #F0F0F0 !important;
		color: #000000;
		}
		
	.current_page_item a, .current_page_item a:hover {
		background: #f0f0f0 !important;
		color: #000000 !important;
		}
		
	/* Search */
	#search input {
		border: 1px solid #FFFFFF;
		font-size: 12px;
		padding: 2px;
		width: 160px;
		}
			
	/* Noticias */
	#noticias p, #noticias ul, #noticias ol {
		font-size: 14px;
		line-height: 1.6em;
		}
			
	#noticias ul {
		list-style-type: circle;
		margin: 0 0 0 30px;
		padding: 0;
		}
			
	#noticias li {
		margin: 0;
		padding: 0;
		}

	#noticias h2, #noticias h2 a {
		color: #394d4c;
		font-size: 18px;
		font-weight: normal;
		margin: 15px 0px 0 0;
		padding: 0;
		text-decoration: none;
		}
		
	#noticias h2 a:hover {
		background: transparent;
		color: #94a6a5;
		}
		
	#noticias h3 {
		color: #394d4c;
		font-size: 15px;
		font-weight: normal;
		margin: 0;
		padding: 20px 0 5px 0;
		}

	#noticias small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		}
		
	.feedback {
		color: #898A8A;
		font-size: 12px;
		margin: 0;
		padding: 0 20px;
		text-align: center;
		}
		
	/* Entrada */
	.entrada {
		margin: 0;
		padding: 10px;
		background: #F9F9F9;
		}

	/* Comments */
	#commentlist {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	#commentlist li {
		margin: 10px 0;
		padding: 5px 10px;
		}
			
	#commentlist p {
		margin: 0;
		padding: 0;
		}
			
	#commentlist small {
		font-size: 11px;
		}

	.class_comment1 { background: #E9E9EA; border: 1px solid #E0DEDE; }
	.class_comment2 { background: #F4F3F3; border: 1px solid #E0DEDE; }
	
	#comments, #postcomment {
		color: #0090D0;
		font-size: 14px !important;
		font-weight: normal;
		margin: 40px 0 10px 10px;
		text-transform: uppercase;
		}
			
	#commentform {
		background: #F3F2F1;
		border: 1px solid #D8D8D8;
		padding: 5px 20px;
		}
		
	#commentform input, #commentform textarea {
		background: #F0F0F0;
		border: 1px solid #B8D4FF;
		font-size: 12px;
		padding: 1px;
		}
		
	#commentform input:focus, #commentform textarea:focus {
		background: #FFFFFF;
		}
	
	/* Sidebar */
	#sidebar h3 {
		background: url(images/dot.gif) repeat-x bottom;
		color: #394d4c;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.2em;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		}
		
	#sidebar ul, #sidebar ol {
		list-style: none;
		margin: 0;
		padding: 5px;
		}
		
	#sidebar li, #sidebar li:hover {
		margin: 0;
		padding: 0;
		}
		
	#sidebar a {
		color: #2e9b95;
		}
		
	#sidebar a:hover {
		background: url(images/dot.gif) repeat-x bottom;
		color: #0B76AE;
		}
		
	#sidebar div { 
		margin: 20px 0;
		padding: 0;
		}

	/*	Credits */
	#credits a {
		color: #3E708A;
		}
		
	#credits a:hover {
		background: transparent;
		color: #0090DA;
		}
		
	#credits p {
		margin: 0;
		padding: 0;
		}

/* General */
a {
	color: #394d4c;
	text-decoration: none;
	}

a:hover {
	background: #94a6a5;
	color: #fff;
	}

acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dotted #000;
	}
	
blockquote {
	background: #f6f6f6;
	padding: 5px 20px 5px 20px;
	margin: 1em;
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 0.9em;
	}

img {
	border: 0;
	}

h4 {
	color: #858585;
	}
	
/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
/* Images align */
img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}

/* Visual layout */
P.dropcap:first-letter
{
	font-weight: bold;
	color: gray;
	background: #a9b6bc;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom: solid 2px gray;
}
.calloutLeft
{
	float: left;
	width: 240px;
	font-size: 12pt;
	font-weight: bold;
	padding: 15px;
}
.calloutRight
{
	float: right;
	width: 240px;
	font-size: 12pt;
	font-weight: bold;
	padding: 15px;
}
