/*  
Theme Name: www.referenciando.com
Theme URI: http://www.referenciando.com/blog
Description: Tema para o blog do site www.referenciando.com
Version: 0.1
Author: James Owens
Author URI: http://www.referenciando.com/

	Referenciando v 0.1
	 http://www.referenciando.com

	Este tema foi criado e desenvolvido por James Owens
	cujo blog voc&ecirc; pode encontrar em http://www.referenciando.com/blog/

*/

body {
	background: #9B9;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.5em;
}

a {
	text-decoration: none;
	color: #00F;
}


#wrapper {
	border: 1px solid #009;
	position: relative;
	width: 918px;
	margin: auto;	
	background-color: white;
}


#header {
	background: url(./images/hbackground.jpg);
	width: 100%;
	text-align: center;
	height: 110px;
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 3em;
	color: #FFF;
	font-family: verdana;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-weight: bold;
}

#headerdescription {
	color: #FFF;
	font-family: verdana;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#blogmessage {
	color: #555;
	font-family: verdana;
	padding: 0px;
	margin: 5px;
	border: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	border-bottom: 1px dashed #DDD;	
}

#header a {
	color: #FFF;
	text-decoration: none;
}

#logotop {
	float: left;
	background: url(./images/tree-top3.jpg); 
	width: 113px;
	height: 110px;
	background-repeat: no-repeat;
}
#logotop img {
	border: 0;
	margin: 0;
	padding: 0;
}

#content  {
	float: left;
	width: 540px;
	text-align: left;
	font-family: Arial;
	font-size: 0.8em;
	color: #333;
	padding: 5px 10px 20px 30px;	
	background: url(./images/tree-bot3.jpg);
	background-repeat: no-repeat;
	
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 100%;
	background: #FFF;
	text-align: center;
	font-size: .6em;
	font-family: Arial;
	color: #999;
	border-top: 1px dashed #DDD;
} 

#hmenu {
	background: #009 url(./images/tree-mid3.jpg);
	padding: 0;
	margin: 0;
	width: 918px;
	text-align: center;
	color: White;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-repeat: repeat-y;
}

#hnav {
	color: White;
	border: 0;
	padding: 5px;
	margin: 0;
	padding-left: 25px;
}

#hnav a {
	color: White;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: Bold;
}

#hnav a:hover {
	background: #00b;
	color: Yellow;
}

#hnav a:visited {
	color: White;
}
#sponsors {
	float: right;
	width: 136px;
	color: #000;
	background-color: #F5F5F5;
	padding: 5px 5px 10px 5px;
	font-family: verdana;
	font-size: 0.6em;
	text-align: center;
	border-bottom: 1px dashed #DDD;
	border-top: 1px dashed #DDD;
	border-right: 1px dashed #DDD;
	border-left: 1px dashed #DDD;
	margin-top: 10px;

}
#vmenu {
	width: 189px;
	float: left;
	background-color: #F5F5F5;
	border-bottom: 1px dashed #DDD;
	border-left: 1px dashed #DDD;
	border-top: 1px dashed #DDD;
	margin-top: 10px;
	position: relative;
	left: 1px;
}

#vmenu h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;

}

#vmenu ul {
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 3px;
	margin-top:0px;
	padding: 0 0 0 3px;
	
}

#vmenu li {
	list-style-type: none;
}

#vmenu ul li {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

#vmenu ul li ul {
	margin: 0 0 0 3px;
	padding: 0 0 0 3px;
}
#vmenu ul li ul li {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}

#vmenu p {
	font-weight: bold;
}


#vmenu a {
	text-decoration: none;
	color: #11D;
	line-height: 13px;
}


#vmenu a:hover {
	background: #EEE;
	color: #F00;
}

#vmenu a:visited {
}

#vmenutitle {
	margin-left: -3px;
	padding: 0px 5px 0px 5px;
	background: #DDD;
	color: #333;
}

#vemnutitle p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#comments {
	font-size: 0.9em;
}

.clear {
	clear: both;
}

.post {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

.post h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post small {
	color: #888;
}

.postmetadata {
	text-align: center;
	color: #888;
	font-size: 0.8em;
}

.postseparator {
	border-bottom: 1px dotted #DDD;
}
	
.alignright {
	float: right;
}

.alignleft {
	float: left
}

.alternatecomment {
	background: #FAFBE6;
}

.commentlist cite{
	font-weight: bold;
}