body, html {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: arial;
	color:#fff;
	font-size: 11px;
}


h1, h2, h3, h4, p, form {
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	color: #808080;

}

a:active {
	color: #fff;
}

a:hover {
	color: #fff;
}


.wrap {
	width: 900px;
	text-align:left;
}

.navigation {
height:32px;
}

.head {
	font-size: 40px;
	letter-spacing: -2px;
	font-weight:bold;

}

.headwrap{
	margin: 10px 0;

}


.content {
	text-align:left;
}



h1, h2, h3, h4 {
	margin-bottom: 10px;
	letter-spacing: 0px;
	line-height: normal;
}

h1 {
	font-size: 26px;
}

h2, .album_title {
	font-size: 20px;
	font-weight: bold; 
	margin-bottom: 10px;
	letter-spacing: 2px;
	margin-top: 20px;
}
h2 a {
	text-decoration: none;
}

.album_title a {
	text-decoration: none;
}

h3 {
	font-size: 18px;
	margin-top: 20px;
}

h3 a {
	margin-top: 10px;
	text-decoration: none;
}

h4 {
	font-size: 14px;
}

h1.pagetitle {
	font-size: 30px;
	margin-bottom: 15px;
}

.footer {
	color: #808080;
	font-size: 11px;
	padding: 15px 0;
}



#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 32px;
	float:left;
}

#menu ul {
	margin: 0;
	padding: 0;
	float:left;
}

/*Top level list items*/
#menu li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
#menu li a{
	display: block;
	height: 32px;
	line-height: 32px;
	color:#808080;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	text-transform: lowercase;
	float:left;
}

	
/*Sub level menu*/
#menu li ul{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	margin: 0;
	padding: 0 0 3px 0;
	float:left;
	width: 200px;
}

/*Sub level menu list items*/
#menu li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
#menu li ul li a{
	letter-spacing: 0px;
	display:block;
	float:none;
	font-size: 12px;
	width: 180px;
	height:auto;
	padding: 5px 10px;
	margin: 0;
	line-height:normal;

	z-index:99;
	text-align:left;
	background: #fff;
}

#menu li a:hover, #menu li:hover > a{
	color: #fff;

}

#menu li ul li a:hover{
	color: #000;
}

	
/* Holly Hack for IE \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */



#menu li ul li a:hover {
	color: #000;

}

.searchbox {
	float: right;
}


.success {
	background: #A4E8A3;
	padding: 10px;
}

.error {
	background: #E8A3A3;
	padding: 10px;
}

.article_details {
	font-size: 11px;
	color: #808080;
	margin: 10px 0;
}

.article_box, .album_box, .comment {
	padding: 10px;
	margin-bottom: 10px;
}


.album_box {
    float:left;
    width:45%;
    height:150px;
}


.album_thumb, .article_thumb {
	height: 140px;
	width: 140px;
	display: block;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
}

.article_thumb {
	width: 100px;
	height:100px;
	margin: 0 10px 10px 0;
}

.album_title {
	margin-left: 150px;
}

.album_description {
	margin-left: 150px;
}

.comment_head {
	padding-bottom: 10px;
}

.comment_name {
	font-size: 14px;
	font-weight: bold;
	
}

.comment_date {
	font-size: 11px;
	color: #808080;
	margin-top: 10px;
}

.add_comment {
	border-top: 1px solid #e7e7e7;
	padding-top: 10px;
	
	
}

.add_comment h2 {
	color: #000;
}

.add_comment .text {
	width: 300px;
	font-size: 14px;
	padding: 5px;
	font-family: arial;
	margin-bottom: 10px;
}


.add_comment textarea {
	width: 300px;
	height: 100px;
	font-size: 14px;
	line-height: 16px;
	font-family: arial;
	margin-bottom: 10px;
	padding: 5px;
}

.add_comment .btn {
	font-size: 14px;
	margin-top: 10px;
	
}


.homepage_block {
	margin-bottom: 15px;
}


.homepage_block_title {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

.homepage_block_content {
	padding: 0px 0px 10px 5px;
}

.homepage td {
	vertical-align: top;
	padding: 0 5px;
	margin: 0;
}

.homepage table {
padding: 0;
margin: 0;
	width: 100%;
	border-spacing:0;
	border: 0;
}

.cartbutton {
	float: right;
	text-align: right;
	margin-right: 15px;
	height: 20px;
	line-height: 20px;
}


.cartbutton a:hover{
	color: #fff;
}
