/* @override http://tours-new-york-city.com/wp-content/themes/nyps_template/style.css */


/*-------------------------------------------------------------------------

Base Style Sheet

Theme Name: New York Party Shuttle Rebrand
Theme URI:  http://www.newyorkpartyshuttle.com/
Description:  Tour New York City - With New York Party Shuttle Tours
Version: 1.0
Author: Tom Schmidt
Email: tom@creativerse.com
Website: http://www.creativerse.com

--------------------------------------------------------------------------- */

/* Normalizes margin, padding */
* {
      margin: 0;
      border: 0;
      padding: 0;
}

/* Normalizes font-size for headers */
h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
	
h1 {
       font-size: 150%;
       color: #317B3C;
   }

/* Removes list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Normalizes Table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
	}
	
/* Left-aligns text in caption and th */
caption, th {
	text-align: left; 
	}
	
/* Removes quotation marks from q */
q:before, q:after {
	content: ' ';
	}
	
/* =Branding
_____________________________________________*/

#branding {
	width: 779px;
	margin: 0 auto;
}

#brandingevents {
	width: 779px;
	margin: 0 auto;
}

#branding_wrap {
	position: relative;
	width: 100%;
}

p.tagline {
	position: absolute;
	top: 38px;
	left: 317px;
	width: 530px;
	z-index: 20;
}

/* =Navigation
______________________________________________*/
#nav {
	width: 779px;
	margin: -40px  auto 0  auto;
}

#nav_wrap {
	position: relative;
	width: 100%;
}

#nav_top h2 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

ul#nav_tools {
    position: absolute;
	top: -104px;
	left: 515px;
	width: 460px;
	margin: 0px;
	z-index: 10;
}

ul#nav_tools li {
	display: inline;
	
}


#nav_main h2 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

ol#nav_site {
	text-align: right;

}

ol#nav_site li {
	display: inline;
}

/* =MAIN LAYOUT 
_______________________________________*/

#wrap {
	width: 779px;
	margin: 0 auto;
	
}

div#content {
	position: relative;
	width: 100%;
}

div#content_main2 {
	padding: 1em  1em 1em 0;
	width: 429px;
}

div#content_main2_ns {
	padding: 1em  1em 1em 1em;
	width: 759px;
}

div#content_main3 {
	padding: 1em  1em 1em 0;
	width: 629px;
}


div#content_main2 p {
	margin-top: 1em 
}

div#content_main {
	padding: 1em  1em 1em 0;
	width: 289px;
}

div#content_sub {
	padding: 1em 0;
}

/*#box {
	width: 19px;
}*/


/* =MIDDLE STYLES
___________________________________*/

#middle_wrap {
	width: 779px;
	margin: 0 auto;
}


#middle_main {
}

#middle_main p {
	margin-bottom: 2em;
}

#middle_sub {
}

#middle_main h3 {
	margin-bottom: 10px;
	color: white;
}

h4#time {
	padding: 4px 0;
}

h4#where {
	padding: 4px 0;
}

/*FLASH SLIDESHOW 
______________________________*/

.slideshow {
	height: 200px;
	width: 280px;
	
}

/* =FOOTER/SITE INFO
__________________________________*/

#footer_wrap {
	text-align: center;
	
	
}

#footer {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0;
	width: 779px;
	clear: both;
}

ul#footer_nav li {
	display: inline;
}



/* =HACKS */


/* =si_clear_children */

.pc, .sc { position : absolute; top : 0; left : 0; }

.pc	{ width: 432px; left: 15px; } 
.pc_nosidebar	{ position: relative; 	margin: 0 auto;} 
.sc	{ width: 299px; left: 470px; }
.dc     { width: 432px; left: 15px; }

.clear_children, .cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */


a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	background-color: #333333;
	color: #fff;
	text-decoration: none;
}

p.tagline{
	  color: #0A4972 !important;
}

h2 a:link, h2 a:visited {
  text-decoration: none;
}

blockquote p {
	color: #317B3C;
       weight: strong;
}

.img_left {
	float: left;
	margin: 8px;
}

.img_right {
	float: right;
	margin: 8px;
}

.align_right {
	text-align: right;
}
/* =Banner 
__________________________*/

#banner {
	background: #0A4972;
	width: 100%;
}

#banner h2#main a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(images/header_main.png) no-repeat;
	width: 779px;
	height: 170px;
	margin: 0 auto;
}

#banner h2#xmas a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(images/header_xmas.png) no-repeat;
	width: 779px;
	height: 170px;
	margin: 0 auto;
}

#banner h2#park a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(images/header_park.png) no-repeat;
	width: 779px;
	height: 170px;
	margin: 0 auto;
}

#banner h2#statue {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(images/header_statue.png) no-repeat;
	width: 779px;
	height: 162px;
	margin: 0 auto;
}

#banner h2#night a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(images/header_night.png) no-repeat;
	width: 779px;
	height: 170px;
	margin: 0 auto;
}





/* =MAIN LAYOUT 
_______________________________________*/


.hidden {
	display: none;
}

#box {
	background: #feefcb url(images/box_bg.gif) repeat-x;
}

#box h4 {
	background: transparent url(images/box_top.gif) no-repeat;
	width: 299px;
	height: 13px;
}

.box_bottom {
	background: transparent url(images/box_bottom.gif) no-repeat bottom right;
	width: 299px;
	height: 10px;
}

h4#guide  {
	background: #fff url(images/pdf.gif) no-repeat;
	margin-top: 15px;
	padding-left: 70px;
	min-height: 63px;
	
}

h4#guide a, h4#guide a:link, h4#guide a:visited, h4#guide a:hover, h4guide a:active {
	text-decoration: none;
	color: #000;
}

p#guidep {
	padding-left: 70px;
	margin-top: -30px;
}

/* =Branding
_____________________________________________*/


#branding h1 a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: #fff url(images/logo.gif) no-repeat bottom left;
	width: 297px;
	height: 146px;

}

#brandingevents h1 a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: #fff url(images/logo2.gif) no-repeat bottom left;
	width: 200px;
	height: 117px;
 
}

p#tagline {
}

/* =Middle
___________________________________________*/

#middle {
	background: #0A4972;
	width: 100%;
	padding-bottom: 1em;
	border-bottom: #fabc79 1px solid;
	color: white;
}

h4#time {
	background: url(images/departure.png) no-repeat;
	width: 203px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

h4#where{
	background: url(images/where.png) no-repeat;
	width: 136px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

h4#top_ten a {
	background:#fddf9e url(images/ten.png) no-repeat;
	width: 299px;
	height: 130px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

h4#shuttle a {
	background:#fddf9e url(images/shuttle.png) no-repeat;
	width: 299px;
	height: 130px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
/* =Footer/Site Info
___________________________________________*/

#footer_wrap {
	
	border-bottom: 1em #000 solid;	
}


.vcard {
    padding: 1em;
	font-weight: bold;

}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
}

.emphasis {
	font-weight: bold;
}

.tom {
	font-size: large;
}

tom p {
        font-size: large;
}

blockquote p {
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
}

blockquote p cite {
	text-align: right;
}

/* =Main Layout
__________________________________________*/

div#content_main h2 { 
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .5em;
}

div#content_sub h3 {
	text-transform: uppercase;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -10px;
	margin-bottom: .5em;
}

div#content_sub h4 {
	margin-bottom: .4em;
}

div#content_main p {
	font-size: 90%;
	margin-bottom: 1em;
	line-height: 1.5;
}

#box h4 {
	padding: 20px 10px 5px;
        font-size: 18px;
        font-weight: bold;
}

#box p {
	padding: 10px;
}

h4#guide {
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

/* =Navigation
__________________________________________*/

ul#nav_tools a {
	font-size: 11px;
	letter-spacing: .2em;
	color: #ccc;
}

ul#nav_tools  a:link, ul#nav_tools  a:visited {
	text-decoration: none;
}

ul#nav_tools a:hover, ul#nav_tools a:active {
	background-color: #fff;
	text-decoration: underline;
	color: #000;
}

ul#nav_tools li {
	border-right: #ccc 1px solid;
    padding-right: .4em;
	margin-left: .4em;
}

ul#nav_tools li#last {
	border-right: none;
}

ol#nav_site a {
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: bold;
	color:#0A4972;
}

ol#nav_site li {
	margin-right: .8em;
}

ol#nav_site li#last2 {
	margin-right: 0;
}

ol#nav_site a:link, ol#nav_site a:visited {
	text-decoration: none;
}

ol#nav_site a:hover, ol#nav_site a:active {
	background-color: #317B3C;
	color: #fff;
	padding: 4px;
}


/* =Middle 
_________________________________*/

#middle_main {
	padding: 20px 0;
}

#middle_sub {
	padding: 20px 0;
}

/* =FOOTER/SITE INFO
__________________________________*/

.vcard {
	font-size: 105%;
	text-align: right;
}

ul#footer_nav li {
	border-right: #ccc 1px solid;
    padding-right: .4em;
	margin-left: .4em;

}

ul#footer_nav li#footer_last {
	border-right: none;
}


#copyright {
	font-size: 85%;
	text-align: right;
	margin: .5em;
}


/*VERTICAL LIST
____________________________*/

 #navcontainer2 ul
{
list-style-type: none;
text-align: left;
}

#navcontainer2 ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #000;
}

#navcontainer2 ul li a.red
{
background: transparent url(http://www.newyorkpartyshuttle.com/images/list-off-red.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #FE0102;
}

#navcontainer2 ul li a.blue
{
background: transparent url(http://www.newyorkpartyshuttle.com/images/list-off-blue.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #2E3570;
}

#navcontainer2 ul li a.orange
{
background: transparent url(http://www.newyorkpartyshuttle.com/images/list-off-orange.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #E07E15;
}

#navcontainer2 ul li a.yellow
{
background: transparent url(http://www.newyorkpartyshuttle.com/images/list-off-yellow.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #EBBB29;
}

#navcontainer2 ul li a.green
{
background: transparent url(http://www.newyorkpartyshuttle.com/images/list-off-green.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #026E16;
}

#navcontainer2 ul li a.purple
{
background: transparent url(http://www.newyorkpartyshuttle.com/images/list-off-purple.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #3E044D;
}

#navcontainer2 ul li a.brown
{
background: transparent url(http://www.newyorkpartyshuttle.com/images/list-off-brown.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #462303;
}

#navcontainer2 ul li a:hover
{
background: transparent url(http://www.newyorkpartyshuttle.com/images/list-on.gif) left center no-repeat;
color: #000;
text-decoration: underline;
}

#navcontainer2 ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #000;
}
