/*most of this css stuff came from http://www.dynamicdrive.com
they have some other cool stuff on there too */
body{
margin:0;
padding:0;
line-height: 1.5em;
background: #EAEAEA;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: white;
}

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 160px 0 210px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 210px; /*Width of left column in pixel*/
margin-left: -1024px; /*Set margin to that of -(MainContainerWidth)*/
background: #EAEAEA;
}

#rightcolumn{
float: left;
width: 160px; /*Width of right column*/
margin-left: -160px; /*Set left margin to -(RightColumnWidth)*/
background: white;
text-align: right;
}

#footer{
clear: left;
width: 100%;
background: #eaeaea;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
/*for the menus	*/
.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{ 
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{ 
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: #678b3f;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #8cb85c;
}

.ddcolortabs a:hover span{
background-color: #8cb85c;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #8cb85c;
}
.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none; 
}
/* stuff for vertical menu */
.vertmenu{
width: 190px; /*width of menu*/
}

.vertmenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.vertmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.vertmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.vertmenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.vertmenu ul li a:visited{
color: black;
}

.vertmenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
#temp

ul#comments {
    margin: 0 0 0 25px;
    color: #5a7c1a;
    font-weight: bold;
    padding: 0;
}

ul#comments li {
    margin: 10px 0 30px 0;
    padding: 0;
}

ul#comments li li {
    margin: 10px 0;
}

ul#comments p {
    margin: 0;
    padding: 0;
}

ul#comments div.text {
    color: black;
    font-weight: normal;
}

ul#comments div.text p {
    margin: 10px 0 0 0;
}

ul#comments p.meta {
    color: #666;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 0;
}

ul#comments li div.blocked {
    margin: -4px -8px -4px -40px;
    padding: 2px 8px 12px 40px;
    background: #eee;
}

#comment-message {
    margin: 10px 0;
    font-size: 14px;
    color: #888;
}
ul#comments p.meta {
    color: #666;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 0;
}
p#entryfoot{
	text-align:right;
}
.module{
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
