#top {
    padding:5px 0 1px 0;
    margin-bottom:5px;
}

#profile {
    float:right;
    font-size:12px;
    margin-top:0px;
    width:360px;
}

#profileUser {
    width:80px;
    height:105px;
    overflow:hidden;
    margin:0 10px 2px 0;
    float:left;
    text-align:center;
}

#profileUser.noprofile {
    height:81px;
}

#profilePhoto {
    margin-bottom:8px;
    height:80px;
    overflow:hidden;
}

#profileInfo {
    float:left;
    line-height:1.8em;
    width:360px;
    word-wrap:break-word;
}

#profileInfo strong {
    font-size:14px;
}

#ask {
    float:left;
    width:360px;
}

#ask h3 {
    font-weight:bold;
    font-size:16px;
    margin:0;
    padding:0;
    margin-bottom:8px;
}

#ask label {
    font-size:11px;
}

#ask #question {
    margin-bottom:16px;
    width:325px;
}

#ask input.button {
    padding:4px 24px;
    margin-top:10px;
}

#ask p {        
    margin-right:5px;
}

#ask p a {
    color:blue;
}

#commentsno h2
{
	margin-bottom:15px;
	margin-top:-15px;
}

#questionsanswered h2
{
	margin-bottom:15px;
	margin-top:-25px;
}

#comments
{
	margin-left:0;
	width:100%;
}

#comments .commentDate,#comments .commentDate:visited
{
	color:#999;
	font-size:11px;
	margin-top:10px;
	text-decoration:none;
}

#comments .commentbox
{
	border-bottom:#dedede dashed 1px;
	padding:0 0 10px;
}

#commentname
{
	font-weight:700;
	margin-bottom:5px;
}

#commenttext
{
	margin-bottom:10px;
	word-wrap:break-word;
}

ol.comments
{
	font-size:13px;
	list-style:none;
	margin-left:0;
	padding-left:0;
}

ol.comments li
{
	display:none;
	margin:10px 0;
	padding:0;
	position:relative;
}

#addcomment
{
	float:left;
	width:300px;
}

#addcomment h3
{
	font-size:14px;
	font-weight:700;
	margin:0 0 8px;
	padding:0;
}

#addcomment label
{
	font-size:11px;
}

#addcomment #comment
{
	margin-bottom:16px;
	width:300px;
}

#addcomment input.button
{
	margin-top:16px;
	padding:4px 20px;
}

#addcomment p
{
	margin-right:24px;
}

#addcomment p a
{
	color:blue;
}


#questions {
    word-wrap:break-word;
}

.question {
    padding-bottom:18px;
    margin-bottom:18px;
    border-bottom:solid 1px #eee;
    font-size:12px;
}

.question h4 {
    margin:0 0 6px 0;
}

.question p {
    margin: 0 0 6px 0;
}

.askedBy {
    font-weight:normal;
    font-size:11px;
    color:#999;
}

.askedBy a, .askedBy a:visited {
    color:#99f;
}

.questionLink, .questionLink:visited {
    font-size:11px;
    color:#999;
    text-decoration:none;
}

#moreLink {
    display:block;
    float:right;
}

#miniProfile img {
    float:left;
    margin-right:18px;
}

#miniProfileInfo {
    float:left;
}

#miniProfile strong {
    font-size:16px;
    line-height:1.8em;
}

.removeResponseLink, .removeResponseLink:visited {
    font-size:11px;
    color:#ff0000;
    text-decoration:none;
    border-bottom:dotted 1px #999;
}

.questionCount {
    font-size:11px;
    color:#999;
    font-style:italic;
}

#recaptcha_response_field{
	width:300px;
	display:block;
}

#recaptcha_widget{
	font-size:11px;
	line-height:1.8em;
}
#recaptcha_image{
	width:300px;
	height:57px;
	display:block;
}

.pagination a {
background:#fff;
border:1px solid #123456;
color:#123456;
margin:2px;
padding:.2em .4em;
text-decoration:none
}

.pagination a:hover {
background:#fff;
border:1px solid #ff0000;
color:#ff0000
}

.pagination span.inactive {
background:#fff;
border:1px solid #f0f0ff;
color:#f0f0ff;
margin:2px;
padding:.2em .4em
}

.pagination span.active {
background:#f4ebff;
border:1px solid #ff0000;
color:#ff0000;
font-weight:700;
margin:2px;
padding:.2em .4em
}


