/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #d9d9d9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #090909;
	padding-bottom: 30px;
}


ul, ul li {
	list-style-type: none;
}

a {
	color: #b81d1d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h3 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Futura", Helvetica, Arial;
}

.photo-header {
	padding-left: 20px;
	display: block;
	background-image: url(images/photo-icon.gif);
	background-repeat: no-repeat;
}

.strike, a .strike, a.strike {
	text-decoration: line-through;
}

p {
	margin: 9px 0px 9px 0px;
}

table {
	
	border-spacing: 3p;x
}

th {
  background-color: #dadada;
  font-weight: bold;
  padding: 9px;
  
}

td {
 background-color: #f1f1f1;
 vertical-align: top;
 padding: 9px;
}

tr.thin td {
	padding: 3px 9px;
}

/* CONTAINERS */

#container, #header {
	width: 994px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#container {
	background-image: url('/images/headers/karen_hair.gif');
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-top: 0px;
}

#container h2 a.home {
	display: block;
	width: 250px;
	height: 78px;
	padding: 0px;
	margin: 0px;
}
/* HEADER SECTIONS */

#top_ad {
	float: left;
	display: inline;
	margin: 10px;
	width: 728px;
	height: 90px;
	background-color: #e8e8e8;
}

#social {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0px;
	width: 236px;
	height: 90px;
	background: url('/images/bg_stripe.gif');
}

#social h3 {
	margin-top: 10px;
	margin-left: 10px;
}

#social input.input_box, #social .input_box input {
	margin-left: 10px;
	margin-top: 5px;
}

#social input.input_btn {
	margin-top: 6px;
	float: left;
	display: inline;
}

.social {
	float: left;
	display: inline;
	margin-right: 3px;
}

a.social {
	width: 16px;
	height: 15px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
}

.twitter {
	background-image: url('/images/social_twitter.gif');
	margin-left: 10px;
}

.facebook {
	background-image: url('/images/social_facebook.gif');
}

.myspace {
	background-image: url('/images/social_myspace.gif');
}

.rss {
	background-image: url('/images/social_rss.gif');
}

.read_policy {
	margin-left: 28px;
	font-size: 10px;
	margin-top: 14px;
	float: left;
	display: inline;	
	color: #090909;
}

#search {
	float: left;
	display: inline;
	width: 220px;
}

.big_search {
	width: 400px;
	height: 30px;
	border: 1px solid #090909;
	font-size: 1.5em;
	color: #333333;
	padding: 9px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	display: inline;
}

.big_btn {
	height: 30px;
}

#recent_acts {
	float: left;
	display: inline;
	font-size: 11px;
	width: 70px;
	margin-left: 10px;
}

#recent_acts a {
	color: #090909; 
}

/* COLUMNS */

#col1 {
	width: 620px;
	float: left;
	display: inline;
	margin-left: 28px;
}

#col2 {
	width: 300px;
	float: left;
	display: inline;
	margin-left: 18px;
	margin-right: 28px;
}

#breadcrumb {
	border-top: 1px solid #d9d9d9;
	margin-left: 28px;
	margin-right: 28px;
	font-size: 9px;
	color: #979797;
	padding-top: 5px;
}


/* THE TOP NAV */

#top_nav {
	width: 648px;
	float: left;
	display: inline;
	margin-left: 0px;
}

#nav {
	margin-bottom: 4px;
	height: 24px;
}

#nav li {
	float: left;
	display: inline;
	margin-right: 12px;
	margin-bottom: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}


#nav li.nav_bytes a {
	background-image: url('/images/nav_bytes.gif');
	width: 83px;
}

#nav li.nav_features a {
	background-image: url('/images/nav_features.gif');
	width: 86px;
}

#nav li.nav_tv a {
	background-image: url('/images/nav_tv.gif');
	width: 37px;
}

#nav li.nav_photos a {
	background-image: url('/images/nav_photos.gif');
	width: 78px;
}

#nav li.nav_store a {
	background-image: url('/images/nav_store.gif');
	width: 63px;
}

#nav li.nav_calendar a {
	background-image: url('/images/nav_calendar.gif');
	width: 94px;
}

#nav li.nav_reviews a {
	background-image: url('/images/nav_reviews.gif');
	width: 81px;
}

#nav li.nav_bytes a.active {
	background-image: url('/images/nav_bytes_on.gif');
}

#nav li.nav_features a.active {
	background-image: url('/images/nav_features_on.gif');
}

#nav li.nav_tv a.active {
	background-image: url('/images/nav_tv_on.gif');
}

#nav li.nav_photos a.active {
	background-image: url('/images/nav_photos_on.gif');
}

#nav li.nav_store a.active {
	background-image: url('/images/nav_store_on.gif');
}

#nav li.nav_calendar a.active {
	background-image: url('/images/nav_calendar_on.gif');
}

#nav li.nav_reviews a.active {
	background-image: url('/images/nav_reviews_on.gif');
}

#nav li a {
	display: block;
	height: 23px;
	margin-bottom: 0px;
}



/* FORM ELEMENTS */
input.input_box, .input_box input {
	border: 1px solid #b6b6b6;
	height: 20px;
	margin-right: 6px;
}

textarea {
	border: 1px solid #b6b6b6;
}

select {
	background-color: #f9f9f9;
	border: 1px solid #dcdcdc;
	height: 20px;
	
}



/* SPECIAL SECTIONS */

#feature {
	width: 620px;
	background-color: #e8e8e8;
	margin-top: 9px;
}


#img_container {
	width: 387px;
	height: 260px;
	overflow: hidden;
}

#feature h1 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 18px 18px 0px 18px;
	line-height: 30px;
	font-weight: normal;
}

#feature h1.smaller {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 18px 18px 0px 18px;
	line-height: 18px;
	font-weight: normal;
}

#feature h3 {
	margin: 28px 18px 0px 18px;
}

#feature h3 a {
	color: #b81d1d;
}

#feature h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 6px 18px 0px 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
}

#feature h4 {
	margin: 6px 18px 18px 18px;
	font-weight: normal;
}

#feature a {
	color: #090909;
}

#feature a:hover {
	color: #b81d1d;
	text-decoration: none;
}


.feature_home {
	width: 233px;
}



#img_container-caption-container p {
	margin: 0px;
}

#img_container-caption-container p h1 {
	font-size: 24px;
	word-wrap: break-word;
	line-height: 24px;
	width: 200px;
	margin-top: 9px;
}


#img_container-caption-container  p.excerpt, #caption_container p.excerpt {
	margin: 6px 18px 0px 18px;
	font-size: 11px;
	line-height: 14px;
}

.feature_internal, .feature_calendar {
	width: 300px;
}

.feature_review {
	width: 320px;
	padding-top: 18px;
}

#feature_content.feature_review * {
	margin-left: 36px;
}

#feature_content.feature_review span {
	margin-left: 0px;
}


#feature_content p {
	font-size: 12px;	
	line-height: 16px;
}

#feature_content.feature_internal p, #feature_content.feature_calendar p {
	margin: 9px 18px 0px 18px;	
}

#feature_content.feature_calendar p {
	font-size: 10px;
	line-height: 13px;
}

#feature_content .dots {
	margin: 18px 18px 0px 18px;
}

#feature_content .dot {
	float: left;
	display: inline;
	margin-right: 3px;
}



#feature_content .dot a {
	background-image: url('/images/features_dots.gif');
	background-repeat: no-repeat;
	display: block;
	width: 13px;
	height: 13px;
}

#feature_content .dot a.overlay_clicked {
	background-image: url('/images/features_dots.gif');
	background-repeat: no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	background-position: -16px;
}

#feature_content .dot a:hover, #feature_content .dot a.active {
	background-position: -16px;
}

#bucket {
	margin-top: 9px;
	border-top: 1px solid #d9d9d9;
	padding-top: 9px;
}

#bucket h3 {
	margin: 0px 0px 6px 0px;

}

#bucket p a {
	color: #090909;
}

#bucket h3.no_margin {
	margin-bottom: 0px;
}

#bucket p.small_margin {
	margin: 3px 0px 3px 0px;
}

#bucket ul.bucket_items {
	margin: 0px -8px 24px 0px;
}

#bucket ul.bucket_items li {
	margin-right: 8px;
	float: left;
	display: inline;
	width: 149px;
}

#bucket div.home-bytes-div {
	width: 393px;
	float: left;
	display: inline;
}

#bucket ul.home-bytes li {
	width: 125px;
	margin-right: 6px;
	float: left;
	display: inline;
}

#bucket ul.sidebar {
	margin-bottom: 9px;
}

#bucket ul.sidebar li {
	margin-right: 1px;
	margin-bottom: 9px;
	margin-top: 6px;
	float: left;
	display: inline;
	width: 149px;	
}


#bucket ul li a {
	color: #090909;
	display: block;
	/*height: 100%;*/
	
}

#bucket ul li a:hover {
	color: #b81d1d;
	text-decoration: none;
}

#bucket ul li p {
	margin: 9px 6px 0px 0px;
}

#bucket_review {
	display: inline;
	float: left;
	margin-left: 3px;
}

#bucket_smallcol {
	width: 150px;
	float: left;
	display: inline;
	padding-top: 9px;
	border-top: 1px solid #f4f4f4;
}

#bucket_smallcol p {
	margin: 3px 6px 0px 6px;
	float: left;
	display: inline;
	width: 70px;
}

#bucket .sidebar p.small {
	margin: 0px;
}

#calendar_date {
	float: left;
	display: inline;
	margin: 10px 0px 12px 0px;
	background-image: url('/images/curly_bracket.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
	color: #656565;
	line-height: 30px;
	font-family: Futura, Helvetica, Arial, sans-serif;
	
}

#calendar_date .calendar_mon {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-top: 9px;
}

#calendar_date .calendar_mon a {
	color: #656565;
}

#calendar_date .calendar_mon a:hover {
	color: #090909;
}

#calendar_date .calendar_year {
	font-family: Futura Light, Futura, Helvetica, Arial, sans-serif;	
	font-size: 36px;
	color: #d0d0d0;
	letter-spacing: -3px;
}

#calendar_date .calendar_year a {
	color: #d0d0d0;
}

#calendar_date .calendar_year a:hover {
	color: #656565;
}

#calendar_text {
	float: left;
	display: inline;
	width: 170px;
	margin: 10px 9px 0px 12px;
}

#ad, #google_ads_div_LandingRight, #google_ads_div_Right, #google_ads_div_InternalRight, #google_ads_div_ImposeRight {
	margin-top: 10px;
}


#archive {
	width: 200px;
}
#archive select {
	margin-left: 5px;
	margin-top: -5px;
	width: 60px;
}

#article {
	margin-top: 18px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
}


#article_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin-right: 36px;
	margin-top: 24px;
}

#store_content {
	font-size: 12px;
	line-height: 18px;
	margin-right: 36px;
	margin-top: 24px;
	margin-left: 18px;
	float: left;
	display: inline;
}

#store_content h2 {
	width: 200px;
	display: block;
}	


.store_options p {
	margin-right: 12px;
}

#store_content form {
	display: block;
}

#article_content p {
	margin-bottom: 12px;
}

#slide-caption-container p {
	margin: 0px;
}


#article_content ul li {
	margin-left: 36px;
	margin-bottom: 9px;
	list-style-type: disc;
}

#article_content span.author {
	font-size: 10px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #090909;
	line-height: 10px;
}

#article_content span.author a {
	color: #090909;
}

#article_content .intro, #article_content .outro, h5 {
	color: #3c3c3c;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
}

#article_content .intro b, #article_content .intro strong {
	font-weight: 100;
}

#article_content .outro {
	font-style: italic;
	margin-top: 30px;
}

#pagination {
	text-align: center;
	width: 620px;
	padding-top: 36px;
}

#pagination a {
	color: #090909;
}

#pagination a:hover {
	color: #b81d1d;
	text-decoration: none;
}


/* COMMENTS */

#comments {
	width: 620px;
	margin-top: 36px;
}



#comments .input_box {
	margin-left: 16px;
	margin-bottom: 6px;
	display: block;
	width: 165px;
}

#comments .textarea {
	width: 400px;
}

#comments textarea {
	width: 400px;
	height: 76px;
	display: block;
	margin-bottom: 9px;
}	

#leave_a_comment {
	position: relative;
	bottom: -6px;
}

#comments #leave {
	background-color: #ececec;
	width: 620px;
	padding-top: 16px;
	padding-bottom: 16px;
}

#comments .comment {
	background-color: #f3f3f3;
	width: 620px;
	padding-top: 16px;
	padding-bottom: 16px;	
	margin-top: 2px;
	background-image: url('/images/quote.gif');
	background-repeat: no-repeat;
	background-position: 14px 24px;
}

#comments .comment p {
	margin-left: 40px; 
	margin-right: 90px;
}

.comment_msg {
	margin-left: 16px;
	margin-bottom: 6px;	
}

/* GALLERY */

#gallery, #gallery_big {
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}

#gallery_big {
	width: 609px;
	margin-top: 0px;
	height: 407px;
	
}

#gallery {
	width: 562px;
	margin-top: 18px;
	height: 374px;
}

#gallery .prev, #gallery_big .prev, #gallery .next, #gallery_big .next, .prev, .next {
	position: absolute;
	width: 30px;
	background-color: #b81d1d;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	height: 30px;
	font-size: 16px;
	cursor: pointer;
}

#caption {
	position: absolute;
	bottom: 0px;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}



#gallery_big .prev, #gallery .prev {
	left: 0px;
	top: 170px;
}

#gallery_big .next, #gallery .next {
	right: 0px;
	top: 170px;
}


.caption, .caption_big {
	margin: 0px;
}

.caption {
	width: 562px;
}

.caption_big {
	width: 609px;
}

#article_content .caption p, .caption_big p {
	margin: 0px;
	padding: 9px;
	color: #FFFFFF;
	line-height: 12px;
	background-color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*
#slide img, #slide_tall img {
	float: left;
	display: inline;
	margin: 0px;
}
*/

#slide {
	/*height: 320px;*/
	background-color:#090909;
	text-align: center;
}

#slide_tall {
	height: 412px;
	background-color: #090909;
}

#slide_main {
text-align: center;
	height: 412px;
	background-color: #090909;
	width: 610px;
}

#thumbnails {
	margin-bottom: 18px;
	width:562px;
}

#thumbnails_big {
	margin-bottom: 18px;
	width: 612px;
}

.thumb_container div  {
	margin: 2px 2px 0px 0px;
	float: left;
	display: inline;
	height: 45px;
	
}

#thumbnails #thumb.last, .thumb_container div.last, .thumb_container div.clearBoth {
	margin-right: 0px;
}

.thumb_container div a.overlay, .thumb_container div a.overlay_clicked, .thumb_container div a {
	width: 45px;
	height: 45px;
	border: 0px;
	position: relative;
	bottom: 45px;
	left: 0px;
	display: block;
	background-image: url('images/spacer.gif');
	
}

.thumb_container div a.overlay_clicked {
	width: 35px;
	height: 35px;
	border: 5px #b81d1d solid;
}

.thumb_container div a.overlay:hover, .thumb_container div a:hover {
	width: 35px;
	height: 35px;
	border: 5px #b81d1d solid;
}

/* GALLERY COLUMNS */
#gallery_span {
	width: 938px;
	margin-left: 28px;
	margin-top: 10px;
	background-color: #f2f2f2;
}

#col_galleryinfo {
	float: right;
	display: inline;
	width: 318px;
	padding-top: 18px;
	margin-right: 9px;
}

#col_galleryinfo #article_content, #col_galleryinfo h3, #col_galleryinfo h1 {
margin-left: 18px;
}

#col_galleryinfo #article_content {
	margin-top: 18px;
	font-size: 13px;
	
}

#col_galleryinfo h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 9px;
}

#col_gallery {
	float: left;
	display: inline;
	width: 610px;
	
}

/* EVENT BARS */

.stripe {
	background: url('/images/bg_stripe.gif');
	margin: 10px 0px 6px 0px;
	padding: 3px 0px 3px 0px;
	width: 620px;
}

.stripe h3 {
	margin-left: 9px;
	margin-top: 3px;
}

.light_grey_bar {
	background-color: #f1f1f1;
}

.grey_bar li {
	background-color: #f6f6f6;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 6px 0px;
	width: 620px;
	padding: 9px 0px;
}

.grey_bar .grey_bar_content {
	margin-left: 18px;
	width: 410px;
	float: left;
	display: inline;
	padding: 3px 0px;
	
}

.grey_bar img {
	float: left;
	display: inline;
	margin-left: 9px;
}

.grey_bar p {
	margin: 6px 0;
}

/* TABLE LIST */

.table_list {
	margin-top: 10px;
	font-size: 15px;
}


.bar {
	margin: 0px 0px 3px 0px;
	width: 620px;
	float: none;
}
.bar p {
	margin: 0px 9px 0px 9px;
	padding: 9px 0px 9px 0px;
}

.item_list li {
	list-style-image: url('/images/list_arrow.gif');
	padding: 6px 0px 6px 18px;
	
}


/* FOOTER */

#footer {
	margin: 36px 28px 0px 28px;
	border-top: 1px solid #d9d9d9;
	padding-top: 9px;
	padding-bottom: 18px;
}

#footer {
	font-size: 10px;
	color: #4d4d4d;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

#footer a {
	color: #4d4d4d;
}

#footer a.red {
	color: #b81d1d;
}

#footer_links {
	text-align: right;
}

#footer_links li {
	float: left;
	display: inline;
	margin-left: 10px;
}

/* IMAGE */

#img_left, .img_left {
	float: left;
	display: inline;
	margin: 0px 18px 9px 0px;
}

#img_left .details, #img_right .details {
	margin: 2px 0px 0px 0px;
}

#img_right, .img_right {
	float: right;
	display: inline;
	margin: 0px;
}


#share {
	
	margin-bottom: 24px;
}

#share a {
	display: block;
	background-image: url('/images/share_plus.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
	width: 40px;
	float: right;
	color: #090909;
	font-size: 9px;
	text-transform: uppercase;
	height: 11px;
	padding-top: 2px;
}

/* STORE */

.cart_icon {
	float: left;
	display: inline;
	margin: 6px 0px 0px 4px;
}

/* GENERAL */

.float_left {
	float: left;
	display: inline;
	margin: 0px;
}

.float_right {
	/*text-align: right;*/
	float: right;
	display: inline;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.margin_left {
	margin-left: 9px;
}



.margin_top {
	margin-top: 9px;
}

.margin_bottom {
	margin-bottom: 18px;
}

.displace {
	position: absolute;
	left: -5000px;
}

.red, #bucket p a.red {
	color: #b81d1d;
}

.small {
	font-size: 10px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;

}

.details {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	line-height: 13px;
}

.float_right_text {
	float: left;
	display: block;
	width: 312px;
}

.float_right_text h4 {
	margin: 18px 18px 0px 18px;	
	text-transform: uppercase;
}

.float_right_text p {
	margin: 0px 18px 9px 18px;	
}

.medium {
	font-size: 14px;
	margin: 0;
	line-height: 14px;
}

.medium_grey {
	color: #707070;
}
.no_bottom_margin {
	margin-bottom: 0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.light_grey_bg {
	background-color: #fafafa;
}	

.medium_grey_bg {
	background-color: #f1f1f1;
}

.wide {
	
	line-height: 16px;
}


*.full_width {
	width: 620px;
}

input.small_input {
	width: 15px;
}

input.medium_input {
	width: 70px;
}

form {
	display: inline;
}

/* SITEMAP */
#sitemap h3 {
	display: inline;
}

#sitemap div {
	margin: 18px 36px 18px 0px;
}

#sitemap h3 a {
	color: #090909;
}

#sitemap a {
	color: #333333;
}

#sitemap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}

/* BLOG PERSONALIZATION */
.blog_header {
	width: 621px;
	height: 252px;
	background-repeat: no-repeat;
	position: relative;
	display: block;
}

.blog_status {
	position: absolute;
	bottom: 3px;
	left: 9px;
	margin: 0px;
}

.blog_links {
	position: absolute;
	right: 0px;
	top: 9px;
}



.blog_links li {
	float: left;
	margin-right: 9px;
	background-color: #FFFFFF;	
	color: #000000;
	text-transform: uppercase;	
	font-size: 10px;
	line-height: 10px;
}

.blog_links li a {
	padding: 0px;
	display: block;
	padding: 2px;
}

.blog_links li.rss_icon {
	background: url(/images/rss_tiny.gif) no-repeat 2px;
	padding-left: 13px;
	background-color: #FFFFFF;
}

/* STORE TABLE */


#bucket ul.store_method li {
	margin: 12px 0px 0px 9px;
	width: 220px;
	float: left;
	display: inline;
}

#bucket ul.store_method li.payment {
	width: 150px;
}

#bucket ul.store_method li.coupon {
	width: 130px;
}

#bucket ul.store_method li.coupon_apply {
	margin-top: 14px;
	margin-left: 0px;
	width: 50px;
	
}

.cart_barker {
	line-height: 16px;
	margin-bottom: 24px;
}

.final_btn {
	width: 620px;
	text-align: center;
	
	border-top: 1px #c7c7c7 solid;
}
.final_btn input {
	margin: 18px;
}

ul.track_list {
	font-size: 14px;
	font-weight: bold;
}

ul.track_list li {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	
}

/* UTILITIES */

.related {
	background-color: #f6f6f6;
	width: 300px;
	padding: 18px 0px 18px 0px;	
}

.related h3 {
	margin-left: 18px;
}

.related li {
	margin: 9px 18px 9px 18px;
	background-image: url('/images/bullet_arrow.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 9px;
}

.related a {
	color: #090909;
}


.call_to_action a {
	background-image: url('/images/list_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
	display: block;
	font-size: 12;
	font-weight: bold;
}

.break_section {
	margin-top: 36px;
	border-top: 1px #c7c7c7 solid;
	padding-top: 18px;
}

.err {
	background-color: #f3f3f3;
	background-image: url('/images/bg_stripe.gif');
	padding: 18px 0;
	float: none;
	display: block;
}

#bucket .err *, .err * {
	margin: 9px;
	float: none;
	display: block;
	text-indent: 18px;
	font-size: 14px;
	width: 100%;
	color: #CC0000;
}

a.grey {
	color: #090909;
}

.grey {
	color: #999999;
}

.h3right {
	float: left;
	display: inline;
	margin-left: 3px;
}

.h3right a {
	color: #090909;
}

.raquo {
	color: #b81d1d;
	font-size: 12px;
	font-weight: bold;
}

.popular {
	position: relative;
	bottom: 15px;
	margin-bottom: -10px;
	text-indent: -9999px;
	left: 3px;
	background-image: url('/images/popular.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 44px;
	height: 11px;
}


.recommended {
	background-image: url('/images/recommended.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.empty_review_medium {
	width: 149px;
	height: 149px;
	background-color: #e9e9e9;
}

.empty_post_medium {
	width: 149px;
	height: 63px;
	background-color: #e9e9e9;
}

.empty_post_large {
	width: 308px;
	height: 250px;
	background-color: #b81d1d;
}

.big {
	font-size: 2em;
	margin-top: 2em;
}

.big p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	margin-bottom: 2em;
}

blockquote p, blockquote {
	padding-left: 36px;
	font-style: italic;
	
}

blockquote p em, blockquote p i {
	font-style: normal;
}

.list_block {
	clear: left;
	float: left;
	display: inline;
	width: 175px;
	margin: 0px 18px 9px 0px;
}

.bottom_ad {
	text-align: center;
	margin-top: 18px;
	padding: 18px;
	background-color: #ededed;
}

.share-widgets {
	text-align: center;
	margin-bottom: 18px;
}

#rsvp {
	margin: 18px 0px;
}

.clearBoth { clear:both; line-height:0px; height:0px; font-size:0px; margin:0px; }

