1/25/2011.debug1
{
background-color:#FFD9DA;
}
.debug2
{
background-color: #D8D8FE;
}

html
{
	background: #fff;
}
img
{
	/*behavior: url('http://www.revoew.com/css/iepngfix.htc');*/
}
body
{
	margin:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000000;
	font-size:14px;
	background-image: url(../images/homepg/header_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	word-wrap: break-word; /* Steven Wisniewski */
}
a
{
	color: #22658c;
	text-decoration: none;
}

#search_review_box {padding: 0; margin: 0;}	
div, table, td, tr, form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.fakebutton
{
	background-color: #db0e0e;
	color: #FFFFFF;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	padding:2px;
	font-size:15px;
	font-weight: normal;
}
#leftside
{
	width:290px;
}
#wrapper
{
	width:800px;
	/*width:1024px;*/
	margin-left:auto;
	margin-right:auto;
}
#headerline
{
	padding:0px;
	margin:0px;
	clear:none;
	position:relative;
	left:45px;
}
.hiddencategory
{
	overflow:hidden;
	height:16px;
}
.hiddencategory:hover
{
	cursor:pointer;
}
.showcategoryx
{
	overflow:auto;
}
#category
{
	width:590px;
}
#catmenu
{
	width:190px;
	height: 250px;
}
.hundredwidth
{
	width:100%;
}
.subcategoryhidden
{
	height: 16px;	
	overflow:hidden;
}
.subcategoryhidden a
{
	color: #46aae6;
}
.subcategoryhidden a:hover
{
	color:#F00;
	cursor:pointer;	
}
.subcategoryshow
{
	height: auto;
	overflow: auto;
}
.subcategoryshow a
{
	color: #46aae6;
}
.sublink a
{
	color: #f00;
}
#header{
	margin-left:auto;
	margin-right:auto;
	height: 80px;
	width:800px;
	background-repeat: repeat-x;
	position: relative;

}
div.about{
	width:400px;
	float:right;
	
	font-size:12px;
}
#main_navigation{
	height:76px;
	width:520px;
	
}
#nav{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin:0px;
	padding-top:43px;
}
#nav li{
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	float: left;
	padding-left:5px;
}
#nav li a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header_logo{
	text-indent:-9999px;
	background:url(../images/header_logo.png);
	height:77px;
	width:245px;
	display:inline-block;
	cursor: pointer;
}
div.header_logo span{
		
		display:none;
}
.header_level_two{
	height: 95px;
	width:800px;
}
.level_two_right{
	float: right;
	/*width: 375px;*/
}
#find_write_review{
	float: left;
	padding-top:13px;
	padding-left:15px;
}
#find_write_review img{
	float: left;
	padding-top:5px;
}
#find_write_btn{
	float: left;
}
#find_write_btn_left{
	background-image: url(../images/homepg/search_button_left_cap.png);
	float: left;
	height: 33px;
	width: 6px;
}
#find_write_btn_right{
	background-image: url(../images/homepg/search_button_right_cap.png);
	float: left;
	height: 33px;
	width: 6px;
}

.search_btn{
	background-image: url(../images/homepg/search_button_tile.png);
	background-repeat: repeat-x;
	float: left;
	text-align: center;
	padding-bottom: 17px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height:29px;
}

#find_write_review form{
	display: block;
	float: left;
}
#find_write_review input[type=text]{
	display: block;
	height:33px;
	line-height: 33px;
	float: left;
	background-image: url(../images/homepg/search_field_tile.png);
	background-repeat: repeat-x;
	border:none;
	width:235px;
}
#find_write_input_left{
	background-image: url(../images/homepg/search_field_left_cap.png);
	float: left;
	height: 33px;
	width: 4px;
}
.find_write_text{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #22678f;
}
.upper_left{
	background-image: url(../images/homepg/content_upper_left_corner.png);
	background-repeat: no-repeat;
	float: left;
	height: 7px;
	width: 7px;
}
.upper_center{
	background-image: url(../images/homepg/content_upper_horiz_tile.png);
	background-repeat: repeat-x;
	float: left;
	height: 7px;
	width: 786px;
}
.upper_right{
	background-image: url(../images/homepg/content_upper_rt_corner.png);
	float: left;
	height: 7px;
	width: 7px;
}
.center_left{
	background-image: url(../images/homepg/content_left_vert_tile.png);
	background-repeat: repeat-y;
	display: block;
	float: left;	
	padding:0 0 0 7px;
}
.center_center{
	display: block;
	float: left;
	background:#FFF;
}
.center_right{
	background-image: url(../images/homepg/content_rt_vert_tile.png);
	display: block;
	float: left;
	padding:0 7px 0 0;
	background-repeat: repeat-y;
	background-position:786px 0;
}
.thumb_container{
	float:left;
	width:304px;
	padding:10px 0 0 17px;
	background-image: url(../images/homepg/thumb_container_bg.jpg);
	height:381px;
	margin:15px;
}
.site_name{
	color: #22658c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#thumb{
	/*
	width: 280px;
	height: 210px;
	*/
	padding-top:45px;
	padding-right:15px;
}
.rating_and_url{
	padding-top: 5px;
	text-align:center;
}

.avg_rating{
	float:left;
	padding-left:90px;
}
.avg_rating .rating_bar{
	width:125px;
	float:left;
}

.avg_rating .rating_bar div {
	float:left;
}
.avg_rating .rating_bar div div{
	float:right;
}

#write_review_btn{
	display: block;
	height: 35px;
	width: 133px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	color: #FFF;
	float:left;
	margin:10px 0 0 10px;
}
#write_review_btn a{
	background-image: url(../images/homepg/write_review_btn_bg.png);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 133px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	color: #FFF;
	float:left;
}
#stats{
	width:390px;
	position: relative;
	text-align: left;
	padding: 30px 5px 5px 5px;
	float:left;
}
#review_and_rating{
	float:left;
	background-image: url(../images/review_and_rating_bg.png);
	background-repeat: no-repeat;
	height:150px;
	margin-left:13px;
	padding:15px;
	width: 743px;
	}
#review_and_rating form label{
	float:left;	
	display:block;
	padding:4px;
}
#review_and_rating strong.big {
	font-size:18px;
}
#review_and_rating strong {
	float:none;
	display:inline;
}
#comments{
	font-size: 13px; 
	color: #3a3b3b;
	width: 650px;
	text-align: left;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
#menu{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top: 5px;
	text-align:left;
	height:32px;
	color: #4aaae1;
	float: right;	
}
#menu a{
	text-decoration:none;
	color: #FFF;
	margin-bottom:0px;
}
#menu a:hover
{
	color: #4aaae1;
}

#menu h2.item 
{
	position:relative;
	padding:8px;
	text-align:center;
	margin:0px 1px 0px 0px;
	clear:none;
	/*border-right: 1px solid #FFFFFF;*/
}
#menu h2.item:hover
{
	cursor: pointer;
}
.bluemenu
{
	background: #46aae6;
	cursor: pointer;
	color: #fff;
}
#content
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	min-height:600px;
	padding-bottom:45px;
}
#featured
{ 
	/* width: 580px; Steven Wisniewski*/ 
}
#featured .title
{
	
	/*border: 1px solid #000000;*/
	width: 426px;
	color: #fff;
	background-color: #FFFFFF;
	font-size: 20px;
	padding-top:4px;
	height: 28px;
}
#random
{ 
	width: 580px;
}
#random .title
{
	
	/*border: 1px solid #000000;*/
	width: 426px;
	color: #fff;
	background-color: #FFFFFF;
	font-size: 20px;
	padding-top:4px;
	height: 28px;
}
#recent .title
{
	
	/*border: 1px solid #000000;*/
	width: 317px;
	color: #fff;
	background-color: #FFFFFF;
	font-size: 20px;
	padding-top:4px;
	height: 28px;
	
}
#titlebot
{
	color: #000000;
	background-color: #EEEEEE;
	/* width:800px; */
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-left:auto;
	margin-right:auto;
	
}
#cloud
{
	width:560px;
}


.gleft
{
	width:7px;
	height:32px;
	background:url('../images/gradientleft.png');
}
.gright
{
	width:7px;
	height:32px;
	background:url('../images/gradientright.png');
}

.gradient
{
	background: url('../images/gradient.jpg');
}
#search
{
	position:relative;
	left: 35px;
	top: 15px;
}
.search
{
	position:relative;
	left: 35px;
	top: 15px;
}
#search input[type=text]
{
	width: 300px;
	padding-top:3px;
	font-size:20px;
	padding-bottom:3px;
	color: #AAAAAA;
}
#search input[type=submit]
{
	border:none;
	padding-top: 5px;
	padding-bottom: 5px;
	background:url('../images/search.png');
	font-size: 18px;
	font-weight:bold;
	color: #000;
}

#top1000
{
	width: inherit;
	text-align:center;
	margin-left:10px;
}
#top1000 td
{
	text-align:left;
	font-size:11px;
	color:#555555;
}



.comments
{
	color: #333333	;
	background-color:#EEEEEE;
	width:450px;
	position: relative;
	top:25px;
	text-align: left;
	padding: 5px 5px 5px 5px;
}


#topgradientfill
{
	background: url('../images/topgradient.png');
	height:34px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#topgradient
{
	background: url('../images/topgradient.png');
	height:34px;
	width:830px;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
}
#topgradient a
{
	color:#f00;
}
#stats span
{
	font-weight: bold;
}
#stats table
{
	width: inherit;
	text-align:left;
	vertical-align:top;
}
#stats table td
{
	text-align: left;
	font-size:12px;
	color:#333333;
	padding-right: 5px;
	margin-top:5px;
}
#signup
{
	width:380px;
	position:relative;
	top:20px;
	padding-top:10px;	
	padding-bottom:10px;
}
#signup input
{
	margin-top:5px;
}
#signup input[type=text]
{
	font-size:13px;
	color: #666666;
	width:150px;
}
#signup input[type=password]
{
	font-size:13px;
	color: #333333;
	width:150px;
}

#login
{
	width:200px;
	position:relative;
	top:20px;
	padding-left: 75px;
	padding-top:10px;	
	padding-bottom:10px;
	padding-right: 20px;
}
#login input
{
	margin-top:5px;
}
#login input[type=text]
{
	font-size:14px;
	color: #333333;
	width:190px;
}
#login input[type=password]
{
	font-size:14px;
	color: #666666;
	width:190px;
}
#login input[type=submit]
{
	float: right;	
}

.padb
{
	padding-bottom: 5px;
}
.padt
{
	padding-top: 5px;
}
.padl
{
	padding-left: 5px;
}
.padr
{
	padding-right: 5px;
}
.smallest
{
	font-size:10px;
}
.darkblue
{
	color: #26668a;
}
.justify
{
	text-align:justify;
}
.smaller
{
	font-size:12px;
}
.lessbig
{
	font-size:18px;
}
.big
{
	font-size:24px;
}
.large
{
	font-size: 30px;	
}
.bold
{
	font-weight: bold;
}
.borderblack
{
	border-style:solid;
	border-color: #000000;
	border-width: 1px;
}
.borderblue
{
	border-style:solid;
	border-width: 2px;
	border-color:#0080FF;
}
.borderred
{
	border-style:solid;
	border-width: 2px;
	border-color:#f00;
}
.bordergrey
{
	border-style:solid;
	border-color: #999999;
	border-width: 2px;
}
.borderl
{
	border-left: solid #777 1px; 
}
.spacer
{
	width: 1px;
	height: 180px;
	position:relative;
	top:50px;
	left: 20px;
}
.comment
{	/*
	border-bottom: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding-bottom:3px;
	*/
}
.marginr
{
	padding-right:10px;	
}
.marginl
{
	padding-left:10px;	
}
.margint
{
	padding-top:10px;	
}
.marginb
{
	padding-bottom:10px;	
}

.right
{
	float: right;
}
.left
{	float:left;
}
.clear
{
	clear: both;
}
.nodecoration
{
	text-decoration:none;
}
.noborder
{
	border:none;	
}
.white
{
	color:#FFF;
}
.nobold
{
	font-weight:normal;	
}
.red
{
	color:#FF0000;
}
.textleft
{
	text-align:left;
}
.textright
{
	text-align:right;
}
.center
{
	margin-left:auto;
	margin-right:auto;
}
.centertext
{
	text-align:center;
}
.paddingleft10
{
	padding-left: 10px;
}

/*pagination css*/
h1, h2,ul {
	
	clear: both;
}



ul.paging li,ul.paging2 li {
    list-style-type: none;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

ul.red {
	outline:10px solid red;
}

ul.simplePagerNav li{
    display:block;
    floaT: left;
    padding: 3px;
    margin-bottom: 10px;
    font-family: georgia;
}

ul.simplePagerNav li a{
    color: #333;
    text-decoration: none;
}

li.currentPage {
	background: red;
        background: #83bd63;	
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
}

table.pageme {
    border-collapse: collapse;
    border: 1px solid #ccc;
}  

table.pageme td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}
#message
{
	border: 1px solid #CCC;
	width: 400px;
	min-height: 15px;
	margin: 10px auto 0 auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: center;
	vertical-align: middle;
}
#sbutton{
	cursor:pointer;
	
}

.rating_bar {
  width: 125px;
  background: url('../images/grey_star2.png') 0 0 repeat-x;
}

.rating_bar div {
  height: 30px;
  background: url('../images/gold_star2.png') 0 0 repeat-x;
}
#userpage
{
	margin: 0 0 0 25px;
	text-align: left;
}

#userpage ul
{
	padding: 0;
	margin: 0;
}

#userpage li
{
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type: none;
}

#userinformation
{
	border-bottom: 1px solid #CCC;
	height: 150px;
}

#reviewsheader
{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 95%;
}
#reviews
{
	width: 90%;
}
#reviews td
{
	vertical-align: top;
	padding: 2px;
	border-bottom: 1px solid #EFEFEF;
}

#reviews .keywords
{
	font-size: 12px;
	color: #666;
}
.recentreviews_container{
	width:215px;
	padding:5px 0 0 5px;
	background-image: url(../images/homepg/thumb_container_bg3.jpg);
	height:600px;
	background-repeat:no-repeat;
	
	
}
.recentreview{
	width:210px;
	text-align: left;
	padding: 2px;
	font-size:8px;
	margin-top: 2px;
}

/* 
	# Steven Wisniewski
	# 215-821-8484
	# stevenwisniewski@gmail.com
*/
#content input {padding: 2px;}
.super_awesome_effect {display: none;}

.button_image {width: 104px; height: 27px; font-family: Arial, Helvetica, sans-serif; border: 0; padding: 2px 2px 5px 2px !important; background: url('/images/new_button.png'); cursor: pointer;}
.button_image:hover {background: url('/images/new_button.png'); background-position: bottom;}


/* Header Login Form */
.login_text {font-size: 11px; color: #FFF;}
.login_text a {color: #FFF; font-size: 12px;}
.header_input {width: 130px;}
.gray_text {color: #ADADAD;}

#header_password {display: none;}
#account_settings {color: #FFF; font-size: 9px;}

#lvl2_nav {width: 550px; position: absolute; top: 60px; right: 0; text-align: right; font-size: 15px; font-weight: bold; color: #FFF;}
#lvl2_nav ul {padding: 0; margin: 0;}
#lvl2_nav ul li {display: inline; list-style: none;}
#lvl2_nav ul li a {color: #FFF;}


/* Review List */
.review_list img {}
.review_list h2 img {vertical-align: middle; margin-right: 10px;}

.review_site_box {width: 800px; min-height: 90px; margin-bottom: 10px; font-size: 13px; color: #3a3b3b;}
	.review_site_box .hr {width: 580px; height: 1px; margin: 25px 0 25px 170px; border-bottom: 1px solid #e9e9e9; clear: both;}
	.review_thumbnail {width: 90px; margin: 12px 10px 0 0;}
	.review_siteinfo {width: 680px;}
		.name_rating {width: 60%; font-weight: bold; font-size: 18px;}
		.name_rating .rating_bar {float: left;}
		.site_timestamp {font-size: 10px;}
