/*  
Theme Name: Jane Roncoroni
Theme URI: 
Description: Custom WordPress Theme for Jane Roncoroni
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: url(images/background.jpg) repeat-x top center;
	color: #2B251F;
}

#container {
	width: 959px;
	min-height: 100%;
	margin: 0px auto -270px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #DAA441;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #471a01; 
}

h2 {
	color: #2B251F;
	font-family: Times, serif;
	font-size: 30px;
	font-weight: 100;
	margin: 0px;
}

h3 {
	color: #DAA441;
	font-family: Times, serif;
	font-size: 18px;
	font-weight: 100;
	margin: 0px;
}

h4 {
	color: #2B251F;
	font-family: Times, serif;
	font-size: 18px;
	font-weight: 100;
	margin: 0px;
}

p {
	padding-bottom: 15px;
}

ul, ol {
	padding-left: 10px;
	list-style: none;
}

/* Forms ////////////////////////////////////////////////////////// */

.forms {
	width: 630px;
	border: 1px solid #DAA441;
	background-color: #ffffff;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.formsfour {
	width: 630px;
	height: 80px;
	border: 1px solid #DAA441;
	background-color: #ffffff;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

.submit_it {
	background-color: #DAA441;
	border: 1px solid #311408;
	width: 100px;
	height: 30px;
	color: white;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 5px 13px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 13px 5px 0px;
   display: inline;
   float: left;
}

/* Header ////////////////////////////////////////////////////////// */

#header {
	width: 711px;
	height: 129px;
}

#info {
	text-align: right;
	color: white;
	padding-right: 15px;
	height: 46px;
}

#info a {
	color: #EEE3B8;
	text-decoration: underline;
}

#info a:hover {
	color: #DAA441;
	text-decoration: underline;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#navigation {
	width: 711px;
	height: 78px;
	position: relative;
	float: right;
}

#nav {
	margin: 5px 0px 0px 0px;
	text-align: right;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	height: 44px;
	float: right;
}

#nav ul li {
	padding: 0px 2px 0px 0px;
	margin: 0;
	display: block;
	float: left;
	background: transparent url(images/nav_split.png) right top no-repeat;
}

#nav ul li.last {
	padding: 0px;
	margin: 0;
	display: block;
	float: left;
	background: none;
}

#nav li a {
	padding: 10px 15px;
	border: 0;
	display: block;
	float: left;
	height: 44px;
	color: white;
}

#nav li a:hover {
	border: 0;
	display: block;
	background: url(images/nav_hover.png) top repeat-x;
	color: white;
	text-decoration: none;
}

/* Left Column ////////////////////////////////////////////////////////// */

#logo {
	width: 210px;
	height: 240px;
	padding: 0px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/jrr.jpg) no-repeat top left;
	width: 210px;
	height: 240px;
	margin: 0px auto;
}

#logo a {
	width: 210px;
	height: 240px;
	display: block;
	text-indent: -9999px;	
}

#photo_gallery h3 {
	width: 230px;
	height: 110px;
	background: url(images/photo_gallery.jpg);
	text-indent: -9999px;
	margin-top: 16px;
}

#photo_gallery a {
	display: block;
	width: 230px;
	height: 110px;
}

#get_directions h3 {
	width: 230px;
	height: 115px;
	background: url(images/get_directions.jpg);
	text-indent: -9999px;
}

#get_directions a {
	display: block;
	width: 230px;
	height: 115px;
}

#left {
	display: inline;
	float: left;
	width: 210px;
}

/* Body ////////////////////////////////////////////////////////// */

#right {
	float: right;
	width: 711px;
}

#content {
	background: url(images/content_top.jpg) top no-repeat;
	padding: 66px 38px 0px 38px;
	min-height: 350px;
}

#page_title {
	height: 65px;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 270px;
	clear: both;
}

#footer {
	width: 100%;
	height: 270px;
	background: url(images/footer.jpg) repeat-x bottom;
	position: relative;
	color: white;
}

#footer_container {
	width: 959px;
	height: 170px;
	margin: 0px auto;
	background: url(images/content_bottom.jpg) top right no-repeat;
	padding: 100px 0px 0px;
}

#footer a {
	color: white;
	text-decoration: none;
	border: 0px;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#footer_left {
	display: inline;
	float: left;
	width: 248px;
	height: 135px;
}

#footer_middle {
	float: left;
	width: 360px;
}

#footer_right {
	float: right;
	text-align: right;
	width: 275px;
}

#footer_bottom_left {
	display: inline;
	float: left;
}

#footer_bottom_right {
	float: right;
	text-align: right;
}