html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html
{
	background-color: #404040;
}

body
{
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color: #404040;
	padding-top: 20px;
	height: 100%;
}

h1 a
{
	text-indent: -2000px;
	background: url(../img/logo.png) no-repeat;
	display: block;
	z-index: 1000;
	width: 174px;
	height: 27px;
	float: left;
	margin: 24px 0 0 36px;
}

h2, h3, h4
{
	font-family: "Helvetica Neue Bold Condensed", Arial, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #262626;
	margin: 15px 0 5px 0;
	clear: both;
}

h2
{
	font-size: 22px;
}

h2.htop, h2.htop
{
	margin-top: 0;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

p
{
	line-height: 1.3em;
	padding: 4px 0 4px 0;
}

a, a:active, a:visited
{
/*	color: #22650f;*/
	color: #0066A0;
}

a:hover
{
/*	color: #18480b;*/
	color: #004680;
}

strong
{
	font-weight: bold;
}

textarea.form, input.form
{
	border: solid 1px #aaa;
	padding: 2px;
}

textarea.fullw, input.fullw
{
	width: 595px;
}

input.submit
{
	margin-top: 6px;
}

label
{
	font-weight: bold;
	color: #555;
	display: block;
}

div#header
{
	width: 912px;
	margin: 0 auto;
	height: 92px;
	background: url(../img/bg_header.png) no-repeat;
}

div#header ul
{
	float: right;
	overflow: hidden;
	height: 25px;
	margin: 25px 36px 0 0;
}

div#header ul li
{
	display: inline;
	margin-left: 14px;
	float: left;
}

div#header ul li a
{
	text-indent: -2000px;
	display: block;
	height: 25px;
	z-index: 1000;
}

li#nav_sign_in a { background: url(../img/nav_buttons.png) 0 0; width: 62px; }
li#nav_sign_in a:hover { background: url(../img/nav_buttons.png) -105px 0; }

li#nav_sign_out a { background: url(../img/nav_buttons.png) 0 -25px; width: 73px; }
li#nav_sign_out a:hover { background: url(../img/nav_buttons.png) -105px -25px; }

li#nav_submit a { background: url(../img/nav_buttons.png) 0 -50px; width: 105px; }
li#nav_submit a:hover { background: url(../img/nav_buttons.png) -105px -50px; }

li#nav_mywhines a { background: url(../img/nav_buttons.png) 0 -75px; width: 89px; }
li#nav_mywhines a:hover { background: url(../img/nav_buttons.png) -105px -75px; }


div#container
{
	width: 872px;
	margin: 0 auto;
	padding: 0 20px 0px 20px;
	background: url(../img/bg_middle.png) repeat-y;
	clear: both;
	overflow: hidden;
}

div#main
{
/*	background-color: #ccc;*/
	width: 870px;
}

div#left
{
	float: left;
/*	background-color: #ddd;*/
	width: 600px;
}

div#right
{
	float: right;
	/*background-color: #ccc;*/
	width: 245px;
}

div#main li, div#left li
{
	list-style-type: disc;
	margin-left: 1.7em;
}

ul.horiz li
{
	display: inline;
	list-style-type: none;
	line-height: 1.3em;
	padding: 4px 0 4px 0;
	margin-right: 4px;
}

div#left ul.whinelist
{
	margin: 0;
}

div#left ul.whinelist li
{
	list-style: none;
	margin: 5px 0 12px 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}

div#left ul.whinelist h3
{
	font-size: 14px;
	margin: 0 0 0 0;
}

div#left ul.whinelist .vote
{
	width: 42px;
	height: 42px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
	background: url(../img/bg_vote_small.png) top no-repeat;
	float: left;
	text-align: center;
	padding-top: 12px;
}

div#left ul.whinelist .vote span
{
	display: none;
}

div#left ul.whinelist .whine
{
	float: right;
	width: 545px;
}

div.metalist
{
	color: #666;
}

div.pages a, div.pages span, div.pages strong
{
	margin-right: 4px;
}


div.comment
{
	overflow: auto;
	background-color: #e0e0e0;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 5px;
}

div.comment blockquote
{
	float: right;
	width: 450px;
}

div.commentmeta
{
	float: left;
	width: 135px;
}

div.commentmeta h4
{
	margin: 0;
}

div.commentmeta p
{
	padding: 0;
	color: #777;
}


form p strong
{
	color: #900;
}

p#contact_url
{
	display: none;
}

input#openid_url
{
	background: white url(/img/openid-16x16.gif) no-repeat 2px;
	padding-left: 20px;
}

div#sign_in_buttons
{
	margin: 10px 0 10px 0;
}

a#sign_in_google
{
	background: url(../img/google_logo.png) center left no-repeat;
	padding: 1px 0 1px 30px;
}

a#sign_in_yahoo
{
	background: url(../img/yahoo_logo.png) center left no-repeat;
	padding: 1px 0 1px 30px;
}

span#ajax_msg
{
	font-weight: bold;
	margin-left: 10px;
}

span.orange
{
	color: #00a;
}

span.green
{
	color: #0a0;
}

span.red
{
	color: #a00;
}


div#right div#vote
{
	width: 72px;
	height: 86px;
	background: url(../img/bg_vote.png);
	float: left;
	text-align: center;
	margin: 12px 12px 12px 0;
	color: #262626;
}

div#right div#vote p
{
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 0;
}

div#right div#vote p strong
{
	font-size: 22px;
	display: block;
	margin: 5px 0 6px 0;
}

div#right div#vote_link span
{
	color: #888;
}


h3#tags
{
	clear: both;
}

p#meta
{
	margin-top: 16px;
}


div#footer
{
	font-size: 12px;
	color: #444;
	width: 872px;
	margin: 0 auto;
	padding: 32px 20px 0 20px;
	height: 75px;
	background: url(../img/bg_footer.png) no-repeat;
}

div#footer p
{
	padding: 2px 0 2px 0;
	overflow: hidden;
}

div#footer a
{
	color: #404040;
}

div#footer div#footleft
{
	float: left;
	width: 49%;
}

div#footer div#footright
{
	float: right;
	width: 49%;
	text-align: right;
}
