/*  
Theme Name: Shop-NYCTours
Description: A custom wordpress theme designed specifically for Shop-NYCTours.
Version: 1.0
Author: mauth studios
*/

*  {
	padding: 0;
	margin: 0;
}

a {
	color: #ff0099;
}

body {
	text-align: center;
	background-color: #ffffff;
	font-size: 76%;
	font-family: Trebuchet MS, Arial, sans-serif;
}

input, textarea {
	font-family: Trebuchet MS, Arial, sans-serif;
}

#header {
	height: 185px;
	width: 100%;
	background: #ffffff url("images/hr_bg.png") top repeat-x; 
}

#header_wrapper {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}

#name {
	position: relative;
	margin-left: 0;
	width: 282px;
	float: left;
}

#name a img {
	border: none;
}

#banner {
	background: url(images/shopping_banner.png) top right no-repeat;
	width: 605px;
	height: 85px;
	position: relative;
	float: right;
}

#topnav {
	list-style:none;
	float: right;
	padding: 76px 0 0 0;
	display: inline;
	
	overflow:hidden; /* wrap floats */
	height:26px; /* trips haslayout, wrap floats IE */
	width: 618px;
	list-style:none;
	background: #fff url("images/hr_bg.png") top repeat-x; 
}

#topnav li {
	float:left;
	margin:0;
	height: 26px;
	margin: 0 0 0 10px;
	text-align: center;
}

#topnav a {
	display:block;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	color: #ff0099;
	
	
	position:relative;
	padding-left:10px;
	margin-right:10px;
	text-decoration:none;
	background:url(images/nav.png) 0 0 no-repeat;
}

#topnav a span {
	position:absolute;
	top:0;
	left:100%;
	width:10px;
	height:45px;
	background: url(images/nav.png) -183px 0 no-repeat;
}

#topnav a:active,
#topnav a:focus,
#topnav a:hover {
	color:#ffffff;
	background-position:0 -26px;
}

#topnav a:active span,
#topnav a:focus span,
#topnav a:hover span {
	background-position:-183px -26px;
}

#wrapper {
	background: #FFF;
	font-size: 105%;
}

#content {
	width: 900px;
	display: block;
	text-align: left;
	margin: 0 auto;
	font-size: 105%;
}

#leftcol {
	float: left;
	width: 640px;
	overflow: hidden;
	padding-right: 15px;
	background: url("images/sidebar.png") repeat-y top right;
}

.navigation {
	display: block;
	text-align: center;
	font-size: 90%;
	margin: 0 0 5px 0;
	padding: 0;
}

.post {
	padding: 5px 0 0 0;
	clear: both;
	font-size: 100%;
}

.post h2 {
	font-size: 145%;
	padding: 0 0 8px 0;
}

h2.search {
	margin: 10px 20px;
}

h2.pagetitle {
	font-size: 145%;
	padding: 0 0 5px 0;
}

.posthead {
	height: 55px;
	margin: 0 0 10px 0;
}

.posthead h2, .posthead h2 a {
	color: #ff0099;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

.posthead h2 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	padding: 7px 0 0 0px;
}

.posthead h2 a {
	color: #ff0099;
	font-size: 145%;
	text-decoration: none;
}

.posthead h2 a:hover {
	color: #ff0099;
	font-size: 145%;
}

.posthead .meta {
	font-size: 95%;
	padding: 0;
}

.posthead .meta a {
	color: #ff0099;
	text-decoration: underline;
}

.post .entry p, .post .entrytext p {
	padding: 0 0 15px 0;
}

.post .entry .wp-smiley {
	padding: 0;
}

.post .entry a, .post .entrytext a {
	color: #ff0099;	
	text-decoration: none;
}

.horizontal-divider {
	height: 23px;
	border-top: 1px solid #999999;
}

h3#comments, h3#respond {
	color: #333399;
	padding: 0 0 7px 0;
}

.commentlist li.alt cite {
	display: block;
	padding: 0px 10px 10px 10px;
	margin: 0;
}

.commentlist li cite {
	display: block;
	padding: 7px 10px 5px 10px;
	margin: 0;
}

.commentlist li cite span.visitor  {
	color: #333399;
}

.commentlist li cite span.visitor a {
	color: #333399;
	text-decoration: underline;
}

.commentlist li cite .commentmetadata {
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

.commentlist li cite .commentmetadata a {
	color: #ff0099;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.commentlist li cite .commentmetadata a:hover {
	color: #ff0099;
	text-decoration: underline;
}

.commentlist li p, .commentlist li.alt p {
	padding: 0px 10px 10px 10px;
	margin: 0;
}

.alt {
	background: #F0EDD0 url("images/bg-alt-comment-middle.gif") repeat-y top left;
}

.alt-comment-top {
	background: #F0EDD0 url("images/bg-alt-comment-top.gif") no-repeat top left;
	height: 15px;
}

.alt-comment-bottom {
	background: #F0EDD0 url("images/bg-alt-comment-bottom.gif") no-repeat bottom left;
	height: 9px;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
}

#commentform input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 490px;
	padding: 2px;
	overflow: auto;
}

#commentform input, #commentform textarea {
	border: 1px solid #C2C2C2;
	background: #E9E9E9 url("images/bg-form-input.gif") repeat-y top left;
	font-size: 1em;
}

#commentform label {
	color: #808080;
}

#commentform #submit {
	margin: 15px 0 15px 0;
	border: 1px solid #a20463;
	background: #ff0099;
	font-weight: bold;
	font-size: 90%;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
}

#rightcol {
	float: left;
	display: inline;
	width: 220px;
	margin: 0 0 0 13px;
}

#rightcol ul {
	list-style: none;
}

.sidebox h3 {
	color: #333399;
}

.sidebox ul {
	list-style: none;
}

.sidebox ul li {
	padding: 5px 10px 8px 20px;
	font-size: 90%;
}

.sidebox ul li span {
	color: #ff0099;
	font-weight: bold;
}

.sidebox a {
	color: #ff0099;
	text-decoration: none;
}

.clearer {
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0 0;
	clear: both;
}

#footer {
	height: 100px;
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#footer p {
	padding: 0 0 0 13px;
	color: #A5A5A5;
	font-size: 90%;
	font-weight: bold;
}

#footer p a {
	color: #ff0099;
}

#footer img {
	padding: 20px 5px;
}

#name a img {
	border: none;
}

/* Begin misc */

.entry ul, .entry ol {
	display: block;
	margin: 0 0 15px 30px;
	list-style-type: square;
}

.entry ol {
	margin-left: 37px;
}

.entry li {
	padding: 0 0 0 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

acronym, abbr, span.caps{
	letter-spacing: .07em;
}

#searchform2 {
	margin: 0 0 0 20px;
}

#searchform2 #s2 {
	border: 1px solid #C2C2C2;
	background: #F7F7F7;
	width: 142px;
	padding: 2px;
}

#searchsubmit2 {
	height: 25px;
	background: #A2B900;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	width: 45px;
	text-align: center;
}


/* Begin Images :: this is the style applied by the wordpress rich texteditor do not alter */
p img {
	padding: 0;
	max-width: 100%;
}
	
img.centered {
	display: block;	
	margin-left: auto;
	margin-right: auto;	
}
	
img.alignright {
	padding: 10px;
	margin: 0 2px 2px 0;
	display: inline;
}


img.alignleft {
	padding: 8px;
	margin: 0 2px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.entry form {
	text-align:center;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

div.hr {
	border: 0;
	background: url("images/divider.png") repeat-x top left;
	height: 20px;
}

div.hr hr {
  display: none;
}

hr {
	border: 1px dotted #999 ;
	height: 1px;
	color: #999;
	margin-top: 10px;
}

a img {
	border: none;
}

/* Begin Calendar - style is not used currently because there is no calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */

/* end misc */
