/* $Id: danblog.css,v 1.11.2.2 2010/11/19 14:42:44 danprobo Exp $ */

/* Put your custom css and css overrides in this file */ 

body {
font-size: 84%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFF;
margin: 0;
padding: 0;
line-height: 1.5em;
background-image: url('../images/bbgGradient2tone32x2048.png');
}

h1,h2,h3,h4,h5,h6 {
font-family: Arial, Helvetica, sans-serif;
}

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

#superfish .menu a,
#superfish .menu a:visited  {
font-family: Arial, Helvetica, sans-serif;
}

a:link {
color: #027AC6;/*#e87e17*/
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #027AC6;/*#e87e17*/
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #yellow;
text-decoration: underline;
}

.site-name a:hover {
text-decoration: none;
}

.comment .new {
text-align: right; /* LTR */
font-weight: bold;
float: right; /* LTR */
color: red;
margin:.5em;
}

.comment .title {
line-height: 1.2em;
}

.comment .title a:hover {
text-decoration: none;
}

#subnav li a {
font-weight:bold;
}

#subnav li a:hover {
text-decoration: underline;
color: #005a8c;/*#e87e17*/
}

.title {
line-height:1.2em;
}

.node .title a:hover {
text-decoration: none;
}

#aggregator h3 a:hover {
text-decoration: none;
color: #005a8c;/*#e87e17*/
}

#mission-wrapper {
width:950px;
margin:0 auto;
} 

#mission {
font-size:1.4em;
display:block;
line-height:1.2em;
font-family:Georgia, "Bitstream Vera Serif", serif;
font-size: 20px;
font-style:italic;
}

#mission .contextual-links {
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
}

#mission .block-title {
margin-top:20px;
}

#mission .region {
margin:20px 10px;
}

.item-list .pager li a:hover {
text-decoration:none;
}

textarea, select, input.text, input.form-text, input.title {
    background: #1A1A1A;
    border: 1px solid #6D6D6D;
    color: #EEE;
}

.gameLinks {
    text-align: left;
    display: block;
    margin: 1em;
}

.resizable-textarea .grippie {
    background: #1A1A1A url(../../../../../misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

.codeblock.xbbcode {
    padding: 5px;
    padding-top: 0px;
    border: 1px solid #CCC;
    background-color: #1A1A1A;
    white-space: pre;
    font-family: monospace;
}

/**
 * User login block in footer.
 */
#block-user-login {
  margin: 2em auto;
  text-align: center;
}
#block-user-login .block-title {
  display: inline-block;
  margin-bottom: 0.5em;
  text-align: center;
}
#block-user-login .content * {
  display: inline;
}
#block-user-login .form-item {
  margin-left: 1em;
}
#block-user-login .form-actions {
  margin-left: 1em;
}

.spoiler-js .spoiler-warning span.spoiler-button {
    cursor: pointer;
    background-color: #292929;
    padding: 4px;
    border-color: #4A4A4A #1A1A1A #1A1A1A #4A4A4A;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
}

div.error, .error {
	background-color: #ed340d;
    color: #fef5f1;
}

div.maintenance_block {
	background-color: #ed340d;
    color: #fef5f1;
}

div.author-signature {
	background-color: #393939;
	padding: 0.1em 0.5em 0.1em 0.5em;*/
}
div.user-signature {
	background-color: #393939;
	padding: 0.1em 0.5em 0.1em 0.5em;*/
}
td.active {
    background-color: inherit;
}
div.forum-post {
	background-color: #292929;
}
th.forum-last-post {
    width: 30%;
}
.forum-post-title /*, .form-item-subject*/
{
display: none;
}
#comment-form .form-item-subject
{
display: none;
}
.forum-post-panel-main {
    min-height: 130px;
}
textarea {
	height: 300px;
}