@import url("../../css/rating.css");


#all_content a {
	color:#FFF;
}

#gallery_head {
	height:0px;
	width:100%;
	display:none;
}


#home_tickerbox {
	text-align:center;
	width:100%;
	height:150px;
	background-image: url(../img/tick_back.gif);
	background-repeat: repeat-x;
}

#home_tickerbox_cont {
	margin:0 auto;
	width:835px;
	text-align:center;
}

.home_pic {	
	width:102px;
	height:102px;
	border: 1px solid #000000;
	float:left;
	margin:5px;
	background-color:#993333;
	text-align:center;
	overflow:hidden;
		padding:2px;
	margin-top:20px;

}
.home_pic:hover {
	background-color:#AF3636;
	text-decoration:none;
}

.home_pic .home_pic_thumb {	
	width:100px;
	height:100px;
	background-color:#350C0C;
	background-position:center center;
	background-repeat:no-repeat;
	border: 1px solid #000000;
}


#home_cats {
	width:30%;
	float:left;
}
#featured_album {
	width:70%;
	float:left;
	background-color:#000000;
	height:200px;
}

#cat_top {
	background-color:#993333;
	padding-top:5px;
	padding-bottom:5px;
	color:#ffffff;
	padding-left:5px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../../img/bgs/wood_bluegray.jpg);
	background-repeat:repeat-x;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#cat_top h1 {
	font-size:16px;
	font-weight:bold;

}

#cats {
	margin:5px;
	background-color:#FFF;
	
	
}
#cats ul {
	border-top:1px solid #EFEFEF;
	color:#6F2222;
	padding:0px;
	margin:0px;
}
#cats ul li {
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:25px;
}
#cats ul li a {
	border-top:none;
	border-bottom:1px solid #EFEFEF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	display:block;
	color:#6F2222;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	margin:0px;
}

#cats ul li a:hover {
	background-color:#993333;
	color:#ffffff;
}


.album {	
	width:220px;
	height:102px;
	border: 1px solid #000000;
	float:left;
	margin:3px;
	padding:5px;
	font-size:11px;
	background-color:#993333;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.album:hover {
	background-color:#AF3636;
	text-decoration:none;
}

.album .album_thumb {	
	width:100px;
	height:100px;
	float:left;
	background-color:#350C0C;
	background-position:center center;
	background-repeat:no-repeat;
	border: 1px solid #000000;
}

.album .album_info {
	float:right;
	width:113px;
	margin-left:5px;
}


.album .album_title {
	text-decoration:underline;
	padding-bottom:5px;
	font-weight:bold;
}

.album .album_updated {
	font-size:10px;
	padding-bottom:2px;
}
.album .album_count {
	font-size:10px;
	padding-bottom:2px;
}

.pic {	
	width:130px;
	height:155px;
	overflow:hidden;
	border: 1px solid #000000;
	float:left;
	margin:2px;
	padding:4px;
	font-size:11px;
	background-color:#993333;
	text-align:center;
	overflow:hidden;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pic:hover {
	background-color:#AF3636;
	text-decoration:none;
}

.pic .pic_thumb {	
	width:128px;
	height:110px;
	background-color:#350C0C;
	background-position:center center;
	background-repeat:no-repeat;
	border: 1px solid #000000;
}




#paging_bar {
	overflow:auto;
	background-color:#993333;
	padding-top:5px;
	padding-bottom:5px;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	text-align:center;
	background-image:url(../../img/home/top_bg.jpg);
	background-repeat:repeat-x;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
}


.current_page {
	background-color:#ffffff;
}

.clear {
	height:10px;
	clear:both;
}






#image_view {
	margin:5px;
	overflow:hidden;
	text-align:center;
}
#image_view #image {
	margin:0 auto;
	width:100%;
	clear:both;
	text-align:center;
}
#image_view #image img {
	background-color:#993333;
	border:1px solid #4F1818;
	text-align:center;
	padding:5px;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
}
#image_view #image_info {
	margin-left:3px;
	padding-left:5px;
	overflow:auto;
	zoom: 1;

	text-align:left;
	margin-top:10px;
}
#image_view #image_info  h2 {
	background-color:#993333;
	padding-top:5px;
	margin:0px;
	color:#ffffff;
	padding-left:5px;
	padding-bottom:5px;
	background-image:url(../../img/home/top_bg.jpg);
	margin-bottom:5px;

}

#image_view #image_info #image_stats {
	width:45%;
	float:left;
	margin-right:10px;
	background-color:#FFF;
	padding:5px;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
}

#image_view #image_info  ul {
	padding:0px;
	margin:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#image_view #image_info  ul li {
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#image_view #image_info #comments {
	margin-top:10px;
	background-color:#FFF;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	margin-right:15px;
	margin-bottom:15px;
}

#image_view #image_info #add_comment {
	padding:5px;
	border:1px solid #4F1818;
	border-top:none;
	color:#ffffff;
	background-image:url('../../images/similarnews_back.gif');
	background-position:left 20px;
	background-repeat:repeat-x;
	background-color:#993333;
}

#image_view #image_info #add_comment #comment_error {
	margin:5px;
	padding:5px;
	background-color:#DF4545;
	border:1px solid #FF0000;
	display:none;
}

#image_view #image_info #add_comment input {
	background-color:#993333;
	border:1px solid #4F1818;
	padding:2px;
	margin:1px;
	color:#ffffff;
	width:80%;
}
#image_view #image_info #add_comment textarea {
	background-color:#993333;
	border:1px solid #4F1818;
	color:#ffffff;
	padding:3px;
	width:95%;
	height:100px;
}

.img_comment {
	background-color:#993333;
	border:1px solid #4F1818;
	margin:5px;
	padding:2px;
	color:#ffffff;
}
.img_comment .comment_txt {
	
}
.img_comment .comment_meta {
	border-top:1px solid #4F1818;
	margin-top:5px;
	font-size:9px;
}



#image_view #image_info #rating {

	width:45%;
	float:right;
	margin-right:15px;
	background-color:#FFF;
	padding:5px;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;	

}

.img-inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display:inline-block;
vertical-align: middle;
background:none;
text-align:center;
}















/* Rater */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(../../img/star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
text-decoration:none;
margin:0;
padding:0;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display:inline-block;
vertical-align: middle;
background:none;
}


