/* CSS Page built by Dan on December 11, 2006 */
/* This file controls the layout of the various directories */

body{
background-image: url('http://www.terremoto.ca/images/floater2.png');
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
font-family: Verdana,Geneva,Arial,Sans-serif;
font-size: 14px;
color: #000000;
text-align: left;
margin:0;
padding:0;
line-height: 1.5em;
}

a{
font-weight: bold;
color: #0000ff;
text-decoration: none;
}

a:hover{
color: #ff0000;
background-color: Yellow;
text-decoration: underline;
}

b{
font-size: 100%;
font-weight: bold;
}

em{
font-weight: normal;
color: #3f3f3f;
text-decoration: none;
}

blockquote{
background: #cccccc url(http://www.terremoto.ca/images/terremoto_bq_bg.gif) no-repeat 0 0;
margin: 10px 0 10px 40px;
padding: 20px 0 0 20px;
}

blockquote p{
background: transparent url(http://www.terremoto.ca/images/terremoto_bq_p_bg.gif) no-repeat bottom right;
color: #333333;
padding: 0 20px 20px 0;
}

#maincontainer{
width: 750px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-color: #add8e6;
padding: 10px 10px 10px 10px;
}

#topsection h1{
color: #808080;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 1.2em;
font-size: 2em;
}

#topsection h2{
background-color: #add8e6;
color: #808080;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 1em;
font-size: 1.2em;
}

#adcontainer{
height: 90px;
margin: 10px;
}

#ads{
float: left;
}

#search{
float: right;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 180px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-top: 10px;
margin-left: -750px; /*Set left margin to -(MainContainerWidth)*/
padding-top: 1px;
border: 1px solid #c4c4c4;
background: #ffffff;
}
#leftcolumn a:hover{
text-decoration: none;
}
#footer{
clear: left;
width: 100%;
background: black;
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)*/
padding: 0px 0px 0px 0px;
}
.innertube h1{
font-family: Verdana,Geneva,Arial,Sans-serif;
color: GrayText;
}

/* ###################################### */
/* This is the CSS Menu Bar */
#navcontainer ul{
padding: .3em 0;
margin: 0;
list-style-type: none;
background-color: #add8e6;
color: #000000;
width: 100%;
font: normal 100% arial, helvetica, sans-serif;
text-align: left;
}

#navcontainer li{ 
display: inline;
}

#navcontainer li a{
text-decoration: none;
background-color: #add8e6;
color: #808080;
padding: .2em 1em;
border-right: 0px;
}

#navcontainer li a:hover{
background-color: #ffff00;
color: #ff0000;
}
/* This is the end of the CSS Menu Bar */
/* ###################################### */
/* This should control the Drop Cap in the individual Posts */
.dropcap{
float: left;
margin-top: 0px;
margin-bottom: 0px;
color: #b4b4b4;
padding-top: 9px;
padding-right: 5px;
padding-bottom: .1em;
font-size: 64px;
line-height: 32px;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
}
/* ###################################### */