* {
    margin: 0;
    padding: 0;
    font-family: Arial,'Lucida Sans Unicode',sans-serif;
}
	
body {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 12px;
    color:#000;
    background:#b1b1b1 url(images/background.jpg) repeat-x;
    font-family: Arial,'Lucida Sans Unicode',sans-serif;
}

a {
    color:#000;
    text-decoration:underline;
}

a:hover {
    color:#5f1f27;
    text-decoration:none;
}

#page {
    margin: 0 auto;
    padding: 0;
    width: 760px;
    text-align: left;
    clear: both;
    background: url(images/middle-background.png) repeat-y;
    font-family: Arial,'Lucida Sans Unicode',sans-serif;
}

#singlecol {
    width: 760px;
    text-align: left;
    background: url(images/single-container.gif) repeat-y;
    padding-bottom: 0 !important;
}

h1 #singlecol {
    font-size: 24px;
}

h2 #singlecol {
    margin-top: 75px;
    font-weight: 600;
    color: #999;
    text-decoration: none;
}

#content {
    float: right;
    text-align: left;
    width: 480px;
    padding:0 30px 0 20px;
    margin-top:0;
}

#content2 {
    float: right;
    text-align: left;
    width: 480px;
    padding:0 30px 0 20px;
    margin-top:0;
}

#sidebar {
    width: 220px;
    float: left;
    padding-left:10px;
}
	
.left {
    width: 100%;
    clear: both;
}

#footer {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    height:33px;
    clear: both;	
    text-align: left;
    padding:27px 0 0 0;
    color:#fff;
    background: url(images/footer.png) no-repeat;
}

#footer a {
    color:#fff;
    text-decoration:none;
    font-size:10px;
}

#footer a:hover {
    color:#999;
    text-decoration:underline;
}

blockquote {
    border: 1px dashed #b1b1b1;
    background: #f5f5f5;
    color: #666;
}


/* HEADER  */

#header {
    width: 760px;
    height: 210px;
    clear: both;
    vertical-align: top;
    margin: 0 auto;
    padding: 0;
    background: url(images/header.png) no-repeat;
}

#header h1 { 
    display:none; 
}

#headerimg {
    display:none;
}

#headerimg .description {
    display:none;
}

/* END HEADER  */


/* POSTS  */

.post  {
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b1b1b1;
}

.entry {
    padding-top: 15px;
}

/* headings */ 

h1, h2, h3 {
    font-weight: bold;
    font-family: Arial, Helvetica, Garuda, sans-serif;
}

h1 a:link, h2 a:link {
    color: #000;
}

#content h1, #content h2 {
    color: #5f1f27;
    padding-bottom: 10px;	
}

.posttitle, .pagetitle {
    padding-bottom: 0 !important;
}

h1 a, h2 a {
    text-decoration: none;
}

.post h3, #content h3, #content2 h3 {
    color: #999;
}

.post h3 a, #content h3 a, #content2 h3 a {
    text-decoration: none;
    color:#000;
}

.post h3 a:hover, #content h3 a:hover, #content2 h3 a:hover {
    color:#5f1f27;
}

#content h3 a:link, #content h3 a:active, #content h3 a:hover, #content2 h3 a:link, #content2 h3 a:active, #content2 h3 a:hover {
    color: #999;
}

h2#forumtitle {
    margin-top: 75px;
}

/* LISTS */

.post ul {
    list-style-type: none;
    margin-left: 10px;
    padding-bottom: 10px;
}

.post ol {
    margin-left: 30px;
    padding-bottom: 10px;
}

.post ul li {
    background: url(images/bullet.gif) no-repeat top left;
    padding-left: 20px;
}

dl
{
    clear: both;
    display: block;
    margin: auto;
    text-align: center;

}

dl dt
{
    left: 0;
    width: 110px;
    font-weight: 600;
    float: left;
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
}

dd
{
    border-left: 1px solid #ccc;
    margin: 0 0 10px 130px;
    padding: 0 0 1em 1em;
    width: auto;
    text-align: left;
}


/* PARAGRAPHS*/

.post .entry p {
    padding-bottom: 10px;
}

.entry blockquote p {
    padding: 0;
}

p.postmetadata {
    padding-top: 10px;
}

p.editlink {
    text-align: right;
    float: right;
    padding-top: 5px;
}

.commentlist .floatright, .commentlist .floatright a {
    line-height: 150%;
}

p.byline {
    color: #5f1f27;
}

p.byline a {
    color: #5f1f27;
    text-decoration:underline;
}

p.byline a:hover {
    color: #000;
    text-decoration:none;
}

/* blockquote */

.post blockquote {
    display: block;
    width: 60%;
    margin-left: 15%;
    margin-right: 25%;
    margin-bottom: 15px;
    padding: 10px;
}

/* next-previous links navigation */

.navigation {
    width: auto;
    display: block;
    clear: both;
    background: transparent;
    color:#5f1f27;	
    padding-bottom:10px;
    margin:0 0 10px 0;
}

.navigation .alignright {
    width: 40%;
    float: right;
    text-align: right;
}

.navigation .alignleft {
    float: left;
    width: 40%;
    text-align: left;
}

.navigation .alignright a, .navigation .alignleft a {
    text-decoration: none;
    color:#5f1f27;
}

.navigation .alignright a:hover, .navigation .alignleft a:hover {
    text-decoration: none;
    color:#666;
}

/* link formatting - using border instead of underline */

a:link {
    color: #000;
}

a:active, a:hover {
    color: #5f1f27;
}

/* font styles and colors */

#content, .post, .entry, .post ul li, .post ol li {

}

h2#forumtitle .post h2 a {
    font-weight: 600;
    color: #999;
    text-decoration: none;
}

p.postmetadata {
    color: #666;
}

p.postmetadata a:link {
    color: #5f1f27;
}

p.postmetadata a:active, p.postmetadata a:hover{ 
    color: #666;	
}
p.postmetadata b {
    color: #333;
}

small {
    color: #333;
    padding-bottom: 20px ;
}	

#stats {
    color: #666;
}

#stats a:link {
    color: #666;
}

#stats a:active, #stats a:hover {
    color: #5f1f27;
}

a.navigation, A.F.L.-C.I.O., .sfforumlink, .editlink  {

}

a.more-link {
    background: transparent url(images/readmore.gif) left no-repeat;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #5f1f27;
}

p.editlink a:link {
    color: #999;
}

/* END POST FORMATTING */

.author_alignleft {
   float: left;
   padding:0 10px 10px 0;
}

#author_info {
    padding-bottom:20px;
    border-bottom:1px solid #b1b1b1;   
}

.author_title {
    padding-top:10px;   
}

#author ul, #author ul ol {
   margin: 0 0 0 15px;
   padding: 0;
}

#author ul li {
   list-style-type: none;
   list-style-image: none;
   margin-bottom: 15px;
}

#author ul p, #author ul select {
   margin: 5px 0 8px;
}

#author ul ul, #author ul ol {
   margin: 5px 0 0 10px;
}

#author ul ul ul, #author ul ol {
   margin: 0 0 0 10px;
}

ol li, #author ul ol li {
   list-style: decimal outside;
}

#author ul ul li, #author ul ol li {
   margin: 3px 0 0;
   padding: 0;
}	


/* SIDEBAR FORMATTING */

#sidebar_search {
    padding:0 0 0 20px;
}

#sidebar {
    margin-top:0;
}

#sidebar ul {
    list-style-type: none !important;
}

#sidebar ul li {
    margin-bottom:5px;
}

#sidebar ul li ul {
    list-style-type: none;
    padding-left:40px;
}
	
#sidebar ul li ul li {
    color:  #333;
}

#sidebar ul li ul li a {
    color: #333;
    text-decoration: none;
    background: url(images/bullet.gif) no-repeat bottom left;
    padding-left: 15px;
    margin-bottom: 0px;
    vertical-align:middle;
}

#sidebar ul li ul li a:link {
    color: #333;
}

#sidebar ul li ul li a:active, #sidebar ul li ul li a:hover {
    color: #5f1f27;
    background: url(images/bullet_over.gif) no-repeat bottom left;
    margin-bottom:0;
}


#sidebar ul li h2, h2.widgettitle, .line-first {
    color: #5f1f27;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    background: url(images/bg_nav.jpg) no-repeat;
    padding:8px 0 10px 45px;
}

#sidebar ul li div {
    color: #5f1f27;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    background: url(images/bg_nav.jpg) no-repeat;
    padding:8px 0 10px 45px;
    height:19px;
    margin-top:10px;
}

#sidebar ul li p {
    width: 175px;
    margin-bottom: 15px;
}

#sidebar ul ul li:first-line {
    color: #333;
    font-weight: normal;
}

#sidebar img {
    border:none;
    vertical-align:middle;
}

/* END SIDEBAR FORMATTING */


/* FORMS */

form#commentform p input, form#commentform p textarea, #sidebar ul li select, #sidebar ul li select option {
    background-color: #f5f5f5;
}
form#commentform p input, form#commentform p textarea {
    border: 1px solid #b1b1b1;
}

#content form p, #content2 form p {
    padding-top: 5px;
    padding-bottom: 5px;
}

form p a:link, form p a:active, form p a:hover {
    color: #000;
}

label {
    font-weight: normal;
    font-size:10px;
    color:#333;
}

#commentform p input {
    width: 175px;
    margin-right: 10px;
    padding:3px;
}

#commentform textarea {
    width: 380px;
    height: 150px;
    background: #f5f5f5 ;
    border: 1px solid #ccc;
    padding:3px;
}

#content2 form textarea {
    width: 550px;
    background: #f5f5f5;
    border: 1px solid #ccc;
}

#submit {
    background: url(images/button-bg.gif) repeat-x;
    padding: 3px;
    font-size:12px;
    font-family: Arial,'Lucida Sans Unicode',sans-serif;
    width: auto !important;
    height: auto !important;
    text-align: center;
    border: 1px solid #5f1f27;
}

/* Search form */

li#search {
    padding-bottom: 15px;
} 

#searchsubmit, .searchbutton {
    background: #fff url(images/searchglass.gif) no-repeat left;
    border: none;
    padding-left: 20px;
    height: 22px;
    cursor:hand;
    cursor:pointer;
}
	
#s {
    width: 125px;
    background: #f5f5f5;
    border: 1px solid #b1b1b1;
}

#searchform {
    margin-bottom: 10px;
}

/* END FORMS */


/* BEGIN CALENDAR */

li#calendar {
    margin-left: 0px;
    padding-left: 0px;
}

#wp-calendar {
    empty-cells: show;
    width: 155px;
    margin-left: 0px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    font: 600 10px Arial,'Lucida Sans Unicode',sans-serif;
    border: 1px solid #ccc;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff;
}
	
#wp-calendar #prev a, #wp-calendar #next a {

}

#wp-calendar a, #wp-calendar a:link, #wp-calendar a:visited {
    text-decoration: none;
    color: #5f1f27;
    border-bottom: none;
    font: 600 11px Arial,'Lucida Sans Unicode',sans-serif;
}

#wp-calendar caption {
    font-weight: 600;
    font-family: Arial,'Lucida Sans Unicode',sans-serif;
    text-align: left;
    color: #5f1f27;
}

#wp-calendar th {
    font: 700 11px Arial,'Lucida Sans Unicode',sans-serif;
    text-transform: capitalize;
    color: #000;
    background: #f3f3f3;
    text-align: center;
    border: 1px solid #ccc;
}
	
#wp-calendar  {
    border-collapse: collapse;
}

/* END CALENDAR */


/* COMMENTS */

h3#comments {
    color:#000;
}

h3#respond {
    color:#999;
}

ol.commentlist {
    font-size: 12px;
}

ol.commentlist ul.children li, ol.commentlist li, ol.commentlist ul.children li p, ol.commentlist li p {
    font-size:12px;
}

#commentform p {
    font-size:10px;
}

/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;
    border-bottom:solid 1px #b1b1b1;
    font-size:12px;
}

.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
    border-left: 1px dotted #ccc;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

.children { 
    padding: 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
    font-size:12px;
}
	
.commentlist li, #commentform input, #commentform textarea {
    font-size:12px
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #b1b1b1;
    padding: 5px;
    background: transparent;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    color:#5f1f27;
    font-size:16px;
}

.commentlist p {
    font-weight: normal;
    line-height: 150%;
    text-transform: none;
}

#commentform p {
    font-weight:normal;   
}
	
.commentmetadata {
    font-weight:normal;
}
	
.comment-author cite.fn, .comment-author cite.fn a {
    font-size: 16px;
    font-weight: bold;
    color: #5f1f27;
}

.says {
    display: none;
}
	
.reply a {
    height: 25px;
    background: url(images/button-bg.gif);
    border: 2px solid #ead2ea;
    color: #333;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 2px;
}

.clear {
    clear: both;
    width: 100%;
}

.whitespace {
    height: 20px;
    background: #fff;
    clear: both;
}

/* END COMMENTS */


/* Miscellaneous */

.clearboth {
    clear: both;
    width: 100%;
}

.goright {
    width: 45%;
    float: right;
    padding-right: 10px;
    font: 500 Arial,'Lucida Sans Unicode',sans-serif;
}

.goleft {
    width: 45%;
    float: left;
    padding-left: 20px;
    font: 500 Arial,'Lucida Sans Unicode',sans-serif;
}

.goright a, .goleft a {
    text-decoration: none;
}

/* Images and Captions */

.aligncenter, .aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fff;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* Date Button */

.post-image {
    float: left;
    text-align: left;
    padding:0 10px 0 0;
}

.post-date {
    width: 40px;
    height: 43px;
    float: left;
    background: url(images/datebutton.gif);
    text-align: left;
}

.month {
    width: 35px;
    height: 18px;
    vertical-align: top;
    font:normal 11px Arial,'Lucida Sans Unicode',sans-serif;
    color: #666;
    text-align: center;
}

.day {
    width: 35px;
    padding-top: 1px;
    vertical-align: bottom;
    height: 22px;
    font: bold 16px Arial,'Lucida Sans Unicode',sans-serif;
    color: #5f1f27;
    text-align: center;
}

/* Post Meta Data */

.postmetadata a {
    border-bottom: none;
    color:#5f1f27;
}
.tiny-pencil {
    padding-right: 20px;
    background: url(images/reply.gif) no-repeat top right;
    margin-right: 2px;
}

.tiny-trackback {
    padding-right: 20px;
    background: url(images/trackback.gif) no-repeat top right;
    margin-right: 2px;
}

.tiny-comments {
    padding-right: 25px;
    padding-bottom: 5px;
    background: url(images/tiny-comments.gif) no-repeat top right;
}

.tiny-rss {
    padding-top: 3px;
    height: 25px !important;
    background: url(images/tiny-rss.gif) no-repeat right;
    padding-right: 18px;
}

span.tiny-category a {
    background: url(images/bullet.gif) no-repeat left;
    padding-right: 10px;
}

#footer .tiny-rss {
    padding: 0 15px 0 30px;
    height: 25px !important;
    background: url(images/rss-button.gif) no-repeat left;
}

.tiny-category a {
    padding-left: 12px;
    background: url(images/bullet.gif) no-repeat left;
    color:#5f1f27;	
}

.tiny-trackback a, .tiny-pencil a, .tiny-comments a, .tiny-rss a, .tiny-category a {
    text-decoration: none;
    height: 25px;
    color:#5f1f27;
}

p.postmetadata {
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
}

p.postmetadata a {
    text-decoration: none;
    color:#5f1f27;
    height: 25px !important;
}

p.mylink {
    width: 100%;
    text-align: center;
    margin: 0px auto 15px auto;
}

.mylink a {
    text-decoration: none;
}

/* Font sizes */

#headerimg h1 {
    font-size: 3.5em;
}

#headerimg h1 a {
    font-size: 100%;
}

#headerimg a {
    font-size: 3.5em;
    font-weight: 700;
}

.description {
    font-size: 1.2em;
}

#sidebar ul li h2, h2.widgettitle, .first-line, #sidebar ul li:first-line {
    font-weight: 600
    font-size: 1.5em!important;
}

#sidebar ul li {
    font-size: 1.1em;
}

#sidebar ul li ul li {
    font-size: 100%;
}

li div {
    font-size: 125%;
}

.textwidget {
    font-size: 1.0em;
    line-height: 150%;
}

#wp-calendar caption {
    font-size: 1.2em;
}

h1.pagetitle, h1 {
    font-size: 24px;
}

h2.posttitle a {
    font-size: 18px;
    color:#000;
}

h2.posttitle a:hover {
    color:#5f1f27;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

#content p {
    font-size: 14px;
    line-height:18px;
}

#content p img {
    border:none;
}

a.more-link {
    font-size: 12px;
    font-weight: bold;
}

#footer p.mylink, #content p.postmetadata, #content p.byline {
    font-size: 12px;
}

.goright, .goleft {
    font-size: 12px;
}

.navigation {
    font-size: 12px;
}

#content ul, #content ol, #content dl {
    font-size: 14px;
}

#content li li {
    font-size: 100%;
}

pre {
    font-size: 14px;
}

#footer .alignleft {
    padding-left: 25px;
}

#footer .alignright {
    padding-right: 25px;
}

/* FIELDSETS and FORMS */
	
fieldset {
    text-align: left;
    padding: 10px;
    border: 1px dotted #b1b1b1;
}

legend {
    color: #5f1f27;
    font-size: 16px;
    font-weight: bold;
}

p label, label {
    display: block;
    clear: both;
    margin-bottom: 0px;
    padding: 0;
}

input, textarea {
    background: #f0f0f0;
    border: 1px solid #b1b1b1;
}

.button {
    background: url(images/button-bg.gif) repeat-x;
    border: 1px solid #666;
}
.radio {
    background: transparent;
}

pre {
    width: 400px;
    height: 50px;
    overflow: scroll;
    margin-bottom: 10px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
	
#content table {
    border-collapse: collapse;
}

#content table th, #content table td {
    border: 1px solid #b1b1b1;
    border-collapse: collapse;
    padding: 5px;
}

#content table th {
    background: #f0f0f0;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

#content table td {
    font-size: 14px;
}

.captchaSizeDivLarge {
    float:left;
    width:400px;
}

.si-captcha {
    float:left;
    width:180px;
}

#si_refresh_com {
    float:left;
    width:20px; 
}

#si_refresh_com img {
    border:none;
}

#captchaInputDiv {
    float:left;
    width:400px;
    padding:10px 0;
}
