/*---RIDAALBARAZI.COM/ABOUT--------------------------------------*/
/*---ABOUT LAYOUT------------------------------------------------*/
/*---MOHANAD ALYAJOURI-------------------------------------------*/



/*---COMMON STYLES-----------------------------------------------*/


/*---TOP NAVIGATION----------------------------------------------*/

li#rida a {
	background: url(../images/rida_out.png) no-repeat top center;
}

/*---MIDDLE------------------------------------------------------*/

#left {
	float: left;
	width: 540px;
}

#left p {
	margin: 0 0 20px 20px;
}

/*---MIDDLE/SIDEBAR----------------------------------------------*/

#right {
	float: right;
	width: 320px;
	background: url(../images/sb_footer.png) no-repeat bottom left; 
}

#right p {
	margin: 10px 20px;
}

.sidebar_title {
	height: 32px;
	clear: both;
	margin-bottom: 5px;
	text-indent: -9999px;
}

#cm_title {	
	background: url(../images/cm_title.png) no-repeat top left; 
}

/*---CONTACT FORM------------------------------------------------*/

#cform {
	width: 250px;
	margin: 10px auto 30px auto;
}

#cform label {
	display: block;
}

#right #cform p {
	margin: 0;
}

#name input, #email input, #url input, #message textarea {
	width: 245px;
	padding: 2px;
	border: 1px solid #990;
}

#message textarea {
	height: 300px;
	overflow: auto;
}

#submit { 
	height: 27px;
	width: 62px;
	margin-top: 10px;
	padding-top: 30px;
	border: none;
	background: url(../images/send.png) no-repeat 0 0;
}

#error, #sent {
	width: 200px;
	margin: 10px auto;
}

/*---END OF STYLE------------------------------------------------*/

