/*
Re-edited by: Martim Guerra Silva


****BASED ON****
Theme Name: Burnfield Dark
Version: 1.0
Autom
Author URI: http://www.burnfield.com/martin
Description: Simple theme. Design by <a href="http://burnfield.com/peter/work/wordpress-theme">Peter Strom</a> and coded by <a href="http://burnfield.com/martin">Martin Strom</a>.
*/


/* --------------------------------------------------------------------------------
 * Typography: =Default
 * -------------------------------------------------------------------------------- */ 

/* Set 1em to 11px */
body {font-size: 62.5%;}
html>body {font-size: 11px;}

/* Base font face */
* {font-family: "Courier New", Courier, monospace;} 

/* Base font size */
#page {font-size: 1.1em;}

#page * {
	font-size: 1em;
	line-height: 1.3em;
}


/* --------------------------------------------------------------------------------
 * Typography: =Headers
 * -------------------------------------------------------------------------------- */
 
h1, h2, h4, h5, h6 {font-weight: normal;}

h2 {
	margin-bottom: 26px;
	text-transform: uppercase;
}

h3 {margin-top: 13px;}
	
h3 span {	text-transform:uppercase;}

h4 {
	text-align:right;
	margin-top: -12px;
	margin-bottom:12px;
	font-style:italic;
}
	
#main h2, #main h2 a, h3 span{
	font-weight:bold;
	font-family: "Times New Roman",Times,serif;
}

#main h2, #main h2 a {
	font-weight:bold;
	font-family: "Times New Roman",Times,serif;
	line-height:29px;
	font-size:29px;
}

#sidebar h3 {
	text-transform:uppercase;
	font-size:1.05em;
	margin-bottom:3px;
	font-weight:bold;
	font-family: "Times New Roman",Times,serif;
}

/* --------------------------------------------------------------------------------
 * Typography: =Links & =general
 * -------------------------------------------------------------------------------- */

a {
	border-bottom: 1px dotted black;
	color: black;
	text-decoration: none;
}
	
	a:hover {
		background: #111;
		color: #fff;
		border: none;
	}	


strong {
	font-weight: normal;
	border-bottom: 1px solid #000;
	color:black;
}

p {margin-bottom: 13px;}

#sidebar p, #main p {
	color: #333;
}

#sidebar p, #sidebar a {
	font-family:helvetica,arial,sans-serif;
	font-style:none;
	color:#555;
	font-size:0.95em;
}

#sidebar a:hover {color:white;}

#sidebar ul,#sidebar li {list-style: none;}

code, pre {
	background: #2B2B2B;
	color: #D3D3D3;
}

#msg_footer p, #msg_footer a {
	font-family:helvetica,arial,sans-serif;
	font-size:0.9em;
	color: #333;
	font-style:none;
}

#msg_footer span.date {
	font-family:inherit;
	font-size:0.9em;
	color:inherit;
}

#msg_footer a {
	font-weight:bold;
	border:none;
}

#msg_footer a:hover {
	color:white;
}

#page p.italic {
	font-family:helvetica,arial,sans-serif;
	font-size:0.9em;
	margin-top:-27px;
	margin-bottom:25px;
	font-style:none;
	text-transform:uppercase;
}
/* --------------------------------------------------------------------------------
 * Structure: =Common
 * -------------------------------------------------------------------------------- */

* {
	margin: 0; 
	padding: 0;
}

.clear {
	clear: both;
	height: 1px;
	line-height: .1px;
	font-size: .1em;
	overflow: hidden;
}

.content, #container, #footer {width: 825px;}

#header .content, #container, #footer {
	margin: 0 auto;
	text-align: left;
}

pre {margin-bottom: 13px;}

/* Images */
a img {border: none;}

h3 + p > img {margin-top: 5px;}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignnone {
	padding: 0px;
	margin: 0 7px 8px 0;
	display: block;
}

/* --------------------------------------------------------------------------------
 * Structure: =Header
 * -------------------------------------------------------------------------------- */


body {
	background: #fff;
	text-align: center;
}

#top-container {
	position: absolute;
	left: -100px;
}

#page {margin: 0 auto;}

#header {
	height: 100px;
}

	#logo {
		margin: 30px 0 25px 0;
		float: left;
	}

	#logo a {
		text-transform: uppercase;
		font-family:"Times New Roman", Times, Serif;
		font-weight: bold;
		color: #fff;
		border: none;
		font-size:27px;
	}
	
	#logo a:hover {
		background: #fff;
		color: #000;
	}
	
	/* Based on search form at http://www.bartelme.at */
	#searchbar {
		float: right;
		margin-top: 4px;
	}
	
	#searchbar label, #searchbar input {
	  left: -9999px;
	  position: absolute;
	}
	
	#searchbar #s {
		position: relative;
		left: 0; 
		top: 0;
		color: #999;
		width: 200px;
		height: 15px;
	}
	
	#searchbar #s.focus, #searchbar #s.is-safari {color: #000;}
	

/* --------------------------------------------------------------------------------
 * Structure: =Navigation
 * -------------------------------------------------------------------------------- */

#menubar {
	clear: left;
	position: relative;
}

	#menubar ul {
		position: absolute;
		left: -6px;
		list-style-type: none;
	}

	
		#menubar li { 
			display: block;
			float: left;
			height: 20px;
			padding: 5px 6px 1px 6px;
			background: #fff;
			margin-right: 1px;
		}

			html>body #menubar li:hover {
		        background: #eee;
			}

			#menubar li a {
				border: none;
				height: 20px;
				text-decoration: none;
				color: #000;
			}
			
				#menubar li a:hover {
					background: none;
					color: blue;
					border: none;
				}


/* --------------------------------------------------------------------------------
 * Structure: =Sidebar
 * -------------------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 200px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding-top: 15px;
	padding-bottom: 9px;
}

	#sidebar h3 {margin-top: 0;}

/* --------------------------------------------------------------------------------
* Structure: =Content
* -------------------------------------------------------------------------------- */

#container {
	clear: both;
	padding-top: 10px;
	margin-top: 0px;
}

#main {
	float: left;
	width: 600px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin-bottom:1px;
	padding-top:9px;
	overflow: hidden;
}

	/* Permalink on title shouldn't look like link */
	#main h2 a {
		color: inherit;
		border: none;
	}
	
	#main h2 a:hover {color: white;}

	#main p {width: 600px;}	

	#main p.last {margin-bottom: 11px;}

	#main ol, #main ul {
		padding-left: 40px;
		margin-bottom: 13px;
	}

	#main pre {
		width: 494px;
		overflow: auto;
		padding: 13px;
		
	}
	
	#main div.updated {
		padding-left: 7px;
		border-left: 4px solid #000;
		margin-bottom: 13px;
	}

	#main p iframe{ width:361px; }


#msg_footer {
	float: left;
	width: 600px;
	margin-bottom:-8px;
	margin-top:1px;
}

	#msg_footer p.left {float:left; margin-bottom: 11px;}
	#msg_footer p.right {float:right; margin-bottom: 11px;}


/* --------------------------------------------------------------------------------
 * Structure: =Thumbnail List
 * -------------------------------------------------------------------------------- */

ul#thumbnails {list-style-type: none;}

	ul#thumbnails li {
		clear: both;
		padding-bottom: 9px;
		margin-bottom: 26px;
		background: url(images/category-bg.gif) no-repeat left bottom;
	}

	ul#thumbnails li.last {margin-bottom: 0;}

		ul#thumbnails .thumbnail {
			display: block;
			float: left; 
			width: 90px; 
			height: 90px; 
			border: 1px solid #000;
			margin: 0 15px 5px 0; 
		}

		ul#thumbnails .content {
			float: left;
			width: 600px;
			overflow: hidden;
		}

		ul#thumbnails .content h3 {margin-top: 0;}

			ul#thumbnails .content h3 span {border-bottom: none;}

		ul#thumbnails .content div.text {
			height: 73px;
			overflow: hidden;
		}

		ul#thumbnails .clear {margin: 0;}

		ul#thumbnails .metadata {
			float: right;
			clear: right;
			width: 200px;
		}

			ul#thumbnails .metadata h3 {margin-top: 0;}


/* --------------------------------------------------------------------------------
 * Structure: =Comments
 * -------------------------------------------------------------------------------- */

#comments, #commentbox {
	clear:left;
	width: 600px;
}

        #comments h3 {padding-top:29px;}
/* Submitted comments */
#container #commentlist {
	list-style-type: none;
	margin: 13px 0;
}

	#commentlist cite {font-style: normal;}
	#commentlist h3, #sidebar #commentbox h3 {margin-bottom: 13px;}
	#commentlist p {margin-bottom: 0; width:600px;}

	/* Comment form */
#container #commentbox {
	margin-bottom: 6px;
	padding-bottom: 0;
}

	#commentbox label {
		display: block;
	}

	#commentbox textarea {
		margin-top: 2px;
		width: 600px;
		height: 100px;
	}

	#commentbox p#comment-textarea {margin-bottom: 11px;}

	#commentbox p#submit {margin-bottom: 0;}

/* --------------------------------------------------------------------------------
 * Structure: =Tagcloud
 * -------------------------------------------------------------------------------- */

#tagcloud, #tagcloud a {
	font-family: arial, helvetica, sans-serif;	
	font-size: 0.85em;
	line-height: 25px;
	border: none;
}


/* --------------------------------------------------------------------------------
 * Structure: =Footer
 * -------------------------------------------------------------------------------- */

#footer {clear: both;padding-top:20px;padding-bottom:26px;}

	#footer p {
	 	margin-top: -10px;
		padding-bottom: 0px;
	}

.hide {visibility:hidden;}