/* 
	TEMPLATE NAME: Hara
	STYLE: Light
	AUTHOR: Piet Osefius
	AUTHOR WEBSITE: http://www.dutchphotoday.nl
	VERSION: 1.0
		
	Valid xHTML & CSS

*/

body {
	background: #FFFFFF;
	margin: 0px;
}

a,
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
}

a:active { 
	color: #333333;
}

a:hover	{
	color: #FF9900;
	text-decoration: underline;
}

#transition {
}

#page-footer {
  text-align: left;
  padding-top: 5px;
}

.strikethrough {
	text-decoration: line-through;
}

#picture {
	padding: 5px 25px 25px 25px;
	text-align: center;
}

.photobox {
	padding: 16px;
	background: #FFFFFF url('../images/ajax-loader.gif') no-repeat center;
	border: 1px solid #D1D1D1;	
}

#comment-notes {
	color: #333333;
	margin-top: 7px;
	margin-bottom: 14px;
	font-family: "Lucida Grande", Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 14px;
	font-style: italic;
	text-align: left;
}

#copyright {
	text-align: left;
	color: #333333;
	font-family: "Lucida Grande", Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
}

#copyright a,
#copyright a:link,
#copyright a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:active,
#copyright a:hover {
	color: #333333;
}

#marqueecontainer{
  position: relative;
  width: 175px; /*marquee width */
  height: 250px; /*marquee height */
  background-color: white;
  overflow: hidden;
  padding: 2px;
  padding-left: 4px;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
}

.wrap1 {
  float:left;
  background:url('../images/shadow.gif') no-repeat right bottom;
}

.wrap2 {
  background:url('../images/shadow_bl.gif') no-repeat left bottom;
}

.wrap3 {
  background:url('../images/shadow_tr.gif') no-repeat right top;; padding-left:0; padding-right:16px; padding-top:0; padding-bottom:16px
}

.wrap3 img {
  display:block;
}

#comments {
	margin: 0px auto;
	text-align: left;
	}

#comments a,
#comments a:link,
#comments a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}

#comments li {
	margin-bottom: 9px;
}
	
#comments ul {
  list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#comments li {
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	color: #333333;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #AAAAAA;
}
	
#comments li a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#comments li a:hover {
	color: #FF9900;
	font-weight: normal;
	text-decoration: underline;
}
	
#comments li:hover {
	background: #EEEEEE;
}

.input {
	width: 70%;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	color: #333333;
	padding: 12px;
	font-family: "Lucida Grande", Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}

.comment-button {
  background: #FFF;
	border: 1px solid #AAA;
	color: #333;
	border-bottom: 2px solid #AAA;
	border-right: 2px solid #AAA;
}


/* Modifications: Piet Osefius */

#noimage img {
  display: none;
}

.logo img {
  background: url('../images/DPD_logo_light_small.gif') no-repeat;
  width: 173px;
  height: 51px;
  border: 0px;
  display: inline;
}

#picture-info {
  text-align: center;
	color: #333333;
	font-family: "Lucida Grande", Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	padding-bottom: 10px;
}

#picture-nav {
  text-align: center;
	color: #333333;
	font-family: "Lucida Grande", Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	padding-top: 10px;
}

.picture-nav-border img {
  border: 1px solid #AAAAAA;
}

#archive-page {
  background: #FFFFFF;
	text-align: left;
	font-family: "Lucida Grande", Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 85%;
	margin: 10px auto;
	margin-bottom: 5px;
}


#archive-page img {
	background: #FFFFFF;
  padding: 4px;
  margin: 5px;
	border: 1px solid #CCCCCC;
}

#archive-page a:hover img{
  background: #FF9900;
}
	
#about-page {
  background: #FFFFFF;
	text-align: left;
	font-family: "Lucida Grande", Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 85%;
	margin: 10px auto;
	margin-bottom: 5px;
}

.about-picture img {
	background: #FFFFFF;
	padding: 4px;
 	border: 1px solid #CCCCCC;
}

#browse-float-left {
  width: 20%;
	float: left;
}

#browse-float-left img {
  border: 0px;
  padding: 0px;
}

#browse-float-left ul {
  list-style-image: url('../images/camera_light.gif');
}

#browse-float-right {
  width: 80%;
	float: right;
	display: inline;
}

#about-float-left {
  width: 60%;
	float: left;
}

#about-float-right {
  width: 25%;
	float: right;
}

.page-title {
  font-size: 24px;
  color: #FF9900;
}

.page-number {
  font-size: 24px;
  color: #FF9900;
}

.page-header {
  font-size: 16px;
  color: #FF9900;
  font-weight: bold;
}

.news-header {
  font-size: 14px;
  color: #FF9900;
  font-weight: bold;
}

.catTitle {
  font-size: 16px;
  color: #FF9900;
  font-weight: bold;
}

.date {
  font-size: 16px;
  color: #FF9900;
  font-weight: bold;
}

.comment-title {
  font-size: 18px;
  color: #FF9900;
  margin-bottom: 10px;
 }

#comment-page {
  background: #FFFFFF;
	text-align: left;
	font-family: "Lucida Grande", Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	width: 85%;
	margin: 20px auto;
	margin-bottom: 25px;
	line-height: 16px;
}
	
#comment-page img {
	background: #FFFFFF;
	margin: 0px;
  padding: 4px;
	border: 1px solid #CCC;
}

.input2 {
  font-weight: normal;
  font-size: 14px;
  border: 0px;
  border-bottom: 1px dotted #CCCCCC;
}

.picture-comment {
  background: url('../images/comments_light.gif') no-repeat;
  width: 17px;
  height: 16px;
  border: 0px;
  display: inline;
}

.picture-comment a:active,
.picture-comment a:hover {
  background: url('../images/comments_hover.gif') no-repeat;
  width: 17px;
  height: 16px;
  border: 0px;
  display: inline;
}

.no-border img {
  border: 0px;
}

.clr {
  clear: both;
}

.about-container {
  font-family: "Lucida Grande", Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #b8b8b8;
  margin-bottom: 15px;
  width: 100%;
  padding: 5px;
}

.commenters-container {
  font-family: "Lucida Grande", Geneva, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #b8b8b8;
  margin-bottom: 15px;
  width: 100%;
  padding: 5px;
  list-style: none;
}

#haloscan-recent { padding: 0px; margin: 0px; }
#haloscan-recent a { text-decoration: none; color: #333333;}
#haloscan-recent ul { list-style: none; width: 100%; overflow: hidden; margin: 0; padding: 0;}
#haloscan-recent li { text-align: justify; list-style: none; margin-bottom: 10px;}
#haloscan-recent li a:hover {	color: #FF9900; text-decoration: underline;}
#haloscan-recent li span.hsrname { color: #000000; font-weight: bold; }
#haloscan-recent li span.hsrmsg { font-weight: normal; }

.bl {background: url('http://www.dutchphotoday.nl/templates/hara/images/bl_light.gif') 0 100% no-repeat #F3F3F3; width: 100%} 
.br {background: url('http://www.dutchphotoday.nl/templates/hara/images/br_light.gif') 100% 100% no-repeat} 
.tl {background: url('http://www.dutchphotoday.nl/templates/hara/images/tl_light.gif') 0 0 no-repeat} 
.tr {background: url('http://www.dutchphotoday.nl/templates/hara/images/tr_light.gif') 100% 0 no-repeat; padding:10px}

.blc {background: url('http://www.dutchphotoday.nl/templates/hara/images/blc_light.gif') 0 100% no-repeat #FFFFFF; width: 100%} 
.brc {background: url('http://www.dutchphotoday.nl/templates/hara/images/brc_light.gif') 100% 100% no-repeat} 
.tlc {background: url('http://www.dutchphotoday.nl/templates/hara/images/tlc_light.gif') 0 0 no-repeat} 
.trc {background: url('http://www.dutchphotoday.nl/templates/hara/images/trc_light.gif') 100% 0 no-repeat; padding:10px}

