/*
Theme Name: Wall
Description: Wall theme for photo-wisdom
Version: 0.01
Author: Ivan Drinchev
Author URI: http://www.drinchev.com/
Tags: wall
*/

body {
	background: black url('images/background.jpg') repeat-x top left;			
	padding: 0px;
	margin: 0px;	
}

/*
    loading
*/

#loading {
	position: absolute;
	width: 100%;
	height: 100%;
}

#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px auto 0px -120px;
}


#container {
	display: none;
	position: absolute;		
	margin: 0px 0px 0px 0px;
	width: 6750px;
}

.page {
	float: left;	
	margin: 20px 335px 0px 350px;
	width: 1000px;	
	text-align: center;
}

/*
	page elements
*/

.page img.title {	
	margin: 30px 0px 0px 0px;	
}

/*
	navigation
*/

.navigation {
	width: 800px;
	margin: 0px auto;
	display: block;	
	clear: both;
}

.navigation a {
	outline: none;
}

.navigation a img {
	border: 0px;
}

.navigation a.right {
	float: right;
}

.navigation a.left {
	float: left;
}

/*
	poster
*/

#main #poster {
	text-align: left;
	background: url('images/poster-trans.png') no-repeat top center;
	margin: 20px 165px 10px 165px;
	padding: 6px 0px 0px 19px;
	width: 630px;
	height: 568px;	
}

#main #poster img {	
	width: 602px;
	height: 515px;
	border: 0px;
}

#post-comment.page {
	margin-right: 0px;
	margin-left: 370px;	
}
/*
	copyright & rss
*/

#copyright {		
	display: block;	
	position: absolute;
	margin: -25px 0px 0px 745px;		
	float: right;
	border: 0px;
}

#copyright img {
	border: 0px;
}

#rss {		
	display: block;	
	position: absolute;
	margin: -22px 0px 0px 882px;		
	float: right;
	border: 0px;
}

#rss img {
	border: 0px;
}



/*
	comments form
*/

#commentform #author {
	background: transparent url('images/name-trans.png') no-repeat;
	margin: 80px auto 0px auto;	
	width: 520px;
	height: 53px;
	border: 0px;
	display: block;	
	font: bold 24px cursive;
	color: white;
	padding: 10px 0px 0px 155px;
}

#commentform #email {
	background: transparent url('images/email-trans.png') no-repeat;
	margin: 0px auto;	
	width: 520px;
	height: 53px;
	border: 0px;
	display: block;
	font: bold 24px cursive;
	color: white;
	padding: 10px 0px 0px 155px;
}

#commentform textarea {
	margin: 0px auto;
	background: transparent url('images/textarea-trans.png') no-repeat;
	width: 610px;
	height: 264px;
	border: 0px;
	display: block;
	font: bold 24px cursive;
	color: white;
	padding: 35px 70px 0px 20px;
}

#commentform #submit {
	display: block;
	margin: -40px 0px 0px 450px;
}

#commentform #back {
	display: block;	
	margin: -20px 550px 0px 0px;
}

#commentform a img {
	border: 0px;
}

/*
	comments
*/

#comments-loading {		
	display: none;
	margin: 150px auto 150px auto;
	text-align: center;
}

#comments-loading #info {
	margin: 10px auto;
	font: bold 16px cursive;
	color: white;
}

a#post-comment-link img{
	border: 0px;
	margin: 10px 0px 0px 0px;
}

ul.commentlist {
	width: 550px;	
	list-style: none;
	margin: 40px auto 0px auto;
	text-align: left;
	padding: 0px;	
}

ul.commentlist li {	
	padding: 0px;
	margin: 0px;
}

h2.comment-author {
	font-family: Broken;
	font-size: 38px;
	color: #cdf4ff;
	display: block;				
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	letter-spacing: 0px;
}

h3.comment-text {
	font: 30px Broken;
	color: white;
	display: block;
	margin: -25px 0px 0px 25px;
	padding: 0px;
}

/*
	old-posts
*/

#old-posts ul {
	margin: 10px auto;
	width: 810px;
	padding: 0px;	
	display: block;
}

#old-posts ul li {
	list-style:none;
	height: 200px;
	width: 200px;	
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	background: url('images/small-poster-trans.png') no-repeat top center;
}

#old-posts ul li a {
	text-align: center;
	outline: none;
}

#old-posts ul li a img {
	display: block;
	margin: 0px auto;
	border: 0px;
	height: 150px;
	width: 175px;
	padding: 7px 4px 7px 0px;	
}

#old-posts ul li a {
	color: white;
	text-decoration: none;
	font: bold 14px cursive;
}
