@charset "UTF-8";
/* I HEART CSS */

body {
	background-color: #e9dde1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#simplemodal-container a.modalCloseImg {
    background: url(/assets/down.gif) no-repeat;
    width: 28px;
    height: 28px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

a.dialogCloseImg {
    background: url(/assets/cross.gif) no-repeat;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    padding: 1px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

img, div { border: 0; margin: 0; padding: 0; line-height: 0; }

a {
	outline: none;
	color: #b23866;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a.underline { text-decoration: underline; }

.clear {
  clear: both;
}

.vsml { font-size: 9px; }
.sml { font-size: 10px; }
.med { font-size: 11px; }
.big { font-size: 12px; }
.vbig { font-size: 14px; }
.huge { font-size: 16px; }
.vhuge { font-size: 18px; }
.italic { font-style: italic; }

.bold { font-weight: bold; }

p { text-align:left; margin: 0; line-height: 1em; }

p.top { margin: 0 0 1em 0; }
p.bot { margin: 1em 0 0 0; }
p.both { margin: 1em 0 1em 0; }
p.none { margin: 0; }
p.indent { margin-left: 1em; }

.wht { color: #fff; }
.blk { color: #000; }
.light-pink { color: #fe70ab; }
.mid-pink { color: #d45c8a; }
.dark-pink { color: #bd4588; }
.purple { color: #6b86b6; }
.noserif { font-family: Helvetica, Arial, Verdana; }
    
.purple-bg { background-color: #a07ab7; }

.error {
    color: #ee0000;
}

form { margin: 0; padding: 0; }

.BlogTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #b23866;
	font-weight: lighter;
}

.Pagelinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #b23866;
}

div.terms div, ol, .BlogContents, .PhotoCredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	font-weight: lighter;
}

.PhotoCredit {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 9px;
    line-height: 18px;
    color: #333333;
    font-weight: lighter;
}

.Legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5f3f4b;
	font-weight: lighter;
}

.girly {
    background-image: url(images/girlwithmap.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.Titles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: capitalize;
	color: #FFFFFF;
}

.CommentTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #2e9aed;
}

#outer-top {
	width: 100%;
	float: left;
	text-align: center;
	background-image: url(/assets/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#content-outer {
	width: 940px;
	margin: 0 auto 0 auto;
}

#content-header {
	width: 940px;
	height: 92px;
}

#main-logo-outer {
	position: relative;
	width: 221px;
	height: 92px;
	float: left;
}

#main-logo-inner {
	position: absolute;
	top: 92px;
	left: 12px;
	z-index: 10;
	width: 610px;
	height: 85px;
}

img.main-logo {
    display: block;
    float: left;
    width: 277px;
    height: 85px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/newyork_TIT.png');
}

a > img.main-logo {background-image: url(/assets/newyork_TIT.png); filter: none;}

#change-title {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/drop_spot.png');
}

div > #change-title {background-image: url(/assets/drop_spot.png); filter: none;}

#change-popup {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    width: 300px;
    height: 257px;
/*  background-color: #fff;*/
}

#change-popup {
    display: none;
    position: absolute;
    top: 0px;
    left: -17px;
    z-index: 20;
    width: 300px;
    height: 257px;
    padding: 0 17px 17px 17px;
    background-repeat: no-repeat;
/*    background-image: url(/assets/dropTab.png);*/
/*    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/dropTab.png');*/
}

div > #change-popup {background-image: url(/assets/dropTab.png); filter: none;}

#change-paris {
    width: 277px;
    height: 85px;
    margin: 0 0 1px 0;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/paris_TIT.png');
}

a > #change-paris,
div > #change-paris {background-image: url(/assets/paris_TIT.png); filter: none;}

#change-hollywood {
    width: 277px;
    height: 85px;
    margin: 0 0 1px 0;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/hollywood_TIT.png');
}

a > #change-hollywood,
div > #change-hollywood {background-image: url(/assets/hollywood_TIT.png); filter: none;}

#change-newyork {
    width: 277px;
    height: 85px;
    margin: 0 0 0 0;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/newyork_TIT.png');
}

a > #change-newyork,
div > #change-newyork {background-image: url(/assets/newyork_TIT.png); filter: none;}

#highlight-paris {
    display: none;
	cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/highlight_spot.png');
}

div > #highlight-paris {background-image: url(/assets/highlight_spot.png); filter: none;}

#highlight-hollywood {
    display: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/highlight_spot.png');
}

div > #highlight-hollywood {background-image: url(/assets/highlight_spot.png); filter: none;}

#highlight-newyork {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/highlight_spot.png');
}

div > #highlight-newyork {background-image: url(/assets/highlight_spot.png); filter: none;}

#nav-outer {
	width: 560px;
	height: 50px;
	margin: 29px 0px 0px 0px;
	float: left;
}

#nav-guide {
	width: 90px;
	height: 50px;
	float: left;
}

#nav-blog {
	width: 179px;
	height: 50px;
	margin-left: 15px;
	float: left;
}

#nav-win {
	width: 73px;
	height: 50px;
	margin-left: 15px;
	float: left;
}

#nav-lindsey {
	width: 173px;
	height: 50px;
	margin-left: 15px;
	float: left;
}

#content-body {
	width: 940px;
	line-height: 1em;
}

#content-left-outer {
	float: left;
	width: 610px;
	padding: 0px 10px 0px 10px;
    margin: 85px 0px 0px 0px;
/*    margin: 49px 0px 0px 0px;*/
}

#content-right-outer {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content-right-outer.vert-align {
    margin: 49px 0px 0px 0px;
}

#outer-bottom {
	width: 100%;
	clear: both;
	text-align: center;
}

#footer-outer {
	width: 940px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 10px 0px 10px 0px;
	line-height: 1em;
}

#signup-outer {
	width: 300px;
	height: 65px; /*81px; /*65px; /*81px;*/
	background-color: #f4ebee;
/*	margin-bottom: 4px;*/
	margin: 10px 0 10px 0;
}

#signup-inner {
	width: 281px;
	height: 22px;
	padding: 0px 10px 4px 9px;
	background-image: url(/assets/signup.gif);
}

#signup-form {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

#signup-email {
	display: block;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	width: 191px;
	height: 22px;
	line-height: 22px;
}

#signup-submit {
	display: block;
	float: left;
	margin-left: 10px;
	width: 80px;
	height: 22px;
	line-height: 22px;
}

#guide-entries {
	width: 610px;
	background-color: #f4ebee;
	text-align: left;
}

.entry-header {
	width: 600px;
	padding-left: 10px;
	height: 27px;
	background-color: #df4d90;
	line-height: 27px;
}

.entry-body {
	width: 590px;
	padding: 10px;
}

.entry-body img {
    padding: 14px 0px 4px 0px;
}

.entry-body img.blog-entry {
    padding: 14px 0px 14px 0px;
}

.entry-footer {
	width: 590px;
	height: 24px;
	padding: 14px 10px 10px 10px;
	background-image: url(/assets/line_br.gif);
	background-repeat: no-repeat;
}

.entry-footer.no-line {
    padding: 4px 10px 10px 10px;
    background-image: none;
}

.entry-footer.comment {
    height: 4px;
	padding: 0px 10px 0px 10px;
}

.entry-comments, .entry-but-left, .entry-but-right {
	float: right;
	width: 280px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-image: url('/assets/button_bg.jpg');
	background-color: #DF4D90;
}

#entries-page-links {
	width: 590px;
	padding: 10px 10px 10px 10px;
	background-color: #f4ebee;
	line-height: 1em;
	margin-top: 10px;
	text-align:left;
}

.entry-pics {
    width: 590px;
    padding: 10px;
}

.entry-pics img {
}

.entry-details {
    width: 590px;
    padding: 10px;
}

.form-field {
	padding: 0 0 4px 0;
}

.form-field.lbl {
    height: 20px;
    line-height: 20px;
}

.form-field input {
    border: 1px solid #b0b0b0;
    background-color: #fff;
    color: #000;
    width: 300px;
    height: 18px;
    margin: 0;
    padding: 0;
}

.form-field textarea {
    border: 1px solid #b0b0b0;
    background-color: #fff;
    color: #000;
    width: 550px;
    height: 200px;
}

.form-field textarea.comment {
    border: 1px solid #b0b0b0;
    background-color: #fff;
    color: #000;
    width: 550px;
    height: 100px;
}

.form-field.captcha img {
    padding: 4px 0px 0px 6px;
    margin: 0px 0px -5px 0px;
}

.entry-but-left {
    float: left;
}

.entry-but-right {
    float: right;
}

.dialog-outer {
    background-color: #f4ebee;
    border: 2px solid #df4d90;
}

.dialog-title {
    background-color: #df4d90;
    line-height: 27px;
    text-align: left;
    padding-left: 10px;
    position: relative;
}

.dialog-inner {
    background-color: #f4ebee;
    padding: 1px;
}

.datepicker, .datepicker *, .ui-datepicker, .ui-datepicker * {
	font-size: 12px;
	line-height: normal;
}

table, tr, td, th {
    font-size: 12px;
    line-height: normal;
    vertical-align: top;
}



