/*
Theme Name: FelipeRamos
Theme URI: http://www.feliperamos.it/
Description: My Theme
Version: 1.0
Author: Felipe Ramos
Author URI: http://www.feliperamos.it/
*/
*	{
	padding: 0;
	margin: 0;
}
body	{
	font-size:   0.7em;
	line-height: 1.4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
}
hr	{
	display: none;
}


/* DIVs */
#wrapper	{
	padding: 1px;
	background-color:#FFFFFF;
	margin: 0 auto;
	width: 760px;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #FFFFFF;
}

#page{
	background: url(images/background.png) no-repeat top center;

}

#header{
	margin: 0 auto;
	min-width: 400px;
	width: 760px;
  	padding-top: 30px;
 	margin-bottom: 15px;
}

#headerimg{
	font-size: 1.2em;
	text-align: left;
	height: 100px;
}

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

#header h1{
	margin:20px auto 0px auto;
	text-align:center;
	font-size: 3em;
}

#content	{
	margin:10px;
	float:left;
	margin-bottom:20px;
}
.narrowcolumn{
	width:540px;
}
.widecolumn{
	width:720px;
}
/* SIDEBAR */
#sidebar	{
	padding:5px;
	width: 180px;
	float:right;
	background-color: #E0F8FE;
	color: #4A2C00;
	border: 1px solid #03566B;
	margin-bottom:20px;

}
#sidebar p{
	margin-bottom:3px;
}
#sidebar ul{
	list-style: none;
	margin-bottom: 10px;
}
#sidebar ul ul{
	list-style-type:disc;
	font-size:1em;
	margin-left: 28px;
}
#sidebar ul ul ul{
	margin-bottom: 0;
}
#sidebar ul h2{
	background-color: #047391;
	border-bottom: 1px solid #023F51;
	border-top: 1px solid #023F51;
	font-size: 1.3em;
	font-weight: normal;
	padding: 2px;
	padding-left:10px;
	margin-bottom: 5px;
	color:#FFFFFF;
	background-image: url(images/top_h1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebar a{
	text-decoration: none;
	color: #4A2C00;
}

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

/* SEARCHFORM */
#searchform{
	padding-top:2px;
	padding-bottom:2px;
	text-align: center;
}

#searchform input{
	color:#FFFFFF;
	width:45%;
	border: 1px solid #4A2C00;
	background-color: #047391;
}

#searchform #s{
	width: 50%;
	background-color:#FFFFFF;
}
/* BADGES */

#badge_left{
	float:left;
}
#badge_right{
	float:right;
}
#badge_clear{
	clear:both;
}

/* CALENDAR */
#wp-calendar{
	border: 1px solid  #047391;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
	background-color:#FFFFFF;
}

#wp-calendar th{
	background-color: #047391;
	color:#FFFFFF;
}

#wp-calendar a{
	border: 1px solid #4A2C00;
	background-color: #FFFFFF;
	display: block;
}

#prev a, #next a{
	border: 0;
}

#wp-calendar caption{
	text-align: center;
	width: 100%;
}

/* POST */

.post{
	margin: 0 0em 2.2em 0em;
	color:#023544;
	font-size: 1.1em;
}
.post p{
	line-height: 1.4em;
	margin-bottom: 1em;
}
h2{
	font-size: 1.6em;
	border-bottom: 1px dotted #0480A4;
}

h2 a:hover, h2 a:visited, h2 a{
	text-decoration: none;
	color: #034B61;
}

.entry{
	margin-top: 10px;
	margin-bottom: 15px;
}

.postmetadata{
	padding: 2px;
	font-size: 0.8em;
	border-top: 1px solid #0480A4;
}

.postmetadata a{
	color: #4a2c00;
}
blockquote{
	margin: 1em 1.5em;
	padding: 1em 1.5em;
	border: 1px solid #023F51;
	background-attachment: scroll;
	background-color: #E0F8FE;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.post li{
	margin-left: 28px;
}

.post ul{
	list-style-image: url(images/listicon.png);
	list-style-type:circle;
	margin-bottom: 10px;
}

acronym, abbr, span.caps{
	cursor: help;
}

acronym, abbr{
	border-bottom: 1px dashed #999;
}

blockquote cite{
	margin: 5px 0 0;
	display: block;
}

.center{
	text-align: center;
}

a img{
	border: none;
}
 
h3{
	margin-top: 1.5em;
	font-size: 1.4em;
}

h4{
	margin-top: 1.2em;
	font-size: 1.2em;
}

h5{
	margin-top: 1em;
	font-size: 1em;
}

.post a{
	color: #047391;
	text-decoration:none;
}
.post a:hover{
	color: #047391;
	text-decoration:underline;
}
 
.navigation{
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
}
 
.alignleft{
	float: left;
	text-align: left;
	width: 50%;
}
.alignright{
	float: right;
	text-align: right;
	width: 50%;
}
.entry .postmetadata{
	font-size: 1.1em;
	background-color: #E0F8FE;
	width: 90%;
	border: 1px dotted #047391;
	padding-left: 45px;
	background-attachment: scroll;
	background-image: url(images/metadata.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
/* COMMENTS */
#comments{
	font-size:1.6em;
	margin-bottom:10px;
}
ol.commentlist{
	width: 90%;
	list-style:none;
	margin: 0 auto;
}

ol.commentlist li{
	margin-bottom: 1.5em;
	border: 1px solid #006779;
	padding: 5px;
	background-color: #F2FDFF;
}

ol.commentlist li.alt{
	background-color: #EAFFFB;
}

ol.commentlist a{
	color: #006779;
	text-decoration:none;
}
ol.commentlist a:hover{
	color: #006779;
	text-decoration:underline;
}
small.commentmetadata{
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
}
#respond{
	font-size:1.6em;
	margin-bottom:10px;
}
#commentform{
	
}
#commentform textarea{
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #023E4F;
}
#commentform small{
	font-size:0.9em;	
}
#commentform input{
	font-size:0.9em;
	padding: 2px;
	border:1px solid #023E4F;
	margin-bottom:1px;
}
#commentform .bottone{
	margin-top:3px;
	background-color:#023E4F;
	color:#FFFFFF;
	border:1px solid #023E4F;
	margin-bottom:10px;
}

/* FOOTER */
#footer		{
	padding: 10px 20px;
	background-color:#023E4F;
	color:#FFFFFF;
	clear:both;
	background-image: url(images/dragon_footer.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer a:hover{
	color:#FFCC33;
	text-decoration:underline;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
/* ALTRE CLASSI */
.divisore{
	margin:0px 28px;
	display:block;
	border-bottom: 1px dotted #047391;
}
.sem_recent{
	width:195px;
	margin-right: 16px;
	float:left;
}
.tile_body ul{
	list-style-type:none;
}

.svuota{
	clear:both;
}