/* This is the photo stylesheet file that holds the rules regarding the PHOTO section. For general rules see main file */

/* Rules for the PHOTO section */


#photoBlueBox, #photoBlueBox a:visited, #photoBlueBox a:hover{
	text-decoration : none;
	color:White;
}

#photo, #photoS {
	clear: left;
	overflow: hidden;
	background-color: #f1f1f1;
	display: block;
	height: 380px;
	width: 700px;
	border-top: 5px solid White;
	padding: 5px 5px 5px 5px;
}
#photoS {
	height: 270px;
	margin-bottom: 20px;
}
#photoS img {
	float: left;
}
/* The section consists of an A element as well as specific CAPTION thus the links rule exclusion */
#photo a, #photo a:visited, #photo a:hover, #photoS a, #photoS a:visited, #photoS a:hover {
	text-decoration: none;
}

/* Rules for the white boxes with CAPTION and PRICE details. The following are the rules for the CAPTION and PRICE boxes font. */
#caption, #add {
	height: 35px;
	width: auto;
	background-color: White;
	border: 5px solid White;
	display: inline;
	float: left;
	
	position: relative;
	top: -55px;
	left: 5px;
}
#photoS #caption {
	width: 220px;
	height: 40px;
	
	position: relative;
	top: -90px;
	left: 420px;
}
.captionTitle {
	font: bold 14pt Arial, sans-serif;
	color: #00399c;
}
.captionDate h1, .captionDate {
	font: normal 8pt Arial, sans-serif;
	color: #00399c;
}

.captionDate{color: #00399c;}

/* Exclusion rules for the PRICE box followed by rules for the font */
#add {
	margin-left: 5px;
	text-align: right
}
.addPrice {
	font: normal 14pt Arial, sans-serif;
	color: #00399c;

}
.addPlain {
	font: normal 8pt Arial, sans-serif;
	color: #00399c;
}

#formularz{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #ebebeb;
	color: #000000;
	border-width: 1px;
	border-color: black;
}

#photo_name_box{
	background-color: #3E9EFF;
	border:0px;
	color:white;
	text-align:right;
	font-size: 8pt;
}


#blue_bar_photos {
	display: block;
	width: 690px;
	clear: left;
	color: White;
	padding:10px;
	background-color: #3E9EFF;
	font: 8pt Arial, sans-serif;
	margin-top:5px;
}
