/* CSS Document */

body {
   background: #04049E url(images/bg.jpg);
   color: #ffffff;
   font-family: Veranda, Helvetica, Arial;
   font-size: 14px;
       margin: 0 auto;
       padding: 0;
       text-align: center;
   align: center;
}

a, a:visited, a:active {
   color: #EDB987;
}

a:hover {
   color: #FF0000;
}

h1 {
   font-size: 20px;
   color: #ffffff;
   font-weight: bold;
}

h2 {
   font-size: 18px;
   color: #FFFFFF;
   font-weight: bold;
}

h3 {
   font-size: 16px;
   color: #FFFFFF;
   font-weight:bold;
}

#header {
   width:820;
   text-align:center;
   margin: 0 auto;
}
   /*I do not recomend using dynamic widths with the css templates as they can have unpredictable behavior
   //from browser to browser. Thus they all have fixed widths. I have fixed the width at 780px to accomodate
   //the some 90% of surfers who still surf at that resolution. If you want to use a variable width template start from
   //the HTML vanilla and "colorize" it to suit. If you want to design for wider screen resolutions (bad idea) then
   //increase the width here to the width of your page. Then also increase the width of the #content declaration
   // and the #sidebar declaration. Remember to make the sum of those two less than the value of the #page.
   //margins, borders, padding and browser rendering will throw these numbers off some.*/
#page {
       width: 800px;
       margin: 0 auto;
       text-align: left;
}

#content {
   width:580;
   margin: 5px;
   float:left;

}

#sidebar {
   background: #35054C;
   margin: 5px;
   padding: 5px;
   float:left;
   width: 175px;
   border: 3px solid #67437A;
}

/*This will make the sponsor links bullets which is good for SEO, but make them LOOK like regular
//text to the surfer... No bullets, no indenting.*/
#sidebar ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

#bounding {
   background: #67437A;
   border: 2px solid #000000;
   padding: 10px;
   margin-bottom: 5px;
}

#post {
   background: #35054C;
   padding: 5px;
   margin: 5px;
   border: 2px solid #000000;
}

#post_title a:hover h3 {
   color: #FF0000;
}

#post_title {
   border-bottom: 1px solid #454545;
   font-size: 16px;
}

img {
   border: 0;
}.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.thumb {
	border: 1px solid #EDB987;
}

