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

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

/* Sets all Defaults to 0 */

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

html {
	background: url(images/background.jpg) repeat-x center top #9DB09D;
}

body  {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#container {
	width: 900px;
	min-height: 100%;
	margin: 0px auto 50px auto;
	position: relative;
	background: url(images/container2011.jpg) no-repeat center top #181512;
}

#container_bottom {
	width: 900px;
	height: 30px;
	text-indent: -999999px;
	background: url(images/container_bottom.jpg) bottom no-repeat;
}

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

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

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

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

h2 {
	color: #6E4C40;
	font-size: 16px;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}

p {
	padding-bottom: 15px;
}

ul, ol {
	padding-left: 20px;
	margin-bottom: 15px;
}

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

#header { 
	width: 900px;
	height: 275px;
} 

#header_logo {
	width: 400px;
	padding: 100px 0px 0px 66px;
	display: inline;
	float: left;
	color: #ffffff;
}

#header_logo p {
	padding-left: 5px;
	font-style: italic;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 64px;
}

#header_logo img {
	border: 0px;
	color: transparent;
}

#slide {
	width: 400px;
	height: 275px;
	float: right;
}

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

#tan {
	width: 876px;
	height: 24px;
	margin: 0px auto 8px auto;
	background-color: #6E4C40;
	border-bottom: medium white solid;
	padding: 5px;
	position: relative;
}

#nav {
	width: 555px;
	display: inline;
	float: left;
}

#nav a {
	font-size: 14px;
	color: white;
	padding-right: 5px;
}

#nav a:hover {
	color: white;
}

#general {
	float: right;
	text-align: right;
	color: white;
}

/* body ////////////////////////////////////////////////////////// */

#left {
	width: 285px;
	display: inline;
	float: left;
	padding: 0px 0px 50px 0px;
	margin: 0px 0px 0px 7px;
	position: relative;
}

#news {
	border-top: medium solid #006699;
	background: white url(images/news_bottom.jpg) no-repeat bottom;
	min-height: 30px;
}

#news_content {
	margin: 10px;
	padding-bottom: 30px;
}

#info {
	padding: 20px 0px 0px 15px;
	color: white;
	width: 250px;
}

#schedule {
	width: 270px;
	height: 134px;
	position: relative;
}

#schedule h2 {
	background: url(images/contactus.jpg) no-repeat;
	width: 270px;
	height: 134px;
	margin: 0px;
	padding: 0px;
}

#schedule a {
	width: 270px;
	height: 134px;
	display: block;
	text-indent: -999999px;
}

#seeour {
	width: 270px;
	height: 406px;
	position: relative;
}

#seeour h2 {
	background: url(images/seeour1.jpg) no-repeat;
	width: 270px;
	height: 406px;
	margin: 0px;
	padding: 0px;
}

#seeour a {
	width: 270px;
	height: 406px;
	display: block;
	text-indent: -999999px;
}

#right {
	width: 572px;
	margin: 0px 7px 0px 0px;
	padding: 10px;
	border-top: medium solid #006699;
	background: white url(images/content_bottom.jpg) no-repeat bottom;
	min-height: 300px;
	float: right;
	position: relative;
}

/* Blog //////////////////////////////////////////////////////////////// */

.split {
	width: 590px;
	height: 41px;
	background: url('images/split.jpg') no-repeat center left;
	margin: 0;
	padding: 20px 0px 5px 0px;
	text-indent: -99999px;
}

.split2 {
	width: 590px;
	height: 41px;
	background: url('images/split2.jpg') no-repeat center left;
	margin: 0;
	padding: 0px;
	text-indent: -99999px;
}

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

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

.title {
	font-weight: bold;
	width: 60px;
	display: inline;
	float: left;
	padding: 4px 0px;
}

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

.comment_left {
	display: inline;
	float: left;
	width: 200px;
}

.comment_right {
	float: right;
	width: 200px;
	text-align: right;
}

#leavea {
	width: 590px;
	background-color: #C94F88;
	padding: 3px;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
}

.comments {
	list-style: none;
	width: 590px;
	border-bottom: dashed thin;
	border-bottom-color: #5E0003;
	margin-bottom: 10px;
}

#comments {
	margin-bottom: 10px;
}

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

#footer {
	width: 592px;
	font-size: 10px;
	padding: 0px;
	color: #6E4C40;
	line-height: normal;
	position: relative;
	float: right;
	padding: 10px 7px 0px 0px;	
}

#footer a {
	color: #6E4C40;
	text-decoration: none;
}

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

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

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