body * {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    /*font-family: "lucida grande",tahoma,verdana,arial,sans-serif;	*/
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}

a:link {
    text-decoration: none;
    color: #3b5998;
}

a:visited {
    text-decoration: none;
    color: #3D4C8C;
}


table.simple td {
    padding-right: 10px;
}

table.simple th {
    padding-right: 10px;
}

blockquote {
    font-style: italic;
    margin-left: 20px;
}

p {
    margin-bottom: 1.1em;
}

/* 
 ================================================================
 main layout
 ================================================================
*/

#hTags {
    float: left;
    clear: left;
    color: #333;
    margin-left: 5px;
}

#hTags h4 {
    margin: 0;
    padding: .3em .6em;
    background: url('/images/tr.gif') no-repeat right top;
}

h4.hSection {
    float: left;
    margin-top: 0;
    clear: none;
    color: #333;
    font-size: 13px;
    padding: 9px 6px 10px 6px;
    /*background: url('/images/bg_balloon.gif') #C2E598 no-repeat left bottom;*/
}

div.hSection {
    float: left;
    clear: left;
    color: #333;
    width: 100%;
    /*background: url('/images/bg_balloon.gif') #C2E598 no-repeat left bottom;*/
    min-height: 40px;
}

div.hSection h4 {
    margin: 0;
    /*background: url('/images/tl.gif') no-repeat left top;*/
}

div.hSection h4 p {
    display: block;
    margin: 0;
    font-weight: bold;
    /*background: url('/images/tr.gif') no-repeat right top;*/
}

div.hSection h4 p span {
    display: block;
    margin-bottom: 3px;
    padding: 8px;
    /*background: url('/images/br.gif') no-repeat right bottom;*/
}

div.hSection h4 p#user, div.hSection h4 p#tag {
    padding: 10px 0 0 10px;
}

div.hSection h4 p span#description {
    font-weight: normal;
    font-size: .8em;
    padding: 0 10px 10px 0;
}

div.hSection h4 p#tag span#description {
    font-weight: bold;
    font-size: 1em;
    margin: 0 0 3px 0;
    padding: 0 10px 10px 0;
}

div.hSection h4 p#tag span#description a {
    font-weight: normal;
}

div.hSection p a {
    font-weight: normal;
    font-size: .8em;
    margin-right: 5px;
}

#wrapper {
    width: 724px;
    /*float: right;*/
    /*margin: 0 auto;*/
    text-align: left;
}

#header {
    background-color: #2d9e07;
    padding: 2px 0 3px 0;
    width: 100%;
    height: 40px;
}

#header-inner {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

#identity {
    position: absolute;
    left: 1px;
    top: 5px;
    width: 60%;
}

#identity div {
    float: left;
    margin: 0 5px 10px 5px;
}

#identity span {
    float: left;
    display: block;
    margin: 7px 15px 0 0;
}

#globalNav {
    float: right;
    margin: 10px 10px 0 0;
}

#globalNav span {
    margin-right: 10px;
}

#contentArea {
    float: left;
    width: 600px;
    padding: 5px;
    padding-top: 10px;
    margin-right: -200px;
    /*margin-left: 10px;*/
    /*padding-bottom: 10px;*/
}

#ads {
    width: 250px;
    /*border: 1px solid #ddd;*/
    float: right;
    padding: 10px;
    margin-top: 10px;
    /*background-color: #f8f8f8;*/
}

#paging {
    clear: both;
    width: 100%;
    padding: 10px;
    /*margin-top: 30px;*/
}

#leftPanel {
    width: 130px;
    height: 100%;
    min-height: 600px;
    float: left;
    clear: left;
    margin: 0 0 0px 5px;
    padding: 5px 5px 0 0;
    font-size: .9em;
    border-right: solid 1px #bababa;
}

#leftPanel dl {
    font-size: .9em;
}

#leftPanel dt {
    margin-top: 5px;
    font-weight: bold;
}

#leftPanel ul {
    list-style-type: none;
    padding: 0 0 5px 9px;
}

li#post_button {
    margin: .8em 0;
}

#leftPanel li.new_section {
    margin-top: 1.2em;
}

#contentStatic {
    float: left;
    padding: 0 10px;
    padding-bottom: 10px;
    font-size: .8em;
}

#loginform {
    margin-left: 10px;
    padding-bottom: 10px;
}

#loginform h3 {
    color: #000;
}

#footer {
    width: 1024px;
    border-top: 1px solid #aaa;
    padding: 7px 4px;
    clear: both;
    margin: 0 auto;
    font-variant: small-caps;
}

#inner-footer {
    margin-left: 170px;
}

#sideBarR {
    float: right;
    width: 30%;
    padding: 5px 10px;
}

#createForm, #createFormPost {
    width: 575px;
    margin-top: 1.5em;
}

#createForm label, .posts label {
    display: block;
    font-weight: bold;
    font-size: .9em;
    margin-top: 5px;
}

#createFormPost label, .posts label {
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: .9em;
    width: 150px;
    margin-top: 5px;
}

#createForm #tags {
    float: left;
    clear: left;
    width: 565px;
    border: 1px solid #CCC;
    padding: 5px;
    margin-bottom: 10px;
}

#createForm #tags span {
    float: right;
    padding: 5px;
    font-size: .8em;
    font-weight: bold;
}

#createForm #tags span a {
    padding: 3px;
}

#createForm textarea {
    width: 575px;
}

#tabs {
    float: left;
    width: 100%;
}

#tabs * {
    float: left;
}

ul#tabs {
    padding: 3px 0 0 5px;
    font-size: 1.1em;
}

#tabs  a {
    float: left;
    color: #B2B6A7;
    text-decoration: none;
}

/*#tabs dd:hover, #tabs dd.cur, #tabs li:hover, #tabs li.cur {*/
    /*color: #333;*/
    /*background: url(/images/tl.gif) #C2E598 no-repeat top left;*/
/*}*/

/*#tabs li a:hover, #tabs dd h6 a:hover {*/
    /*background-color: #C2E598;*/
/*}*/

#tabs dd, #tabs li {
    margin: 0 .15em;
    background: url(/images/tl.gif) #E0E0E0 no-repeat top left;
    list-style-type: none;
}

#tabs dd h6, #tabs li h6 {
    padding: .3em .6em;
    font-size: .8em;
    background: url(/images/tr.gif) no-repeat top right;
}

#dropdown_list option {

}

ul#pop_post {
    list-style-image: url(/images/dash.gif);
    padding-left: 25px;
}

ul#pop_post li {
    margin-bottom: .5em;
    font-size: .8em;
}

div.banner {
    background: url(/images/bg_nav_left.gif);
    border-bottom: 1px solid #CCC;
    padding: 3px;
}

div.banner_horiz {
    float: left;
    clear: left;
    margin-bottom: 3px;
}

#globalNav input, #footer input {
    font-size: .7em;
}

#edit_box, #in_place_edit {
    margin: 0;
    background: #004C78 url('/images/tl.gif') no-repeat top left;
    color: #DDE7F0;
    padding: 10px;
}

/* 
 ================================================================
 general fonts colors
 ================================================================
*/

span.tags {
    line-height: 1.5em;
    font-size: .9em;
}

span.tags a {
    line-height: 1.5em;
    font-size: .9em;
}

span.tags sup {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

span.tags sup a {
    font-size: 10px;
    text-decoration: none;
    padding: 0 2px;
}

hr {
    border: 0;
    width: 100%;
    color: #FBEF99;
    background-color: #CCC;
    height: 1px;
}

#leftPanel em {
    font-weight: bold;
}

#leftPanel a, #leftPanel {
}

#leftPanel a:hover {
}

#contentStatic p {
    margin-bottom: 15px;
}

#contentStatic ol, ul {
    padding: 5px 20px;
}

#contentStatic h4 {
    display: block;
    border-bottom: 1px solid #CCC;
}

#contentStatic h5, h4 {
    margin-top: 15px;
}

/*.login_block {*/

/*}*/
/*.login_block form label {*/
    /*float: left;*/
    /*clear: left;*/
    /*font-size: 11px;*/
    /*margin-top: 8px;*/
/*}*/

/*.login_block #submission {*/
    /*float: right;*/
    /*width: 100%;*/
    /*text-align: right;*/
/*}*/

/*.login_block #submission input {*/
    /*float: none;*/
/*}*/

/*.login_block form input {*/
    /*float: right;*/
    /*clear: right;*/
    /*margin-top: 3px;*/
/*}*/

/*.login_block form span {*/
    /*float: right;*/
    /*clear: right;*/
    /*text-align: right;*/
    /*margin-top: 5px;*/
/*}*/

#formLayout td {
    font-size: .9em;
}

#formLayout input {
    margin-bottom: 8px;
}

#formLayout label, #sideBarR label {
    font-weight: bold;
    font-size: 11px;
}

#formsignup {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background-color: #E9E9E9;
    width: 90%;
    padding: 5px 10px 15px 10px;
}

#formsignup h3 {
    color: #000;
}

#message {
    padding: 0 10px 20px 0;
}

h3#message {
    padding: 0;
    color: red;
}

h3.error {
    margin: 10px 0;
    color: red;
}

span.error {
    position: relative;
    left: -3px;
    padding: 3px;
    display: block;
    border: 1px solid red;
}

.important {
    font-weight: bold;
}

.fineprint {
    font-size: .7em;
}

sup {
    font-size: 8px;
    margin-top: -10px;
}

/* 
 ================================================================
 posts layout, fonts, and colors
 ================================================================
*/

.posts ol, .posts ul {
    padding-left: 30px;
}

#search {
    float: right;
    padding: 10px;
}

#usersubnav {
    text-align: right;
    clear: left;
    width: 100%;
    font-size: .8em;
}

#subnav, #subnav_date {
    float: right;
    clear: left;
    padding: 10px;
    font-size: .7em;
    font-variant: small-caps;
}

#subsubnav {
    float: left;
    clear:both;
    padding-left: 10px;
}

/*#subnav div {*/
    /*padding: 7px 5px;*/
    /*background: url('/images/tl.gif') no-repeat top left;*/
/*}*/

#subnav div strong {
    padding: 3px;
}

#subnav_date {
    background-image: none;
    width: 100%;
    padding: 8px 0;
    margin-top: 10px;
    background-color: #F5F5F5;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    text-align: left;
}

#subnav_date h4 {
    display: inline;
    font-size: 1.1em;
    padding: 5px;
    margin: 5px 5px 5px 0;
    border: 1px solid #DBE5C8;
}

.user_bio {
    width: 100%;
    border: 1px solid #CCC;
    padding: 5px;
    margin-bottom: 5px;
}

.posts {
    /*width: 100%;*/
    clear: both;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    /*margin-bottom: 7px;*/
}

.posts blockquote {
    margin: 0 10px;
}

.hSecIntro ul {
    list-style-type: none;
    list-style-position: outside;
}

.hSecIntro {
    width: 98.5%;
    padding: 5px 5px 12px 5px;
    margin-bottom: 5px;
    font-size: .8em;
    background: #004C78 url('/images/tl.gif') no-repeat top left;
    color: #DDE7F0;
    border-right: 2px solid #AAABAD;
    border-bottom: 2px solid #AAABAD;
}

.hSecIntro h5, .hSecIntro h4, .hSecIntro h3 {
    font-size: 1.2em;
    color: #FFF;
}

.hSecIntro li h3 {
    font-size: 1.5em;
}

.hSecIntro p {
    margin: 0 0 4px 0;
}

.hSecIntro a {
    font-weight: bold;
    color: #FFF;
}

/*.hSecIntro a:hover {*/
    /*background-color: #A6C1D0;*/
    /*color: #000;*/
/*}*/

.hSecIntro h2 {
    float: left;
    clear: left;
    margin: 0 5px 0 0;
}

.hSecIntro ul, .hSecIntro p {
    clear: left;
}

.description {
    color: #333;
    margin-top: 2px;
}

.title h4 a, .title h4 a:visited, .title h4 {
    font-size: 1.1em;
    display: inline;
    margin-right: .1em;
    line-height: 1.5em;
    text-decoration: none;
    color: black;
}

.title a, .title a:visited {
    color: #3b5998;
    text-decoration: none;
}

.title h4 em {
    border: 1px dashed #CCC;
    padding: 3px;
    color: #333;
}

#summary_footer {
    padding: .8em 1.3em;
    border: 1px solid #CCC;
    background-color: #F7F7F7;
}

.new {
    color: red;
    font-size: .6em;
    padding-bottom: .35em;
}

.post_info {
    font-size: .9em;
    color: #666;
    padding-bottom: .35em;
}

.post_info em, .comment_info em {
    font-size: .9em;
    font-style: normal;
    font-weight: bold;
}

.post_footer {
    display: block;
    padding-right: 9px;
    text-align: right;
    font-size: .9em;
}

ul#post_comments {
    display: block;
    width: 100%;
    list-style-type: none;
    border-bottom: 1px dotted #CCC;
    border-left: 1px dotted #CCC;
    padding: 0;
}

ul#post_comments li {
    display: block;
    clear: left;
    padding: 10px;
    border-right: 1px dotted #CCC;
    border-top: 1px dotted #CCC;
    color: #384030;
}

li.fineprint {
    font-size: .9em;
    padding: 5px 0 0 12px;
    font-weight: bold;
}

ul#post_comments li ul *, ul#post_comments li ol * {
    border: 0;
    padding: 0;
    margin: 0;
}

ul#post_comments li ol li {
    display: list-item;
    list-style-type: inherit;
}

ul#post_comments li ul li {
    display: list-item;
    list-style-type: disc;
}

ul#post_comments li ul, ul#post_comments li ol {
    padding-left: 25px;
    margin: 0;
}

.ctrl_nr {
    white-space: nowrap;
}

.post_content {
    margin-top: 3px;
}

#unsubscribed {
    margin: 10px;
}

blockquote.code {
    display: block;
    overflow: auto;
    padding: 10px;
    margin: 5px 20px;
    width: 600px;
    white-space: pre;
    font-style: normal;
    border: 1px solid #CCC;
}

/*
 ================================================================
 comments layout, fonts, and colors
 ================================================================
*/

.comment_info {
    clear: left;
    font-size: .7em;
    color: #333;
    margin-bottom: 3px;
}

.comment_info a {
    font-size: 1.4em;
    font-weight: bold;
}

.comment_info span {
    font-weight: normal;
    font-size: 9px;
    padding: .2em;
    color: #333;
    background-color: #EEF0E4;
    border: 1px solid #CCC;
}

#content {
    width: 499px;
}

/* .login_block {
	float:left;
	border: 1px solid #DBE5C8; 
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}


.tags_block {
	clear:left;
	border-left: 1px solid #DBE5C8; 
	padding: 5px;
	margin-bottom: 5px;
} */

/*.login_block {*/
    /*float: left;*/
    /*background: url(/images/bg_nav_left.gif);*/
    /*border-bottom: 1px solid #CCC;*/
    /*padding: 6px;*/
    /*margin-bottom: 5px;*/
    /*font-size: 11px;*/
/*}*/

.tags_block {
    clear: left;
    /*background: url(/images/bg_nav_left.gif);*/
    /*border-bottom: 1px solid #CCC;*/
    padding: 6px;
    margin-bottom: 5px;
}

.tags_block ul {
    margin: 5px 0;
}

.header {
    color: #333;
    font-size: 16px;
    /*background: url('/images/bg_nav_balloon.gif') #C2E598 no-repeat left bottom;*/
    font-variant: small-caps;
}

.header h6 {
    /*background: url('/images/bg_nav_balloon_top.gif') no-repeat left top;*/
    padding: 0;
}

.header h6 a {
    font-weight: normal;
}

.header em a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.2em;
}

.note {
    font-size: .7em;
    color: #384030;
}

pre {
    display: block;
}

#post_button a {
    background-color: #DBDBDB;
    text-align: center;
    margin: 5px 0;
    color: #333;
    border-top: 2px solid #EBEBEA;
    border-right: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    border-left: 2px solid #EBEBEA;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 5px;
}

/*#post_button a:hover {*/
    /*color: #000;*/
    /*background-color: #DDF4B0;*/
    /*border-top: 2px solid #FFFFCD;*/
    /*border-right: 2px solid #EEEEA5;*/
    /*border-bottom: 2px solid #EEEEA5;*/
    /*border-left: 2px solid #FFFFCD;*/
/*}*/

#message_button a {
    /*    display:inline;*/
    background-color: #DBDBDB;
    text-align: center;
    margin: 5px 0 0 10px;
    color: #333;
    border-top: 2px solid #EBEBEA;
    border-right: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    border-left: 2px solid #EBEBEA;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
}

/*#message_button a:hover {*/
    /*color: #000;*/
    /*background-color: #DDF4B0;*/
    /*border-top: 2px solid #FFFFCD;*/
    /*border-right: 2px solid #EEEEA5;*/
    /*border-bottom: 2px solid #EEEEA5;*/
    /*border-left: 2px solid #FFFFCD;*/
/*}*/

h4#post_button_intro {
    display: inline;
    background-color: #DBDBDB;
    text-align: center;
    margin: 15px 0;
    color: #333;
    border-top: 2px solid #EBEBEA;
    border-right: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    border-left: 2px solid #EBEBEA;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 5px;
}

h4#post_button_intro a {
    padding: 3px;
    color: #000;

}

/*h4#post_button_intro a:hover {*/
    /*background-color: #FFF;*/
/*}*/

.clr {
    clear: both;
}

.view_block {
    clear: left;
    padding: 5px;
    margin-top: 5px;
}

ul#subs {
    font-weight: bold;
    clear: left;
    list-style-type: none;
}

ul#subs li {
    margin-bottom: .5em;
}

ul#subs span {
    font-weight: normal;
    font-size: .7em;
    font-style: italic;
}

strong.feed a:link {
    padding: 2px;
    background-color: #F60;
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
}

ul#related_tags {
    font-weight: normal;

}

ul#related_tags li {
    font-weight: normal;
    font-size: .7em;
    list-style-type: none;
}

/* 
 ================================================================
 pagination for popular users and popular tags
 ================================================================
*/
.popular {
    color: #313D71;
}

/* 
 ================================================================
 Search Results
 ================================================================
*/
ul#search_results {
    list-style-type: none;
    padding: 5px 10px;
    border: 1px solid #CCC;
}

ul#search_results li {
    font-size: .9em;
    margin-bottom: 1.1em;
}

ul#search_results li h3 {
    font-weight: normal;
    font-size: 1.3em;
}

/*
 ================================================================
 auto completion starts
 ================================================================
*/
.auto_complete {
    position: absolute;
    width: 250px;
    background-color: white;
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
}

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

.auto_complete ul li.selected {
    background-color: #bbf;

}

.auto_complete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    height: 16px;
}

/* 
 ================================================================
 auto completion ends
 ================================================================
*/
div#share_this_post {
    width: 100%;
    list-style-type: none;
    border-bottom: 1px dotted #CCC;
    border-top: 1px dotted #CCC;
    border-left: 1px dotted #CCC;
    border-right: 1px dotted #CCC;
    padding: 5px;
    margin-top: 5px;
    margin-right: 30px;
}

.share_icon {
    font-size: 11px;
    padding: 0 2px 0 30px;
    margin-bottom: -3px;
}

/*
* js popuplib
*/

#jspopup {
    display: none;
    position: absolute;
    top: 200px;
    left: 100px;
    width: 550px;
    padding: 15px;
    background-color: #c2e598;
    border: 1px solid #004c78;
}

#jspopup_close {
    float: right;
    text-decoration: underline;
}

div.general_container {
    width: 60%;
    padding: 5px 10px 15px;
}

/*
* WMD/pagedown editor
*/

.wmd-panel {
    /*margin-left: 25%;*/
    /*margin-right: 25%;*/
    width: 50%;
    min-width: 500px;
}

.wmd-button-bar {
    width: 100%;
    background-color: Silver;
}

.wmd-input {
    height: 200px;
    width: 100%;
    /*background-color: Gainsboro;*/
    border: 1px solid DarkGray;
}

.wmd-preview {
    background-color: #c0e0ff;
}

.wmd-button-row {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 0px;
    height: 20px;
}

.wmd-spacer {
    width: 1px;
    height: 20px;
    margin-left: 14px;

    position: absolute;
    background-color: Silver;
    display: inline-block;
    list-style: none;
}

.wmd-button {
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-right: 3px;
    position: absolute;
    display: inline-block;
    list-style: none;
    cursor: pointer;
}

.wmd-button > span {
    background-image: url(/images/wmd-buttons.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.wmd-spacer1 {
    left: 50px;
}

.wmd-spacer2 {
    left: 175px;
}

.wmd-spacer3 {
    left: 300px;
}

.wmd-prompt-background {
    background-color: Black;
}

.wmd-prompt-dialog {
    border: 1px solid #999999;
    background-color: #F5F5F5;
}

.wmd-prompt-dialog > div {
    font-size: 0.8em;
    font-family: arial, helvetica, sans-serif;
}

.wmd-prompt-dialog > form > input[type="text"] {
    border: 1px solid #999999;
    color: black;
}

.wmd-prompt-dialog > form > input[type="button"] {
    border: 1px solid #888888;
    font-family: trebuchet MS, helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}
