/* 
----------------------------------------------------------------------------------------------
GENERAL CSS
----------------------------------------------------------------------------------------------
*/
html {
	background: url("http://images.kluckr.com/backgrounds/background.png") repeat top center #000;
	min-width:950px;
}

body {
	color: #333;
	font-family: Arial;
	font-size: 12px;
	background: url("http://images.kluckr.com/backgrounds/background.png") repeat top center #000;
	min-width:950px;
}

#pagewrapper {
	min-width: 950px;
}


h1 {
	font-family:"Georgia";
	font-size:24px;
	margin-bottom:18px;
}

h2 {
	font-family:"Georgia";
	font-size:18px;
	margin-bottom:10px;
}

h3 {
	font-size:14px;
	margin-bottom:10px;
}


p {
	margin-bottom:10px;
}

strong {
	font-weight:bold;
}

a {
	color:#666;
}

ul {
	list-style:disc;
	margin-bottom:10px;
}

ul li {
	margin-left:30px;
}

div.clear {
	clear:both;
}

div.columnPadding {
	padding:30px 30px;
}

img.avatar {
	border:3px solid #180000;
	background-color: #380000;
	height: 75px;
	width:75px;
}






/* 
----------------------------------------------------------------------------------------------
FORM
----------------------------------------------------------------------------------------------
*/


div.form div.element label {
	width:135px;
	display:inline-block;
	vertical-align:top;
	margin-top:7px;
}

div.form div.element input {
	background-image: url("http://images.kluckr.com/backgrounds/formdropshadow.png");
	background-repeat: repeat-x;
	border: 1px #CCC solid;
	background-color: #ffffff;
	color: #474747;
	font-size: 12px;
	letter-spacing: .035em;
	margin: 0px 5px 0px 0px;
	padding: 6px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.form div.element input.longfield {
	width:220px;
}

div.form div.element input.shortfield {
	width:100px;
}

div.form div.element {
	clear:both;
	margin-bottom:10px;
}

div.form ul.errors {
	margin-top:4px;
	margin-left: 135px;
	list-style: none;
}

div.form ul.errors li {
	margin:0;
}

div.form div.element label.radio {
	width:auto;
	margin-right:15px;
}

div.form div.element select.dob {
	margin-right:5px;
	margin-left:0px;
}

div.form div.element input.timestamp {
	background: none;
	border: 1px #CCC solid;
	background-color: #ffffff;
	color: #474747;
	font-size: 12px;
	letter-spacing: .035em;
	margin: 0px;
	padding: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input.hiddensubmit {
	width:0px;
	height:0px;
	border:none;
	padding:0px;
	font-size:0px;
	line-height:0px;
}


/* 
----------------------------------------------------------------------------------------------
TELL A FRIEND FORM
----------------------------------------------------------------------------------------------
*/


div.friendsForm div.element label {
	float:left;
	width:135px;
	display:inline-block;
	vertical-align:top;
	margin:12px 0px 5px 0px;
	clear:both;
}

div.friendsForm div.element input {
	float:left;
	clear:both;
	background-image: url("http://images.kluckr.com/backgrounds/formdropshadow.png");
	background-repeat: repeat-x;
	border: 1px #CCC solid;
	background-color: #ffffff;
	color: #474747;
	font-size: 12px;
	letter-spacing: .035em;
	margin: 0px 5px 0px 0px;
	padding: 6px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.friendsForm div.element input.longfield {
	width:235px;
}

div.friendsForm div.element input.shortfield {
	width:100px;
}

div.friendsForm div.element {
	margin-bottom:10px;
}

div.friendsForm table {
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	width:100%;
	margin:10px 0px;
}


div.friendsForm table tr {
	background-color: #F4F4F4;
}

div.friendsForm table td {
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}

div.friendsForm table td.cell1 {
	padding:10px;
	width:15%;
}

div.friendsForm table td.cell2 {
	padding:10px;
	width:15%;
	background-color: #EEEEEE;
}

div.friendsForm table td.cell3 {
	padding:10px;
	width:60%;
}

div.friendsForm table td.cell4 {
	width:10%;
	background-color: #E7E7E7;
}

div.friendsForm table a {
	padding:10px;
}


/* 
----------------------------------------------------------------------------------------------
INFO BOX HEADER
----------------------------------------------------------------------------------------------
*/

div.infoBox {
	background-color:#f6f6f6;
	padding:20px;
	border:1px solid #CCC;
	margin-bottom:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.infoBox h1, div.infoBox h2 {
	color:#822626;
}


/* 
----------------------------------------------------------------------------------------------
ERROR BOX HEADER
----------------------------------------------------------------------------------------------
*/

div.errorBox {
	background-color:#FFF0F0;
	padding:20px;
	border:1px solid #822626;
	margin-bottom:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.errorBox h2 {
	color:#822626;
	margin:0px;
	padding:0px;
}



/* 
----------------------------------------------------------------------------------------------
LOGIN HEADER
----------------------------------------------------------------------------------------------
*/


#woodheader {
	background: url("http://images.kluckr.com/backgrounds/woodheader.png") repeat-x top center;
	height: 54px;
}

#header {
	margin: auto;
	width: 950px;
}

#loginheader {
	margin: auto;
	width: 950px;
}

#loginheader div.form {
	padding-top:3px;
	padding-left:188px;
}

#loginheader div.form div.element, #loginheader div.form div.element {
	float: left;
	width:205px;
}

#loginheader div.form input {
	background-image: url("http://images.kluckr.com/backgrounds/formdropshadow.png");
	background-repeat: repeat-x;
	border: none;
	background-color: #ffffff;
	color: #474747;
	font-size: 12px;
	letter-spacing: .035em;
	margin-left:10px;
	width: 175px;
	padding: 8px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:block;
}

#username_placeholder, #password_placeholder {
	letter-spacing: .035em;
	position:absolute;
	line-height:14px;
	color: #CCC;
	font-size: 12px;
	padding:0;
	margin:-23px 0px 0px 20px;
}


#loginheader div.form input.placeholder {
	color:#CCC;
}

#loginheader div.form #Login {
	border:none;
	background: url("http://images.kluckr.com/buttons/login.png") no-repeat;
	color: #ffffff;
	height: 25px;
	margin: 2px 5px 0px 10px;
	padding: 4px 20px 7px 20px;
	text-align: center;
	text-decoration: none;
	width: 68px;
	float:left;
}

#loginheader input.submit {
	cursor:pointer;
}

#loginheader div.element {
	clear:none;
}
	
#loginheadertext {
	color: #fff;
	float:right;
	width:586px;
	height:54px;
	display:block;
	text-align:right;
	background:url("http://images.kluckr.com/backgrounds/woodheader_flame.png") 272px -2px no-repeat;
}

#loggedinheadertext {
	margin:3px 35px 0px 0px;
	font-weight:bold;
}

#loggedinheadertext i {
	font-weight:normal;
	font-size:10px;
}

#loggedinheadertext a {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:2px 8px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background-color:#999;
	color:#FFF;
	display:inline-block;
	margin: 3px 0px 0px 3px;
	background-color: #330000;
	border:1px #660000 solid;
}

#loginheadertext a.loginButton {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:6px 15px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background-color:#999;
	color:#FFF;
	display:inline-block;
	margin: 8px 88px 0px 0px;
	background-color: #330000;
	border:1px #660000 solid;
}


/* 
----------------------------------------------------------------------------------------------
MAIN NAVIGATION
----------------------------------------------------------------------------------------------
*/


#kluckrmascot {
	background: url("http://images.kluckr.com/layout/kluckrmascot.png") no-repeat;
	height: 130px;
	margin-top: -35px;
	margin-left: 45px;
	position: absolute;
	width: 146px;
}

#kluckrlogo {
	height: 36px;
	margin-top: 24px;
	margin-left: 185px;
	position: absolute;
	width: 141px;
}

#mainnav {
	color: #ababab;
	float: right;
	list-style: none;
	padding: 32px 0px 0px 0px;
	width: 950px;
	text-decoration: none;
}

#mainnav ul {
	height:30px;
	list-style: none;
}

#mainnav li {
	float: right;
	margin-left: 20px;
}
	
#mainnav ul li a {
	font-size:15px;
	color: #BBB;
	padding: 5px 10px 5px;
	text-decoration: none;
	background: url("http://images.kluckr.com/backgrounds/mainnavbg.png") repeat;
	display: block;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#mainnav ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#mainnav ul li.active a {
	color: #FFF;
}

/* 
----------------------------------------------------------------------------------------------
CONTENT
----------------------------------------------------------------------------------------------
*/
#contentbodytopcap, #hpcontentbodytopcap {
	clear:both;
	background: url("http://images.kluckr.com/topcapflame.png") no-repeat bottom;
	height: 65px;
	margin: auto;
	padding-top: 16px;
	width: 950px;
	border-bottom:1px solid #CCC;
}

#hpcontentbodytopcap {
	background: url("http://images.kluckr.com/homepage/hpflamebg_01.png") no-repeat bottom;
	border-bottom:none;
}

#contentbodytopcap h1 {
	font-family:"Arial";
	color: #fff;
	font-size:18px;
	display: block;
	padding: 24px 30px 0px 30px;
}

#contentwrapper {
	background: #FFF;
	margin: auto;
	width: 950px;
	overflow:hidden;
}

div.content {
	background: #FFF;
	margin: auto;
	padding:20px;
}

#contentWrapperLeft {
	float:left;
	width:700px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	min-height:100px;
}

#contentWrapperRight {
	float:left;
	width:700px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	min-height:100px;
}

#columnWrapperRight {
	background-color:#d6d6d6;
	width:249px;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	min-height:100px;
	border-left:solid 1px #CCCCCC;
}

#columnWrapperLeft {
	border-right:solid 1px #CCCCCC;
	background-color:#DDDDDD;
	width:249px;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	min-height:100px;	
}

#contentbodybottomcap {
	clear:both;
	background: url("http://images.kluckr.com/backgrounds/contentbodybottomcap.png") no-repeat;
	height: 28px;
	margin: auto;
	width: 950px;
}

#contentbodybottomlinks {
	clear:both;
	background-color: #EEEEEE;
	border-top:1px solid #CCCCCC;
	height: 44px;
	margin: auto;
}

#contentbodybottomlinks a {
	width:33%;
	height:26px;
	display:block;
	float:left;
	text-align:center;
	margin-top:8px;
	font-size:1px;
	line-height:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
	background-position: center 0px;
	background-repeat:no-repeat;
}

#contentbodybottomlinks a.youtube {
	background-image:url('http://images.kluckr.com/homepage/logos/youtube.png');
}

#contentbodybottomlinks a.facebook {
	background-image:url('http://images.kluckr.com/homepage/logos/facebook.png');
}

#contentbodybottomlinks a.twitter {
	background-image:url('http://images.kluckr.com/homepage/logos/twitter.png');
}

#contentbodybottomlinks a:hover {
	background-position: center -26px;
}

#contentbodybottomshadow {
	background: url("http://images.kluckr.com/backgrounds/contentbodybottomshadow.png") no-repeat;
	color: #6e6e6e;
	font-size: 11px;
	height: 32px;
	margin: auto;
	margin-bottom: 16px;
	padding: 5px 20px 0px 0px;
	text-align: right;
	width: 950px;
}

#contentbodybottomshadow div.bottomleaderboard {
	margin-top:10px;
	width: 780px;
	float:left;
}

#contentbodybottomshadow div.copyright {
	color: #6e6e6e;
	font-size: 11px;
	height: 32px;
	padding: 5px 20px 0px 0px;
	text-align: right;
	width: 150px;
	float:right;
}

#breadcrumb {
	background: #FFF;
	margin: auto;
	width: 950px;
}

#breadcrumb div {
	padding:5px;
}

/* 
----------------------------------------------------------------------------------------------
Autocompleter
----------------------------------------------------------------------------------------------
*/

div.autocomplete {
	position:absolute;
	width:200px;
	background-color:#f5f5f5;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected { 
	background-color: #e5e5e5;
}

div.autocomplete ul li span.error { 
	color: #FF0000;
}
	
div.autocomplete ul li {
	list-style-type:none;
	color:#363636;
	display:block;
	margin:0;
	padding:4px 6px;
	cursor:pointer;
	border-top:1px #e5e5e5 solid;
}

span.autocomplete-loading {
	left:-30px;
	top:3px;
	position:relative;
}

/* 
----------------------------------------------------------------------------------------------
Forms
----------------------------------------------------------------------------------------------
*/

.errors {
	color:#FF0000;
	margin-bottom:20px;
}

/* 
----------------------------------------------------------------------------------------------
Homepage
----------------------------------------------------------------------------------------------
*/

#homepageWelcome {
	background:url("http://images.kluckr.com/homepage/hpflamebg_02.jpg");
	height:302px;
	border-bottom:1px solid #CCC;
}

#homepageiPhoneBug {
	float:right;
}

#hpFeatureWrapperLeft {
	background:url("http://images.kluckr.com/KluckLeftBg.png");
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	margin-left:35px;
	width:378px;
	height:265px;	
}

#hpFeatureWrapperRight {
	float:left;
	width:528px;
	height:285px;
}

#hpFeatureWrapperRight div.padding {
	padding:23px 35px 0px 35px;
	color:#FFF;
}

#hpFeatureWrapperLeft div.padding {
	padding:5px 35px 0px 35px;
	color:#FFF;
}

#hpKluckOfTheWeek {
	width:310px;
}

#hpKluckOfTheWeek a {
	color:#FFF;
}

#hpKluckOfTheWeek h1 {
	font-family:"Georgia";
	font-weight:bold;
	margin:15px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	font-style:italic;
	font-size:15px;
	width:100%;
	border-bottom:1px solid #FFF;
}

#hpKluckOfTheWeek h2 a {
	color:#FFF;
}

#hpKluckOfTheWeek h2 {
	font-family:"Georgia";
	margin:0;
	font-size:20px;
	padding:1px 0px 5px 0px;
}

#hpKluckOfTheWeek p {
	margin-top:5px;
}

#hpKluckOfTheWeek img.pic {
	margin:0px 10px 10px 0px;
	float:left;
	width:100px;
}

#hpKluckOfTheWeek div.info {
	margin:0;
	padding:0;
	width:200px;
	float:left;
	height:90px;
}

#hpKluckOfTheWeek div.info p {
	margin:0;
	padding:0;
}


#hpKluckOfTheWeek div.clear {
	margin:0;
	padding:0;
	height:0px;
}

#hpPressSummary {
	margin:15px;
}

#hpPressSummary a {
	color:#FFF;
}

#hpBlogSummary {
	padding:10px 20px 20px 20px;
	color:#666;
}

#hpBlogSummary h3, #hpPressSummary h3 {
	font-style:italic;
	font-weight:bold;
	font-family:"Georgia";
	font-size:14px;
}

#hpPressSummary h3 {
	font-size:16px;
}

#hpBlogSummary ul, #hpPressSummary ul {
	list-style: none;
}

#hpBlogSummary ul li, #hpPressSummary ul li {
	margin:0px 0px 8px 0px;
	font-size:12px;
	font-weight:bold;
}

#hpBlogSummary ul li span, #hpPressSummary ul li span {
	font-size:11px;
	font-weight:normal;
}

#hpRatedAndReviews {
	margin:10px 0px 0px;
	width:100%;
	clear:both;
}

#hpReviews {
	width:470px;
	float:left;	
}

#hpReviews h2, #hpFeaturedLocations h2, #hpOverallRated h2, #hpHeatRated h2, #hpRecent h2 {
	color:#450000;
	width:100%;
	padding:10px 5px 5px 20px;
	border-bottom:1px #CCC solid;
	font-style:italic;
	font-weight:bold;
	font-family:"Georgia";
	font-size:14px;	
}

#hpReviews div.review {
	width:205px;
	float:left;
	margin-left:20px;
	padding-bottom:10px;
}

#hpReviews div p {
	margin-top:5px;	
	font-size:12px;
}

#hpReviews div p.user {
	font-style:italic;
}

#hpReviews div em {
	font-size:10px;
}

#hpReviews div h3 {
	color:#606060;
	margin:0;
	padding:0;
	font-weight:bold;
}

#hpUsers {
	width:225px;
	float:left;
}

#hpUsers h2 {
	color:#450000;
	width:100%;
	padding:10px 5px 5px 0px;
	border-bottom:1px #CCC solid;
	font-style:italic;
	font-weight:bold;
	font-family:"Georgia";
	font-size:14px;	
}

#hpUsers div.user {
	height:60px;
	margin-top:15px;
}

#hpUsers div.user img {
	float:left;
	width:60px;
	height:60px;
}

#hpUsers div.user div {
	float:left;
	width:120px;
	margin-left:10px;
	margin-bottom:2px;
}

#hpUsers div.user div.name {
	margin-top:15px;
	font-size:14px;
}

#hpUsers div.user div.points span {
	color:#990000;
	font-weight:bold;
}

#hpOverallRated, #hpHeatRated, #hpRecent {
	width:225px;
	float:left;	
	margin-top:10px;
}

#hpOverallRated ol, #hpHeatRated ol, #hpRecent ol {
	margin-left:40px;
	list-style:decimal;
}

#hpOverallRated ol li, #hpHeatRated ol li, #hpRecent ol li {
	margin-top:5px;
}

#hpOverallRated ol li a, #hpHeatRated ol li a, #hpRecent ol li a {
	text-decoration:none;
}

#hpOverallRated ol li a:hover, #hpHeatRated ol li a:hover, #hpRecent ol li a:hover {
	color:#333;
	background-color:#e9e9e6;
}

#hpOverallRated ol li span, #hpHeatRated ol li span, #hpRecent ol li span {
	font-size:10px;
	text-decoration:none;
	color:#AAA;
}

input.hpSearchField, input.hpCityStateField  {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url("http://images.kluckr.com/backgrounds/formdropshadow.png");
	background-repeat: repeat-x;
	border: 1px #CCC solid;
	background-color: #ffffff;
	color: #474747;
	font-size: 12px;
	letter-spacing: .035em;
	padding: 8px 10px;
}

input.placeholder {
	color:#999;
}

input.hpCityStateField {
	width:245px;
	margin:10px 0px;
}

input.hpSearchField {
	width:345px;
	margin:10px 0px;
}


/* 
----------------------------------------------------------------------------------------------
Locations
----------------------------------------------------------------------------------------------
*/

#locationSearchSelectCity {
	margin:20px;
}

#locationSearchSort {
	margin-top:10px;
	margin-left:15px;
}

#locationSearchSort span {
	width:90px;
	float:left;
	margin:5px;
	color:#C6C6C6;
}

#locationSearchSort ul {
	list-style:none;
	position:relative;
}

#locationSearchSort ul li {
	float:left;
	margin-left: 0px;
	margin-right: 10px;
	padding:5px 10px 5px;
}

#locationSearchSort ul li.active {
	background-color:#4b1313;
	color:#FFF;
	font-weight:bold;
}


#locationSearch {
	border-top:1px solid #4b1313;
	border-bottom:1px solid #ccc;
	padding:10px 20px;
	clear:both;
	background-color:#f5f5f5;
}

#locationSearch input.hpCityStateField {
	width: 280px;
}

#locationSearch input.hpSearchField {
	width: 195px;
}

#locationSearchResults {
	padding:20px;
}

#locationSearchResults div.result {
	padding:15px 20px 0px 15px;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
}

#locationSearchResults div.featured {
	background-color:#fff0db;
	margin-top:20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#locationSearchResults div.featured h1 {
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	border-bottom:1px solid #c77523;
	margin-bottom:0;
	color:#FFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background:url(http://images.kluckr.com/backgrounds/OrangeBg.jpg) #ff7313;
}

#locationSearchResults small.specialOffer {
	color:#AA0000;
	font-size:12px;
}

#locationSearchResults div.featured div.result {
	border-bottom:1px solid #c77523;
}

#locationSearchResults div.result div.information {
	width:70%;
	float:left;
}

#locationSearchResults div.result div.information div.title {
	font-size:16px;
	font-weight:bold;
}
#locationSearchResults div.featured div.result div.information div.title {
	font-size:20px;
	padding-bottom:5px;
	font-weight:bold;
	color:#e55e02;
}

#locationSearchResults div.featured div.result div.information div.title a {
	color:#e55e02;
}

#locationSearchResults div.result div.information div.phoneNumber {
}

#locationSearchResults div.result div.information div.address {
	clear:both;
}

#locationSearchResults div.result div.rating {
	width:30%;
	text-align:right;
	float:left;
}	

#locationSearchResults div.result div.rating div.rating {
	float:right;
	width:120px;
}	

#locationSearchResults div.result div.controls {
	clear:both;
	padding-top:10px;
}

#locationSearchPopular {
	margin:20px;
}

#locationSearchPopular ul {
	list-style:none;
}

#locationSearchPopular ul li {
	margin:0;
}


a.button {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:5px 10px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background-color:#999;
	color:#FFF;
	display:inline-block;
	margin-right:5px;
	background: url("http://images.kluckr.com/backgrounds/buttonbgblack.png");
}

a.bigButton {
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	padding:4px 12px 5px;
	text-shadow: 1px 1px 0px #7e1112;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background-color:#e6955a;
	background: url("http://images.kluckr.com/backgrounds/buttonbg.png");
	color:#FFF;
	display:inline-block;
	margin-right:5px;
}

/* 
----------------------------------------------------------------------------------------------
Blog
----------------------------------------------------------------------------------------------
*/

div.press {
	margin:26px 26px;
}

div.press div.listing {
	width:200px;
	height:200px;
	float:left;
	margin:12px;
}

div.press div.listing p {
	height:0px;
	width:0px;
}

/* 
----------------------------------------------------------------------------------------------
Blog
----------------------------------------------------------------------------------------------
*/

div.blog {
	margin:40px 45px;
}

div.archive {
	margin:30px;
}

div.archive h1 {
	font-size:16px;
	color:#666;
}

div.archive ul {
	list-style:none;
}	

div.archive ul li {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:0;
}

div.archive ul li li {
	margin-left:15px;
}


/* Listings+Archives Pages */
div.blog div.listing {
	margin-bottom:20px;
}

div.blog div.listing div.title {
	margin-bottom:10px;
}

div.blog div.listing div.title a {
	font-size:24px;	
}

div.blog div.listing div.body {
	margin-bottom:10px;
}

div.blog div.listing div.body a.readmore {
	font-weight:bold;
	font-size:11px;
}

div.blog div.listing div span.published {

}

div.blog div.listing div.comments span.published {
	font-style:italic;
}

div.blog div.listing div.comments span.comments {
	font-style:italic;
}

/* Blog Entry */

div.blog div.post p.postinfo {
	font-style:italic;
}

div.blog div.post div.comments {
	background-color:#f6f6f6;
	padding:20px;
	border:1px solid #CCC;
	margin-top:30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.blog div.post div.comments div.count {
	font-weight:bold;
	margin-bottom:10px;
}

div.blog div.post div.comments div.comment {
	margin-bottom:10px;
}


div.blog div.post div.comments div.comment div.content {
	background-color:#fCfCfC;
	padding:20px;
	border:1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.blog div.post div.comments div.comment div.content div.date {
	font-style:italic;
}

/* 
----------------------------------------------------------------------------------------------
Faqs
----------------------------------------------------------------------------------------------
*/

div.faqs {
	margin:40px 45px;
}

/* Listings Pages */
div.faqs div.listing {
	margin-bottom:20px;
	
	background-color:#f6f6f6;
	padding:20px;
	border:1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.faqs div.listing div.question {
	margin-bottom:10px;
}

div.faqs div.listing div.question a {
	color:#000;
	font-size:14px;
	text-decoration:none;
}

div.faqs div.listing div.answer {
	margin-bottom:10px;
}

div.faqs div.listing div.comments {
	text-align:right;
}

div.faqs div.listing div.comments span.comments {
	font-style:italic;
}

/* Question */

div.faqs div.faq div.qa {
	background-color:#f6f6f6;
	padding:20px;
	border:1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.faqs div.faq div.qa div.question {
	color:#000;
	font-size:14px;
	text-decoration:none;
	margin-bottom:10px;
}

div.faqs div.faq div.qa div.answer {
}

div.faqs div.faq div.comments {
	padding:16px 16px 6px 16px;
	margin:10px 0px 0px 0px;
}

div.faqs div.faq div.comments h2 {
	font-size:14px;
}

div.faqs div.faq div.comments div.count {
	font-weight:bold;
	margin-bottom:15px;
}

div.faqs div.faq div.comments div.comment {
	margin-bottom:20px;
}

div.faqs div.faq div.comments div.comment div.content {
	margin:0px;
	margin-bottom:10px;
	padding:0px 0px 0px 10px;
}

/* 
----------------------------------------------------------------------------------------------
Comment Form
----------------------------------------------------------------------------------------------
*/

div.comments div.commentform {
	width:50%;
}

div.comments div.commentform label {
	font-weight:bold;
}

div.comments div.commentform #commentArea {
	width:420px;
	margin:5px;
}

div.comments div.commentform .submit {
	
}

/* 
----------------------------------------------------------------------------------------------
Ask a Question Form
----------------------------------------------------------------------------------------------
*/

div.askquestion {
	float:left;
	width:50%;
	margin:10px 30px 30px 30px;
}

div.askquestion h1 {
	margin:0px
}

div.askquestion div.element label {
}

div.askquestion div.element textarea {
	width:420px;
	margin:5px;
}

/* 
----------------------------------------------------------------------------------------------
Create Kluckrtime Form
----------------------------------------------------------------------------------------------
*/

div.createkluckrtime h1.location {
	margin:0px;
}

div.createkluckrtime div.address {
	float:left;
	margin: 0px 50px 15px 0px;
}

div.createkluckrtime div.number {
	float:left;
}

div.createkluckrtime div.element textarea {
	max-width:70%;
}

/* 
----------------------------------------------------------------------------------------------
Profile Form
----------------------------------------------------------------------------------------------
*/

div.info, div.avatar, div.password {
	float:left;
	width:40%;
	padding:20px 20px 30px 20px;
}

div.profileedit h2 {
	margin-bottom:0px;
}

div.profileedit input {
	margin-left:0px;
	margin-right:10px;
}

div.profileedit a.bigButton {
	margin-top:0px;
	margin-right:10px;
}

div.profileedit div.avatar h1 {
	margin-bottom:8px;
}

div.profileedit div.avatar img {
	float:left;
}

div.profileedit div.avatar img.avatar_no {
	border:1px solid #180000;
	background-color: #380000;
	margin:10px;
}

div.profileedit div.avatar img.avatar_yes {
	border:2px solid #380000;
	background-color: none;
	margin:9px;
}

div.profileedit div.formElement {
	margin-bottom:10px;
}

div.profileedit div.formElement label {
	margin-right:10px;
}



/* 
----------------------------------------------------------------------------------------------
Login/Register Form
----------------------------------------------------------------------------------------------
*/

div.loginregister {
	padding:40px;
}

div.loginregister div.register {
	float:left;
	width:460px;
	margin-right: 40px;
}

div.loginregister div.login {
	float:left;
	width:360px;
}


/* 
----------------------------------------------------------------------------------------------
About Pages
----------------------------------------------------------------------------------------------
*/


div.about {
	padding:20px 80px;
}

div.about ul {
	list-style-type:disc;
	margin-bottom:16px;
}

div.about ul li {
	margin-left:25px;
}


/* 
----------------------------------------------------------------------------------------------
Location Details
----------------------------------------------------------------------------------------------
*/

div.locationdetails {
	margin:40px;
}

div.locationdetails div.leftcolumn {
	width:515px;
	margin-right:30px;
	float:left;
}

div.locationdetails div.kluckoftheweek {
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	background:url("http://images.kluckr.com/KluckofBG.jpg") bottom no-repeat #360602;
	margin-bottom:20px;
	padding: 20px 0px 20px 30px;
	color:#FFF;
}

div.locationdetails div.kluckoftheweek a {
	color:#FFF;
}

div.locationdetails div.kluckoftheweek  h1 {
	margin-top:0px;
}

div.locationdetails div.kluckoftheweek div.kluckdetails {
	float:left;
	width:305px;
}

div.locationdetails div.kluckoftheweek div.kluckdetails div.description {
	width:280px;
	margin:15px 0px 0px 0px;
}

div.locationdetails div.kluckoftheweek div.klucklocationdetails {
	width:250px;
	float:left;
}

div.locationdetails div.kluckoftheweek div.klucklocationdetails div.ratingblock {
	float:left;
}


div.locationdetails div.rightcolumn {
	width:300px;
	float:left;
}

div.locationdetails div.video {
	float:left;
}

div.locationdetails div.image {
	float:left;
	margin:-5px 0px 15px 0px;
}

div.locationdetails div.details {
	float:left;
	margin-bottom:15px;
}

div.locationdetails h1.name {
	font-family:"Georgia";
	font-size:26px;
	margin-top:5px;
}

div.locationdetails div.phonenumber {
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

div.locationdetails div.address {
	margin-bottom:10px
}

div.locationdetails div.url {
	margin-bottom:10px
}

div.locationdetails div.map {
	width:250px;
	height:250px;
	text-align:center;
}

#map_canvas {
	width:320px;
	height:250px;
}




div.locationdetails div.kluckrtimebutton {
	margin:50px;
	background-color:#f0f0f0;
}

/* Reviews */

div.locationdetails div.reviews {
	border:1px #ccc solid;
	background-color:#f5f5f5;
	padding:20px;
}

div.locationdetails div.review {
	border-bottom:1px #ccc solid;
	clear:both;
	padding-bottom:10px;
	margin-bottom:20px;
}

div.locationdetails div.review div.user {
	width:25%;
	font-weight:bold;
	float:left;
}

div.locationdetails div.review div.body div.title {
	width:100%;
	height:20px;
}

div.locationdetails div.review img.avatar {
	width:50px;
	height:50px;
	margin:5px 0px;
}

div.locationdetails div.review div.body div.title span.user {
	float:left;
}

div.locationdetails div.review div.body div.title span.date {
	float:right;
	font-style:italic;
}

div.locationdetails div.review div.body {
	float:left;
	width:75%;
	margin-bottom:10px;
}

/* Review Form */

div.locationdetails div.reviews div.ratereview {
	clear:both;
	margin:0px 0px 0px 0px;
}

div.locationdetails div.reviews div.ratereview div.ratingblock {
	float:left;
	margin:20px 0px 0px 10px;
}

div.locationdetails div.reviews div.ratereview div.reviewform {
	float:left;
	width:50%;
	margin:0px 0px 0px 30px;
}

div.locationdetails div.reviews div.ratereview h2 {
	margin:0px;
}



div.locationdetails div.reviews div.ratereview label {
	margin:0px;
}

div.locationdetails div.reviews div.ratereview textarea {
	min-width:100%;
	max-width:100%;
	margin:5px 0px 15px 0px;
}

div.locationdetails div.reviews div.ratereview input.submit {
	
}

/* 
----------------------------------------------------------------------------------------------
Support Contact
----------------------------------------------------------------------------------------------
*/

div.contact div.form form#contact div.element textarea#message {
	max-width:60%;
}

/* 
----------------------------------------------------------------------------------------------
Control Rating
----------------------------------------------------------------------------------------------
*/

div.ratingblock {
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	padding:10px 0px;
	border:1px #ccc solid;
	width:220px;
	float:right;
	color:#333;
	background-color:#FFF;
	margin-bottom:15px;
}

div.ratingblock h2 {
	padding-left:15px;
}

div.ratingblock p {
	padding-top:10px;
	padding-left:15px;
}

.rating_label {
	margin:5px 5px 0px 0px;
	float:left;
	clear:left;
	width:80px;
	text-align:right;
}

.rating_container {
	float:left;
}

.rating_container a {
	float:left;
	display:block;
	width:25px;
	height:25px;
	border:0;
	background-image:url("http://images.kluckr.com/rating.gif");
}

.rating_container a.rating_off {
	background-position:0 0px;
}

.rating_container a.rating_half {
	background-position:0 -25px;
}

.rating_container a.rating_on {
	background-position:0 -50px;
}

.rating_container a.rating_selected {
	background-position:0 -75px;
}