html, body, form {
    margin:0;
    padding:0;
}

body {
    background-color: #fff;
    font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial ,sans-serif;
    font-size: 13px;
    color: #003;
}

/* IE displays fieldsets very weirdly */
fieldset {
	padding: 5px 0px 0px 5px;
}

a {
    color: #33b;
    text-decoration: underline;
}

a:visited {
    color: #226;
}

div#signin {
    width:100%;
    text-align:right;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
}

div#header {
    float:left;
    width:100%;
    display:block;
    margin:0;
    padding:0;
    height: 54px;
    /*border-bottom: 1px solid #aaf; XXX*/
}

div#logo {
    position: absolute;
    left:0px;
    top:10px; /* 6px */
    display:block;
    width:200px;
    padding:0;
    height:54px; /* 38px */
}

div#menu {
    float:right;
    display:block;
    margin-right:1em;
    margin-top:-4px;
}

div#header div#balloon {
    position:absolute;
    left:-2000px;
    top:-2000px;
    width:330px;
    height:130px;
    background:url(../img/balloon/rect_sx.png) no-repeat;
    display:block;
}

div#balloon #balloon_content {
    margin-left:50px;
    margin-top:20px;
    width:260px;
    height:110px;
    display:block;
}

#logoimg {
	position:absolute;
	left:12px;
	top:14px;
}

#logotitle {
	position:absolute;
	left:80px;
	top:22px;
}

h1 {
    font-weight: 800;
    font-size: 2em;
    line-height: 1em;
    margin:0;
    margin-bottom: 8px;
}

body hr {
    margin-bottom: 20px;
    text-align: center;
    opacity: 0.4;
    width:75%;
}

#article #author {
    font-size: 12px;
    padding: 3px 0 0 40px;
}

#article #tags {
    padding: 4px 0 0 10px;
    height: 40px;
    font-size: 1.4em;
    font-weight: bold;
}

#article #tags a, #question #tags a, #questions #tags a, #main-article #tags a, .box #tags a, #latest-articles #tags a {
    background-color: #eef;
    color: #33d;
    border-bottom: 1px solid #88f;
    border-right: 1px solid #88f;
    text-decoration: none;
	font-weight: bold;
	font-size: 12px;
    line-height: 21px;
    padding: 1px 5px 1px 5px;
}

#autotranslate {
    float: right;
    font-weight: bold;
}

#article blockquote {
    margin: 0;
    padding-left: 30px;
    margin-top: 15px;
    font-size: 14px;
    background: url(../img/quotes.gif) no-repeat 5px 0px;
}

.question {
	list-style: none;
	display: block;
	border-bottom: 1px solid #ddd;
}

#stats {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 40px;
	min-height: 150px;
	text-align: center;
	/* border: 1px solid #aaddff; */
	margin-right: 10px;
}

#question-text {
	font-size: 14px;
	line-height: 1.5em;
}

#answers h2 {
	border-bottom: 1px solid;
}

#answers ul li {
	border-bottom: 1px solid;
}

ul#nav, ul#nav li {
    list-style-type:none;
    margin:0;
    padding:0;
    margin-top:10px;
    padding-left:3px;
}

ul#nav {
    width: 100%;
    font-size: 1.6em;
    font-weight: 600;
}

ul#nav li {
    float:left;
    margin-right:5px;
    text-align:center;
}

ul#nav a{
    float:left;
    width:4.5em;
    /*background:url(../img/button_bg_10_25.jpg);*/
    background: #eef;
    text-decoration:none;
    padding-left: 4px;
    padding-right: 4px;
    color: #228;
    border: 1px solid #ddf;
}

ul#nav a:hover {
    background:#228;
    border-bottom:1px solid #228;
    color:#fff;
}

ul#nav li.activelink a,ul#nav li.activelink a:hover {
    background: #228;
    border:1px solid #88f;
	border-bottom: 1px solid #228;
    color:#fff;
}

div#content {
    width:100%;
    clear:both;
    float:left;
    display:block;
    padding:0;
    margin:20px 0 0 0;
}

#content #topics { 
    float: left;
    width: 20%;
    /*background-color:#eef;*/
    display: block;
    padding: 2px;
    margin: 0;
}

#content #sidebar {
    float: right;
    /*background:#eef;*/
    width: 20%;
    display: block;
    padding: 2px;
    margin: 0;
}

#content #article {
    float:left;
    width:55%;
    padding:0;
    margin:0;
    padding-left: 15px;
    font-size: 13px;
	line-height: 1.4em;
    display:block;
}

#content #article2col, #content #questions {
    float:left;
    width:75%;
    padding:0;
    margin:0;
    padding-left: 15px;
    font-size: 13px;
	line-height: 1.2em;
    display:block;
}

#article2col h1, #questions h1 {
	border-bottom: 1px solid #888;
}

#article2col h2 {
    padding-bottom: 10px;
    margin: 2px;
}

#questions h3 {
	font-size: 1.2em;
	font-weight: 800;
}

#content #taglist { 
    float:right;
    width:75%;
    display:block;
    padding:5px;
    margin:0;
}

#taglist #tags-search {
	height:26px;
	font-size:22px; 
}

#taglist ul {
    list-style-type: none;
    width: 100%;
}

#taglist li {
    margin-bottom: 8px;
    width: 33%;
    float: left;
}

#taglist span.tagname {
    background: #ddf;
    padding: 3px 6px 3px 6px;
    border-bottom: 1px solid #88f;
    border-right: 1px solid #88f;
}

#taglist a {
    text-decoration: none;
}

#taglist span:hover {
    text-decoration: none;
	background-color: #88c;
}

#content #taglist span.tagfrequency {
    padding: 3px;
    font-weight: bold;
    font-size: 17px;
}

#charts-container {
    margin-top: 2em;
    margin-left: 20%;
    min-height: 300px;
}

#charts-container h1 {
    font-size: 1.8em;
    height: 30px;
    background-color: #eef; 
    border-top: 1px solid #99f;
    padding: 6px 0 0 10px;
    margin: 0;
}

#topics h2, #sidebar h2, #charts-container h2 {
    font-size: 1.4em;
    height: 22px;
    background-color: #eef; 
    border-top: 1px solid #99f;
    padding: 3px 0 0 5px;
    margin: 0;
}

/* Sidebar lists */
#topics ul, #sidebar ul {
    list-style-type: none;
    margin-left: 12px;
    line-height: 14px;
    padding:0;
}

#topics li, #sidebar li {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* Updated articles */
#topics li.new {
	background-color: #afa;
}

/* Offline articles */
a.offline {
	color: #ccc;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;

}

a.live {
	font-weight: bold;
}

#topics p, #sidebar p {
    font-size: 12px;
}

/* Footer */
div#footer {
    display:block;
    float:left;
    width:100%;
    margin-top: 60px;
    text-align:center;
}

.highlight {
	background-color: #ffff88;
	padding:2px;
	border-right: 1px solid orange;
	border-bottom: 1px solid orange;
	text-decoration: none;
}

#article textarea {
	width: 95%;
	height: 500px;
}

#article textarea.comment-text, textarea.answer-text {
	width: 80%;
	height: 80px;
}

div.comment {
	border-bottom: 1px #ccc dotted;
	padding: 0;
	margin: 0;
}

/* When comments are from site admins */
div.official {
    background-color:#eeffee;
    padding: 5px;
    border: #ccffcc 1px dotted;
}

#article p.comment-details {
	font-size: 0.9em;
}

.vote, .favorite {
	display: block;
	float: left;
	width: 40px;
	min-height: 50px;
	padding-top: 0px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

span.bignum {
	font-size: 2em;
}

div.comment-text {
	margin-left: 0px; /* 65px; */
}

/*
#article input, #article textarea {
    border: 1px solid #48c;
    background: #ddf;
    color: #000;
    font-family: "Courier New", Monotype, Geneva, Verdana, Times New Roman;
    font-size: 12px;
    padding: 2px;
}
*/

#article input#title {
    font-size: 18px;
    font-weight: bold;
}

#article input#keywords, #article #content {
    font-size: 14px;
    font-weight: bold;
}

/*
#article input[type=button] {
	font-size: 1em;
	border:1px solid #48c;
}

#article input[type=submit] {
    padding:2px;
    background: #fc8;
    border:1px solid #f80;
    font-size: 1em;
}

#google_custom_search input[type=submit] {
	background: #ccf;
	border:0;
	font-size: 15px;
	font-weight: bold;
	padding:0px;
}
*/

#article li.search_result {
    font-size: 18px;
    padding-top: 15px;
    margin: 0 0 10px 0;
}

#article #publish_status {
    padding: 8px;
	border: 2px solid #48f;
	text-align: center;
}

#article #excerpt {
    font-size: 12px;
}

/* Notice boxes */
div#notice_box_warning {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 10px;
    display: block;
    background: red;
    color: white;
    border: 1px solid #800;
    text-align: center;
}

div#notice_box_warning h3, div#notice_box_warning p {
    text-align: center;
    margin:0;
    padding:0 0 0 10px;
}

div#notice_box_info {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 10px;
    display: block;
    background: #ada;
    color: white;
    border: 1px solid #0c0;
    text-align: center;
}

div#notice_box_info h3, div#notice_box_info p {
    text-align: center;
    margin:0;
    padding:0 0 0 10px;
	font-weight: bold;
}

/* Blue tab under main header */
#tab {
	clear:both;
	padding-left: 20px;
	padding-top:6px; 
	background-color: #228;
	height:24px
}

#tab span {
	color:#fff;
	font-size: 1em;
}

#tab span a {
	color:#ccf;
	font-size: 1em;
}

.site-feeds {
    display:inline;
}

.site-feeds-mini {
    display:inline;
    word-spacing:0.6em;
}

.timeline-important-event {
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
}

.timeline-normal-event {
    font-weight: bold;
    font-size: 1em;
    color: #888;
}

.cover_pic {
    padding: 0px 10px 10px 10px;
}

#main-article, #latest-articles {
    border: 0px dashed red;
}

#main-article #title {
    padding-top: 0.5em;
    font-size: 2em;
}

#main-article #title a {
    text-decoration: none;
}

#main-article #excerpt {
    padding-left: 1.6em;
}

/* A little indent between article titles and (tags, excerpt) */
.box #tags, .box #excerpt, #latest-articles #tags, #latest-articles #excerpt {
    padding-left: 0.8em;
}

#mid-level, #latest-articles {
    display: block;
    width: 100%;
    float: left;
    border: 0px dashed red;
}

#main-article .cover_pic, #latest-articles .cover_pic {
    padding: 1em 1em 1em 1em;
}

#main-article #tags a, #latest-articles #tags a {
    font-weight: normal;
}

#main-article #excerpt, #latest-articles #excerpt {
    padding-top: 1em;
    line-height: 1.1em;
    text-align: justify;
    font-size: 1.3em;
}

.box {
    display: block;
    float: left;
    width: 48%;
    margin-right: 1em;
    border: 0px dashed red;
}

.box #title, #latest-articles #title {
    font-size: 1.4em;
    text-decoration: none;
}

.box #title a, #latest-articles #title a {
    text-decoration: none;
}

.box #tags a, #latest-articles #tags a {
    font-weight: normal;
    font-size: 0.8em;
    background-color: #eef;
}

.box-heading, #latest-articles .heading {
    font-size: 1.6em;
    color: black;
    line-height: 0.8em;
    /*border-bottom: 1px solid #999;*/
    border-top: 1px solid #99f;
    background-color: #eef;
    padding: 5px;
    margin-bottom: 1em;
}

.box .cover_pic {
    width: 50px;
    height: 50px;
}

/* Don't display author pic, name, last modify etc
   to not take too much space */
.box #author, #main-article #author, #latest-articles #author {
    display: none;
}

.box #tags {
    overflow: hidden;
    height: 1.7em;
}

.read-more {
    font-weight: bold;
    color: #484;
}

.read-more :visited {
    font-weight: normal;
    color: #003;
}

#charts-container fieldset {
    margin-top: 2em;
    font-family: "Helvetica Neue", "Arial";
    font-size: 18px;
    border:0px;
}

#charts-container fieldset label {
    margin-top:1em;
}

#charts-container input, #charts-container select {
    margin-top:1em;
    vertical-align:middle;
    font-family: "Helvetica Neue", "Arial";
    font-size: 18px;
    height:26px;
}

#charts-container input[type=radio] {
    margin-left:1em;
    height:22px;
}

#charts-container select {
    height:30px;
}

#charts-container label {
    width:18%;
    float:left;
    clear:both;
}

.radio-caption {
    vertical-align:bottom;
}


