/* Base Weblog (base-weblog.css) */

/* page layout */

body
{
   margin-top: 15px;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: arial, verdana, sans-serif;
   font-size: 12px;

   text-align: center;  /* center on ie */

   min-width: 723px;
   color: #0A0B0A;
  
   background-color: #CDE0F3;
   background-image: url(images/bg.gif);
   background-repeat: repeat-x;
}

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 723px;
   text-align: left;
   width: 723px;
   background: #fff;

}

#container-inner
{
   position: static; width: auto;

   border-width: 1px;
   border-style: solid;
   border-color: #333;
  
  _height:920px;
  min-height:920px;

  padding:0 0 10px 0;

}



/* ----------------- TABLE SHADOW --------------------*/

.blur{
	background-color: #D1D1D1; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,.box{
	position: relative;
	bottom: 2px;
	right: 2px;
	/*width: 545;*/	
}

.shadow{
	background-color: #8C8C8C; /*shadow color*/
	color: inherit;	
}

.box{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	/*padding: .5em 2ex;*/
	
}

/*---- POSITIONING OF THE BOXES ----*/
#mytwocents_banner{
      margin-top: 5px;
}

#pickofweek{
      margin-top: 0px;
}

#review_entry{
      margin-top: -5px;
}

#entry_Games{
    margin-top: 5px;
}


/* ----------------- BANNER--------------------*/
.bannerbox { 
    margin: 0 auto; 
    margin-top: 10px;
    background-color:#ffffff;
    width: 707px;	
    
}

 #mytwocents_banner .content{
padding:3px;
}

#mytwocents_banner a{
	background: url(images/banner.jpg) no-repeat;
	display: block;
	color: #000000;
	font-size: 11px;
	width: 695px;
	height: 100px;
                          
}

/* ----------------- PICK OF WEEK--------------------*/


#pickofweek .box{
  background-color: #539F47; /*background color of content*/
  padding:15px 10px 0 10px;
}

#pickofweek .pickofweek_entry_box{
   width: 531px;	
}

#pickofweek .entry-body{
   margin-top:-50px; 
   padding:10px 0 0 0;
   line-height:15px;
}

#pickofweek .entryInfo{
  margin-top:-86px;
  margin-left:65px;
  line-height:17px;
  width:320px;
}

#pickofweek h1{
   background: url(images/pickofweek_title.jpg) top no-repeat; 
   height: 53px;  
   margin-top:-15px;
   
}

/* ----------------- ENTRY--------------------*/

/* by default the icon will be TV Show (hack) */
#review_entry h2,
#pickofweek h2{
    background: url(images/TV_Shows_Icon.gif) no-repeat;
    width:70px;
    height: 39px;
    display:block;
    margin-top:3px;
    margin-left:1px;
}

#review_entry .entry_Games h2,
#pickofweek .entry_Games h2{
    background: url(images/Games_Icon.gif) no-repeat;
    display:block;
}

#review_entry .entry_Movies h2,
#pickofweek .entry_Movies h2{
    background: url(images/Movies_Icon.gif) no-repeat;
    display:block;
 }

#review_entry .entry_Hobbies h2,
#pickofweek .entry_Hobbies h2{
    background: url(images/Hobbies_Icon.gif) no-repeat;
    display:block;

}

#review_entry .entry_Books h2,
#pickofweek .entry_Books h2{
    background: url(images/Books_Icon.gif) no-repeat;
    display:block;

}

#review_entry .entry_Music h2,
#pickofweek .entry_Music h2{
    background: url(images/Music_Icon.gif) no-repeat;
    display:block;
}

#review_entry .entry_Other h2,
#pickofweek .entry_Other h2{
    background: url(images/Other_Icon.gif) no-repeat;
    display:block;
}

#review_entry .review_entry_box{
     width: 531px;
}

#review_entry .box{
    background-color: #FDEFD9;
    padding:15px 10px 0 10px;
}

#review_entry .content,
#pickofweek .content{
    background: transparent url(images/entry_bkgnd_top.gif) no-repeat;
    width:508px;
}

#review_entry .bottom,
#pickofweek .bottom{
    background: transparent url(images/entry_bkgnd_bottom03.gif) no-repeat;
    width:508px;
    margin-top:-20px;
}


.entry-header  /* title- hide for now */
{
   margin: 0; 
   border: 0px;
   padding: 0;
   color: #A42021;
   font-size: 24px;
   font-weight:bold;
   
    display:none;
}
	
.entry-content{
   margin: -9px 0 0 74px;
   padding:10px;
   border: 1px solid #000;
   border-top:0px;
   background-color:white;
   border-bottom:0px;
}

.entry-body{
   margin-top:-50px; 
   padding:0px;
   line-height:15px;
}

.entry-body .title{
   margin:0; padding:0;
   font-weight:bold;
   font-size:24px;
   color:#A42021;
   line-height:20px;
 }

.entry-body a{color:#A42021;text-decoration:none;}
.entry-body a:hover{text-decoration:underline;}

.greenBold{
   font-size:14px;
   font-weight:bold;
   color:#336600;
}


img.entryImage{
height:82px;
width:58px;
}


img.rating{
  border:0px;
}

.entryInfo{
  margin-top:-93px;
  margin-left:65px;
  line-height:17px;
  width:320px;
}

.entry-footer
{
   display:none;
   border: 0px;
}

a.numComments
{
  font-size:12px;
  color:#666;
}

a.numComments:hover
{
  color:#c00;
}

/* ---- CUSTOM ------ */
.hideText{
display:none;
}

img{
  border: 1px solid black; 
  padding: 0; margin: 0; 
}

a.click:link, a.click:visited{	
  background: url(images/click_arrow.gif) no-repeat right;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  padding: 0em 1em 0em 0em;
}

a.click:hover{
  text-decoration: underline;
}

/* ----- NAVIGATION ----- */

#navigation{
      padding:0;
     margin:0;
      width:159px;
      background: #fff;
      position:absolute;
      top:235px;
      _top:238px;
      left:552px;
}

/* ----- SEARCH --------*/

.searchBox
{
   padding:0px;
   margin:0px;
   margin-top:-6px;

}

.searchBox h2{
  background: url(images/search_bkgnd.gif) no-repeat;
   width:145px;
   height:71px;
   padding:0px;
   display:block;
   border:1px solid #000;
   margin-left:3px;
}

.module-content{
   margin: 0;
   padding: 0;
   border:0px;
}

.searchBox label
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000;
}

input.searchInput{
  font-size:11px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding:2px;
  width:8em;
}

input.searchButton{
  position:relative;
  top:7px;
  left:3px;
 
}

.searchBox fieldset
{
   border:0;
   padding:10px; 
   margin-top:-80px;
  
}

/* ----- CATEGORIES --------*/
.categoryBox{
   border:1px solid #000;
   margin-top:3px;
   margin-left:3px;
   width:145px;
}

.category_top{
background: url(images/category_bkgnd_top.gif) no-repeat;
width:145px;
height:76px;	
}

.category_middle{
background: url(images/category_bkgnd_middle.gif) repeat-y;
width:145px;
}

.category_bottom{
background: url(images/category_bkgnd_bottom.gif) no-repeat;
width:145px;
height:24px;	
}


.category_middle ul{
     margin:0 auto;
    list-style:none;
    padding:5px 0;
    width:110px;	
}

.category_middle li{
    font-family: 'trebuchet ms' , Verdana, Arial, sans-serif;
    font-size:14px;
    color:#303030;
    font-weight:bold;	
    border-bottom:1px solid #000;
    padding:2px 0 2px 30px;
	
}

.category_middle li.noEntries{
	
}

.category_middle a{
	text-decoration:none;
                           color:#303030;
                         
}

.category_middle li, .category_middle li{
   background: url(images/category_icon_tvshows.gif) no-repeat left;
}

.category_middle li.category_All, .category_middle li.noEntries_All{
   background: none;
}

.category_middle li.category_Books, .category_middle li.noEntries_Books {
   background: url(images/category_icon_book.gif) no-repeat left;
}

.category_middle li.category_Games, .category_middle li.noEntries_Games{
   background: url(images/category_icon_games.gif) no-repeat left;
}

.category_middle li.category_Hobbies, .category_middle li.noEntries_Hobbies{
   background: url(images/category_icon_hobbies.gif) no-repeat left;
}

.category_middle li.category_Movies, .category_middle li.noEntries_Movies{
   background: url(images/category_icon_movies.gif) no-repeat left;
}

.category_middle li.category_Music, .category_middle li.noEntries_Music{
   background: url(images/category_icon_music.gif) no-repeat left;
}

.category_middle li.category_TVShows, .category_middle li.noEntries_TVShows{
   background: url(images/category_icon_tvshows.gif) no-repeat left;
}

.category_middle li.category_Other, .category_middle li.noEntries_Other{
   background: url(images/category_icon_other.gif) no-repeat left;
}

.category_middle a:hover,a:active{
               color:#c00;
}

/* ----- SUBMIT REVIEW BOX --------*/

.submitReviewBox{
  padding:3px;
}

a.submitReview {
   
  background: url(images/submitReview.jpg) no-repeat top;
  /*background: url(images/enterContest.jpg) no-repeat top;*/
   width:145px;
   height:167px;
   display:block;
   border:1px solid #000;
}


#outlet_banner{
	float:right;	
	margin-top:5px;	
	width: 159px;	
}

#outlet_banner .box{
  padding:3px;
}

#outlet_banner a{
	background: url(includes/images/outlet_banner.jpg) 0 0 no-repeat;
	display: block;
	width:145px;
	height:285px;	
	border:1px solid #000;
}

#outlet_banner a:hover{
	background: url(includes/images/outlet_banner.jpg) 0 -285px no-repeat;
	
}

.disclaimerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: lighter;	
	padding:5px 10px;	
	height:20px;
}
