html, body, div, p, form, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body{
	background-color: #222222;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	color: #999999;
	text-align:center;
}

div, p {
	text-align: left;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #999999;
}

#container{
	width: 937px;
	margin:0px auto 0px auto;
}

#top, #search {
	background-color:#6f7070;
	margin-bottom:5px;
}

#top {
	height: 97px;
}

#logo {
	float: left;
	height: 97px;
}

#topLinks {
	float: right;
	line-height: 96px;
	font-weight: bold;
	padding: 0px;
	font-size: 14px;
	padding-right: 30px;
}

#search {
	text-align: right;
	height: 29px;
}

#search input {
	border: none;
	width: 187px;
	height: 15px;
	font-size: 10px;
}

#search p {
	text-align: right;
	padding-top: 7px;
	margin-right: 7px;
}

#searchInfo{
	float:left;
}

.mainRow {
	height: 33px;
	line-height: 33px;
	clear: both;
}


.paginator {
	float: right;
}

.paginator a {
	text-decoration: none;
	color: #999999;
}

#index #main {
	clear: both;
	width: 940px;
}

#authorInfo{
	width: 421px;
	height: 659px;
	background-color: #5b5e5e;
	float: left;
	padding: 22px;
}

#photoInfo h1, #authorInfo h1{
	font-size: 12px;
	color: #cccccc;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#photoInfo h1{
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

#authorPage #main{
	float: right;
	width: 470px;
}
#photoBackground{
	background-image: url('img/bg.png');
}

#photo {
	float: left;
	width: 702px;
/*	background-color: #5b5e5e;*/
	text-align:center;
	position:relative;
}

#photo img {
	margin-top: 21px;
	margin-bottom:21px;
}

#photoInfo {
	float: right;
	width: 224px;
	/*background-color: #5b5e5e;*/
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#photoInfo img {
	margin-left: 2px;
	margin-right: 5px;
	margin-top:8px;
}

.photo {
	width: 233px;
	height: 233px;
	background-color: #5b5e5e;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	text-align: center;
	position: relative;
}

div.photo:hover {
	background-color: #6f7070;
}

.photo img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.infoLink, .bookmarkLink {
	font-family: Monospace;
	font-weight: bold;
	color: #cccccc;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.bookmarkLink {
	right: 30px;
}

.deleteLink {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.infoLink a, .bookmarkLink a{
	display: block;
}
.infoLink a:hover, .bookmarkLink a:hover{
	color: #33ffff;
}
#authorTab, #tagTab, #favoriteTab{
	border: 1px solid #999999;
	border-bottom-width: 0px;
	float: left;
	width: 100px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

#tagTab, #favoriteTab{
	border-left: none;
}

#tagTab.current, #authorTab.current, #favoriteTab.current {
	text-decoration: underline;
}

.current a {
	color: #cccccc;
	display: block;
	position: relative;
	top:1px;
	background-color: #222222;
}

a.current {
	color: #cccccc;
}
#tagInfo {
	margin-left: 202px;
	padding-left: 10px;
	line-height: 21px;
}

#tagCloud, #authors, #favorites {
	border: 1px solid #999999;
	clear: both;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#favorites {
	padding: 10px;
}

.favorite{
	background-color: #5b5e5e;
	float:left;
	width: 112px;
	height: 112px;
	margin: 1px;
	position: relative;
	text-align: center;
}

.favorite img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.favorite .deleteLink {
	width: 30px;
	height: 20px;
	padding: 0px;
	line-height: 20px;
}

a.deleteLink:hover{
	background-color: #444444;
}
#copyright{
	margin-top: 30px;
	height: 30px;
	border-top: 1px solid #999999;
	padding-top: 5px;
	font-size: 10px;
}

#copyright .left{
	float: left;
}

#copyright .right {
	float: right;
}

#tagCloud .size0 {
}

#tagCloud .size1 {
	font-size: 14px;
}
#tagCloud .size2 {
	font-size: 16px;
}
#tagCloud .size3 {
	font-size: 18px;
}
#tagCloud .size4 {
	font-size: 20px;
}
#tagCloud .size5 {
	font-size: 22px;
}
#tagCloud .size6 {
	font-size: 24px;
}
.bigButton{
	font-size: 36px;
}

input{
	padding: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid black;
	font-size: 10px;
}

#loginForm {
	padding: 10px;
	position: absolute;
	border: 1px solid #222222;
	width: 300px;
	height: 170px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top:-75px;
}

#loginForm label {
	display: block;
}

#loginForm p{
	margin-top: 15px;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
