.blue {
    border: solid 2px blue;
}

/* @group defs */

body {
    background: #212a35;
}

/*label {
    font-size: small;
    font-weight: normal;
    text-transform: lowercase;
    padding: 6px 0px;
    text-align: right;
    float:  right;
}*/


/*
ul {
    list-style:none;
}
*/

a:link {
    /*color: #4160f5;*/
    /*color: #2647a2;*/
    color: #266878;
    text-decoration: none;
}
a:visited{
    /*color: #5b4769;*/
    color: #815729;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color:#fda90b;
}
a:active{
    color: #fda90b;
}

/*input, textarea{
    font-size: 110%;
    margin: 3px;
}*/

.hidden {
    display: none;
}

.right {
    float:right;
}

/*.error {
    color: red;
}*/

/*.text {
    font-family:verdana;

}*/

.message {
    border-color: #012233;
    font-size: 120%;
    font-family: "trebuchet ms", sans-serif;
    height: 24px;
    padding: 6px;
    color: #012233;
    border-style: double;
    text-align: center;
    margin-top: 6px;
}



/* @end */

/* @group Main Page Defs */

.content {
    width: 950px;
    min-height: 500px;
    background: #fdfdfd;
    margin-left: auto;
    margin-right: auto;
    /*border: 3px solid #19303d;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 0px;
    padding: 6px 6px 20px;
}

.main {
	margin-left: 10px;
}

.notification {
    margin-bottom: 24px;
    border: 1px solid #012233;
    padding: 6px;
}

.notification ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* @end */

/* @group profile */

/*#profile-form div label {
    float: left;
    text-align: right;
    width: 150px;
    padding: 1px;
    font-family: verdana;
}

#profile-submit {
    margin-left: 0px;
}*/



/* @end */

/* @group Body */

div.answer {
   background : #FFE0FF;
   padding: 0.5em 0 0 0;
   margin-bottom: 10px;
}

div.add_answer {
  background : #FFFFE0;
  padding: 10px;
}

div.voter {
  font-size: 9pt;
  float: left;
  width: 90px;
}

div.ans_body {
}

a.login {
    text-decoration: underline;
}

a.logout {
    text-decoration: underline;
    href: url("/logout");
}

.login_box {
    display: none;
    width: 300px;
    height: 200px;
    border: 2px solid black ;
    background: #FFFFFF;
}






/* @end */


/* @group Topbar */

.topbar {
   color: #fffefc;
}


.logo {
    /*color: #eecf5a;*/
    margin-top: 0.5em;
}

/* @end */

/* @group question_list */

.qlist {
    list-style-type: none;
}

.qlist ul {
    margin: 0;
    padding: 0;
}

/* Putting this here messes up the TinyMCE visual editor, so I've commented
  it out for now, because I don't know what the side effects are.

.qlist li div {
    padding: 0.25em 0 0.5em 0;
}
*/

/* @group Forms */

.formtable tr th {
    vertical-align: top;
}

/* @group comments */

label.labelleft {
    text-align: left;
    float: none;
}

.jq_commentform p {
    margin: 0;
}

.comments {
 }

/* @end */

.formtable #id_title {
    width: 100%;
}

/* @end */


.scorebox {
    background-color: #ede5a8;
    border: 1px solid #d9cf9d;
    height: 54px;

    margin: 0;
    padding: 0;
    font-size: 1em;
    text-align: center;
    line-height: 1em;
}

p.scorebox, .scorebox p {
	margin: 0;
}

.anscount {
    font-family: "trebuchet ms", verdana, sans-serif;
    font-size: 2em;
    color: #010817;
    font-weight: bold;
    line-height: 1em;
}

.votecount {
    font-size: 0.9em;
    color: #948e6c;
    line-height: 1.75em;

}


.qsummary h2 {
    margin: 0;
    padding: 0;
}

.subline {
    margin-bottom: 0;
    padding-bottom: 0;
}



/* @end */

/* @group Sig */

.signature {
    width: 200px;
    height: 54px;
    background-color: #ede5a8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 3em;
    overflow: hidden;
}

.mugshot {
    width: 48px;
    height: 48px;
    margin: 0.25em;
    background: #d9cf9d;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sig_score {
    margin-left:0.25em;
    margin-top: 0.25em;
}

.bio {
    float: right;
    width: 145px;
    color: #010817;
}

.bio p {
    margin: 0;
}

.bio h1 {
    font-size: 1em;

}

/* @end */

/* @group Vote */

.votewidget {
    /*font-size: 0.75em;*/
    display: block;
}


.votearrow {
    width: 48px;
    height: 48px;
}

.vote_on {
    background: url("/static/img/arrow_on.png");
}

.vote_off {
    background: url("/static/img/arrow_off.png");
}

/* @end */

/* @group Post */

.vcount {
}

.postbody, .ansbody {
    padding: 1em 0 1em 0;
}


.postbody ul {
    /* Copied from blueprint's screen.css to revert back to "normal" ul
       formatting */
    margin:0 1.5em 1.5em 0;
    padding-left:3.333em;
}

.postbody li {
    display: list-item;
    padding: 0;
    list-style-type: disc;
}

.postbody li ol, .postbody li ul  {
    margin: 0;
}

.ansbody p {
    padding-bottom: 6px;
}

.postactions p {
	padding-top: 1em;
}

.postactions ul {
    display: block;
}
.postactions li {
    display: inline-block;
}

.threadactions ul {
    display: block;
}

.threadactions li {
    display: inline-block;
    font-variant: small-caps;
}

.threadactions li.hidden {
    display: none;
}

.cleardiv {
    clear:both;
}

.topiclist {
    list-style-type: none;
}

.tags ul {
    display: block;

}
.tags li {
    text-transform:  lowercase;
    display: inline-block;
    padding-right: 1px;
    padding-left: 1px;
    line-height: 0.5em;
    padding-bottom: 0.5em;

}

/* @end */

/* @group Homepage */

.homepage {
    margin-left: 0.5em;
}


.homepage_1stpara {
	color: #4c4c4c;
}

.homepage_bullets li {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #222222;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.5em;
}

/* @end */

.help_text {
    color: #7e7e7e;
}

.help_text_bold {
    color: #222222;
    font-weight: bold;
}

/*
#id_body {
    margin-bottom:-0.5em;
}
*/

input.text_sig {
    width: 125px;
    padding:5px;
}

/*.errorlist {
    color: red;
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}*/

.formatting {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.formatting ul .small {
    margin-bottom: 0;
}

.formatting ul {
    padding-left: 0;
    padding-right: 0;
}

.formtable ul{
    list-style-type: none;
}

/* @group NAVIGATION */

/* @group main */

ul#nav {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
}
ul#nav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#nav li a {
	display: block;
	color:#fff;
 	font-family: "trebuchet ms", sans-serif;
 	font-size: 1.5em;
 	text-style: bold;
	text-decoration: none;
    padding: 7px 15px;
}

ul#nav li.navsearch {
    border-right: none;
    float: right;
}

.navsearchform{
    padding: 1px;
    margin: 0;
}

 /*ul#nav li:hover { background: #36699e;}
--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#nav li.navhighlight:hover {
    background-color: #ffbe24;
    padding-bottom: 1px;
}


ul#nav li span {
	float: left;
	padding: 5px 0;
	position: absolute;
	left: 0;
        top:40px;
	width: 950px;
	background: #0d779e;
	color: #fff;
	font-size: 0.75em;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
/*
ul#nav li:hover span { display: block; }
*/
ul#nav li span a { display: inline; color: #fff; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#nav li span a:hover {text-decoration: underline;}



.searchbox {
    background: #FFFFFF url("/static/img/search.png") no-repeat scroll left center;
    font-size: 1.2em;
}

.searchbox:focus {
    background: #FFFFFF no-repeat scroll left center;
}



#navbox {
    margin-top: 2px;
    margin-bottom: 3.5em;
    height: 3.5em;
    background-color: #0c1621;
}

#subnav {
    margin-bottom: 1.5em;
    background: #0d779e;
	color: white;
 	font-size: 0.75em;
	font-family: "trebuchet ms", sans-serif;
 	text-style: bold;
	padding: 5px 0;
	text-align: right;
	text-transform: uppercase;

	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

}

/* @end */




/* @group topnav */

.topnav li {
    text-align: right;
    text-transform:  lowercase;
    display: inline-block;
    padding: 3px;
    font-size: small;
    float: right;
    letter-spacing: 0.1em;
}

.topnav ul li a:link {
    color: #d1ad29;
    /*color: #97d3ff;*/
    text-decoration: none;
}
.topnav ul li a:visited{
    color: #a39339;
    text-decoration: none;
}
.topnav ul li a:hover {
    text-decoration: underline;
    color: #ffbe24;
}
.topnav ul li a:active{
    /*color: #eecf5a;*/
    color:#ffbe24
}

.topnav ul .welcome {
    width: 270px;
    height: 2.2em;
    overflow: hidden;
}
/* @end topnav*/

/* @group bottomnav */

.bottomnav {
    color: white;
    clear: both;
    text-align: center;
    font-size: x-small;
}

.bottomnav li {
    text-transform: lowercase;
    display: inline-block;
    padding: 6px;
    float: none;
}

.bottomnav ul li a:link {
    color: #d1ad29;
    text-decoration: none;
}
.bottomnav ul li a:visited{
    color: #a39339;
    text-decoration: none;
}
.bottomnav ul li a:hover {
    text-decoration: underline;
    color: #ffbe24;
}
.bottomnav ul li a:active{
    color:#ffbe24
}

#copyright {
    line-height: 32px;
}

/* @end */

#profile_nav ul {
    float: none;
    height: 32px;
    display: block;
}

#profile_nav li {
    text-transform:  lowercase;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 6px;
    float: left;
    font-size: small;
}


.related {
    list-style-type: none;
    padding-left: 0;
}

.related li {
    padding-bottom: 0.5em;
}

.score_val {
     font-weight: bold;
     color: #666666;
     font-family: "trebuchet ms", sans-serif;
     font-size: 1.25em;
     line-height: 1;
}




.topics {
    list-style-type: none;
    display: inline-block;
    padding-left: 0;
}

.topics li {
    float: left;
}








/* @end */

.helptext {
    background-color: #f0f0f0;
}





