/*
Theme Name: personal_02
Theme URI: http://www.urbangiraffe.com/
Description: Theme dissection example
Version: 1.0
Author: John Godley
Author URI: http://www.urbangiraffe.com/
*/
html,body{margin:0;padding:0}
body{
	font: 76% arial, sans-serif;
	text-align:center;
	color: #FFF;
	background-color: #000000;
}

hr{display: none;}

ul{
	list-style: square;
  	padding-left: 20px;
 	margin-left: 5px; 
	color: #8D8D8D;
}

a:link, a:visited{
	color: #B22222;
	text-decoration:none;
}
/*F9E1E1*/
a:hover{
	color: #FF0000;
	text-decoration: none;
}

#wp-calendar #today{
	border: 1px inset #FFFFFF;
	background-color: #CCCCCC;
	color: #333333;
}

div#container{
	text-align:left;
	background-color: #000;
}
div#container{width:740px;margin:0 auto}	

div#header{
	position:relative;
	background-image: url(images/Index_01.gif);
	height: 113px;
	width: 740px;
}
/*div#header h1{height:80px;line-height:80px;margin:0;
padding-left:10px;background: #EEE;color: #79B30B}*/
div#header a{position:absolute;right:0;top:23px}

div#content{
	float:left;
	width:525px;
	background-attachment: scroll;
	background-image: url(images/Index_02.gif);
	background-repeat: no-repeat;
}
div#contenuti{
	margin: 100px 65px 40px 20px;
}

div#sidebar{
	background:#000 url(images/Index_03.gif) no-repeat scroll;
}
div#sidebar{float:right;width:215px}

div#contentright{
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
}
.boxSidebar{
	color: #F2970D;
}
h2.sectiontitle{
	font-weight: normal;
	text-decoration: underline;
	font-size: 14px;
}

.post h2{
	color: #CC0000;
}

div#navcontainer{}

div#extra{background:#FF8539}

div#footer{background: #333;color: #FFF}
div#footer p{
	margin:0;
	padding:5px 10px;
	font-size: 10px;
}
div#footer a{display:inline;padding:0;color: #C6D5FD}

textarea{
	background-color:#CCC;
	border: 1px solid #999999;
	padding: 2px;
	color: #000000;
	font-size: 12px;
	font-family:  Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:300px;
}
input,select{
	background-color:#CCCCCC;
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, Helvetica, sans-serif;
	margin: 5px;
}
.entry {
	/*background: url(images/post_bg.jpg) repeat-x left top;*/
	clear: both;
	border: 1px solid #42747B;
	margin: 2px 2px 10px;
	padding: 4px;
}
.entry img{
	/*border: 1px solid #42747B;*/
	margin: 2px 2px 0px;
	padding: 2px;
	border: 0;
}


div#extra{float:right;clear:right;width:215px}
div#footer{clear:both;width:100%}