/*
Theme Name: Rich and Rob
Description: The default WordPress theme for Rich and Rob
Version: 1.0
Author: Oussama (OZ) Mubarak
Author URI: http://ozarts.com/
*/

body{
	padding: 26px;
	margin: 0;
}
body, ul, table, td, tr, h1, h2, h3, h4{
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}
p{
  	margin-top: 8px;
}
h1{
	font-size: 20px;
 	color: #dfb165;
 	margin-top: 0px;
 	margin-bottom: 4px;
 	text-transform: uppercase;
}
h2{
 	font-size: 18px;
 	color: #dfb165;
 	margin-bottom: 2px;
}
h3{
 	font-size: 14px;
 	color: #dfb165;
 	margin-bottom: 1px;
}
h4{
 	font-size: 11px;
 	font-weight: normal;
 	color: #dfb165;
 	margin-top: 4px;
}
#wrapper{
	width: 100%;
	height: 100%;
	background: #000;
}
#menu{
	height: 100%;
	color: #fff;
	width: 258px;
	border-right: 26px solid #fff;
	background: url(images/menu_bg.jpg) repeat-y;
}
#menu div{
	height: 100%;
	width: 258px;
	background: url(images/menu.jpg) no-repeat;
}
#content_container{
	color: #fff;
	padding: 26px;
}
#footer{
	font-size: 10px;		
	color: #6f6f6f;
	border-top: 26px solid #fff;
	padding: 26px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #b0b0b0;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color: #6f6f6f;
	text-decoration:none;
}
a, a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover, a:active {
	color:#ccc;
	text-decoration:none;
}
a img {
	border: none;
}


/* cFormsII */
.cf_info{
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 110px;
}
.cf_info .failure{
	padding: 5px;
	background: #8B0000;
	color: #FFFFFF;
}
.cf_info .success{
	padding: 5px;
	background: #32CD32;
	color: #FFFFFF;
}
.cf_info .waiting{
	padding: 5px;
	background: #FF8C00;
	color: #FFFFFF;
}
.cform {
	margin:0px;
}
.cform ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.cform li{
	margin:0px;
	margin-bottom:5px;
	padding:0px;
}
.cform label{
	display: block;
	float: left;
	clear: left;
	margin:0px;
	margin-right: 10px;
	width:100px;
	font-weight:bold;
	text-align: right;
}
.emailreqtxt, .reqtxt{
	margin-left: 10px;
}
.cf-sb{
	margin-left: 110px;
}
.linklove, .cf_hidden{
	display: none;
}