﻿#albums {
	border: #E1E1E1 1px solid;
	text-align: center;
	float: left;
	width: 100%;
}
#albums .mod_title {
	margin: 0px;
	color: #666;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	background: url(../images/albums/bg_news_cate.png) repeat-x;
	text-align: left;
	padding-left: 10px;
	float: left;
	width: 98%;
}
.mod_title a{
	color:#069;
}
.mod_title a:hover{
	color:#F00;
}
#albums .mod_content {
	padding-top:10px;
}
#albums .items_rows{
	height: auto;
	text-align: center;
	margin-bottom: 10px;
	float: left;
	display: block;
	margin-top: 10px;
}
#albums .items_rows .items_cell{
	width:125px;
	height:auto;
	text-align:center;
	float:left;
}
#albums .items_rows .items_cell img{
	border:#E5E5E5 1px solid;
	padding:2px;
	height:80px;
}
#albums .items_rows .items_cell .title_links{
	color:#000;
}
#albums .items_rows .items_cell .title_nums{
	color:#666;
	font-size:11px;
}

#albums .items_rows_adv{
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}
#albums .items_rows_adv .items_cell{
	width:125px;
	height:auto;
	text-align:center;
	float:left;
}
#albums .items_rows_adv .items_cell img{
	border:#E5E5E5 1px solid;
	padding:2px;
	height:80px;
}
#albums .items_rows_adv .items_cell .title_links{
	color:#000;
}
#albums .items_rows_adv .items_cell .title_nums{
	color:#666;
	font-size:11px;
}
#albums .pages {
	float: left;
	width: 100%;
}
#albums .pages a{color:#000;}
.viewall{
	padding:5px; font-size:11px; 
	text-align:right; 
	background:#F8F8F8;
}
.viewall a{
	color:#F00;
}
.viewall a:hover{
	color:#069
}
.view_albums{
	margin: 0px 0px 10px 0px;
	padding: 5px;
	background: #F8F8F8;
	text-align: left;
	font-weight: bold;
	float: left;
	width: 98%;
}
.comment,
#addCommentContainer{
	/* Syling the comments and the comment form container */
	
	padding: 5px;
	width: 487px;
	border: 1px solid white;
	color: #888;
	margin-bottom: 8px; /* CSS3 rounded corners and drop shadows */;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 0 #c2c2c2;
	-webkit-box-shadow: 2px 2px 0 #c2c2c2;
	box-shadow: 2px 2px 0 #c2c2c2;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	float: left;
}
.comment .avatar{
	/*
	/	The avatar is positioned absolutely, 
	/	and offset outside the comment div
	/*/

	padding: 0px;
	margin: 0px 3px 0px 5px;
	height: 50px;
	width: 50px;
	background: url('../images/default_avatar.gif') no-repeat #fcfcfc;
/* Centering it vertically: */	-moz-box-shadow: 1px 1px 0 #c2c2c2;
	-webkit-box-shadow: 1px 1px 0 #c2c2c2;
	box-shadow: 1px 1px 0 #c2c2c2;
	float: left;
}
.comment .avatar img{
	width: 50px;
	height: 50px;
}
.comment .name{
	padding-bottom: 0px;
	color: #000000;
}
.comment .date{
	margin: 0px 0px -3px 0px;
	font-size: 10px;
	padding: 0px;
	color: #ACACAC;
}

.comment p,
#addCommentContainer p{
	padding: 0px 0px 0px 5px;
	line-height: 1.5;
	overflow-x: hidden;
	color: #333333;
}

#addCommentContainer input[type=text],
#addCommentContainer textarea{

	/* Styling the inputs */

	display:block;
	border:1px solid #ccc;
	margin:5px 0 5px;
	padding:3px;
	font-size:12px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
}

#addCommentContainer textarea{
	width: 400px;
}

label{
	font-size:10px;
}

label span.error{
	color:red;
	position:relative;
	right:-10px;
}

#submit{
	
	/* The submit button */
	
	background-color:#58B9EB;
	border:1px solid #40A2D4;
	color:#FFFFFF;
	cursor:pointer;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	margin-top:5px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#submit:hover{
	background-color:#80cdf5;
	border-color:#52b1e2;
}

/* The styles below are only necessary for the styling of the demo page: */

#main{
	padding: 10px 0px 0px 0px;
	position: relative;
	margin: 10 auto 0 auto;
	width: 505px;
	float: left;
}
