/* RESET CSS ------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	margin: 0;
	background: #fff url(../images/background_damask.gif) center top;
	color: #666;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

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

a:hover {
	text-decoration: underline;
}

.clearHack {
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 0;
}

.divider {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}

#top_spacer, .top_spacer  {
	margin-top: 35px;
}

#top_spacer2, .top_spacer2 {
	margin-top: 10px;
}

#spacer, .spacer {
	margin-top: 35px;
	margin-bottom: 35px;
}

#spacer_line, .spacer_line {
	display: block;
	height: 25px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 25px;
	clear: both;
}

#scrolly_divider, .scrolly_divider {
	display: block;
	background: url(../images/divider_scrolly.gif) no-repeat center bottom;
	height: 53px;
	margin-bottom: 35px;
	clear: both;
}

#dotted_divider, .dotted_divider {
	display: block;
	background: url(../images/divider_dotted.gif) repeat-x center bottom;
	height: 35px;
	margin-bottom: 25px;
	clear: both;
}

.twocol_fancy_spacer, .twocol_fancy_spacer_narrow {
	display: block;
	clear: both;
	background: url(../images/2col_fancy_spacer.png) no-repeat center center;
	height: 14px;
	width: 280px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.twocol_fancy_spacer_narrow {
	width: 200px;
}

.top {
	margin-top: 35px;
}

.top2 {
	margin-top: 15px;
}

.bottom {
	margin-bottom: 35px;
}

.bottom2 {
	margin-bottom: 5px;
}

.bottom3 {
	margin-bottom: 15px;
}


/* WRAPPERS & CONTAINERS -------------------------- */

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#wrapper.two_column {
	background-color: #fff;
	background: url(../images/background_dropshadow2.gif) repeat-y center top;
}

#wrapper_three_column {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: url(../images/background_3col_dropshadow2.gif) repeat-y center top;
}

#header {
	display: block;
	width: 920px;
	height: 205px;
	margin: 0 auto;
	background: url(../images/navigation/bg_repeatx.jpg) repeat-x left center;
	padding-left: 25px;
	padding-right: 25px;
}

#logo {
	float: left;
	display: block;
	width: 331px;
	height: 148px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 29px;
}

#welcome {
	margin-right: 20px;
	margin-left: 20px;
}

#welcome p {
	margin-bottom: 15px;
	margin-top: 15px;
	font-style: italic;
	font-size: 12px;
}

/* 2 COLUMN -----------------*/

#two_column_left {
	float: left;
	width: 590px;
	padding: 25px 25px 25px 30px;
}

#two_column_right {
	float: right;
	width: 280px;
	padding: 25px 30px 25px 25px;
}

#sitemap_wrap {
	background: #F7F4EB url(../images/sitemap_back.gif) repeat-x left top;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
}

#sitemap_bio {
	float: left;
	width: 415px;
	background: url(../images/logo_sitemap.png) no-repeat 10px 5px;
	padding-top: 55px;
	padding-left: 10px;
}

#sitemap_bio p {
	line-height: 20px;
	font-size: 0.71em;
}

#sitemap_col1, #sitemap_col2, #sitemap_col3 {
	float: right;
	width: 125px;
	min-height: 145px;
	height: 145px;
	border-left: 1px solid #C3BEBA;
	padding-left: 30px;
}

#sitemap_col1 {
	width: 144px;
}

#rss {
	float: right;
	width: 52px;
	height: 23px;
	margin-right: 30px;
}

/* a.rss_feed {
	display: block;
	height: 28px;
	background: url(../images/subscribe_title.gif) no-repeat 25px bottom;
	text-indent: -2500px;
	padding-top: 5px;
}
 */

a.rss_feed {
	float: left;
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/rss_icon.gif) no-repeat left bottom;
	text-indent: -2500px;
	margin-left: 5px;
	margin-right: 2px;
}

a.email {
	float: left;
	display: block;
	width: 37px;
	height: 28px;
	background: url(../images/email_icon.gif) no-repeat -2px center;
	text-indent: -2500px;
	padding-top: 5px;
}

a.twitter {
	display: block;
	width: 108px;
	height: 25px;
	margin: 0 0 0 25px;
	padding: 10px 0 0;
	background: url(../images/twitter_logo.png) no-repeat center center;
	text-indent: -2500px;
	clear: both;
}

#footer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 37px;
	background: url(../images/copyright_bgrepeatx.jpg) repeat-x left top;
	text-align: center;
	font: 11px/15px Georgia, "Times New Roman", serif;
	color: #fffeff;
	padding-top: 8px;
}

#previous_posts, #previous_posts_narrow {
	display: block;
	background: url(../images/previous_posts_title2.gif) no-repeat center top;
	padding-top: 50px;
	text-align: center;
}

#previous_posts {
	text-align: center;
}

#previous_posts_narrow {
	padding-left: 0px;
}

#previous_posts ul li, #link_love ul li, #previous_posts_narrow ul li {
	font: italic 13px/17px Arial, Helvetica, "Helvetica Neue", sans-serif;
	padding-top: 6px;
	color: #e1c4b1;
}

#previous_posts span, #previous_posts_narrow span {
	color: #999;
	padding-right: 5px;
}

#subscribe, #subscribe_padded {
	display: block;
	background: url(../images/follow_swish.gif) no-repeat center top;
	padding-top: 50px;
	font: 11.5px/normal Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
}

#subscribe_padded {
	padding-left: 30px;
}

#link_love {
	display: block;
	background: url(../images/vendors_we_love.gif) no-repeat center top;
	padding-top: 65px;
	text-align: center;}

/* 3 COLUMN ------------------*/

#three_column_left {
	float: left;
	margin-top: 30px;
	padding: 0;
	margin-bottom: 30px;
	margin-left: 35px;
}

#three_column_center {
	float: left;
	width: 480px;
	padding: 30px 30px 30px 20px;
}

#three_column_right {
	float: right;
	width: 200px;
	padding: 30px 30px 25px 25px;
}

#three_column_center #category_title {
	display: block;
	width: 465px;
	height: 33px;
	background: #c1c2ad url(../images/curly_brace.gif) no-repeat 435px center;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-top: 7px;
}

#three_column_center #web {
	display: block;
	height: 30px;
	padding-top: 15px;
	padding-left: 10px;
	margin-top: 10px;
	background: url(../images/web_address_bar.gif) right;
	line-height: normal;
}

#three_column_center #vendor_logo, #three_column_center #artist_photo {
	display: block;
	float: left;
	width: 80px;
	margin-right: 15px;
	margin-bottom: 5px;
}


#three_column_center #artist_photo {
	padding: 3px;
	border: 1px solid #ccc;
	width: 110px;
	height: auto;
}

#three_column_center img.featured, #three_column_center img.featured_last {
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin-right: 16px;
}

#three_column_center img.featured_last {
	margin-right: 0px;
}

#three_column_center #todo p {
	margin: 0;
	padding: 0;
}

.mask_image {
	float: left;
	width: 110px;
	height: 170px;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 60px;
	background-position: center center; 
	background-size: auto 170px;
	background-repeat: no-repeat;
}



/* LANDING / INDEX PAGE STYLES ---------------- */

#list_tease {
	width: 280px;
	height: 265px;
	background: #c1c2ad;
}

#list_tease a.tease {
	display: block;
	text-align: center;
	font: 12px Helvetica, Arial, "Helvetica Neue", sans-serif;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#list_tease a.tease h1 {
	font-size: 12px;
	line-height: normal;
	text-transform: none;
	color: #2DA7AA;
}

#landingpage_slideshow {
	width: 590px;
	height: 265px;
	margin: 0;
	padding: 0;
}

#pictorials {
	display: block;
	width: 475px;
	height: 75px;
	background: url(../images/landingpage/pictorials.jpg) no-repeat center center;
	padding-left: 115px;
	padding-top: 25px;
}

#pictorials h2 {
	color: #fff;
	font: bold 22px/27px Helvetica, Arial, sans-serif;
}

.vendor_search h2 {
	color: #fff;
	font: bold 20px/27px Helvetica, Arial, sans-serif;
}

#pictorials a, #pictorials a:link, #pictorials a:visited {
	display: block;
	color: #00749d;
	font: 13px/16px Helvetica, Arial, sans-serif;
	text-decoration: underline;
	margin-top: 5px;
}

#pictorials a:hover {
	text-decoration: none;
}

/* BLOG STYLES ------------------*/

h1.category_title {
	color: #bc9b6a;
	font: 18px/normal Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	margin-bottom: 8px;
}

h1 {
	font: bold 20px/24px Helvetica, Arial, "Helvetica Neue", sans-serif;
	color: #3a3a3a;
	text-transform: uppercase;
}

h2, h2 a, h2 a:link, h2a:visited {
	color: #3a3a3a;
	font: 35px/38px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	margin-bottom: 10px;
}

h2 a:hover {
	color: #2DA7AA;
	text-decoration: none;
}

h2.large {
	font-size: 24px;
	color: #bc9b6a;
	margin-bottom: 10px;
}

#three_column_center h3.subtitle {
	font: 22px/normal Georgia, "Times New Roman", Times, serif;
	color: #bc9b6a;
	margin-bottom: 25px;
}

#three_column_center h3 {
	font: 18px/22px Helvetica, Arial, "Helvetica Neue", sans-serif;
	margin-bottom: 20px;
}

#two_column_left p, #two_column_left p.teaser {
	margin-top: 20px;
	font-size: 12px;
	line-height: 22px;
}

#two_column_left p.teaser {
	margin-top: 20px;
}

#filed_under {
	margin-top: 10px;
	padding-top: 3px;
}

#filed_under p {
	font-size: 11px;
	line-height: normal;
	margin: 5px 0 0;
	padding: 0;
}

#two_column_left a.headline {
	color: #3d3f3f;
}

#AddThis {
	margin-top: 25px;
}

a.previous {
	display: block;
	width: 79px;
	height: 22px;
	float: left;
	clear: left;
	background: url(../images/pagination_previous.gif) no-repeat;
	text-indent: -2500px;
}

a.next {
	display: block;
	float: right;
	width: 60px;
	height: 22px;
	clear: right;
	background: url(../images/pagination_next.gif) no-repeat;
	text-indent: -2500px;
}

img.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

img.left {
	float: left;
	margin-left: 25px;
}

#search_teaser_image {
	float: left;
	width: 150px;
	height: 100px;
	overflow: hidden;
	margin-right: 25px;
}

#search_teaser_image img {
	display: block;
	width: 100%;
	height: auto;
}

#two_column_left blockquote p {
	margin: 20px 50px 25px 40px;
	padding: 0 0 0 15px;
	color: #888;
	font: italic 0.9em/1.3em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

span.subhead {
	color: #bc9b6a;
	font: italic 16px/35px Georgia, "Times New Roman", Times, serif;
}

span.hidden {
	color: #fff;
}

object {
	margin-top: 25px;
}

/* Register / Sign Up Form -------------------------- */

.text {
	margin-bottom: 9px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	font: 12px/normal Helvetica, Arial, "Helvetica Neue", sans-serif;
}

form label {
	float: left;
	margin-right: 20px;
	line-height: 27px;
	text-align: right;
	width: 120px;
}

.copy form input {
	float: left;
	margin-right: 5px;
}

label {
	color: #3e434a;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 3px;
}

.text input, textarea#message {
	color: #3e434a;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: normal;
	margin: 0 0 0 15px;
	padding: 3px;
	width: 300px;
}

textarea#message {
	margin-left: 15px;
	width: 302px;
	height: 300px;
	margin-top: 3px;
}

input:focus {
	background-color: #ffffe1;
}

input.button {
	margin-top: 10px;
	margin-left: 155px;
	width: 130px;
}

/* VENDOR SEARCH BOX -------------------------- */

#vendor_search {
	color: #949494;
	background: url(../images/planyourwedding.gif) no-repeat center 0;
	padding-top: 50px;
	text-align: center;
	font: italic 12px/20px Arial, Helvetica, sans-serif;
}

.searchbox1, .searchbox2, .searchbox3 {
	display: block;
	width: 255px;
	height: 25px;
	margin: 8px auto;
}

.searchbox1 a, .searchbox2 a, .searchbox3 a {
	color: #fffeff;
	font: bold 11px/25px Arial, Helvetica, sans-serif;
}

.searchbox1 {
	background: url(../images/searchbox1.gif) no-repeat center center;
	margin-top: 20px;
}

.searchbox2 {
	background: url(../images/searchbox2.gif) no-repeat center center;
}

.searchbox3 {
	background: url(../images/searchbox3.gif) no-repeat center center;
}

#two_column_left .vendor_search p.recommended {
	margin: 0;
	padding: 0;
	color: #0a9191;
	font-size: 14px;
	line-height: 19px;
}

#two_column_left .vendor_search p.choose_category {
	margin: 10px 0 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	vertical-align: middle;
}

/* EMAIL BLOCK -------------------------- */

#two_column_email {
	display: block;
	width: 280px;
	background: url(../images/email_title.gif) no-repeat center top;
	text-align: center;
	margin-top: 35px;
	padding-top: 90px;
}

#two_column_email p {
	margin-bottom: 10px;
	font-size: 12px;
}

#two_column_email a, #two_column_email a:link, #two_column_email a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#two_column_email img {
	margin-top: 10px;
}



/* SEARCH STYLES -------------------------- */

#search_box {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

#search_box td {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

input.site_search {
	color: #a19fa0;
	background-color: #fbf7f4;
	border: 1px solid #F7DDDE;
	width: 205px;
	height: 21px;
	padding-left: 5px;
	text-transform: uppercase;
	font: 10px/normal Arial, Helvetica, sans-serif;
	margin-right: 10px;
}



#two_column_left h2 em {
	color: #2DA7AA;
	font-style: italic;
	font-size: 20px;
}

#two_column_left h2.search {
	color: #bc9b6a;
	margin: 0;
	padding: 0;
	font-size: 20px;
}



/* TEXT STYLES -------------------------- */

h2.hidden {
	text-indent: -5000px;
	height: 1px;
	line-height: 0;
}

p {
	font: 11px/19px Helvetica, Arial, sans-serif;
/* color: #8e847b; */
}

p.ad {
	color: #bc9b6a;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	font-size: 10px;
	line-height: normal;
}

#three_column_center p.artist_name {
	color: #3a3a3a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

#two_column_left p.vendor_profile, #three_column_center p.category_description {
	margin-top: 13px;
	font: italic 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #4c4c4c;
}

#three_column_center p.category_description {
	padding: 0;
}

#three_column_center p.artist_desc {
	margin: 0;
	padding: 0;
}

#three_column_center p.address {
	font-size: 11px;
	line-height: 14px;
	color: #3a3a3a;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 0 0;
}

#category_title h2 {
	font: 17px/28px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: capitalize;
}

#three_column_center p {
	padding-top: 15px;
	font-size: 13px;
	line-height: 21px;
}

#three_column_center #web {
	font: bold 12px/15px Helvetica, Arial, "Helvetica Neue", sans-serif;
	color: #139893;
}

#sitemap_col1 li.title, #sitemap_col2 li.title, #sitemap_col3 li.title {
	font: 14px/18px Georgia, "Times New Roman", serif;
	color: #414143;
	margin-bottom: 5px;
}

#superfooter {
	background: #faf7ef url(../images/superfooter_bgrepeatx.jpg) repeat-x left top;
	width: 940px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-left: 30px;
}

#superfooter_bottom {
	background: #faf7ef url(../images/superfooter_bgrepeatx2.jpg) repeat-x left top;
	width: 970px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#superfooter .column {
	float: left;
	width: 280px;
	margin-right: 33px;
	text-align: center;
}

#superfooter .column img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#superfooter ul li {
	padding: 15px 25px;
	border-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d5d5d5;
}

#superfooter ul li a {
	font: 14px/normal Georgia, "Times New Roman", serif;
}

#three_column_center em, #footer em {
	margin-right: 10px;
	margin-left: 10px;
}

/* LINK / ANCHOR STYLES -------------------------- */

#three_column_center #vendor_logo img {
	float: right;
}

#three_column_center #vendor_desc a:hover {
	text-decoration: none;
}

#vendor_desc a.view_profile {
	font: 12px/19px Helvetica, Arial, "Helvetica Neue", sans-serif;
}

#small_nav {
	position: relative;
	width: 331px;
	height: 20px;
	color: #cbccba;
	text-transform: uppercase;
	font: 10px/20px Georgia, Times, serif;
	vertical-align: middle;
	text-align: center;
	left: 293px;
	margin-top: 6px;
}

#small_nav a, #small_nav a:link, #small_nav a:visited {
	color: #cbccba;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

#small_nav a:hover {
	color: #5db2aa;
	text-decoration: underline;
	background: none;
}

#three_column_center #web a, #three_column_center #web a:link, #three_column_center #web a:visited {
	color: #fff;
	padding-left: 5px;
	font-weight: normal;
	font-style: normal;
}

#three_column_center #web a:hover {
	background: none;
}

a h1.entry_title:hover {
	color: #2DA7AA;
	text-decoration: none;
}

#sitemap_col3 a, #sitemap_col3 a:link, #sitemap_col3 a:visited, #sitemap_col2 a, #sitemap_col2 a:link, #sitemap_col2 a:visited,
#sitemap_col1 a, #sitemap_col1 a:link, #sitemap_col1 a:visited {
	color: #49B1B2;
	text-decoration: none;
	font: 0.71em/20px Helvetica, Arial, sans-serif;
}

#sitemap_col3 a:hover, #sitemap_col2 a:hover, #sitemap_col1 a:hover {
	background: none;
	text-decoration: underline;
}

#footer a, #footer a:link, #footer a.visited {
	color: #76BCC4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	background: none;
}

/* Weather Stats ---------------------- */

#statistic_index {
	width: 100%;
	clear: left;
	padding-top: 10px;
	text-align: center;
}

#statistic_index h2.alt {
	border-bottom: 1px solid #acc8e4;
}

#statistic_index h3 {
	border: none;
}

#statistic_index p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: left;
}

#statistic_index p#current_date {
	margin: 0;
	padding: 0;
	text-align: left;
}

#statistic_index ul li {
	display: inline;
	padding-right: 20px;
}

#statistic_index table {
	background: url(/common/images/global/blue_grad_bg_sm.gif) repeat-x;
}

#statistic_index table tr th {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#statistic_index table tr th.first {
	border-left: none;
	width: 20%;
}

ul#alphamenu {
	padding-top: 20px!important;
}