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

@charset "UTF-8";

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

/* Sets all Defaults to 0 */

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

body  {
	font-family: Tahoma, San-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 18px;
	background: url(images/background.jpg);
	background-repeat: repeat-x;
	color: #37363C;
}

.clearfloat {
	clear: both;
}

.center {
	margin: 0px auto 0px auto;
}

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

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

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

.header1 {
	color: #9A0412;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: bold;
	font-family: Palatino;
	line-height: normal;
}

.header2 {
	color: #9A0412;
	font-size: 16px;
	font-weight: bold;
	font-family: Palatino;
	line-height: normal;
}

.red {
	color: #9A0412;
	font-weight: bold;
	font-size: 13px;
}

.bullet {
	font-size: 15px;
}

p {
	padding-bottom: 15px;
}

ul {
	list-style: disc outside;
	padding-left: 18px;
	margin-bottom: 15px;
}

ul ul {
	padding-left: 10px;
	margin-bottom: 15px;
	list-style-type: none;
}

table {
	border: solid #cccccc thin;
	font-size: 12px;
}

td {
	padding: 5px;
}

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

#header { 
	width: 830px;
	height: 67px;
	margin: 0px auto 0px auto;
} 


#header_logo {
	width: 830px;
	padding: 0px;
	display: inline;
	float: left;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/dny.jpg) no-repeat top left;
	width: 830px;
	height: 67px;
}

#header_logo a {
	width: 830px;
	height: 67px;
	display: block;
	text-indent: -999999px;	
}

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

#nav {
	height: 61px;
	display: inline;
}

/* Home ////////////////////////////////////////////////////////// */

#flash {
	width: 830px;
	height: 290px;
	margin: 0px auto 30px auto;
}

.gray {
	display: inline;
	float: left;
	width: 230px;
	min-height: 140px;
	margin-right: 10px;
	border: 1px solid #DEDCD8;
	background-color: #F6F6F4;
	margin-bottom: 40px;
	padding: 20px;
	font-size: 11px;
}

.gray2 {
	float: left;
	width: 220px;
	min-height: 140px;
	border: 1px solid #DEDCD8;
	background-color: #F6F6F4;
	margin-bottom: 40px;
	padding: 20px;
}

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

#container {
	width: 830px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	margin-bottom: -301px;
	position: relative;
}

#left {
	display: inline;
	float: left;
	position: relative;
	width: 530px;
	padding: 0px 24px 30px 0px;
}

#right {
	float: right;
	width: 276px;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
}

.details {
	border: solid thin #cccccc;
	background-color: #EFEFEF;
	padding: 10px;
	margin-bottom: 15px;
}

.rule {
	margin: 0px 0px 20px 0px;
}

.rule2 {
	margin: 20px 0px 20px 0px;
}

.line {
	line-height: 30px;
}

#signup {
	position: absolute;
	width: 285px;
	top: 40px;
	right: 25px;
	padding: 5px;
	border: thin solid #333333;
}

/* Sidebar ////////////////////////////////////////////////////////// */

#bullet1 {
	background: url(images/bullet1.jpg) top no-repeat;
	padding: 0px 24px 20px 35px;
	margin: 0px;
}

#bullet2 {
	background: url(images/bullet2.jpg) top no-repeat;
	padding: 0px 0px 20px 35px;
	margin: 0px;
}

#bullet3 {
	background: url(images/bullet2.jpg) top no-repeat;
	padding: 0px 0px 20px 35px;
	margin: 0px;
}

.bullet_middle {
	background: url(images/bullet2.jpg) top no-repeat;
	padding: 0px 0px 20px 35px;
	margin: 0px;
}

#bullet4 {
	background: url(images/bullet3.jpg) top no-repeat;
	padding: 0px 0px 20px 35px;
	margin: 0px;
	min-height: 145px;
}

.allcaps {
	color: #9A0412;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	font-family: Palatino;
	font-size: 16px;
}

.allcaps a {
	color: #9A0412;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	font-family: Palatino;
	font-size: 16px;
}

.allcaps a:hover {
	color: #9A0412;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	font-family: Palatino;
	font-size: 16px;
}

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

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

#footer {
	height: 301px;
	width: 100%;
	background: #350000 url(images/footer.jpg) repeat-x 0 0;
	position: relative;
	font-size: 11px;
	padding: 0;
	color: #ffffff;
	margin-top: 30px;
	line-height: normal;
}

#footer_container {
	width: 830px;
	min-height: 30px;
	padding-top: 65px;
	background: url(images/footer_top.jpg) top no-repeat;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
}

.footer_one {
	display: inline;
	float:left;
	margin: 0px;
	width: 207px;
	height: 210px;
	line-height: normal;
}

.footer_one a:hover {
	text-decoration: underline;
}

.footer_one ul {
	font-size: 10px;
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 170px;
	line-height: normal;
}

.footer_one li {
	display: block;
	width: 170px;
	line-height: normal;
}

.footer_one li a {
	color: #ffffff;
	display: block;
	padding: 1px 0 1px 0px;
	text-decoration: none;
	line-height: normal;
}

.footer_one li a:hover {
	color: #ffffff;
	line-height: normal;
}

.footer_one li li {
	background: transparent url(images/arrow.jpg) no-repeat scroll 0 4px;
	color: #ffffff;
	margin-left: 10px;
	padding: 1px 0 1px 10px;
	text-decoration: none;
	line-height: normal;
}

.footer_one li li a {
	color: #ffffff;
	text-decoration: none;
	line-height: normal;
}

.footer_one li li a:hover {
	color: #ffffff;
	line-height: normal;
}

#footer_bottom {
	color: #ffffff;
}

#footer_bottom a {
	color: #ffffff;
	text-decoration: none;
}

#footer_bottom a:hover {
	color: #ffffff;
	text-decoration: none;
}