/*
Theme Name: Hollywood201
Version: 3.0
Author: Tony
Description: Custom wordpress theme for Hollywood201 (Wordpress 3.0+ only)
Tags: blue, black, bb widgets, bb theme admin, 1 sidebar, no manageable menu items
*/

/* 
global settings
----------------------------------------------------------- */
BODY {
  font-family: Arial, Tahoma, Verdana, Helvetica; 
  font-weight: bold;
  font-size: 12px;
  SCROLLBAR-FACE-COLOR:#00CCFF;
  SCROLLBAR-HIGHLIGHT-COLOR:#9966CC;
  SCROLLBAR-SHADOW-COLOR:#000099;
  SCROLLBAR-3DLIGHT-COLOR:#FFFFFF;
  SCROLLBAR-ARROW-COLOR:#FFFFFF;
  SCROLLBAR-TRACK-COLOR:#003399;
  SCROLLBAR-DARKSHADOW-COLOR:#FFFFFF;
  margin:0px 0px 0px 0px;
  background:#e8f3ff;
  background-image: url(/images/bg_main.gif);
  height:100%;
}

A{text-decoration: none;}
a:link {color: #990000;}
a:visited {color: #990000;}
a:hover {color: #000000; text-decoration:underline;}
 

img{border: #FF0000 0px solid;}
hr {
	background:#FFFFFF;
	height:1px;
}

.clear{
	clear:both;
}

.copy{
	color:#CCCCCC;
}

/* header */
#site{
	width:980px;
	background:#000000;
}

.normal{
	float:left;
}

.topline{
	background:url(/images/top_line.jpg) no-repeat center center;
	width:980px;
	height:39px;
	float:left;
}

.menu{
	width:980px;
	height:59px;
	float:left;
}

.input_text, .input_button{
	background:url(/images/input_text.jpg) repeat-x;
	height:26px;
	border:#000000 1px solid;
	color:#FFFFFF;
	margin-top:5px;
	padding-left:5px;
}

.input_button{
	background:url(/images/input_button.jpg) repeat-x;
}

h1 {
				text-align:center;
				font-size: 18px; 
				color:#FFFFFF;
				padding-top:0px;
}

/* content */

.photo_box{
	width:314px;
	background:#FFFFFF;
	margin:2px 1px 2px 3px;
	padding:4px;
	float:left;
}

.photo_box img{
	margin-bottom:5px;
}


.sidebars{
	width:980px;
	background:url(/images/sidebar_bg.jpg) repeat-y;
	margin-top:3px;
}

.sidebar_footer{
	background:url(/images/sidebar_footer.jpg) no-repeat;
	width:980px;
	height:12px;
	clear:both;
}

.left_sidebar{
	width:656px;
	float:left; 
}

.left_sidebar .content{
	width:640px;
}

.right_sidebar{
	width:324px;
	float:left;
}

.right_sidebar .cont{
	width:296px;
	text-align:justify;
}

.sites{
	width:299px;
	background:url(/images/sites_bg.jpg) repeat-y;
	float:left;
	margin:5px 0px 10px 15px;
}

.sites .footer{
	width:299px;
	height:13px;
	background:url(/images/sites_footer.jpg) repeat-y;
}

.sites .cont{
	margin:5px 15px 5px 8px;
	text-align:justify;

}


/* buttons */

.btn_home{
	width:140px;
	height:59px;
	background: url(/images/btn_home.jpg) no-repeat left top;
	float:left;
}
.btn_home:hover { background: url(/images/btn_home.jpg) no-repeat left bottom; }

.btn_sites{
	width:141px;
	height:59px;
	background: url(/images/btn_sites.jpg) no-repeat left top;
	float:left;
}
.btn_sites:hover { background: url(/images/btn_sites.jpg) no-repeat left bottom; }

.btn_models{
	width:139px;
	height:59px;
	background: url(/images/btn_models.jpg) no-repeat left top;
	float:left;
}
.btn_models:hover { background: url(/images/btn_models.jpg) no-repeat left bottom; }

.btn_categories{
	width:140px;
	height:59px;
	background: url(/images/btn_categories.jpg) no-repeat left top;
	float:left;
}
.btn_categories:hover { background: url(/images/btn_categories.jpg) no-repeat left bottom; }

.btn_aboutus{
	width:140px;
	height:59px;
	background: url(/images/btn_aboutus.jpg) no-repeat left top;
	float:left;
}
.btn_aboutus:hover { background: url(/images/btn_aboutus.jpg) no-repeat left bottom; }

.btn_joinnow{
	width:280px;
	height:59px;
	background: url(/images/btn_joinnow.jpg) no-repeat left top;
	float:left;
}
.btn_joinnow:hover { background: url(/images/btn_joinnow.jpg) no-repeat left bottom; }

/* footer buttons */

.btn_footer_members{
	width:330px;
	height:93px;
	background: url(/images/btn_footer_members.jpg) no-repeat left top;
	float:left;
}
.btn_footer_members:hover { background: url(/images/btn_footer_members.jpg) no-repeat left bottom; }

.btn_footer_join{
	width:326px;
	height:93px;
	background: url(/images/btn_footer_join.jpg) no-repeat left top;
	float:left;
}
.btn_footer_join:hover { background: url(/images/btn_footer_join.jpg) no-repeat left bottom; }

.btn_footer_next{
	width:324px;
	height:93px;
	background: url(/images/btn_footer_next.jpg) no-repeat left top;
	float:left;
}
.btn_footer_next:hover { background: url(/images/btn_footer_next.jpg) no-repeat left bottom; }

