/*
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:Helvetica,Arial,sans-serif;
	margin: 0 auto;
	}

h1
	{
	font-size:18px;
	font-weight:normal;
	color:#667F70;
	line-height:17px;
	font-family:Times New Roman, serif;
	padding-bottom:3px;
	}
	
h1#logo_text
	{
	font-family:Garamond, Times New Roman, serif;
	font-size:18px;
	color:none;
	padding-left:30px;
	padding-top:27px;
	}

h2
	{
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
	color:#777;
	line-height:14px;
	font-family:Helvetica,Arial,sans-serif;
	}
	
#logo
	{
	padding-left:50px;
	padding-top:24px;
	}

p
	{
	margin-top:12px;
	font-size:12px;
	line-height:18px;
	color:#555;
	font-family:arial, sans-serif;
	}
	
p.sub
	{
	margin-top:5px;
	font-size:12px;
	line-height:18px;
	color:#555;
	font-family:arial, 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;
	line-height:20px;
	color:#555;
	font-family:arial, sans-serif;
	list-style:circle;
	margin-left:11px;
	}
	
.clr
	{
	clear:both;
	}
	
li
	{
	font-family: 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;
	color:#fff;
	}
	
/*
#leftNav ul li
	{
	width:165px;
	color:#777;
	}
*/	
	
#rightContent
	{
	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;
	}
	
	
#leftNav ul li {float: left; ; width:165px; padding-left:17px; text-decoration: none; border-bottom:1px solid #fff; background-color:#E5E5E5;}
#leftNav ul li:hover {color: #fff; padding-left:17px; border-bottom:1px solid #fff; background-color: #B1B0A5;}
#leftNav ul a {color: #7C7C7C; text-decoration: none; }
#leftNav ul a:hover {color: #fff; text-decoration: none; }


#logo a {color:#fff, margin-top:75px, text-decoration:none;}
#footer ul li a {color:#667F70;}	
	
