/* @override 
	http://what2tip.com/stylesheets/screen.css?1180329200
	http://0.0.0.0:3000/stylesheets/screen.css?1186427915
*/

/* @group body */

body {
  	font-family: Lucida Grande, Verdana, Arial, sans-serif;
  	font-size: 62.5%;
  	line-height:1.2em;
  	color:#333;
	background: #525252 url(/images/bg.gif) repeat-y;
}

/* -- clear default values -- */

* {
  margin:0;
  padding:0;
  list-style-type:none;
  text-decoration:none;
}

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

/* @end */

/* @group container */

#container {
  	width: 950px;
  	margin: 0;
}

/* @end */

/* @group header */

#header {
  	height: 140px;
	background: url(/images/header_bg.png) repeat-x;
}

#header #ad {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 8px;
	left: 462px;
}

#header ul#nav {	top: 76px;
	left: 375px;
	position: absolute;
	width: 550px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
}
#header ul#nav li {	font-size:1.3em;
	font-weight: bold;	float:left;	margin: 0px 17px 0 0;	padding:0;
}
body#categories #nav li#nav_categories a,body#polls #nav li#nav_polls a,body#suggestions #nav li#nav_suggestions a,body#countries #nav li#nav_countries a {	color:#ff6600;}#header ul#nav li a {	color:#690;	text-decoration:none;	display:block;	margin:0;	padding:0;}
#header ul#nav li a:link,
#header ul#nav li a:visited {
	color:#690;
}
/*#header ul#nav li a:hover, ul#nav li a:active {
	border-bottom: 3px solid #004307;
}
*/
h1 {
	color: #444;
	margin-bottom: .5em;
	font: normal 2.1em/1em Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: normal 1.7em/1em Georgia, "Times New Roman", Times, serif;
	color: #444;
	margin-bottom: .5em;
}

.country_span {
	color: #307f0e;
}

h3 {
	font-size: 1.3em;
	color: #307f0e;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

/* @end */

/* @group main_content */

#main_content {
  	clear:both;
  	width: 925px;
  	margin-left: 25px;
}
#main_content #left_sidebar {
  	float:left;
  	width: 145px;
	padding-top: .7em;
}
#main_content #content {
  	float:left;
  	width: 620px;
	font-size: 1.1em;
	line-height: 1.3em;
}
#main_content #right-sidebar {
  	float:right;
  	width: 160px;
}

/* @end */

/* @group left_sidebar */

#left_sidebar ul#tip_guide {
	color: #690;
	margin-left: 15px;
	padding-right: 20px;
	margin-bottom: 15px;
}

#left_sidebar ul#tip_guide li {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 1.1em;
	margin-bottom: 2px;
	line-height: 1.3em;
}

#left_sidebar ul#tip_guide li a:link,
#left_sidebar ul#tip_guide li a:visited {
	color: #690;
	text-decoration: none;
	border-style: none;
}

#left_sidebar ul#tip_guide li a:hover, 
#left_sidebar ul#tip_guide li a:active {
	color: #360;
	background-color: #fefed4;
	text-decoration: none;
	border-bottom: 1px solid #690;
}

#left_sidebar .amazon {
	border: 1px solid #ccc;
}

/* @end */

/* @group content */

p {
	font-size: 1.1em;
	width: 525px;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#disclaimer p {	
	font-size: .9em;
	line-height: 1.1em;
}

/* @group poll */

.bar_1 {
	background-color: #363;
	width: 100px;
}

.bar_2 {
	background-color: #a6d246;
	width: 100px;
}

.bar_3 {
	background-color: #41a579;
	width: 100px;
}

.bar_4 {
	background-color: #00d018;
	width: 100px;
}

.percent {
	color: #bbb;
	font-size: .9em;
	padding-bottom: .5em;
}

/* My Comment */

.poll_container {
	margin: 0;
}

.poll {
	background: url(/images/poll_bg.png) no-repeat;
	width: 525px;
	height: 300px;
	padding: .5em 1em;
	margin-top: 1em;
}

.poll h4 {
	margin-bottom: .5em;
	width: 500px;
}

.submit_vote {
	position: relative;
	top: .5em;
}

/* @end */

/* @group links */

#content p a:link,
#content p a:visited,
#content table a:link,
#content table a:visited,
.faux_link {
	color: #690;
	text-decoration: none;
	border-style: none;
	cursor: pointer;
	cursor: hand;
}

#content p a:hover, 
#content p a:active,
#content table a:hover, 
#content table a:active,
.faux_link:hover {
	color: #360;
	background-color: #fefed4;
	text-decoration: none;
	border-bottom: 1px solid #690;
}

#content .hand_cursor {
	cursor: pointer;
	cursor: hand;
}

/* @end */

/* @group table */

#content table {
	border-collapse:collapse;
	clear:both;
	white-space: normal;
	border-left: 1px solid #eee;
	margin-top: .5em;
	margin-bottom: 1em;
}

#content table th {
	color: #307f0e;
	border-right: 1px solid #eee;
	text-align: left;
	width: 150px;
	background-color: #eaf6e5;
	padding: .5em .75em;
}

#content table td {
	padding: .5em .75em;
	border-right: 1px solid #eee;
	width: 150px;
}

/* @end */

/* @group ids */



hr {  
	border:0;
	border-top: 1px solid #eee;
	padding: .5em;
	height: 0px;
}

/* @end */

#tip_suggestions_list {
	width: 525px;
}

/* @group ol */

ol#top_tip_polls {
	color: #690;
}

ol#top_tip_polls li {
	color: #690;
	list-style-type: decimal;
	margin-left: 2.5em;
}

ol#top_tip_polls li a:link,
ol#top_tip_polls li a:visited {
	color: #690;
	text-decoration: none;
	border-style: none;
}

ol#top_tip_polls li a:hover, 
ol#top_tip_polls li a:active {
	color: #360;
	background-color: #fefed4;
	text-decoration: none;
	border-bottom: 1px solid #690;
}

/* @end */

#content #poll_container {
	clear: both;
}

#content .poll_0 {
	float: left;
	margin: 0 20px 20px 0;
}

#content .poll_1 {
	float: left;
	margin: 0px 0px 20px;
}

/* @end */

/* @group right_sidebar */

#right_sidebar .amazon {
	border: 1px solid #ccc;
	margin-left: 20px;
}

#right_sidebar #ad {
	position: absolute;
	width: 120px;
	height: 600px;
	top: 400px;
	left: 811px;
	font-size: 1em;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	text-align: center;
	margin: 0 0 0 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#footer ul#nav {
	color: #690;
	margin-left: 15px;
	line-height: 1.4em;
	font-size: 1.1em;
}

#footer ul#nav li {
	margin-bottom: 2px;
	display: inline;
}

#footer ul#nav li a:link,
#footer ul#nav li a:visited {
	color: #690;
	text-decoration: none;
	border-style: none;
}

#footer ul#nav li a:hover, 
#footer ul#nav li a:active {
	color: #360;
	background-color: #fefed4;
	text-decoration: none;
	border-bottom: 1px solid #690;
}

/* @end */

/* @group form */

/* @group input */
input, select, textarea 
{
	border: 1px solid #d4d4d4;
	text-indent:1px;
	background: #fff;
	font: 1.2em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: .25em .5em .25em .25em;
}

select 
{
	padding: .25em 0;
}

textarea {
	width: 75%;
}
input:focus, select:focus, textarea:focus 
{ 
	border: 1px solid #cc9;
	background: #ffc; 
}

.input_button 
{
	color: #333;
	border: 2px outset #999;
	cursor: pointer;
	cursor: hand;
	background-color: #f4f4f4;
	font-size: 1.2em;
	font-weight: bold;
	padding: .2em .5em;
	margin-top: .5em;
}
.input_button:hover 
{
	border: 2px outset #f60;
}
/* @end */

dl {}
dt {
	width: 7em;
	margin: 4px 2px 0 0; padding: 0;
	text-align: right;
	white-space: nowrap;
	float: left;
	clear: left;
	position: relative;
}
dd {
	margin: 0 0 5px 0px;
}
.block {
	margin-bottom:.5em;
	padding: 1em .5em .5em;
}


/* @end */

.errorExplanation {
	padding-bottom: 1em;
	color: #c00;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.fieldWithErrors {
	border-style: none;
	border-left: 5px solid red;
} 

.errorExplanation ul {
	margin-top: .5em;
}

.errorExplanation li {
	font-weight: bold;
	list-style-type: decimal;
	list-style-position: inside;
}
