/*
    Document   : nmain
    Created on : Mar 31, 2010, 7:15:11 PM
    Author     : Brad
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

body{
    font-family: Verdana;
    font-size: 16px;
    margin:0;
    padding:0;
    line-height: 1.5em;
}

a{
    text-decoration: none;
}

b{font-size: 110%;}
em{color: red;}
img {border: none;}

#maincontainer{
    width: 900px; /*Width of main container*/
    height: 1250px;
    margin: 0 auto; /*Center container on page*/
}

#topsection{
    background: #9999ff;
    border:1px solid black;
    height: auto; /*Height of top section*/
}

#topsection h1{
    margin: 0;
    padding-top: 15px;
}

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

#contentcolumn{
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    margin: 0 166px 0 166px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 166px; /*Width of left column in pixel*/
	margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
	height: 100%;
	border: 1px solid black;
	margin-top: 3px;
	background-color: #FFF;
}

#rightcolumn{
	float: left;
	width: 166px; /*Width of right column*/
	margin-left: -168px; /*Set left margin to -(RightColumnWidth)*/
	height: 100%;
	border: 1px solid black;
	margin-top: 3px;
	background-color: #FFF;
}

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

#footer a{
    color: #FFFF80;
}

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

.innertube table{
    width: 548px;
}

.innertube table tr{
    height: 20px;
}

.innertube .tableheader{
    font-size: 20px;
    padding-left: 5px;
    font-weight: bold;
    background-color: #9999cc;
    border: 1px solid black;
    margin-bottom: 20px;
}

#maintube{
    width: 548px;
    overflow: auto;
    margin: 0 auto;
    height: 100%;
}

#topad{
    width: 900px;
    height: auto;
    padding: 5px;
    text-align: center;
}

#topmenu {
    width: 890px;
    height: auto;
    margin: 0 auto;
}

.banner {
    border: 1px dotted black;
    background: #9999cc;
    margin: 5px 3px;
    padding: 5px;
    text-align: center;
    border-collapse: collapse;
}

h3{
    margin-top:-5px;
    margin-bottom:-5px;
    font-size:20px;

}

h5{
    margin-top:-5px;
    margin-bottom:-5px;
    font-size:12px;
}

div.header{
    width: 541px;
    height: 25px;
    font-size: 20px;
    padding-left: 5px;
    font-weight: bold;
    background-color: #9999cc;
    border: 1px solid black;
    margin-bottom: 10px;
    margin-top: 20px;
}

#infoheader{
    width:548px;
    height: auto;
    background: black;
    color: white;
    text-align: center;
    padding: 3px 0px;
    font-weight: bold;
}

#h3header{
    width: 541px;
    border: 1px solid black;
    background: #9999cc;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 5px;
}

#emailfriend{
    padding: 2px;
    border: 1px black solid;
    background: #d3d3d3;
    margin-bottom: 10px;
}

.riddlelisth3{
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background: #9999cc;
    margin-top: 10px;
    padding: 10px 0px;
    text-align: center;
}


.riddlesum{
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    text-align: center;
    margin-bottom: 5px;
    height: auto;
}

.innersum{
    width: 80%;
    font-size: 14px;
    margin: 0 auto; /*Center container on page*/
    padding-top: 10px;
}

#riddlead {
	height: auto;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 10px;
}

#pagelinks {
    font-size: 1px;
}

#pagelinks a:link {color:#ffffff;}
#pagelinks a:visited {color:#ffffff;}
#pagelinks a:hover {color:#ffffff;}
#pagelinks a:active {color:#ffffff;}

