body { 
	padding: 0; 
	margin: 0; 
	font-family:  Georgia,Constantia, serif;
	
	font-size: 11pt;
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
	align: left;
	margin-left: 25px;
}

a {
	color: #454545; 
	text-decoration: none;
	
}
.new-question{
	position: relative;
	top: 60px;
	z-index:4;
}


profile-image:hover{
	text-decoration: none;
}
a:hover {
	color: #454545;
	background: inherit;
	text-decoration: underline;	
}

a.title {
	color: #454545;
	background: #FFF;
}

img{
	border: 0px;
}

img, a:hover{
	text-decoration: none;
}
h1 {
	
	letter-spacing: -1px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
}
h3 {
	
	color: #464548;
}
div#content{
	float:left;
	z-index: 1;
}


.questions-list{
	position: relative;
	top: 60px;
	
}

.question-author-pic{
	position: absolute;
	top: 5px;
	width: 40px;
	height: 60px;
	left:5px;
}
.question-title{
	position: absolute;
	top: 5px;
	width: 450px;
	left: 65px;
	height: 60px;
}
.question-title2{
	position: absolute;
	top: 5px;
	width: 680px;
	left: 65px;
	height: 60px;
}
.question-date{
	position:absolute;
	left: 500px;
	top:5px;
	width: 150px;
	height: 60px;
}
.question-replies{
	top:5px;
	position:absolute;
	left: 520px;
	
}
.clear{
	clear: both;
}
.question{
	top: 0px;
	position: relative;
	width: 680px;
	height:50px;
	
	
}
.question2{
	top: 0px;
	position: relative;
	width: 680px;
	height:100px;
	
	
}
.question-1{
	
	position: relative;
	float: left;
	top: 0px;
	width: 630px;
	height: 50px;
	background: #ececec;
	
}
.question-box-internal{
	margin-top:20px;
	margin-left:15px;
}

.question-box{
	
	position: relative;
	
	top: 0px;
	width: 500px;
	background: #d1d1d1;
	
}

.question-box-1{
	
	position: relative;
	
	top: 30px;
	width: 500px;
	background: #ececec;
	
}
.question-2{
	
	position: relative;
	float: left;
	top: 0px;
	width: 630px;
	height: 50px;
	background: #d1d1d1;
}

.responses{
	position: relative;
	top: 50px;
}
.response{
	float: left;
	position:relative;
	width: 500px;
	top: 0px;
}
.reply-profile-pic{
	float:left;
	position: relative:
	left: 0px;
	width: 40px;
	top: 0px;
}
.response-text{
	float:left;
	top: 0px;
	left: 60px;
	position: relative;
	width:450px;
	vertical-align: top;
}
.response-vote{
	top: 0px;
	position: absolute;
	left: 490px;
	width: 30px;
}

h2.site-name{
	position: absolute;
	font-size: 15pt;
	color: red;
	left: 15px;
	top: 10px;
	z-index:3;
}
.site-name-chiedi{
	position:absolute;
	left: 80px;
	top: 90px;
	z-index: 4;
}
div.user-bar{
	position: absolute;
	left: 500px;
	width: 300px;
	top: 20px;
	z-index: 2;
}
div.body{
	position:absolute;
	width: 900px;
}
div#content{
	position:relative;
	top: 60px;
	z-index:1;
}

.question-detail-pic {
	float: left;
	position: relative;
	font-size: 16px;
	top: 10px;
	margin-top: 15px;
	left: 10px;
}
.question-detail-title {
	
	position: relative;
	font-size: 16px;
	
}
.question-detail-title h1{
	position: relative;
	font-size: 19px;
	top: 10px;
	font-weight: normal;
	
}
.question-detail-text{
	position: relative;
	left: 60px;
	top:10px;
	width: 300px;
}
.add-question-form{
	position: relative;
	top: 50px;
	background: #ececec;
	width: 550px;
}
.add-question-explain{
	font-style: bold;
	width: 400px;
	position: relative;
	top: 50px;
}

.previouslink{
	position:absolute;
	top:0px;
	left: 0px;
}

.nextlink{
	position:absolute;
	top:0px;
	right: 5px;
}

.nextpreviouslinks{
	position:relative;
	top:40px;
	margin-top: 30px;
	background: #ffffff;
}

.footer{
	margin-top:60px;
	position: relative;
	top: 30px;
}

.red-padiri{
	color: #a42e2e;
	font-weight: bold;
}
.black-padiri{
	color: #000000;
}
#friend-selector {
	height: 300px;
	width: 550px;
}

#friend-selector .friends {
	height: 250px;
	overflow: auto;
	width: 550px;
}

#friend-selector ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

#friend-selector ul li {
	float: left;
	height: 64px;
	margin: 3px;
	overflow: hidden;
	width: 134px;
}

#friend-selector ul li a {
	display: block;
	height: 56px;
	padding: 4px;
}

.red-brilliant{
	color: #a52d2e;
}

#friend-selector ul li .picture {
	background-color: #FFF;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	border: 1px solid #E0E0E0;
	display: block;
	float: left;
	height: 50px;
	margin-right: 5px;
	padding: 2px;
	position: relative;
	width: 50px;
	z-index: 1;
}

#friend-selector ul li strong {
	color: #222222;
	font-size: 11px;
	font-weight: normal;
	margin-top: 2px;
	width: 65px;
}

.loading {
	background: transparent url('http://static.padiri.com/images/spinner.gif') no-repeat center;
}
