* {
	margin: 0px;
	padding: 0px;
}

html {
	background: black url('../images/background-top.png') repeat-x top left;
}

a {
	color: #ccc;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #828282;
	text-decoration: underline;
}
a img {
	border: 0px;
}
a.current {
	color: #F0F0F0;
}
body {
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	color: #4d4d4d;
	color: #A2A2A2;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	padding-top: 1px;
/*	width: 1050px;*/
}
.grey {
	color: #4d4d4d;
}
#admin-menu {
	border: 3px dotted #777;
	padding: 10px;
	margin: 10px;
	width: 900px;
	font-size: 14px;
	background-color: #444;
}
#photonav-container {
	height: 15px;
}
ul#photonav {
	margin: 0 auto;
}
ul#photonav li {
	list-style-type: none;
	font-size: 10px;
	color: #444;
	margin: 0;
	width: 33%;
	float: left;
}
ul#photonav li a {
	padding-top: 13px;
	display: block;
	color: #888;
	height: 0px;
	overflow: hidden;
	cursor: pointer;
}
ul#photonav li#previous a {
	background: url('../images/nav-previous.png') no-repeat left top;
}
ul#photonav li#archive a {
	background: url('../images/nav-archive.png') no-repeat center top;


}
ul#photonav li#next a {
	background: url('../images/nav-next.png') no-repeat right top;


}
ul#pagenav {
	margin: 0px;
}
ul#pagenav li {
	display:inline;
	padding: 0px 0px 0px 0px;
}
div#horizontalarchive {
	overflow: auto;
	margin-bottom: 50px;
}
ul#archive {
	list-style-type: none;
	overflow: hidden;
}
ul#archive li {
	float: left;
}


.archive-image {
	position: relative;
	margin-bottom: 20px;
}
.archive-imageoverlay {
	display: block;
	background-color: #000;
	height: 73px;
	margin-top: -100px;
	opacity: 0.5;
	position: absolute;
	top: 100%;
	width: 600px;
	padding-left: 15px;
}
.archive-imageoverlay h2 {
	font-size: 20px;
	color: #fff;
}
.archive-imageoverlay h3 {
	font-size: 13px;
	color: #fff;
}

#header ul {
	float: right;
	margin-top: 0px;
}
#header ul li {
	display:inline;
	padding: 0px 0px 0px 15px;
}
#header ul li.nolink {
	color: #666666;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	background-image: url('../images/photo-shoq-logo.gif');
	width: 427px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 39px;
	cursor: pointer;
	margin-left: 10px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	background-image: url('../images/about-photoshoq.gif');
	width: 8px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 13px;
	cursor: pointer;
	float: right;
	margin-top: -24px;
	margin-right: 280px;
}
div#archive {
	float:right;
	margin-top: -24px;
	margin-right: 210px;
}
div#rss {
	float:right;
	margin-top: -27px;
	margin-right: 170px;
}
div#photomap {
	float:right;
	margin-top: -27px;
	margin-right: 130px;	
}
div#cooliris {
	float:right;
	margin-top: -27px;
	margin-right: 90px;	
}
div#flickr {
	float:right;
	margin-top: -27px;
	margin-right: 50px;	
}
/*
div.image-and-stats,
div#widephoto.image-and-stats {
	color:#888;
	margin-top: 60px;
	margin-bottom: 115px;
	text-align: center;
}
*/
div.image-and-stats a {
	color:#888;
}
ul.new_tag li {
	cursor: pointer;
}
div.tagcloud {
	padding: 4px;
	text-align: justify;
	clear: both;
}
div.image-and-stats a.tag, .tagcloud a {
	text-decoration: none;
	margin: 2px;
}
#splitcontent #right div.tagcloud a.related {
	background-color: #222;
	color: #888;
}
#splitcontent #right div.tagcloud a.current {
	background-color: #333;
	color: #ccc;
	text-decoration: underline;
}
div.image-and-stats a.tag:hover, .tagcloud a:hover {
	text-decoration: underline;
}
#contentblog table img {
	padding-top: 15px;
}
#image {
	text-align:center;
	position:relative;
	padding: 0px;
	margin: 0 auto;
}
#nav_overlay {
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	background: url("../images/blaat.gif"); /* IE needs this */
}
#nav_overlay li {
	margin: 0;
}
#nav_overlay li.prev {
	float: left;
	width: 45%;
	height: 100%;
}

#nav_overlay li.next {
	float: right;
	width: 45%;
	height: 100%;
}

#nav_overlay a {
	display: block;
	width: 100%;
	height: 100%;
}
#nav_overlay li.prev:hover {
	background: url("../images/previous_page.png") no-repeat top left;
}
#nav_overlay li.next:hover {
	background: url("../images/next_page.png") no-repeat top right;
}

#nav_overlay li a span {
	display:none;
}

#nav_overlay li a span:hover {
	display:block;
}

#splitcontent {
	margin-bottom: 0px;
	overflow: auto;
	padding-top: 15px;
	width: 900px;
	margin: 0 auto;
}
#splitcontent #left {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#splitcontent #right {
	float: right;
	width: 250px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	display: inline;
	position: relative;
}
#splitcontent #right p {
	margin-top: 10px;
}
#splitcontent #right div.tagcloud {
	padding: 0px;
	text-align: justify;
	clear: both;
	margin-left: 6px;
}
#splitcontent #right div.tagcloud a {
	color: #666;
}

div#bottom-wrapper {
	background: black url('../images/background-gradient-bottom.png') repeat-x top left;
	margin-left: -15px;
	padding-left: 15px;
}
#bottom {
	margin-bottom: 0px;
	overflow: auto;
	padding-top: 15px;
	width: 1000px;
	margin: 0 auto;
}
#bottom #bottomleft {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 400px;
	float: left;
	line-height: 18px;
}
#bottom #bottomleft h2 {
	color: #ddd;
	font-size: 16px;
}
#bottom #bottomleft h3 {
	color: #999;
	font-size: 14px;
}
#bottom #bottomleft p {
	margin-top: 5px;
}
#bottom #bottomleft p#small {
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 10px;
	text-decoration: none;
	margin-left: 5px;
}
#bottom #bottomleft p#small a {
	text-decoration: none;
	color: #575757;
}
div.comment {
	margin-top: 30px;
	width: auto;
	margin-bottom: 34px;
}
div.comment blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #434040;
	min-height: 33px;
}
div.comment blockquote p {
	margin: 3px;
	padding: 0px;
}
img.gravatar {
	margin: 3px;
	padding: 0px;
	float: right;
	position: relative;
}
div.comment cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	top: 6px;
	background: transparent url('../images/box-arrow-bottom.gif') no-repeat 20px 0;
	font-style: normal;
	font-size: 15px;
}
div.comment cite strong {
	font-weight: 600;
}
#bottom #bottomright {
	float: right;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	display: inline;
	position: relative;
	width: 500px;
}

div.picturetags {
	margin-top: 0px;
	margin-bottom: 24px;
	margin-right: 15px;
	display: inline;
	float: left;
	width: 485px;
}
a.tag {
	text-decoration: none;
}
div#tagform {
	width: 500px;
}
div.picturetags blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #434040;
}
div.picturetags blockquote p {
	margin: 8px;
	padding: 0px;
}
div.picturetags cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	font-size: 11px;
	top: 6px;
	background: transparent url('../images/box-arrow-bottom.gif') no-repeat 20px 0;
	font-style: normal;
	font-size: 15px;
}
div.photonav {
	margin-top: 0px;
	margin-bottom: 24px;
	margin-right: 10px;
	display: inline;
	float: left;
}
div.photonav blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #434040;
}
div.photonav blockquote.fixed {
	height: 170px;
}
div.photonav blockquote p {
	margin: 8px;
	padding: 0px;
	text-align: center;
}
div.photonav cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	font-size: 11px;
	top: 6px;
	background: transparent url('../images/box-arrow-bottom.gif') no-repeat 20px 0;
	font-style: normal;
	font-size: 15px;
}
.small a {
	text-decoration: none;
}
div.navigation {
	clear: left;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	color: #ccc;
}
input.formfield {
	border: 1px solid #333;
	margin: 2px 0 2px 8px;
	padding: 3px;
	width: 360px;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 13px;
	background-color: #1d1d1d;
	color: #A2A2A2;
	margin-bottom: 15px;
}
textarea.formarea {
	border:1px solid #333;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 13px;
	height: 75px;
	margin: 2px 0 2px 8px;
	padding: 3px;
	width: 360px;
	background-color: #1d1d1d;
	color: #A2A2A2;
	margin-bottom: 15px;
}
input.formsubmit {
	border: 1px solid #666;
	margin: 2px 0 2px 8px;
	padding: 3px;
	width: 80px;
	font-family: Georgia, Times New Roman, Arial, sans-serif;
	font-size: 18px;
	background-color: #333;
	color: #A2A2A2;
	margin-bottom: 15px;
}
form {
	margin: 0px;
	padding: 0px;
}
legend {
	display: none;
}

#content {
	width: 1050px;
	margin: 0 auto;
}

#content h2 {
	padding-top: 15px;
}
#content ul,li {
	margin-left: 15px;
}
#content p {
	margin-top: 5px;
}
#content hr {
	border: 0px;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted black;
}
#footer {
	padding-top: 45px;
	padding-left: 15px;
}

/* experimentare */
div#photonav-container {
	display: none;
}

image-and-stats {
	margin: 0 !important;
}

div#widephoto div#photonav {
	width: 100% !important;
}

div#widephoto div#image,
div#widephoto div#image img {
	width: 100% !important;
	height: auto !important;
}

div#bottomleft iframe {
	width: 480px !important;
}