@import url("../css/reset.css");

/*  
#5DA144 = dark green
#89714B = brown

Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 12px/1.4em Arial, Helvetica, sans-serif;
    background: url("../gfx/bg.jpg") no-repeat 50% 0 #517936;
    color:#666;
	margin: 0;
} 
hr { display: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
.small {
	font-size: 11px;
}
.hide { display: none; }
.highlight {
	color: #5DA144;
}
.headline {
	font-size: 17px;
	color: #333;
}
.headline_brown {
	color: #89714B;
	font-size: 12px;
	text-transform:uppercase;
}
.colA {
	float: left;
	width: 49%;
}
.colB {
	float: right;
	width: 49%;
}
select {
	padding: 3px;
	font-size: 11px;
	color: #666;
}

a {
	color: #5DA144;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
}

h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #5DA144;
	font-weight: bold;
	margin: 0 0 20px 0;
	background: url(../gfx/headtitle_bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 55px;
	line-height: 35px;
}

h2 {
	font: 17px Arial, Helvetica, sans-serif;
	color: #42342B;
	font-weight: bold;
	margin: 0 0 15px 0;
}

h3 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #42342B;
	font-weight: bold;
	margin: 0 0 5px 0;
	line-height: 1.2em;
}

/* message boxes - added by Terry August 6, 2009 */
div.message {
	padding: 10px 15px 10px 45px;
	margin: 0 0 15px;
	border: 1px dotted #D7AC00;
	background: url(../gfx/icon_message.gif) no-repeat 15px 50% #FCFDC1;
}
div.message p {
	padding: 0 !important;
	margin: 0 !important;
}

#map
{
height: 200px;
width: 255px;
border: 1px solid #ccc;
text-align: center;
margin: 0 0 10px;
overflow: auto;
overflow-x:hidden;
overflow-y:hidden;
padding: 0 5px 10px 0;
}

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 990px;  
	position: relative;
}
#header {
	height: 120px;
	background: url(../gfx/head-bg.gif) no-repeat 0 0;
	position: relative;
	
}
#header #logo {
	width: 318px;
	height: 91px;
	display: block;
	background: url(../gfx/logo.jpg) no-repeat 0 0;
	text-indent: -999em;
	position: absolute;
	top: 12px;
	left: 20px;
}
#contentA {
	width: 990px;
	position: relative;
	margin: 40px 0 10px 0;
}
#contentB {
	width: 990px;
	padding: 0 0 7px 0;
	background:url(../gfx/cb_bt-corner.gif) no-repeat 0 100%;
}
#contentC {
	margin: 40px 0 0 0;
	width: 990px;
	padding: 0 0 6px 0;
	background:url(../gfx/cc_bt-corner.gif) no-repeat 0 100%;
}


/* HEADERS
--------------------------------------------------------------------------------------------------- */
#head_primary {
	position: absolute;
	right: 25px;
	top: 30px;
	width: 590px;
	height: 60px;
	background:url(../gfx/headprm_bg.jpg) no-repeat 0 0;
}
#head_primary #search_container {
	width: 404px;
	height: 60px;
	float: left;
	position: relative;
}
#head_primary #head_panel {
	width: 186px;
	height: 60px;
	float: left;
	position: relative;
}
#head_primary #reg_panel {
	width: 186px;
	height: 60px;
	float: left;
	text-indent: -999em;
	position: relative;
	background: url(../gfx/regbox-bg.jpg) no-repeat 50% 50%;
}

/* HEAD PANEL
----------------------------------------- */
#head_panel #btn_join {
	display: block;
	width: 168px;
	height: 46px;
	text-indent: -999em;
	background:url(../gfx/btn_join.png) no-repeat 0 0;
	position: absolute;
	top: 8px;
	left: 10px;
}
#head_panel #btn_join:hover {
	background-position: 0 -46px;
}


#head_panel #btn_dashboard {
	display: block;
	width: 168px;
	height: 46px;
	text-indent: -999em;
	background:url(../gfx/btn_dashboard.png) no-repeat 0 0;
	position: absolute;
	top: 8px;
	left: 10px;
}
#head_panel #btn_dashboard:hover {
	background-position: 0 -46px;
}




/* SEARCH MODULE
----------------------------------------- */
#search_module {
	position: absolute;
	top: 14px;
	left: 13px;
}
#search_module #search_field {
	width: 278px;
	height: 25px;
	background: url(../gfx/search_field_bg.png) no-repeat 0 0;
	border: none;
	font: 18px Arial, Helvetica, sans-serif;
	color: #888;
	padding: 4px 8px;
	float: left;
}
#search_module #btn_search {
	width: 78px;
	height: 30px;
	display: block;
	background:url(../gfx/btn_search.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	text-indent: -999em;
	float: left;
	margin: 1px 0 0 5px;
}
#search_module #btn_search:hover {
	background-position: 0 -30px;
}



/* BODY Content Containers
--------------------------------------------------------------------------------------------------- */
#primary {
	width: 680px;
	float: left;
	background: url(../gfx/primary_top-corner.gif) no-repeat 0 0;
	padding: 6px 0 0 0;
}
#primary .prm_wrap {
	padding: 0 0 6px 0;
	background: url(../gfx/primary_bt-corner.gif) no-repeat 0 100%;
}
#primary .prm_content {
	background: #fff;
	padding: 10px 20px 0 20px;
	position: relative;
}

body#place_results #primary .prm_content {
	background: #fff;
	padding: 10px 12px 0 10px;
	position: relative;
}

/* Content C Wrappers
--------------------------------------------------------------------------------------------------- */
#contentC #primary_wide {
	width: 990px;
	background:url(../gfx/cB_top-corner.gif) no-repeat 0 0;
	padding: 6px 0 0 0;
}
#contentC .prmWide_content {
	background: #fff;
	padding: 10px 20px 0 20px;
	position: relative;
}
#contentC .prmWide_inner_content {
	background: #fff;
	padding: 45px 15px 0 15px;
	position: relative;
}
body#contact #contentC .prmWide_inner_content {
	background: #fff;
	padding: 0 15px 10px 15px;
	position: relative;
}
#contentC p {
	margin: 0 0 25px 0;
	line-height: 18px;
}

#primary .prm_content h1,#primary_wide h1 {
	line-height: 35px;
	margin: 0 0 10px;
}
#primary .prm_content h1 strong, #primary_wide h1 strong {
	color: #666;
}
#primary .prm_content p {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}
#primary .prm_content .img_left {
	background: #F7E8CA;
	padding: 8px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 25px 15px 0;
}



body#home #primary .prm_wrap {
	padding: 0 0 6px 0;
	background: url(../gfx/home_primary_bt-corner.gif) no-repeat 0 100%;
}
body#home #primary #prm_block_A {
	background: #fff;
	padding: 10px 30px 30px 30px;
	line-height: 22px;
}
body#home #primary #prm_block_B {
	border-top: 1px solid #ccc;
	background: #F9EED8;
	position: relative;
}


#primary #prm_block_A h1 {
	width: 602px;
	height: 82px;
	background: url(../gfx/home-h1.gif) no-repeat 0 0;
	text-indent: -999em;
	margin: 0 0 25px 0;
	padding: 0;
}
#primary #prm_block_A p {
	font-size: 14px;
}
#primary #prm_block_A a {
	text-decoration: underline;
} 

#primary #prm_block_B h2 {
	background: url(../gfx/icon_recommends.png) no-repeat 0 0;
	padding: 0 0 0 55px;
	height: 40px;
	line-height: 35px;
	position: absolute;
	top: 10px;
	left: 30px;
}	

#primary #prm_block_B #carousel {
	height: 200px;
	padding: 53px 0 0 0;
}


/* Bread Crumbs
--------------------------------------------------------------------------------------------------- */
#primary .prm_content .bcrumbs {
	background: url(../gfx/horz_dotted-line.gif) repeat-x 0 100%;
	margin: 0 0 15px 0;
	font-weight: bold;
}
#primary .prm_content .bcrumbs li {
 	float: left;
	padding: 0 25px 10px 25px;
	background: url(../gfx/bcrumb_dash.gif) no-repeat 100% 50%;
}
#primary .prm_content .bcrumbs li a {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
}
#primary .prm_content .bcrumbs li a:hover, #primary .prm_content .bcrumbs li.active a {
	color: #333;
}


/* ---- SECONDARY  ------ */
#secondary {
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
}
#secondary .sidebox {
	background: url(../gfx/sidebox_top-corner.gif) no-repeat 0 0;
	padding: 8px 0 0 0;
	margin: 0 0 10px 0;
}	
#secondary .sidebox-last {
	background: url(../gfx/sidebox_top-corner.gif) no-repeat 0 0;
	padding: 8px 0 0 0;
	margin: 0;~	
}	
#secondary .inner_sidebox {
	background: url(../gfx/sidebox_bg.gif) no-repeat 0 100%;
	padding: 0 0 10px 0;
}
#secondary .inner_sidebox .sidebox_title {
	padding: 0 15px;
}
#secondary .inner_sidebox .sidebox_content {
	padding: 0 17px;
}	

#secondary .inner_sidebox .sidebox_content .padded_image img {
	padding: 5px;
	background: #F7E8CA;
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
}

#secondary .check_list {
	margin: 15px 0;
}
#secondary .check_list li {
	font-size: 11px;
	font-weight: bold;
	background: url(../gfx/bullet_checkmark.gif) no-repeat 0 0;
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
}


#secondary #btn_join_mini {
	display: block;
	width: 168px;
	height: 46px;
	background: url(../gfx/btn_join2.png) no-repeat 0 0;
	text-indent: -999em;
}
#secondary #btn_join_mini:hover {
	background-position: 0 -46px;
}



/* ---- TILES ------ */
#title_feat_place {
	display: block;
	height: 30px;
	background: url(../gfx/icon_house.gif) no-repeat 10px 0;
	padding: 0 0 0 55px;
	line-height: 30px;
}

#title_added_places {
	display: block;
	height: 30px;
	background: url(../gfx/icon_calendar.gif) no-repeat 10px 0;
	padding: 0 0 0 55px;
	line-height: 30px;
}

#title_latest_blogs {
	display: block;
	height: 30px;
	background: url(../gfx/icon_blogs.gif) no-repeat 10px 0;
	padding: 0 0 0 45px;
	line-height: 30px;
}


/* ---- SIDE BOX FEAT ITEM ------ */
#secondary #feat_item {
	padding: 0 5px 0 15px;
	position: relative;
}
#feat_item {
	padding: 0;
	position: relative;
}
#feat_item a {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
#feat_item a:hover {
	color: #5DA144;
}
#feat_item img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}
#feat_item .feat_location {
	font-size: 11px;
	color: #5DA144;
	font-weight: bold;
}
#secondary #feat_item .rate_box {
	background: url(../gfx/rate-stars.gif) no-repeat 0 0;
	display: block;
	width: 99px;
	height: 16px;
	float: right;
	padding: 0 20px 0 0;
	margin: 10px 0 30px 0;
}
#feat_item .rate_box {
	background: url(../gfx/rate-stars.gif) no-repeat 0 0;
	display: block;
	width: 99px;
	height: 16px;
	float: right;
	padding: 0 35px 0 0;
	margin: 10px 0 30px 0;
}

#feat_item .rate_box_container {
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
}

#feat_item .rate_box_container .rating_star {
	border: none;
	margin: 0 3px 5px 0;
}
#feat_item .cta {
	display: block;
	width: 99px;
	height: 22px;
	text-indent: -999em;
	background:url(../gfx/btn_discover-now.jpg) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	right: 35px;
}
#feat_item .cta:hover {
	background-position: 0 -22px;
}


/* ---- SIDE BOX RECENT ADDED PLACES ------ */
#secondary .inner_sidebox #added_places li {
	border-top: 1px solid #ccc;
}
#secondary .inner_sidebox #added_places li a {
	display: block;
	padding: 8px 15px;
	font-weight: bold;
	color: #666;
}
#secondary .inner_sidebox #added_places li a:hover {
	background: url(../gfx/recent_list_bg.jpg) repeat-x 0 100% #F3F3F3;
}
#secondary .inner_sidebox #added_places li img {
	float: left;
	margin: 0 15px 0 0;
}

/* ---- COLUMN ADDED PLACES ------ */
#colA #added_places {
	margin: 0 0 10px 0;
}
#colA #added_places li {
	margin: 0 0 4px 0;
}
#colA #added_places li a {
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #5DA144;
	font-size: 11px;
}

#colA #added_places li a strong {
	text-decoration: underline;
	background: url(../gfx/bullet_grey-arrow.gif) no-repeat 2px 50%;
	padding: 0 5px 0 15px;
}

#colA #added_places li a:hover {
	background: url(../gfx/list-item_bg.jpg) repeat-x 0 100%;
	border: 1px solid #ccc; 
}

#colA #added_places .added_location {
	color: #666;
}
#colA #btn_latest_places {
	display: block;
	width: 132px;
	height: 22px;
	text-indent: -999em;
	background: url(../gfx/btn_latest_places.jpg) no-repeat 0 0;
}
#colA #btn_latest_places:hover {
	background-position: 0 -22px;
}


/* ---- BLOG EXCERPT BOXES ------ */

.blogEntryInfo {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ccc;
}
.blogExcerpt {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 15px 0;
	background: #F9EED8;
}

.blogExcerpt #btn_blogmore {
	display: block;
	width: 79px;
	height: 22px;
	text-indent: -999em;
	background: url(../gfx/btn_blogmore.png) no-repeat 0 0;
}
.blogExcerpt #btn_blogmore:hover {
	background-position: 0 -22px;
}

#btn_allblogs {
	display: block;
	width: 165px;
	height: 32px;
	text-indent: -999em;
	background: url(../gfx/btn_blogarchive.png) no-repeat 0 0;
}

#btn_allblogs:hover {
	background-position: 0 -32px;
}



/* ---- NEARBY PLACES ------ */
#secondary #nearby_places {
	margin: 0 0 10px 0;
}
#secondary #nearby_places li {
	margin: 0 0 4px 0;
}
#secondary #nearby_places li a {
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #5DA144;
	font-size: 11px;
}

#secondary #nearby_places li a strong {
	text-decoration: underline;
	background: url(../gfx/bullet_grey-arrow.gif) no-repeat 2px 50%;
	padding: 0 5px 0 15px;
}

#secondary #nearby_places li a:hover {
	background: url(../gfx/list-item_bg.jpg) repeat-x 0 100%;
	border: 1px solid #ccc; 
}
#secondary #nearby_places .added_location {
	color: #666;
}

/* LOWER Content Container 
--------------------------------------------------------------------------------------------------- */
#contentB .cB_outter {
	background: url(../gfx/cB_top-corner.gif) no-repeat 0 0;
	padding: 7px 0 0 0;
}
#contentB .cB_inner_shadow {
	background: url(../gfx/cb_bg-shadow.jpg) repeat-x 0 100% #fff;
}
#contentB .cB_inner_lines {
	background: url(../gfx/cb_bg-lines.gif) repeat-y 50% 0;
}
#contentB .utility_box {
	float: left;
	width: 290px;
	padding: 10px 20px;
}
#contentB .utility_box p {
	line-height: 20px;
	margin: 0 0 15px 0;
}
#contentB #colB ul {
	margin: 0 0 0 10px;
}
#contentB #colB ul li {
	background: url(../gfx/bullet_checkmark.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
	margin: 0 0 13px 0;
	font-weight: bold;
}
#contentB #colC ul {
	margin: 0;
}
#contentB #colC ul li {
	background: url(../gfx/bullet_grey-arrow.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 0 0 13px 0;
}
#contentB #colC ul li a {
	font-weight: bold;
}
/*
#contentA ul.catlist {
	margin: 0 60px 20px 60px;
} */

#contentA #primary ul.cityChooser {
	padding: 10px 10px 5px 10px;
	background: #F9EED8;
	border: 1px solid #ccc;
}
#contentA #primary ul.cityChooser li {
	margin: 0 0 10px;
	line-height: 1.9em;
	display: inline;
	padding: 0 15px 0 0;
	font-size: 14px;
	float: left;
}
#contentA #primary ul.countryChooser li {
	margin: 0 5px 10px;
	line-height: 1.4em;
	font-size: 12px;
}

#contentA #primary ul.cityChooser li a {
	float: left;
	padding: 5px 10px;
	font-weight: bold;
}
#contentA #primary ul.cityChooser li a:hover { 
	background: #ABC563;
	color: #fff;
	font-weight: bold;
}

#wrapper #contentA #primary ul.socialBookmarks {
	margin: 0;
	padding: 15px 0;
	list-style-type:none;
}

#wrapper #contentA #primary ul.socialBookmarks li {
	float: left;
	font-size: 11px;
	list-style-type: none;
	padding: 0;
	margin: 0 35px 0 0;
}
#wrapper #contentA #primary ul.socialBookmarks li a {
	font-weight: normal;
}

body#blog #contentA #primary ul li,
body#about #contentA #primary .content ul li,
body#sitemap #contentA #primary .content ul li {
	list-style: disc;
	line-height: 1.6em;
	margin: 0 45px 15px 45px;
}

#primary dl dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	color: #42342B;
}
#primary dl dd {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 0 10px;
	line-height: 1.4em;
	border-bottom: 1px dotted #ccc;
}


#contentA ul.catlist li {
	font-size: 14px;
	margin: 0 0 5px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px;
}
#contentA ul.catlist ul {
	margin: 10px 0 0 0;
}
#contentA ul.catlist li ul li {
	margin: 0 0 5px 20px;
	font-size: 12px;
	border: none;
	padding: 0;
}

/* ---- LOWER CALL TO ACTION LINKS ---- */
#contentB .utility_box .utility_box_cta {
	display: block;
	height: 22px;
	text-indent: -999em;
}

#contentB .utility_box #btn_mini_join {
	display: block;
	height: 22px;
	text-indent: -999em;
	background: url(../gfx/btn_join-now.png) no-repeat 0 0;
}
#contentB .utility_box #btn_mini_join:hover {
	background-position: 0 -22px;
}


#contentB #colA .utility_box_cta {
	width: 132px;
	background: url(../gfx/btn_how-works.jpg) no-repeat 0 0;
}
#contentB #colA .utility_box_cta:hover {
	background-position: 0 -22px;
}

#contentB #colB .utility_box_cta {
	width: 154px;
	background: url(../gfx/btn_our-resource.jpg) no-repeat 0 0;
}
#contentB #colB .utility_box_cta:hover {
	background-position: 0 -22px;
}

#contentB #colC .utility_box_cta {
	width: 114px;
	background: url(../gfx/btn_more-blog.jpg) no-repeat 0 0;
}
#contentB #colC .utility_box_cta:hover {
	background-position: 0 -22px;
}




/* Global Navigation
--------------------------------------------------------------------------------------------------- */
#global_nav {
	width: 990px;
	height: 40px;
	background: url(../gfx/nav-shadow.png) no-repeat 0 0;
	position: absolute;
	top: 120px;
	left: 0;
}
#global_nav ul {
	margin: 0 0 0 10px;
}
#global_nav ul li {
	float: left;
	margin: 0 17px;
}
#global_nav ul .nav_last {
	float: left;
	margin: 0;
}
#global_nav ul li .g_nav {
	display: block;
	height: 40px;
	text-indent: -999em;
	background: url(../gfx/menu.png);
}

/* ---- HOME  ----- */
#global_nav #n-home .g_nav {
	width: 65px;
	background-position: -34px 0;
}
body#home #global_nav #n-home a, #global_nav #n-home .g_nav:hover {
	background-position: -34px -40px;
}

/* ---- PLACES  ----- */
#global_nav #n-places .g_nav {
	width: 65px;
	background-position: -135px 0;
}
body#place_results #global_nav #n-places a, body#places #global_nav #n-places a, #global_nav #n-places .g_nav:hover {
	background-position: -135px -40px;
}

/* ---- COMMUNITY  ----- */
#global_nav #n-community .g_nav {
	width: 102px;
	background-position: -237px 0;
}
body#community #global_nav #n-community a, #global_nav #n-community .g_nav:hover {
	background-position: -237px -40px;
}

/* ---- RESOURCES  ----- */
#global_nav #n-resources .g_nav {
	width: 93px;
	background-position: -376px 0;
}
body#resources #global_nav #n-resources a, #global_nav #n-resources .g_nav:hover {
	background-position: -376px -40px;
}

/* ---- ABOUT US  ----- */
#global_nav #n-about .g_nav {
	width: 78px;
	background-position: -512px 0;
}
body#about #global_nav #n-about a, #global_nav #n-about .g_nav:hover {
	background-position: -512px -40px;
}

/* ---- BLOG  ----- */
#global_nav #n-blog .g_nav {
	width: 61px;
	background-position: -630px 0;
}
body#blog #global_nav #n-blog a, #global_nav #n-blog .g_nav:hover {
	background-position: -630px -40px;
}
/* ---- ADVERTISE  ----- */
#global_nav #n-advertise .g_nav {
	width: 88px;
	background-position: -726px 0;
}
body#advertise #global_nav #n-advertise a, #global_nav #n-advertise .g_nav:hover {
	background-position: -726px -40px;
}

/* ---- CONTACT  ----- */
#global_nav #n-contact .g_nav {
	width: 102px;
	background-position: -850px 0;
}
body#contact #global_nav #n-contact a, #global_nav #n-contact .g_nav:hover {
	background-position: -850px -40px;
}



/* SUB NAVIGATION
--------------------------------------------------------------------------------------------------- */
#sub_nav {
	width: 273px;
	margin: 0 auto 20px auto;
}
#sub_nav li {
	margin: 0 0 7px 0;
}
#sub_nav li a {
	display: block;
	width: 228px;
	height: 37px;
	padding: 0 0 0 45px;
	background: url(../gfx/subnav_bg.jpg) no-repeat 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 37px;
}
#sub_nav li a:hover, #sub_nav li.active a {
	background-position: 0 -37px;
	color: #fff;
}

/* ADVERTISEMENT
--------------------------------------------------------------------------------------------------- */
#secondary .adspace {
	width: 275px;
	margin: 0 auto 20px auto;
}


/* ---- TAGS  ------ */
#tag_container {
	padding: 0 15px;
}

#tag_container #btn_tags {
	display: block;
	width: 102px;
	height: 22px;
	text-indent: -999em;
	line-height: 22px;
	padding: 0;
	margin: 0;
	background: url(../gfx/btn_tags.jpg) no-repeat 0 0;
}
#tag_container #btn_tags:hover {
	background-position: 0 -22px;
}


#tag_container a {
	color: #777;
	font-weight: normal;
	line-height: 30px;
	padding: 0 5px;
	text-decoration: underline;
}
#tag_container a:hover {
	background: #5DA144;
	color: #fff;
}
#tag_container .tag_tiny {
	font-size: 10px;
}
#tag_container .tag_small {
	font-size: 11px;
	font-weight: bold;
}
#tag_container .tag_medium {
	font-size: 15px;
	font-weight: bold;
}
#tag_container .tag_large {
	font-size: 20px;
	font-weight: bold;
}
#tag_container .tag_giant {
	font-size: 25px;
	font-weight: bold;
}

/* LOGIN
--------------------------------------------------------------------------------------------------- */
#head_login {
	color: #666;
	position: absolute;
	top: 8px;
	right: 40px;
}

#login_container {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 252px;
	height: 230px;
	padding: 35px 15px 0 15px;
	background: url(../gfx/login_box_bg.png) no-repeat 0 0;
	font-size: 11px;
	display: none;
}
#login_container.on {
	display: block;
}


#login_container fieldset {
	background: #FFF4DF;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
}

#login_container .login_field {
	font: 12px Arial, Helvetica, sans-serif;
	color: #888;
	width: 211px;
	height: 16px;
	padding: 8px 10px;
	background: url(../gfx/login_field.png) no-repeat 0 0;
	border: 0;
	margin: 0 0 10px 0;
}


#login_container #btn_login {
	width: 59px;
	height: 22px;
	border: 0;
	background: url(../gfx/btn_login.jpg) no-repeat 0 0;
	text-indent: -999em;
	cursor: pointer;
	float: left;
}
#login_container #btn_login:hover {
	background-position: 0 -22px;
}


#login_container #btn_forpass {
	float: right;
}



#btn_send {
	width: 70px;
	height: 32px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_send.jpg) no-repeat 0 0;
	border: none;
	cursor: pointer;
}
#btn_send:hover {
	background-position: 0 -32px;
}



/* DETAIL COMMENTS
----------------------------------------- */
#detail_comments #btn_add-review {
	width: 153px;
	height: 25px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_add-review.jpg) no-repeat 0 0;	
	position: absolute;
	top: 20px;
	right: 0;
}
#detail_comments #btn_add-review:hover {
	background-position: 0 -25px;
}


#detail_comments {
	border-top: 1px solid #ccc;
	padding: 15px 0 0 0;
	position: relative;
}
#detail_comments h2 {
	background: url(../gfx/icon_reviews.jpg) no-repeat 0 0;
	line-height: 35px;
	padding: 0 0 0 55px;
	height: 35px;
}

#detail_comments .review_box {
	position: relative;
	margin: 0 0 20px 0;
}
#detail_comments .review_box .review_pointer {
	width: 27px;
	height: 27px;
	background: url(../gfx/review_pointer.gif) no-repeat 0 0;
	position: absolute;
	top: 35px;
	left: 120px;
}
body#blog #detail_comments .review_box .review_pointer {
	width: 27px;
	height: 27px;
	background: url(../gfx/review_pointer.gif) no-repeat 0 0;
	position: absolute;
	top: 35px;
	left: 102px;
}

#detail_comments .review_user {
	float: left;
	font-size: 11px;
	padding: 0 0 0 15px;
}

#detail_comments .review_user img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 0 5px 0;
}

#detail_comments .review_content {
	display: block;
	float: right;
	background: #F9EED8;
	border: 1px solid #ccc;
	padding: 15px 30px;
	width: 450px;
}
#detail_comments .review_content label {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 0 15px 0;
}
#detail_comments .review_content #commentArea {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	width: 100%;
}
#detail_comments .review_content .notify {
	display: block;
	padding: 10px 0;
	font-size: 11px;
	text-indent: 5px;
}

#detail_comments .review_content #btn_submit_review {
	display: block;
	width: 68px;
	height: 32px;
	cursor: pointer;
	border: none;
	background: url(../gfx/btn_submit.png) no-repeat 0 0;
	text-indent: -999em;
}

#detail_comments .review_content #btn_submit_review.hoverme {
	background-position: 0 -32px;
}



/* Footer
--------------------------------------------------------------------------------------------------- */
#foot_wrapper {
	width: 100%;
	height: 100px;
	background: url(../gfx/foot-bg.png) no-repeat 50% 0;
}
#footer {
	width: 990px;
	position: relative;
	margin: 0 auto;
	font-size: 11px;
}
#footer p {
	position: absolute;
	top: 20px;
	left: 15px;
	color: #ACB6A2;
	font-weight: bold;
}
#footer p a {
	color: #B3CD68;
	font-weight: bold;
}
#footer p a:hover {
	color: #fff;
}

#footer #foot_menu {
	position: absolute;
	right: 20px;
	top: 20px;
}
#footer #foot_menu li {
	float: left;
	margin: 0 0 0 25px;
}
#footer #foot_menu li a {
	color: #B3CD68;
	font-weight: bold;
}
#footer #foot_menu a:hover {
	color: #fff;
}



/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
