body{
 margin:0px 0px 0px 0px;
 font-family:arial, helvetica,sans-serif;
 font-size: 12px;
 background-color:#9999FF;
}

a:link {
 font-weight: bold;
 color: #6699FF; 
 background-color: #transparent;
 text-decoration:none;
}
				
a:visited {
 font-weight: bold;
 color: purple;	
 background-color: #transparent;
 text-decoration:none;
}

a:hover {
 background-color:none;
 color:#FF00CC;
 text-decoration:none;
}

a:active{
 font-weight: bold;
 color: purple;	
 background-color: #transparent;
 text-decoration:none;
}

/*---  MAIN PAGE CONTENT ---*/

#main{
 float:left;
 margin:0px 10px 0px 0px;
 border:solid 1px #708890;
 background-color:beige;
 padding: 10px;
 font-size: 12px;
 text-align:left;
}

/*--- RIGHT SIDE BAR --*/

#rightmenu{
 float:left;
 border:solid 1px #708890;
 padding:10px;
 width:15%;
 margin:1% 0% 1% 1%;
 background-color: beige;
 font-size:10px;
 text-align:center;
}

/*---LEFT SIDE BAR---*/
#leftmenu{
 border:solid 1px #708890;
 float:left;
 padding:10px;
 width:15%;
 margin:0px 0px 0px 5px;
 background-color: beige;
 font-size:10px;
 text-align:center;
}

/*---BACKGROUND---*/
#background{
 background-color:transparent;
 text-align:center;
}

/*---FORM BOX---*/
#formbox{
 border:solid 1px #000;
 float:left;
 padding:10px;
 width:25%;
 margin:1%;
 background-color: #9999FF;
 font-size:10px;
 text-align:left;
}

#single{
 margin:10px;
 border:solid 1px #708890;
 background-color:beige;
 padding: 10px;
 font-size: 12px;
 text-align:left;
}

/*---STAFF PICKS---*/
#picks{
 float:right;
 width: 25%;
 border:solid 1px #000;
 background-color: white;
 text-align:left;
 padding: 5px;
}

/*--- DISPLAY CLASSES --*/

.reveal{
 display:inline;
}

.hide{
 display:none;
}

.float {
 text-align:center;
}
  
.float p {
 text-align: center;
}


.center{
 float:left;
 text-align: center;
 width=50%;
}

.float{
 float:left;
 text-align: center;
}

.greyheader{
 text-align: center;
 background-color: silver;
 font-family: arial,helvetica,sans-serif;
 font-size:   12px;
 font-weight: bold;
 margin-top: 0px;
 margin-bottom: 0px;
}

/*--- line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dashed #999;
 margin-top: 4px;
 margin-bottom: 4px;
}

.smallSpacer {
 text-align: center;
 padding: 0px 15px 0px 15px;
 margin: 10px 25px 10px 25px;
 border-bottom: 1px solid #999;
}

.topSpacer{
 border-bottom: 1px dashed #999;
 margin-right: 60%;
 margin-top: 2px;
 margin-bottom: 2px;
}

/*--- line between entries in main ----*/

.mainSpacer {
 border-bottom: 1px solid #708890;
 width: 60%;
}

/*--- TITLE ---*/

#Title{
 width: 98%;
 float:left;
 border: none;
 text-align: center;
 margin: 5px;
 background-color: beige;
 }

.titleright{
 float:right;
 width:25%;
 padding:5px;
 margin: 5px;
 background-color: beige;
 font-size:10px;
 text-align:right;
}

.titlecenter{
 float:left;
 width: 47%;
 padding:0px;
 margin:10px 0px 0px 0px;
 background-color: beige;
 font-size:10px;
 text-align:center;
 align:bottom;
}

.titleleft{
 float:left;
 padding:10px;
 margin: 5px 0px 0px 0px;
 width:25%;
 background-color: beige;
 font-size:10px;
 text-align:left;
}

/*--- TITLE FOR SINGLE-ENTRY PAGES---*/

#pagetitle{
 width:100%;
 height: 140px
 font-size:30px;
 margin-bottom:10px;
 background-color:beige;
 border: solid 1px;
 font-weight:bold;
 text-align: center;
 padding:10px;
 }


/*---  Used in Trackback and Pingback page.  ---*/

H2 {
 font-family: arial,helvetica,sans-serif;
 font-size:   17px;
 font-weight: bold;
 color: blue;
}


/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
 font-family: arial,helvetica,sans-serif;
 font-size:   14px;
 font-weight: bold;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4 {
 font-family: arial,helvetica,sans-serif;
 font-size:   12px;
 font-weight: bold;
 margin-top: 0px;
 margin-bottom: 0px;
}


/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
 font-family: arial,helvetica,sans-serif;
 font-size:   11px;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

/*--- Small font used for "disappear" link ---*/

H6 {
 font-family: arial,helvetica,sans-serif;
 font-size: 10px;
 margin:0px;
 color:"blue";
 cursor:hand;
}

/*---  Weblog entry formatting.  ---*/

.weblog {
 ;
}


/*---  Name of author in weblog entries ---*/

.author {
 font-family: arial,helvetica,sans-serif;
 font-size:   11px;
 color:black;
 font-weight: normal;
 font-style: italic;
}


/*---  Paragraph formatting in weblog entries ---*/

p {
 font-family: arial,helvetica,sans-serif;
 font-size:   12px;
 color:       #333333;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}

#Menuitem {
 margin-top:10px;
 padding-top:10px;
 padding-bottom:0px;
 text-align:center;
 border-top:solid 1px gray;
 border-bottom:0
}

/*---LINKS---*/
#Links {
 text-align:left;
 font-weight:bold;
 font-size: 10px;
}

/*--- BLOCK QUOTE ---*/
#blockquote {
 padding: 10px 15px 10px 15px;
 text-align:justify;
}

/*--- BIG QUOTE ---*/
#bigquote {
 margin: 15px 15px 15px 15px;
 padding: 10px 10px 10px 10px;
 border: solid 1px gray;
 background-color: #FFFFFF;
}

#pinklink {
 font-weight: bold;
 color: #FF00CC; 
 background-color: #transparent;
 text-decoration:none;
}

.blue {
 font-color:blue;
}

.pink{
 font-color:pink;
}

.metalbox{
 background-image:url(http://www.rickblaine.com/images/metal.gif);
 padding: 10px; 
 margin: 20px; 
 border: solid 1px #999;
 text-align:center;
}
