html,body {
    margin: 0;
    padding: 0;
    text-align: left;
	margin: 0;
	padding: 0;
}

body {
    font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: white url(../images/header_bg.png) repeat-x;
}

#wrapper {
  color: black;
  margin-top: 3px;
  font-size:1.3em;
  line-height: 1.5em;
  float: left;
  width: 100%;
}

#content {
  padding: 12px;
}

#content h1 {
    font-size: 28px;
    margin-bottom: 1em;
}

#content h2 {
    font-size: 22px;
    margin-bottom: 0.5em;
    padding: 0;
}

#content h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em 0 0.5em 0;
    margin: 0;
}

#content p {
    margin: 0 0 1.538em 0;
}

#sidebar {
    width: 220px;
    padding: 12px;
}

#sidebar strong {
    font-weight: bold;
}

#sidebar h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

#content a {text-decoration: none; color: #5599a7;}
#content a:hover {text-decoration: underline; }

#header {
  height: 103px;
  margin-left: 50px;
  width: 650px;
}

#header img {
}

#header h1 {
	padding: 0;
	margin: 0;
	padding-top: 30px;
	padding-left: 180px;
	color: black;
	position: relative;
	font-size: 36px;
}

#header h1 .subtitle {
	font-size: 60%;
	position: absolute;
	left: 240px;
	top: 70px;
}

#mainmenu {
  margin-left: 70px;
  margin-top: 0;
  height: 34px;
  padding: 0;
}

#mainmenu td{
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 1.3em;
    height: 34px;
    padding-left: 2em;
    padding-right: 2em;
    border-left: 1px dashed #d5e4ec;
    border-right: 1px dashed #d5e4ec;
}

#mainmenu td a{color: #fff; text-decoration: none;}
#mainmenu td.active{background: url(../images/mainmenu_active.png) repeat-x;}
#mainmenu td:hover {background: url(../images/mainmenu_hover.png) repeat-x;}

#page_footer {
    width: 992px;
    height: 32px;
    margin: auto;
    clear: both;
}

#footer {
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
}

#ext_footer {
    margin: auto;
    text-align: center;
    width: 500px;
    color: #aaa;
}

/* Login form*/

#loginform
{
    text-align: center;
}

form.loginfields
{
    text-align: left;
    width: 270px;
    background: url('../images/loginbg.png') top left no-repeat;
    padding: 0;
    border: 0;
    margin: 0 auto;
}

form.loginfields h2
{
    font-size: 16px;
    float: left;
    padding: 0;
    margin: 5px;
    margin-top: 0;
    background: url('../images/loginheader-left.png') top left no-repeat;
}

* html form.loginfields h2
{
    margin-left: 3px;
    width: 80px;
    text-align: center;
}

form.loginfields h2 span
{
    background: url('../images/loginheader-right.png') right top no-repeat;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    padding: 0 10px;
}

*+html form.loginfields h2 span
{
    padding: 0 20px;
}

form.loginfields label
{
    clear: left;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    width: 65px;
    line-height: 31px;
    vertical-align: middle;
}

form.loginfields input.text
{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 165px;
    height: 21px;
    padding: 5px;
    border: 0;
    background: url('../images/inputbg.png') top left no-repeat;
    color: #fff;
}

form.loginfields input#submit
{
    background: url('../images/loginbottombg.png') bottom left no-repeat;
    width: 270px;
    height: 61px;
    border: 0;
    margin-top: 10px;
    color: #fff;
    padding: 10px 140px 20px 10px;
}

* html form.loginfields input#submit
{
    clear: both;
    margin-left: -10px;
}


#flash {
font-size:120%;
font-weight:bolder;
margin:0pt auto 0.5em;
width:680px;
}
#flash div {
padding:5px 15px 15px 55px;
}
#flash .ok {
background:#EEEEFF url(../images/ok.png) no-repeat scroll left center;
border:1px solid #CCCCEE;
}
#flash .warning {
background:#FF9999 url(../images/error.png) no-repeat scroll left center;
border:1px solid #FF3333;
}
#flash .alert {
background:#FFFF99 url(../images/info.png) no-repeat scroll left center;
border:1px solid #FFFF00;
}
.notice {
background:#EEEEFF url(../images/info.png) no-repeat scroll left center;
border:1px solid #CCCCEE;
margin:0.5em auto;
padding:15px 10px 15px 55px;
width:680px;
}
.fielderror {
color:red;
font-weight:bold;
display: block;
}
.fieldhelp {
display: block;
color: #444;
font-size: 90%;
}
div.clearingdiv {
clear:both;
}

form table td {
    padding: 6px;
}

.even {
    background: #f0f0f0;
}

.odd {
    background: #e8e8e8;
}

/* story */

.story {
    display: block;
    float: left;
    overflow: hidden;
    width: 200px;
    height: 275px;
    background: url(../images/card_bg.png) no-repeat;
    margin-right: 18px;
    margin-bottom: 12px;
    position: relative;
}

.story-inner {
    padding: 23px 23px 23px 23px;
    _padding: 23px 23px 1px 23px; /* I <3 IE6 */
    height: 195px;
    display: block;
}

.story-body {
    overflow: hidden;
    height: 215px;
}

.story .spinner {
    position: absolute;
    left: 174px;
    top: 247px;
}

#content .story h3 {
    font-size: 12px;
    line-height: 1.05em;
    padding: 0;
    margin: 0;
}

.story-content {
    font-size: 9px;
    padding: 0;
    margin: 0;
    line-height: 12px;
}

.story-title a {
    color: #003560;
    text-decoration: underline;
    font-size: 11px;
}

.story-submitted {
    color: gray;
    font-size: 80%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.story-tags {
    color: gray;
    font-size: 80%;
    margin-top: 0;
}

.story-admin {
    color: gray;
    position: absolute;
    font-size: 80%;
    top: 7px;
    left: 9px;
    font-size: 9px;
}

.story-tags .tag {
    padding: 0 0.25em 0 0.25em;
    text-decoration: none;
}

.story-full {
    margin-right: 1em;
    margin-bottom: 1em;
}
/*
.story-tags .tag:hover {
    background: blue;
    color: white;
}
*/

.story-status {
    font-size: 90%;
}

.story-status-full {
    background: #eee;
    clear: both;
    padding: 4px;
    margin-bottom: 1em;
}

.story_image {
    border: 1px solid black;
}

.score {
    width: 150px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    height: 20px;
}

.story_score {
    position: relative;
    left: 25px;
}

.scorebox-top {
    background: url(../images/up.gif) top;
    width: 13px;
    height: 15px;
    cursor: pointer;
    float: left;
    border: 1px solid white;
}

.scorebox-bottom {
    background: url(../images/down.gif) bottom;
    width: 13px;
    height: 15px;
    cursor: pointer;
    float: left;
    border: 1px solid white;
}

.scorebox-body {
    text-align: center;
    padding: 0 3px 0 3px;
    display: block;
    float: left;
    font-size: 9px;
}

.score .comments {
    float: right;
    font-size: 9px;
}

.object-voted .scorebox-top {
    border: 1px solid green;
}

.object-unvoted .scorebox-bottom {
    border: 1px solid red;
}

.unvoted .scorebox-body {
}

.score-count {
    font-family: sans-serif;
    height: 3em;
}

.score-text {
    color: #333;
    padding: 0;
    margin: 0;
}

.story-subnav {
}

.story-unvote {
    border: 1px solid #ddd;
    padding: 2px;
}

.story-add-comment-header {
    clear: both;
    padding-top: 1em;
    font-size: 16px;
}

.login-to-vote {
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:70px;  
    width:408px;  
    background: #eeee40;
    border:2px solid #cecece;  
    z-index:2;  
    padding:12px;  
    font-size: 120%;
}

.login-to-vote a {
    text-decoration: underline;
}

/* comment */

.comment {
    clear: both;
    display: block;
    float: left;
    padding-bottom: 1em;
}

.comment-body {
    display: block;
    float: left;
    margin-left: 2em;
}

.comment-title {
    background: #dde;
    padding: 5px;
    font-size: 90%;
    color: #333;
    padding-left: 1em;
}

.comment-content {
    margin-top: 1px;
    background: #eef;
    padding: 4px;
}


/* forms */
.verticalform {
    font-size: 120%;
}

.verticalform .fielderror {
    color: red;
    font-size: 80%;
}

.verticalform .fieldhelp {
    font-size: 70%;
    color: gray;
    padding: 0;
}

.verticalform .label {
}

.verticalform .textfield,.textarea {
    background: #eeb;
    border: 1px solid #ddc;
    font-size: 120%;
    padding: 4px;
}

.pager_link, .pager_curpage {
    border: 1px solid #ccc;
    margin-right: 0.6em;
    padding: 5px;
}

.pager_link {
    color: blue;
}
