/* base c6cad4 38c
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Helvetica, sans-serif;
color: #000;
background-color: #FFF;

}

hr {
width: 90%;
color: #ccc;
border-top: 1px dashed;
}

p {
font-size: 0.8em;
}


blockquote {
font-size: 0.7em;
line-height: 1.6em;
padding-right: 10px;
padding-left: 10px;
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
}

h1, h2 {
font-family: Helvetica, sans-serif;
}

h1 {
font-size: 3em;
}

h2 {
font-size: 1em;
font-style: italic;
}

h3 {
font: 1em Helvetica, sans-serif;
font-weight: 200;
color: #027855;
}

small, .small {
font-size: 0.9em;
}

input, textarea {
     border:1px solid #ccc;
     padding:5px;
}

input:focus{
     border:1px solid #CC3333;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #027855;
background-color: inherit;
font-family: Helvetica, sans-serif;

}

a:hover {
text-decoration: none;
color: #3D9140;
background-color: #C2C9E1;
}

h1 a, h2 a, h3 a {
border: none;
color: #027855;
font-weight: 900;
}


#header a {
color: #fff;
background-color: inherit;
border: none;
text-decoration: none;
}

img a {
border: none;
text-decoration: none;
}

img a:hover {
border: none;
text-decoration: none;
}

/* overrides
----------------------------------------------- */

#leftcolumn p, #rightcolumn p {
line-height: 1.5em;
}

#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

.author {
font-size: 0.7em;
line-height: 0.1em;
font-family: Helvetica, sans-serif;
}

#audioTitle {
margin-top: -13px;
font-size: 0.7em;
font-weight: bold;
font-family: Helvetica, sans-serif;
color: #027855;
}

.footer {
font-size: 0.8em;
line-height: 0.1em;
color: #000;
}

.total {
font-size: 3em;
font-weight: 900;
letter-spacing: -0.1em;
color: #027855;
font-family: Helvetica, sans-serif;
}

.archive {
font-size: 0.7em;
font-weight: bold;
font-family: Helvetica, sans-serif;
}

.archive a{
font-weight: normal;
}


.post {
line-height: 1.2em;
}

.push {
padding-bottom: 5px;
}


.readmore {
font-size: 0.6em;
font-weight: bold;
letter-spacing: 0.2em;
padding-top: 10px;
color: #CC3333;
}

.readmore a:hover {
background-color: #C2C9E1;
}

.tracksinfo {
font-size: 0.7em;
font-weight: bold;
padding-bottom: 10px;
font-family: Helvetica, sans-serif;
}

.posted {
font-size: 0.7em;
font-weight: bold;
font-family: Helvetica, sans-serif;
}

.commenting {
padding-right: 10px;
padding-left: 10px;
font-size: 0.7em;
line-height: 1.6em;
}

.postimage {
padding-right: 15px;
padding-bottom: 10px;
float: left;
}

img.divider {
margin: 2em 0;
text-align: center;
}

.button {
background-color: #C2C9E1;
}

#importantfield{ display:block; border:0; overflow: hidden; height: 0; width: 0; }

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#maincontainer{
width: 900px; /*Width of main container*/
\width: 900px;
w\idth: 900px;
margin: 0 auto; /*Center container on page*/
}

#header{
background: #FFFFFF;
height: 300px; /*Height of top section*/
margin: 0;
}

#tracks {
float: left;
width: 85px;
margin-top: -10px;
}


#past {
float: left;
padding-left:3px;
width: 175px;
}

#contentwrapper{
background: #FFF;
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

padding-left: 25px;
padding-right: 50px;
padding-top: 10px;
padding-bottom: 75px;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
width: 100%;
text-align: center;
padding-top: 25px;
}

/*#footer a{
color: #dd1b17;
}
*/
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/* comments
----------------------------------------------- */

.comments {
padding-left: 15px;
}

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
line-height: 1.6em;
}

form#txpCommentInputForm td {
vertical-align: top;
}

ol.comments li p { font-size: 105%; }

/* search
----------------------------------------------- */

#searchSidebar { padding-left: 8px; }

#searchMessage {
margin: 0 25px 15px 0;
padding: 5px;
background-color: #eee;
}

#searchMessage strong { font-size: 120%; }