/*
Title: Kiley Ranch
Description:	Global styles and page build
Author: Twelve Horses
Last Updated:	04.10.2008
*/


/*****************************************************************************
GLOBAL STYLES
*****************************************************************************/

body {
  margin: 0;
  padding: 0;
	background: url('/wp-content/themes/kiley_ranch/images/bg_texture.jpg') top left;	
  background-color: #edd5b3;
}

p {
	margin: 0;
	padding: 10px 0 10px 0;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #2c2100;
}

a, a:link {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #6a1616;
	text-decoration: none;
	border-bottom: 1px dotted #6a1616;
	position: relative;
	cursor: pointer;
}

a:hover, a:visited:hover {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	position: relative;
	cursor: pointer;
}

a img {
	border: none;
}

a:focus{  
  -moz-outline-style: none;
}

h1 {
	margin: 0;
	padding: 0 0 2px 0;
	font: bold 24px/20px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #523e01;
	border-bottom: 1px solid #ceccb0;
}

h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font: bold 18/16px Georgia, "Times New Roman", Times, serif;
	color: #3a4c00;
}

.pagetitle {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #2c2100;
	text-align: right;
}

h3 {
	margin: 0;
	padding: 0;
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #3a4c00;
	font-variant: small-caps;
}

h4 {
	margin: 16px 0 4px 0;
	padding: 0;
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #523e01;
}

h5 {
	margin: 16px 0 4px 0;
	padding: 0;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #2c2100;
}

h6 {
	margin: 16px 0 4px 0;
	padding: 0;
	font: bold 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #2c2100;
}

ul {
	margin: 0 0 0 40px;
	padding: 0;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #2c2100;
}

li {
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	background-color: #ceccb0;
	color: #ceccb0;
	height: 1px;
	border: 0;
	text-align: left;
}

.rss {
	margin: 0;
	padding: 0;
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #3a4c00;
	font-variant: small-caps;
}

.rss a:link {
	margin: 0;
	padding: 0;
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #3a4c00;
	font-variant: small-caps;
	border-bottom: none;
}

/*****************************************************************************
FORM STYLES
*****************************************************************************/

form {
	margin: 0;
	padding: 0;
}

label {
	margin: 0 0 0 4px;
}
textarea {
	margin: 0;
	padding: 2px;
	background-color: #dbe2c2;
	border: 1px solid #808d5c;
}

textarea:hover {
	margin: 0;
	padding: 2px;
	background-color: #e3e9cf;
	border: 1px solid #485912;
}

textarea:active, textarea:focus {
	margin: 0;
	padding: 2px;
	background-color: #f3eee0;
	border: 1px solid #485912;
}

.textfield {
	background-color: #f3eee0;
	height: 18px;
	width: 156px;
	border: 1px solid #a2a577;
}

.formfield {
	margin: 0;
	padding: 2px 0 2px 4px;
	background-color: #dbe2c2;
	height: 16px;
	width: 200px;
	border: 1px solid #808d5c;
}

.formfield:hover {
	margin: 0;
	padding: 2px 0 2px 4px;
	background-color: #e3e9cf;
	height: 16px;
	width: 200px;
	border: 1px solid #485912;
}

.formfield:active, .formfield:focus {
	margin: 0 ;
	padding: 2px 0 2px 4px;
	background-color: #f3eee0;
	height: 16px;
	width: 200px;
	border: 1px solid #485912;
}

.formfield_short {
	margin: 0;
	padding: 2px 0 2px 4px;
	background-color: #dbe2c2;
	height: 16px;
	width: 80px;
	border: 1px solid #808d5c;
}

.formfield_short:hover {
	margin: 0;
	padding: 2px 0 2px 4px;
	background-color: #e3e9cf;
	height: 16px;
	width: 80px;
	border: 1px solid #485912;
}

.formfield_short:active, .formfield_short:focus {
	margin: 0 ;
	padding: 2px 0 2px 4px;
	background-color: #f3eee0;
	height: 16px;
	width: 80px;
	border: 1px solid #485912;
}

.form {
	margin: 16px auto 0 auto;
	padding: 0;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #2c2100;
}

.form p {
	margin: 10px 0 4px 0;
	padding: 0;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

.form_row td {
	background-color: #b4bd96;
	padding: 0 2px 4px 4px;	
}

.vote{
	margin: 10px 0 0 0;
	padding: 0;
	height: 22px;
	width: 52px;
	color: #3a4c00;
	border: none;
	line-height: 22px;
	background: url('/wp-content/themes/kiley_ranch/images/vote_bg.gif') top left no-repeat;
}

.submit {
	margin: 20px 0 10px 0;
	padding: 0;
	height: 22px;
	width: 65px;
	color: #3a4c00;
	line-height: 22px;
	border: none;
	background: url('/wp-content/themes/kiley_ranch/images/submit_bg.gif') top left no-repeat;
}


/*****************************************************************************
PAGE BUILD
*****************************************************************************/

#photo {
	background: url('/wp-content/themes/kiley_ranch/images/site_background.jpg') bottom center no-repeat;
	margin: 0;
	padding: 0;
}

#wrapper {
  margin: 0 auto;
  padding: 0; 
	width: 930px;
	display: block;
}

#header {
	margin: 0 auto;
	padding: 0;
	height: 168px;
	width: 930px;
}

#logo {
	margin: 4px auto 10px auto;
	padding: 0;
	height: 81px;
	width: 203px;
}

#logo a {
	border-bottom: none;
}

#logo img {
	border: none;
}

#tagline {
	margin: 0 auto 10px auto;
	padding: 0;
	height: 31px;
	width: 313px;
	background: url('/wp-content/themes/kiley_ranch/images/kr_tagline.png') top left no-repeat;
	text-indent: -9000px;
}

#bottom {
	margin: 0;
	padding: 0;
	width: 934px;
}

.side_container {
	margin: 0;
	padding: 0;
	width: 271px;
	float: left;
}

.side_container_top {
	margin: 0;
	padding: 0;
	width: 273px;
	height: 9px;
	background: url('/wp-content/themes/kiley_ranch/images/side_container_top.png') top left no-repeat;
	overflow: hidden;
}

.side_container_bg {
	margin: 0;
	padding: 0;
	width: 273px;
	background: url('/wp-content/themes/kiley_ranch/images/side_container_bg.png') top left repeat-y;
}

.subside_container {
	margin: 0 0 10px 0;
	padding: 0;
	width: 261px;
}

.subside_container_top {
	margin: 0;
	padding: 0;
	width: 261px;
	height: 9px;
	background: url('/wp-content/themes/kiley_ranch/images/subside_container_top.gif') top left no-repeat;
	overflow: hidden;
}

.subside_container_bg {
	margin: 0;
	padding: 0;
	width: 259px;
	background: url('/wp-content/themes/kiley_ranch/images/subside_container_bg.gif') top left repeat-y;
	border-left: 1px solid #fff8ee;
	border-right: 1px solid #fff8ee;
}

.subside_container_btm {
	margin: 0 0 10px 0;
	padding: 0;
	height: 10px;
	width: 261px;
	background: url('/wp-content/themes/kiley_ranch/images/subside_container_btm.gif') top left no-repeat;
	overflow: hidden;
}

.side_content {
	margin: 0 auto;
	padding: 0;
	width: 240px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #2c2100;
}

.side_container_btm {
	margin: 0;
	padding: 0;
	width: 273px;
	height: 10px;
	background: url('/wp-content/themes/kiley_ranch/images/side_container_btm.png') top left no-repeat;
}

#keep_informed {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	background-color: #ecdec5;
	border: 1px solid #bfb49b;
	text-align: center;
}

#keep_informed img {
	margin: 0;
	padding: 0;
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 931px;
}

#footer img {
	border: none;
}

#footer_content {
	margin: 0 auto;
	padding: 0;
	height: 108px;
	width: 931px;
	background: url('/wp-content/themes/kiley_ranch/images/footer_bg.gif') top left no-repeat;
}

#footer p {
	margin: 0;
	padding: 10px 0 10px 0;
	font: 10px/20px Georgia, "Times New Roman", Times, serif;
	color: #523e0c;
}

#footer a, #footer a:link {
	font: 11px/20px Georgia, "Times New Roman", Times, serif;
	color: #890000;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	font: 11px/20px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#footer_left {
	margin: 0;
	padding: 11px 0 0 5px;
	height: 90px;
	width: 246px;
	text-align: center;
	float: left;
}

#footer_left p {
	margin: 0;
	padding: 0;
	line-height: 14px;
}

#footer_nav {
	margin: 0 24px 0 45px;
	padding: 22px 0 0 0;
	height: 46px;
	width: 366px;
	float: left;
}

#footer_nav ul {
	margin: 0;
	padding: 0;
	list-style: 0;
	display: inline;
	width: 170px;
	float: left;
}

#footer_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

*html #footer_nav li {
	margin-left: -14px;
}

#footer_right {
	margin: 0;
	padding: 30px 0 0 2px;
	position: relative;
	height: 74px;
	width: 240px;
	text-align: center;
	float: left;
}

#footer_right p {
	margin: 0;
	padding: 0;
	font: 10px/24px Georgia, "Times New Roman", Times, serif;
	color: #523e0c;
}

.clear {
	clear: both;
}

/* Main Page Build
----------------------------------------------------------------------*/

#mainphoto_home {
	margin: 0;
	padding: 0;
	height: 315px;
	width: 663px;
	background: url('/wp-content/themes/kiley_ranch/images/mainphoto_home.png') top left no-repeat;
	float: left;
}

#main_btmcontainer_top {
	margin: 4px auto 0 auto;
	padding: 0;
	width: 939px;
	height: 26px;
	background: url('/wp-content/themes/kiley_ranch/images/main_btmcontainer_top.png') top left no-repeat;
}

#main_btmcontainer_bg {
	margin: 0 auto;
	padding: 0;
	width: 939px;
	background: url('/wp-content/themes/kiley_ranch/images/main_btmcontainer_bg.png') top left repeat-y;
}

#main_btmcontainer_btm {
	margin: 0 auto;
	padding: 0;
	width: 939px;
	height: 38px;
	background: url('/wp-content/themes/kiley_ranch/images/main_btmcontainer_btm.png') top left no-repeat;
}

#green_container {
	margin: 0;
	padding: 0 0 0 6px;
	width: 651px;
}

#sidebar {
	margin: 0 0 0 2px;
	padding: 0;
	width: 250px;
	float: left;
	display: inline;
}

#sidebar p {
	margin: 0;
	padding: 9px 0 9px 0;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #2c2100;
}

#sidebar a, #sidebar a:link {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #6a1616;
	text-decoration: none;
	border-bottom: 1px dotted #6a1616;
}

#sidebar a:hover {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

/* Sub Page Build
----------------------------------------------------------------------*/

#subpage_container_top {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: 10px;
	background: url('/wp-content/themes/kiley_ranch/images/subpage_container_top.png') top left no-repeat;
}

#subpage_container_bg {
	margin: -3px auto 0 auto;
	padding: 0;
	width: 940px;
	background: url('/wp-content/themes/kiley_ranch/images/subpage_container_bg.png') top left repeat-y;
}

#subpage_container_btm {
	margin: 0 auto 10px auto;
	padding: 0;
	height: 10px;
	width: 940px;
	background: url('/wp-content/themes/kiley_ranch/images/subpage_container_btm.png') top left no-repeat;
}

#subpage_header_photo {
	margin: 0 auto;
	padding: 0;
	height: 216px;
	width: 631px;
}

#subpage_greenblock {
	margin: 0 0 0 8px;
	padding: 0;
	width: 645px;
	float: left;
	display: inline;
}

#subpage_greenblock_top {
	margin: 0;
	padding: 8px 0 0 0;
	width: 645px;
	background: url('/wp-content/themes/kiley_ranch/images/subpage_greenblock_top.gif') top left no-repeat;
	overflow: hidden;
}

#subpage_greenblock_bg {
	margin: 0;
	padding: 0;
	width: 645px;
	background: url('/wp-content/themes/kiley_ranch/images/subpage_greenblock_bg.gif') top left repeat-y;
}

#subpage_greenblock_btm {
	margin: 0;
	padding: 0;
	height: 11px;
	width: 645px;
	background: url('/wp-content/themes/kiley_ranch/images/subpage_greenblock_btm.gif') top left no-repeat;
	overflow: hidden;
}

#subpage_content_top {
	margin: 8px auto 0 auto;
	padding: 0;
	height: 7px;
	width: 628px;
	background: url('/wp-content/themes/kiley_ranch/images/subpage_content_top.gif') top left no-repeat;
	overflow: hidden;
}

#subpage_greenblock_content {
	margin: 0 auto;
	padding: 6px 12px 6px 12px;
	width: 603px;
	border-left: 1px solid #50601b;
	border-right: 1px solid #50601b;
}

#subpage_content_btm {
	margin: 0 auto;
	padding: 0;
	height: 7px;
	width: 628px;
	background: url('/wp-content/themes/kiley_ranch/images/subpage_content_btm.gif') top left no-repeat;
	overflow: hidden;
}

#sub_sidebar {
	margin: 0 0 0 7px;
	padding: 0;
	width: 265px;
	float: left;
	display: inline;
}

#sub_sidebar ul {	
	margin: 0;
	padding: 0;
}

#sub_sidebar li {	
	list-style: none;
}

#sub_sidebar p {
	margin: 0;
	padding: 9px 0 9px 0;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #2c2100;
}

#sub_sidebar a, #sub_sidebar a:link {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #3a4c00;
	text-decoration: none;
	border-bottom: 1px dotted #3a4c00;
}

#sub_sidebar a:hover {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#sidenav_container_top {
	margin: 0;
	padding: 0;
	height: 7px;
	width: 265px;
	background: url('/wp-content/themes/kiley_ranch/images/sidenav_container_top.gif') top left no-repeat;
	overflow: hidden;	
}

#sidenav_container_bg {
	margin: 0;
	padding: 0;
	width: 265px;
	background: url('/wp-content/themes/kiley_ranch/images/sidenav_container_bg.gif') top left repeat-y;
}

#sidenav_container_btm {
	margin: 0;
	padding: 0;
	height: 7px;
	width: 265px;
	background: url('/wp-content/themes/kiley_ranch/images/sidenav_container_btm.gif') top left no-repeat;	
	overflow: hidden;
}

#sidenav {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 263px; 
}

#sidenav li {
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	border-bottom: 1px solid #bfb49b;
	border-top: 1px solid #f3eee0;
}

/*****************************************************************************
TOP NAVIGATION
*****************************************************************************/

#nav_top {
	margin: 0 auto;
	padding: 0;
	width: 930px;
	height: 23px;
}

#udm {
  list-style: none;
  padding: 0;
  margin: 0;
	list-style: none;
}

#udm ul {
	margin: 0;
	padding: 0;
	display: none;
}

#udm li {
	margin: 0;
	padding: 0; 
	display: block;	
	float: left;
}

#udm li ul {
	margin: 0;
	padding: 0;
}

#udm li ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #627523;
}

#udm li a, #udm li a.top_level {
  height: 23px;
	display: block;
}

#udm li a:hover.top_level {
  background-position: 0 -23px;
}

#udm li.on a:link.top_level, #udm li.on a:visited.top_level, #udm li.on a:hover.top_level, #udm li.on a:active.top_level {
  background-position: 0 -23px;
}

/*--------- nav items ---------*/

/* Star 01 */

#nav_top_star01 {
	height: 23px;
  width: 68px;
	background: url('/wp-content/themes/kiley_ranch/images/topnav_star01.gif') no-repeat 0 0;
	text-indent: -9000px;
}

/* About Kiley Ranch */

#nav_top_about {
  width: 113px;
}

#nav_top_about a.top_level, #nav_top_about a:visited.top_level {
  background: url('/wp-content/themes/kiley_ranch/images/topnav_about_kr.gif') no-repeat 0 0;
	text-indent: -9000px;
	border: none;
}

/* Star 02 */

#nav_top_star02 {
	height: 23px;
  width: 47px;
	background: url('/wp-content/themes/kiley_ranch/images/topnav_star02.gif') no-repeat 0 0;
	text-indent: -9000px;
}

/* Our Neighborhoods */

#nav_top_neighborhoods {
  width: 120px;
}

#nav_top_neighborhoods a.top_level, #nav_top_neighborhoods a:visited.top_level {
  background: url('/wp-content/themes/kiley_ranch/images/topnav_neighborhoods.gif') no-repeat 0 0;
	text-indent: -9000px;
	border: none;
}

/* Star 03 */

#nav_top_star03 {
	height: 23px;
  width: 47px;
	background: url('/wp-content/themes/kiley_ranch/images/topnav_star03.gif') no-repeat 0 0;
	text-indent: -9000px;
}

/* Our Community */

#nav_top_community {	
	height: 23px;
  width: 98px;
}

#nav_top_community a.top_level, #nav_top_community a:visited.top_level {
  background: url('/wp-content/themes/kiley_ranch/images/topnav_community.gif') no-repeat 0 0;
	text-indent: -9000px;
	border: none;
}

/* Star 04 */

#nav_top_star04 {
	height: 23px;
  width: 46px;
	background: url('/wp-content/themes/kiley_ranch/images/topnav_star04.gif') no-repeat 0 0;
	text-indent: -9000px;
}

/* Legacy Center */

#nav_top_legacy {
  width: 84px;
}

#nav_top_legacy a.top_level, #nav_top_legacy a:visited.top_level {
  background: url('/wp-content/themes/kiley_ranch/images/topnav_legacy_commons.gif') no-repeat 0 0;
	text-indent: -9000px;
	border: none;
}

/* Star 045*/

#nav_top_star05 {
	height: 23px;
  width: 47px;
	background: url('/wp-content/themes/kiley_ranch/images/topnav_star05.gif') no-repeat 0 0;
	text-indent: -9000px;
}

/* News & Events */

#nav_top_news {
  width: 87px;
}

#nav_top_news a.top_level, #nav_top_news a:visited.top_level {
  background: url('/wp-content/themes/kiley_ranch/images/topnav_news.gif') no-repeat 0 0;
	text-indent: -9000px;
	border: none;
}

/* Star 06 */

#nav_top_star06 {
	height: 23px;
  width: 51px;
	background: url('/wp-content/themes/kiley_ranch/images/topnav_star06.gif') no-repeat 0 0;
	text-indent: -9000px;
}

/* Our Blog */

#nav_top_blog {
  width: 55px;
}

#nav_top_blog a.top_level, #nav_top_blog a:visited.top_level {
  background: url('/wp-content/themes/kiley_ranch/images/topnav_blog.gif') no-repeat 0 0;
	text-indent: -9000px;
	border: none;
}

/* Star 07 */

#nav_top_star07 {
	height: 23px;
  width: 67px;
	background: url('/wp-content/themes/kiley_ranch/images/topnav_star07.gif') no-repeat 0 0;
	text-indent: -9000px;
}


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

.date {
	margin: 0;
	padding: 0 0 10px 0;
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
	color: #2c2100;
}

.title {
	margin: 20px 0 2px 0;
	padding: 0;
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #3a4c00;
}

.title a {
	margin: 20px 0 2px 0;
	padding: 0;
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #3a4c00;
	border-bottom: none;	
	text-decoration: none;
}

.title a:hover {
	margin: 20px 0 2px 0;
	padding: 0;
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border-bottom: none;
}

.comments {
	margin: 0;
	padding: 0 4px 0 0;
	background-color: #b4bd96;
	text-align: right;
	line-height: 20px;
	border-bottom: 1px solid #c7d2a4;
	border-top: 1px solid #c7d2a4;
}

.comments_header {
	margin: 0;
	padding: 0 4px 0 10px;
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #3a4c00;
	background-color: #b4bd96;
	line-height: 26px;
	border-bottom: 1px solid #c7d2a4;
	border-top: 1px solid #c7d2a4;
}

.commentlist {
	padding: 0;
	width: 520px;
	text-align: justify;
}

.commentlist cite, .commentlist cite a {
	font: bold italic 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #2c2100;
}

.navigation {
	margin: 10px 0 0 0;
	padding: 0 4px 10px 10px;
	line-height: 20px;
	border-bottom: 1px solid #919b70;
}

.search {
	min-height: 690px;
}

*html .search {
	height: 710px;
}

.backpost {
  margin: 0 0 6px 0;
	padding: 0;
}

.nextpost {
	margin: 0;
	padding: 0 0 0 10px;
}

.sidebar_square {
	margin: 10px 0 10px 0;
	padding: 4px 6px 4px 6px;
	background-color: #ecdec5;
	border-top: 1px solid #fff8ee;
	border-bottom: 1px solid #fff8ee;
}

#sub_sidebar h2 {
	margin: 0;
	padding: 0;
	font: bold 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #6e5300;
	font-variant: small-caps;
}

.CollapsiblePanel {
	margin: 0 0 26px 0;
	padding: 0px;
}

.CollapsiblePanelTab {
	margin: 0;
	padding: 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	margin: 0;
	padding: 6px 0 0 0;
}

.view_archives {
	margin: 0;
	padding: 0;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #6a1616;
	border-bottom: 1px dotted #6a1616;
	text-decoration: none;
}

.view_archives:hover {
	margin: 0;
	padding: 0;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #000000 !important;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

#flickr {
	margin: 0;
	padding: 0;
}

#flickr img {
	padding: 4px 5px 2px 0;
	float: left;
}

#flickr a {
	border-bottom: none;
}

.wp-polls {
	color: #523e01;
	font-family: Arial, Helvetica, sans-serif;
}

.commentlist {
	margin: 10px 0 0 30px;
	list-style: none;
}
