/*
Theme Name: Robert Rosofsky Main
Theme URI: http://#.com/
Description: The main theme for the Robert Rosofsky website
Version: 1.0
Author: Moynihan Design

*/


/* General Declarations - - - - - - - - - - - - - - - - - - */

/* v1.0 | 20080212 */

*
	{
	margin: 0; padding: 0;
	}

body
	{
	width:778px;
	background:#dfded3;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
	}

h1
	{
	font-size:18px;
	font-weight:normal;
	color:#667F70;
	line-height:17px;
	font-family:Times New Roman, serif;
	padding-top: 3px;
	margin-top: 3px;
	}
	
h1#logo_text
	{
	font-family:Garamond, "Times New Roman", serif;
	font-size:18px;
	color:#FFF;
	padding-left:30px;
	padding-top:27px;
	}

h2
	{
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
	color:#777;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#logo
	{
	padding-left:50px;
	padding-top:24px;
	}

p
	{
	margin-top:12px;
	font-size:12px;
	line-height:18px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	}
	
p.sub
	{
	margin-top:5px;
	font-size:12px;
	line-height:18px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	}
	
img
	{
	border:none;
	}
	
#profile
	{
	position:absolute;
	float:left;
	margin-left:315px;
	margin-top:-55px
	}
hr
	{
 	height: 1px;
  	background: #fff url(../images/hr_rule.gif) no-repeat;
  	border:none;
  	margin:45px 0px 15px 0px;
	}
	
ul#qual
	{
	margin-top:12px;
	font-size:12px;
	color:#555;
	font-family:arial, sans-serif;
	list-style:circle;
	margin-left:18px;
	line-height: 16px;
	}
	
.clr
	{
	clear:both;
	}
	
li
	{
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
/* Structure - - - - - - - - - - - - - - - - - - - - - - - -*/


#container
	{
	background-image:url(../images/ros_bg.gif);
	background-repeat:repeat-y;
	height:100%;
	padding:0 14px 0 14px;
	}
	
#header
	{
	width:750px;
	height:144px;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	}
	
#leftNav
	{
	float:left;
	width:182px;
	}
#leftNav ul	{
	padding-top:25px;
	line-height:30px;
	font-size:12px;
	list-style-type: none;
	}
#leftNav ul li {
	padding-left:17px;
	border-bottom:1px solid #fff;
	background-color:#E5E5E5;
}
#leftNav ul li:hover {
	background-color: #B1B0A5;
}
#leftNav ul a {
	color: #7C7C7C; 
	text-decoration: none; 
}
#leftNav ul a:hover {
	color: #fff; 
}	
#editableContent
	{
	float:left;
	padding:25px 35px 0 45px;
	float:left;
	width:470px;
	}
	
#footer
	{
	margin-left: 227px;
	padding-bottom: 20px;
	}
#footer ul
	{
	line-height:15px;
	font-size:12px;
	list-style-type: none;
	}
#footer ul li
	{
	width:300px;
	color:#777;
	}
#footer ul li.boldFooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	color: #777;
}
#logo a {
	color:#fff; 
	margin-top:75px; 
	text-decoration:none;
}
#footer ul li a {color:#667F70;}	
	
.qualList {
	padding-bottom: 12px;
}

