/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

#sidebar { float:right; width:300px; }

#content { float:left; width:640px; }

#content .posts .question_list h1 {
display:block;
float:right;
margin:0 0 4px;
width:505px;
}

#content .question_list p {
border-bottom:medium none;
float:right;
font:11px Georgia,"Times New Roman",Times,serif;
width:505px;
}

#respond .textarea {
border:1px solid #C7C7C7;
font:14px Arial,Helvetica,sans-serif;
padding:8px;
width:510px;
}

.agent_biodata {
float:right;
width:370px;
}

.ask_row .textfield {
font:14px Arial,Helvetica,sans-serif;
padding:7px 8px;
width:560px;
}
