/*Author: Gary Davis */

/*Example CSS for body, pages*/

body {          
margin:0;
padding:0;
line-height: 1.5em;
background: transparent url('http://www.hartstcoc.org/Images/background.jpg') repeat;
} /*Fit page to Screen {width:90%;margin:auto;min-width:600px;-:2000px}*/

b{font-size: 110%;}

.readmore {
	text-align: right;
	margin-right: 5px;
}	

.subheader {font-family: arial; font-size: 22pt; color: #D5DBDB; } 

#maincontainer {
position: relative; /* This will help us position contained divs */
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: white;
}/* Fit page to Screen {width:90%;margin:auto;min-width:600px;max-width:2000px}*/

#topsection {
background: black;
height: 120px; /*Height of top section*/
}

#topsection h1{
font-family: Impact;
font-size:54px;
color: white;
margin: 0;
padding-top: 35px;
}

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

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 10px 5px 0px 0px;
height: 700px;
overflow: scroll;
overflow-x: hidden;
}

#livestreamcontentcolumn{
margin: 0 0px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding: 5px 10px 0px 0px;
height: 700px;
overflow: scroll;
overflow-x: hidden;
}



#leftcolumn{
float: left;
width:  151px; /*Width of left column in pixel*/
height: 708px;
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background:#D5DBDB;
/*background-image: url('http://www.hartstcoc.org/Images/greybg.jpg');*/
/*background-repeat: repeat;*/
border: 1px solid black;
padding: 1px 0px 0px 0px;
}


#leftcolumnfaux {
float: left;
width:  150px; /*Width of left column in pixel*/
height
}

#rightcolumn{
float: left;
width: 187px; /*Width of right column*/
height: 700px;
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background:#D5DBDB;
/*background-image: url('http://www.hartstcoc.org/Images/greybg.jpg');*/
/*background-repeat: repeat;*/
border: 1px solid black;
padding: 9px 0px 0px 0px;
}

/*Example CSS for buttons*/

a.boldbuttons{
background: transparent url('http://www.hartstcoc.org/Images/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: center;
font:  15px Impact; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('http://www.hartstcoc.org/Images/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
position:relative;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}