/*  
Library Idea Stylesheet
*/


a:link {color:Black; text-decoration:underline;}
a:visited {color:Black; text-decoration:underline;}
a:active {color:Black; text-decoration:underline;}
a:hover {color:Red; text-decoration:underline;}

body {
 margin-bottom: 20px;
 padding: 0;
 background: #222222;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 }

#main {
 width: 750px;
 margin: 0 auto;
 background: #FFFFFF;
 border: 0px solid #FFFFFF;
 }

#main .title {
 padding: 10px 20px;
 background: #000000;
 font-size: 0.80em;
 text-align: left;
 }

#main .story {
 padding: 10px;
 border: 1px solid #000000;
 }

#contentwrapper {
 float: left;
 width: 100%;
 }

#contentcolumn {
 margin-right: 200px; /*Set right margin to RightColumnWidth*/
 background: #FFFFFF;
 }

.innertube {
 margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
 margin-top: 0;
}

#column-right {
 float: left;
 width: 200px; /*Width of right column*/
 margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
 background: #FFFFFF;
 }

.category {
 margin: 0;
 padding: 0px 0 3px 20px;
 border-bottom: 1px solid #E7E7E7;
 letter-spacing: -1px;
 font-size: 1.2em;
 font-weight: bold;
 }

.headline{
 margin: 0;
 padding: 0px 0 3px 0px;
 border-bottom: 1px solid #E7E7E7;
 letter-spacing: -1px;
 font-size: 1.2em;
 font-weight: bold;
 }

/* Header */

#header {
 width: 750px;
 height: 65px;
 background: #222222;
 margin: 0 auto;
 padding: 0px 0 0 0;
 border-bottom: none;
 }

#header h1, #header p {
 margin: 0;
 color: #FFFFFF;
 font-size: 2em;
 margin-top: 0;
 }

#header h1 {
 float: left;
 padding-top: 30px;
 }

#header p {
 float: right;
 padding-top: 39px;
 font-size: 1.2em;
 }

#header a {
 text-decoration: none;
 color: #FFFFFF;
 }

/* Menu */

#menu {
 width: 750px;
 height: 45px;
 margin: 0 auto;
 background: #C0C0C0;
 }

#menu ul {
 margin: 0;
 padding: 5px 0 0 14px;
 list-style: none;
 }

#menu li {
 display: inline;
 }

#menu a {
 display: block;
 float: left;
 height: 29px;
 padding: 11px 30px 0 30px;
 text-decoration: none;
 font-weight: bold;
 color: #333333;
 }

#menu a:hover {
 text-decoration: underline;
 color: #000000;
 }

#menu .current_page_item a {
 background: url(images/img06.gif) repeat-x;
 }

/* Footer */

#footer {
 text-align: center;
 color: #726E6D;
 font-size: 10px;
 }



