﻿/*CSS www.vincenzopistorio.com last version jan 10 2008 at 18.30 IE 6.0 & prev hacks */
/*html and body CSS*/
html {
	margin: 0px;
	padding: 0px;
	background-color: #202020;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #202020;
	font-family: Georgia, "Times New Roman", Serif;
	color: #B32D00;
	font-size: small;
	text-align: center;
	position: relative;
}
/*general CSS*/
a {
	text-decoration: underline;
	color: #FF0000;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
h1 {
	color: #E0E0E0;
	letter-spacing: 0.25em;
	margin: 0.9em 0 0.9em 0.9em;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
h2 {
	color: #E0E0E0;
	padding: 0px;
	font-size: 1em;
	font-style: italic;
}
h4 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #D7C293;
	text-align: left;
	letter-spacing: .1em;
}
p {
	margin-bottom: 1.2em;
	color: #E0E0E0;
	text-align: justify;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}

/*header CSS*/
#header {
	background: #000000;
	margin: 0px;
	padding: 0px;
	height: 90px;
}
#header_logo {
	height: 90px;
	width: 180px;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}
#header img {
	border: 0;
	height: 80px;
	width: 160px;
}

#header_nav {
	height: 50px;
	position: absolute;
	z-index: 100;
	top: 25px;
	left: 210px;
	bottom: 0;
}
#header_nav ul li {
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 12px;
	display: inline;
	margin: 0px;
	padding: 0;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
#header_nav a {
	padding-right: 15px;
	color: #FF0000;
	text-decoration: underline;
}
#header_nav a:visited {
	color: #FF0000;
	text-decoration: underline;
}
#header_nav a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
/*navigation and path CSS*/
#navigation {
	margin: 0px 0px 20px 40px;
	height: 50px;
	text-align: left;
}
#spacer {
	height: 10px;
}
#path {
	color: #FF0000;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}
#nav_search {
	margin: 10px 0 5px 0;
}

/* content CSS */

#content {
	margin: 5px 180px 5px 210px;
	padding: 1em 10px;
}

#content_information {
	margin-bottom: 0;
	margin: 0 0 0 0;
	padding: 0;
}
#content_information ul li {
	padding: 2px;
	margin: 2px;
	color: #FFFFCC;
	text-align: left;
	white-space: nowrap;
	letter-spacing: 0.1em;
	list-style-type: circle;
}
#content_information a {
	color: #FF3300;
	text-align: left;
	font-weight: bold;
}
#content_information a:visited {
	color: #FFFFCC;
	text-align: left;
	font-weight: bold;
}
#content_information a:hover {
	color: #FFFF00;
	text-align: left;
	font-weight: bold;
}
#content_galleries {
	border: medium groove #8D8D8D;
	padding: 8px 8px 8px 20px;
	margin: 2px 20px 2px 60px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#content_galleries h1 {
	padding: 10px;
	margin: 5px;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFF66;
	text-align: center;
	letter-spacing: 0.1em;
	font-variant: small-caps;
}

#content_galleries h6 {
	font-size: small;
	font-weight: normal;
	color: #FFFFCC;
	
}


/*sibling_categories CSS on slideshow or galleries*/

#sibling_categories {
	padding: 5px 5px 5px 5px;
	margin: 0 0 20px 0;
	color: #FF9900;
	font-size: xx-small;
	text-align: center;
}
#sibling_categories h3{
display: inline;
font-size: medium;
font-weight: bold;	
}

#sibling_categories a{
	color: #FF9900;
	font-size: x-small;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	
}
#sibling_categories a:visited{
	color: #FF9900;
	font-size: x-small;
	text-align: center;
	text-decoration: none;
}
#sibling_categories a:hover{
	color: #FF0000;
	font-size: x-small;
	text-align: center;
	text-decoration: none;
}


/*footer CSS*/
#footer {
	clear: both;
	padding: 10px;
	border-top-style: solid;
	border-top-color: #FF3300;
	border-top-width: medium;
	margin-top: 10px;
}
#footer_message {
	margin: 10px;
	font-size: x-small;
}
#footer_links {
	margin: 10px;
	letter-spacing: 0.1em;
}
#footer_copyright {
	margin: 10px;
	font-size: .8em;
}

#footer_validator {
	text-align: right;
}
#footer_validator img {
	height: 16px;
	width: 48px;
	border: 0;
}
#footer_validator a {
text-decoration:none;
border:0;
}


/* Input Styles Definition */
input {
	font-weight: bold;
	font-size: 1em;
	cursor: text;
}
input.search {
	font-weight: normal;
	font-size: 0.7em;
	background-color: #C0C0C0;
}
input.text {
	padding: 5px;
	margin: 5px;
	background: #C0C0C0;
}
input.button-search {
	font-weight: bold;
	font-size: .8em;
	width: 5.5em;
	font-style: italic;
	color: #161616;
	cursor: pointer;
}



/* slide show */

#content_information h3 {
	margin: 10px;
	padding: 30px 10px 10px 10px;
	font-size: 0.85em;
	letter-spacing: .1em;
	color: #E0E0E0;
	font-style: italic;
}


#content_information h5 {
	margin: 10px 0 10px 0;
	text-align: center;
	letter-spacing: .1em;
	font-size: medium;
	font-weight: bold;
	color: #FFFFCC;
	font-variant: small-caps;
}
#content_information h6 {
	text-align: center;
	letter-spacing: .1em;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFCC;
	font-variant: normal;
	font-style: italic;
}

.orientation {
	text-align: center;
}


img.photo {
	border: medium #EAEAEA groove;
	max-height: 510px;
	max-width: 510px;
	text-align: center;
}

#content_slideshow {
	margin: 0 5px 0 5px;
	padding: 0 5px 5px 5px;
	text-align: center;
}

#current_slide{ /* current slide no. */
	color: #FF0000;
	font-size: large;
	word-spacing: 0.5em;
}

#current_slide p{ /* current slide no. */
	color: #FF0000;
	font-size: large;
	word-spacing: 0.5em;
	text-align: center;
	
}

#current_slide h6 span{
	font-size:small;
}

#options { /* button */
	margin: 0 5px 5px 5px;
	padding: 5px;
	text-align: center;
}
#options a {
	border-style: none;
	margin: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
}
#options a:visited {
	color: #FFFF00;
}
#options a:hover {
	color: #FF0000;
}
#options img {
	border-style: none;
}
.photo_data {
	background-color: #0000FF;
	text-align:center;
}
.data_show {
	margin: 0 10px 0 10px;
	text-align: justify;
	font-weight: bold;
	list-style-type: none;
	font-size: 0.8em;
	color: #FFFFCC;
}
.data_text {
	margin-left: 5px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFCC;
}
#content_slideshow li {
	margin: 5px;
	padding: 5px;
}
.image_button {
	margin: 10px 0 10px 0;
	color: #FFFFFF;
	border-style: none;
	border-width: 0px;
	cursor: pointer;
}

/* license and print order forms - mailing list and contact forms*/

#back_slide {
	text-align: right;
	margin: 10px 10px 0 0;
}
#back_slide a {
	text-decoration: none;
}

img.sel_photo {
	border: medium #EAEAEA groove;
	max-height: 250px;
	max-width: 250px;
	text-align: center;
}


#license {
	font-family: Georgia, "Times New Roman", Times, serif;
	font: small serif;
	border: medium groove #808080;
	margin: 25px 50px 5px 50px;
	color: #FFFFCC;
}
#license h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font: large serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}


#content_information h4 {
	text-align: center;
}
#content_information p {
	letter-spacing: 0.1em;
	text-align: left;
	color: #FFFFCC;
}
#content_information em {
	font-weight: bold;
}
#photo_usage {
	margin: 10px;
	text-align: right;
	letter-spacing: 0.1em;
}
#image_detail {
	margin: 10px 10px 10px 10px;
	letter-spacing: 0.1em;
	text-align: left;
}
#detail {
	margin: 10px 10px 10px 10px;
	text-align: Left;
}
#detail textarea {
	background: #C0C0C0;
	height: 50px;
	width: 400px;
	text-align: left;
	margin-left: 20px;
	overflow: scroll;
	cursor: text;
}
#customer {
	border: thin ridge #C0C0C0;
	text-align: left;
	margin-left: 100px;
	margin-right: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#customer input {
	margin: 5px;
	font: x-small serif;
	background-color: #C0C0C0;
	text-align: justify;
	width: 250px;
}
#countries {
	background-color: #C0C0C0;
	text-align: justify;
	width: 250px;
	margin-left: 5px;
	margin-right: 5px;
}

#license p {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #FFFFCC;
	letter-spacing: 0.1em;
}
#detail p {
	font-size: small;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}
.selection {
	margin-top: 5px;
	margin-bottom: 5px;
	background: #C0C0C0;
	font: small serif;
}
#detail h1 {
	font-size: medium;
	font-weight: bold;
	color: #FFFFCC;
	letter-spacing: 0.1em;
	text-align: center;
}
#detail h1 {
	margin: 0;
	padding: 0;
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #FFFFCC;
	letter-spacing: 0.1em;
}
#customer h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: large;
}
#quote {
	color: #FFFFFF;
	margin: 10px 0 10px 0;
}
#license_information p {
	color: #FFFFCC;
}

#print {
	font-family: Georgia, "Times New Roman", Times, serif;
	font: small serif;
	border: medium groove #808080;
	margin: 25px 50px 5px 50px;
	color: #FFFFCC;
}
#print_detail {
	border: thin double #C0C0C0;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 100px;
	margin-right: 300px;
	margin-top: 20px;
}

#order {
	color: #FFFFFF;
	margin: 10px 0 10px 0;
}

#print_information p {
	color: #FFFFCC;
}
#customer h4 {
	text-align: center;
}
#print_detail .selection {
	text-align: left;
	margin-left: 10px;
}
#print_detail p {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	display: block;
}
#print_detail h4 {
	text-align: center;
	margin-top: 10px;
}

#print textarea.selection {
	width: 250px;
	cursor: text;
	overflow: scroll;
	height: 50px;
	margin-right: 5px;
	margin-left: 5px;
}
#mailinglist_form {
	border: thin #C0C0C0 groove;
	margin: 10px 400px 10px 10px;
	padding: 5px;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFCC;
	text-align: left;
	cursor: default;
}
#mailinglist_form input {
	background-color: #C0C0C0;
	cursor: pointer;
}
.listlinks ul li {
	list-style-type: square;
}
#contact_form {
	margin: 10px 400px 10px 10px;
	padding: 5px;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFCC;
	text-align: left;
	cursor: default;
}
#contact_form input {
	background-color: #C0C0C0;
	cursor: pointer;
}


.contact_subject {
	background-color: #C0C0C0;
	width: 200px;
	height: 30px;
	padding: 5px;
	margin: 5px;
}
.contact_message {
	background-color: #C0C0C0;
	width: 400px;
	height: 200px;
	padding: 5px;
	margin: 5px;
}

.print_size {
	border: thin solid #C0C0C0;
	padding: 5px;
	margin: 5px;
	color: #FFFFCC;
	font-size: x-small;
}
.print_size td {
	height: 20px;
	width: 160px;
	font: normal normal normal 100% serif;
	border: thin #C0C0C0 solid;
}
#print h4 {
	text-align: center;
}
#content_datashow li {
	padding: 2px 10px 2px 10px;
	border: 1px dotted #FFFFFF;
}


/*italian flag CSS*/

#flag {
	text-align: right;
}
#flag img {
	height: 40px;
	max-width: 80px;
}

#flag a {
	color: #202020;
}

#flag a:visited {
	color: #202020;
}

#flag a:hover {
	color: #202020;
}

/* Google and Amazon ads */

#mixed_ads {
 margin: 0 0 0 5px;
 padding: 1em 0 0 10px;
	
	float: left; 
	width: 170px;
	padding: 1em 5px;
}


#mixed_ads div.ads {
	margin: 10px 0 10px 0;
	padding:10px 0 10px 0;
}

#googleskyscraper_ads {
	margin: 0 5px 0 0;
	float: right;
	width: 170px;
	padding: 1em 5px;
}

#amazonban_ads{
	clear:both;
	
}


#googlebanner_ads{
	clear:both;
	margin: 10px 0 0 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	height: 90px;
	width: 728px;
	text-align: center;
}

#footer_ads{
	margin: 10px 0 0 0;
	padding:10px 0 0 0;
	clear: both;
	text-align: left;
}

#amaz_banner{
clear:both;
margin: 10px 0 0 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	height: 90px;
	width: 728px;
	text-align: center;
	top: 10px;
}


/*homepage*/

#summary {
	margin: 7px 50px 0px 50px;
	padding: 5px;
}

#summary_information {
	margin-bottom: 0;
	margin: 0 0 0 0;
	padding: 0;
}
#summary_information ul li {
	padding: 2px;
	margin: 2px;
	color: #FFFFCC;
	text-align: left;
	white-space: nowrap;
	letter-spacing: 0.1em;
	list-style-type: circle;
}
#summary_information a {
	color: #FF3300;
	text-align: left;
	font-weight: bold;
}
#summary_information p {
	color: #FFFFCC;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#summary_information a:visited {
	color: #FF3300;
	text-align: left;
	font-weight: bold;
}
#summary_information a:hover {
	color: #FFFF00;
	text-align: left;
	font-weight: bold;
}
#summary_galleries {
	border: medium groove #8D8D8D;
	padding: 8px 8px 8px 8px;
	margin: 2px 2px 30px 2px;
	float: left;
}
#summary_galleries h1 {
	padding: 10px;
	margin: 5px;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFF66;
	text-align: center;
	letter-spacing: 0.1em;
	font-variant: small-caps;
}

#summary_information h5 {
	margin: 10px 0 10px 0;
	text-align: center;
	letter-spacing: .1em;
	font-size: medium;
	font-weight: bold;
	color: #FFFFCC;
	font-variant: small-caps;
}
#summary_information h6 {
	text-align: center;
	letter-spacing: .1em;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFCC;
	font-variant: normal;
	font-style: italic;
}


/*sub-gallery selector*/
#thumb li ul li.list_item a { 
	display:block;
}

#thumb li ul li.list_item { 
	display:inline;
	text-align:justify;
}



/* photo galleries CSS */

#gallery { /* photo galleries CSS without captions&links*/
	margin: 0px;
	padding: 0px;
	display:inline;
}

/* max-height & max-width not supported by IE 6.0 and previous*/
img.horiz_pic {
	border: #000000 solid;	
	max-height: 150px;
	max-width: 150px;
	height: 100px; /*hack for IE 6.0 & previous*/
	width: 150px; /*hack for IE 6.0 & previous*/
}

img.vert_pic {
	border: #000000 solid;	
	max-height: 150px;
	max-width: 150px;
	height: 150px; /*hack for IE 6.0 & previous*/
	width: 100px; /*hack for IE 6.0 & previous*/
}

img.sqr_pic {
	border: #000000 solid;	
	max-height: 100px;
	max-width: 100px;
	height: 100px; /*hack for IE 6.0 & previous*/
	width: 100px; /*hack for IE 6.0 & previous*/
}


#gallery li{
	margin: 10px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

#gallery li a {
border:0;
margin:0px;
text-decoration:none;
color:#202020;
}


form.purchase_image {
	display: inline;
	
}

input.cart_gif {
margin:2px 0 0 0;
	
}

#gallery li div.choice a img{
margin:0;
border-color: #202020;

}


#thumb { /* photo galleries CSS with captions&links*/
	margin: 0px;
	padding: 0px;
	display:inline;
	color:#202020;
}

/* max-height & max-width not supported by IE 6.0 and previous*/


img.horiz_thumb {
	border: #000000 solid;
	margin: 5px 5px 0 5px;
	max-height: 180px;
	max-width: 180px;
	height: 120px; /*hack for IE 6.0 & previous*/
	width: 180px; /*hack for IE 6.0 & previous*/
}

img.vert_thumb {
	border: #000000 solid;
	margin: 5px 5px 0 5px;
	max-height: 180px;
	max-width: 180px;
	height: 180px; /*hack for IE 6.0 & previous*/
	width: 120px; /*hack for IE 6.0 & previous*/
}

img.sqr_thumb {
	border: #000000 solid;
	margin: 5px 5px 0 5px;
	max-height: 180px;
	max-width: 180px;
	height: 120px; /*hack for IE 6.0 & previous*/
	width: 120px; /*hack for IE 6.0 & previous*/
}




#thumb li{
	margin: 10px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

#thumb li a {
	border: 0;
	margin: 5px;
	text-decoration: none;
	display: block;
	color: #FFFFCC;
	font-size: small;
}

#thumb li a.horiz_thumb {
	color:#202020;
}

#thumb li a.horiz_thumb:hover {
	color:#202020;
}

#thumb li a.horiz_thumb:visited {
	color:#202020;
}

#thumb li a.vert_thumb {
	color:#202020;
}

#thumb li a.vert_thumb:hover {
	color:#202020;
}

#thumb li a.vert_thumb:visited {
	color:#202020;
}


#thumb li a.sqr_thumb {
	color:#202020;
}

#thumb li a.sqr_thumb:hover {
	color:#202020;
}

#thumb li a.sqr_thumb:visited {
	color:#202020;
}





#thumb li a:hover {
	color: #FF0000;
}

#thumb li a:visited {
	
	color: #FFFFCC;
	
}



#thumb li div.choice a {
margin:0;
	display:inline;
	color:#202020;
}

#thumb li div.choice a img{
margin:0;
border-color: #202020;

}


/*new bio&reportages*/
div.bio{
	margin-bottom: 20px;
}

div.bio h3 {
	text-align:left;
}
div.bio h3.right_al {
	text-align:right;
}

div.bio p {
	font-size: 0.85em;
	letter-spacing: 0.1em;
}


div.bio img{
float:left;
margin: 10px
}

img.photo_bio {
	border: thin solid #000000;
	max-height: 200px; 
	max-width: 200px;
	height: 133px; /*hack for IE 6.0 & previous*/
	width: 200px; /*hack for IE 6.0 & previous*/
}
div.bio img.photo_bio_right {
	border: thin solid #000000;
	max-height: 200px;
	max-width: 200px; 
	height: 133px; /*hack for IE 6.0 & previous*/
	width: 200px; /*hack for IE 6.0 & previous*/
	
	float:right;
}


