/*
Theme Name: White
Theme URI: http://www.landofthefreehomeofthebrave.org/
Description: A Clean White Theme
Version: 1.0
Author: MRT
Author URI: http://www.landofthefreehomeofthebrave.org/
*/
body, html {
    color:#000000;
    font-family: verdana, sans-serif, arial, helvetica;
    background: #FFFFFF;
    margin:0px; 
    padding:0px;
}
/* default link settings */
a {
    color: #000000;
    text-decoration: none;
    background : transparent;
    }
a:link {color: #2B1404;}
a:visited {color: #000066;}
a:hover {color: #ffffff; background:#ee0000;}

/* for the upper left logo */
img.upper_left_logo
{
position:absolute;
left:0px;
top:0px;
z-index:6;
}
/* for the wood bar that continues the logo to the righthand side of the screen */
#bar { 
	position:absolute;
	top:182px;
	left:384px;
	right:0px;
	background-image: url(images/woodplank.gif);
	background-repeat: repeat-x;
	height:50px;
	z-index:6;
	
}
/* A CSS comment before the TAN IE Box Model Hack. Escape (the "\" character) just before the closing tag \*/
* html #bar {
	position:absolute;
    left:0px;
    top:182px;
    right:0px;
    height:50px;
    width:100%;
    display:inline;
    background-image:url(images/woodplank.gif);
    background-repeat:repeat-x; 	
    z-index:5; 
}
/* and a closing comment is also needed */

.clock {
	position:absolute;
	top:12px;
	right:4px;
	z-index:5;
	background-image:url(images/clockbg5.gif);
	background-repeat: no-repeat;
	width:150px;
	height:150px;
	text-align:center;
	
}



/* this is the block that contains the stories */
.leftblock {
    position:relative;
    left:0px;
    top:232px;
	width:58%;
    height:auto;
    /* overflow:auto; */
    padding-left: 10px;
    color: #000000;
    background:transparent;
    /* z-index:3; */
}
/* this is the links for the story titles */
a.stitle:link {color: #000000; font-size: 200%;  font-variant: small-caps;}
a.stitle:visited {color: #000000; font-size: 200%;  font-variant: small-caps;}
a.stitle:hover {color: #ffffff; background:#ee0000; font-size: 200%; font-variant: small-caps;} 

/* this is the setting for the authorpic */
img.authorpic {float:left;padding-right: 5px;}

/* contains the authorpic, author name and date */
.storyinfo {color: #000000;text-decoration: none;padding: 5px;background:#transparent;font-size: 90%;}

/* to make the author name bold */
.storyauthor {font-weight:bold;font-size:95%;}

/* the actual text of the story */
.storyContent {font-size:100%;text-indent: 0px;color: #000000;background: transparent;} 

/* the set of links and stuff at the bottom */
.storyfiled {color: #000000;text-decoration: none;padding: 5px;background:transparent;font-size: 90%;}

img.fruit {float:left;border: 2px solid #000000;}

/* this is the sidebar div id */
#rightblock {
    position:absolute;
    right:0px;
    top:232px;
	width:38%;
        height:auto;
    color: #000000;
    background:url(images/paper.gif);
    /* border-left: 3px #933E15 groove;*/
    /* z-index:1; */   
    font-size:75%;
    /* overflow:hidden; */
}

/* for the month on the calendar */
caption {margin-top:5px;margin-left:2%;font-weight:bold; font-size:110%; color:#cc0000;padding:0px;background:transparent;}      
/* A CSS comment before the TAN IE Box Model Hack. Escape (the "\" character) just before the closing tag \*/
* html caption {margin-top:5px; margin-left:2%; font-weight:bold; font-size:110%; color:#cc0000;padding:0px;background:transparent;}      
/* and a closing comment is also needed */

/* the calendar */
table#wp-calendar {margin-left:2%;font-size:75%;text-align:right;background:transparent;padding:0px;border: 1px solid #000000;float:left;}  
/* A CSS comment before the TAN IE Box Model Hack. Escape (the "\" character) just before the closing tag \*/
* html table#wp-calendar {margin-top:5px;margin-left:2%;font-size:75%;text-align:right;background:transparent;padding:0px;border: 1px solid #000000;float:left;}  
/* and a closing comment is also needed */

/*Highlight Today's date */
td#today {color:#FFFFFF;background:#cc0000;font-weight:bold;}

/* box for the quotations */
.contemplate {width:98%;background:transparent;margin-right:4%;margin-top:5px;}
/* A CSS comment before the TAN IE Box Model Hack. Escape (the "\" character) just before the closing tag \*/
* html .contemplate {margin-top:5px;margin-left:0px;margin-right:0px;width:98%;background:transparent;padding-right:4%;}
/* and a closing comment is also needed */
/* divs for the quote text and author from randquote plugin */
.quotation {font-style:italic;text-align:center;padding-bottom:5px;} 
.quoteauthor {font-style:normal;text-align:center;}


.menu {padding-left:2%;padding-right:2%;width:40%;background:transparent;float:left;}
	
/* this is for labels on the menu */
h4 {
    font-size:100%;
    font-variant: small-caps;
    color: #cc0000;
}


/* for the search blog box */
.searchbox {
	margin-top:8px;
	padding-left:2%;
	padding-right:2%;
	
}  

.newsfeeds { padding-left:2%;padding-right:2%;overflow:hidden;font-size:120%;}

.clearer {clear:both;}

.news {height:3px; width:100%; background:#933E15;} 
.blogroll {padding-left:2%;padding-right:2%;overflow:auto;height:630px}

/* for Blogrolling blogroll */
.blogrollmain {background:transparent;}
.blogrollmain a{color:#710;text-decoration: none;}
.blogrollmain a:hover{background:#abc;color:#0074b3;text-decoration: underline;}


.rlink {text-align:center;}

/* rss_box defines the bounding div for the entire display- use to define borders, fill, etc.
 * rss_title the title of the feed and link style if displayed. Use with variants of rss_title a:link, rss_title a:hover, etc for rollowver styles
 * rss_items defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items.
 * rss_item display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.
 * rss_item a: variant for the item title and link style
 * rss_date defines the display of item posting dates 
 * rss_author defines the display of the author */

 
.rss_box {font-family:sans-serif;font-size:110%;}

.rss_title, .rss_title a:link  {color:#550000; font-size:105%;}
.rss_title a:visited, .rss_title a:active {color:##6699CC;}
.rss_title a:hover {color:#ffffff;background:#0000aa;}

.rss_item {color:#000000;font-size:85%;}
.rss_item a:link  {color:#0000aa;font-size:90%;font-weight:bold;}
.rss_item a:visited, .rss_item a:active {color:#6699CC;}
.rss_item a:hover  {color:#FFFFFF;background:#0000aa;}

.rss_date  {color:#444444;font-size:85%;}
.rss_author {color:#333333;font-size:85%;}



/* sidebar settings for articles that have sidebars */
.rsidebar {
  float: right;
  width: 40%; 
  padding: 2px;
  color: #000000;
  background: #f8f8f8;  
  border: #000000 2px groove;
}
  
.lsidebar {
  float: left;
  width: 40%; 
  padding:2px;
  margin-right:2px;
  color: #000000;
  background: #f8f8f8; 
  border: #000000 2px groove;
}

/* this is for reference pages */
.referencepages {
    position:relative;
    left:0px;
    top:232px;
	width:88%;
    height:auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    background:transparent;
    
}

img.pagepic {float:left;padding-right: 5px;}

blockquote {background:#eeeeee;color:#555555;}
p.credit {font-size:75%;text-align:center;padding-top:10px;}

/* images settings */
img {
    border-style: none;
}
/* this is the class for icons in reciplink plugin */
img.icon {
	border:none;
	
}
img.banner {width:200px;height:auto;}

