/*
Delicious Template for Pixelpost
CSS file for "Light" theme

Author: JaySoto
Site: http://www.sotolicious.com/delicious
E-mail: jason.m.soto@gmail.com

This template was a lot of work... feel free to modify it to your hearts content, but please leave my name in here... thanks!

*/

/* ========== Universal Elements ========== */

body {
	background-color:white;
	font:9px/20px verdana, helvetica, arial, sans-serif;
	color:#444;
	margin:0px;
	padding:0px;
	background-repeat: repeat-x;
	background-position: center top;
}

a:link {
	color:#808080;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color:#808080;
}

a:hover {
	color:#5588aa;
	text-decoration:none;
}

a:active {
	text-decoration:none;
	color:#5588aa;
}

p {
	padding:0px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h2 h3 h4 {
	color:#111;
}

h5 {
	font-size:12px;
	color:#5588aa;
	padding-top:0px;
	margin:0px 0 5px 0;
}

#styleswitcher {
	top:0px;
	left:0px;
	position:relative;
	width:100%;
	text-align:right;
	background:#eee;
}

#styleswitcher img {
	margin:6px 6px 0 0;
}

#header {
	top:0px;
	position:absolute;
	width:100%;
	height:60px;
}

#nav_img {
	height:60px;
	position:absolute;
	right:0px;
	left:25px;
	z-index:1000;
}

#nav {
	height:60px;
	position:absolute;
	right:0px;
	left:-1px;
	z-index:1000;
}

#nav_sub {
	position:absolute;
	bottom:0;
	right:-1px;
	padding:0px;
	margin:0px;
	color:#303b41;
}

#nav_sub a {
	color:#303b41;
}

#nav_sub a:hover {
	color:#5588aa;
}

#nav_sub_index {
	position:absolute;
	bottom:0;
	right:1px;
	padding:0px;
	margin:0px;
	color:#303b41;
}

#nav_sub_index a {
	color:#303b41;
}

#nav_sub_index a:hover {
	color:#5588aa;
}

.current {
	color:#5588aa;
	font-weight:bold;
}

/* ========== IMAGE Page Specific ========== */

#image_wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#photobox {
	text-align:center;
	background:url(../images/loading_d.gif) no-repeat center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	position:absolute;
	top:60px;
}

#image_footer {
	text-align:center;
	float:none;
	padding-top:12px;
	padding-bottom:15px;
}

#info {
	background-color:white;
	text-align:left;
	position:absolute;
	margin-left:-21px;
	top:53px;
	left:21px;
	z-index:1000;
	filter:alpha(opacity=100);
	-moz-opacity:1,00;
	opacity:1.00;
	font:10px/12px verdana, helvetica, arial, sans-serif;
}

#info-in {
	position:relative;
	padding:15px;
	overflow:visible;
}

#title-heading{
	font-size:20px;
	font-weight:normal;
	color:black;
	text-align:left;
	letter-spacing:-1px;
	padding-bottom:15px;
}

#title-heading .date {
	font-size:14px;
	font-weight:normal;
	color:#666;
}

#description {
	margin-bottom:15px;
	background:#eee;
	padding:15px;
}

#notes {
	text-align:left;
}

#image-border {
 	border:#D6D6D6 solid 2px;
    position:relative;
	margin:0;
	margin-top:-1px;
}

#menu_browse{
	position:absolute;
	margin:0px;
	margin-right:-10px;
	padding:0px;
	top:0px;
	left:0px;
	z-index:10;
}

#menu_browse a{
	outline:none;
}

#menu_browse_prev, #menu_browse_next{
	width:49.9%;
	height:100%;
	background:transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display:block;
}

#menu_browse_prev {
	top:0px;
	left:0px;
	float:left;	
}

#menu_browse_next {
	top:0px;
	right:0px;
	float:right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background:url('../images/prevImage.png') no-repeat center center;
	cursor:pointer;
}

#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background:url('../images/nextImage.png') no-repeat center center;
	cursor:pointer;
}

#thumbnails {
	text-align:center;
	margin:6px 0px 10px 4px;
	width:56px;
	float:left;
	position:absolute;
	top:54px;
	margin-left:-12px;
}

.thumbnails {
	border:0px solid white;
	margin:0px 0px 0px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.current-thumbnail {
	border:0px solid white;
	margin:0px 0px 0px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.thumbnails:hover {
	border:0px solid white;
	margin:0px 0px 0px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.exif {
	color:#1C627A;
}

/* ========== COMMENTS Specific ========== */

#recentcomments {
	margin-bottom:15px;
	padding:15px;
	background:#eee;
}

#recentcomments ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#recentcomments li {
	color:#666;
	margin:0px 0px 15px;
	padding-left:16px;
	background: url(../images/comment.gif) no-repeat;
}

#addcomment {
	margin-bottom:15px;
	padding:15px;
	background:#eee;
}

/* ========== COMMENTS FORM Specific ========== */

.comment-button {
	border:1px solid #CCC;
}

.input {
	border:1px solid #CCC;
	width:90%;
}

.textarea {
	border:1px solid #CCC;
	width:100%;
}

.formfield{
	width:250px;
	padding:2px;
	margin:0px auto;
	font:10px verdana, arial, helvetica, sans-serif;
	color:#444;
	border:1px solid #464646;
	background:#white;
}

.formfield:hover, .formfield:focus{
	border-top:1px solid #3F7795;
	border-bottom:1px solid #3F7795;
	border-left:1px solid #3F7795;
	border-right:1px solid #3F7795;
	background:#464646;
	color:yellow;
}

.formbutton{
	font:10px verdana, arial, helvetica, sans-serif;
	padding:5px;
	margin:0px auto;
	color:#7D7D7D;
	background:#eee;
	border:1px solid #464646;
}

.formbutton:hover{
	color:#2CCBE9;
	background:#272727;
	border-top:1px solid #3F7795;
	border-bottom:1px solid #3F7795;
	border-left:1px solid #3F7795;
	border-right:1px solid #3F7795;
}

/* ========== BROWSE Page Specific ========== */

#browse_wrapper {
	position:relative;
	width:712px;
	margin-right:auto;
	margin-left:auto;
}

#browse_box {
	height:auto;
	text-align:center;
	position:absolute;
	top:59px;
}

#browse_thumbs {
	width:712px;
	background-color:#eee;
	margin:10px 0 24px 0;
	margin-bottom:25px\0/; /* for IE8, going last */
	padding-top:10px;
}

#browse_thumbs .thumbnails {
	border:solid 2px #5588aa;
	margin:-1px 7px 3px 7px;
	margin-bottom:2px\0/; /* for IE8, going last */
}

*:first-child+html #browse_thumbs .thumbnails { margin-bottom: 9px; } /* Regole IE7 */
* html #browse_thumbs .thumbnails { margin-bottom: 9px; } /* Regole IE6 */

#browse_thumbs .thumbnails:hover {
	border:solid 2px #222;
	margin:-1px 7px 3px 7px;
	margin-bottom:2px\0/; /* for IE8, going last */
}

*:first-child+html #browse_thumbs .thumbnails:hover { margin-bottom: 9px; } /* Regole IE7 */
* html #browse_thumbs .thumbnails:hover { margin-bottom: 9px; } /* Regole IE6 */

#browse_thumbs_page {
	width:516px;
	position:relative;
	left:2px;
	margin-top:10px;
	padding-top:5px;
	float:center;
	text-align:center;
}

.viewing {
	font-size:14px;
	font-weight:bold;
	font:verdana, helvetica, arial, sans-serif;	
	color:#5588aa;
}

#footer_browse {
	width:100%;
	text-align:center;
	padding-top:2px;
	padding-bottom:5px;
} 

/* ========== ABOUT Page Specific ========== */

#about_wrapper {
	position:relative;
	width:712px;
	margin-right:auto;
	margin-left:auto;
}

.announce {
	background-color:#303b41;
	padding: 0 7px 3px 7px;
	border-top:2px solid #5588aa;
	border-bottom:2px solid #5588aa;
	color:#cccccc;
	text-align:justify;
}

.announce-browse {
	background-color:#303b41;
	padding: 0 7px 3px 7px;
	border-top:2px solid #5588aa;
	border-bottom:2px solid #5588aa;
	color:#cccccc;
	text-align:justify;
	margin-top:-14px;
	margin-top:-15px\0/; /* for IE8, going last */
	width:698px;
}

* html .announce-browse {margin-top:-15px;} /* for IE6 */
*+html .announce-browse {margin-top:-15px;} /* for IE7 */

#about_box {
	text-align:justify;
	padding:0px;
	margin:0px;
	margin-top:-1px;
	position:absolute;
	top:60px;
}

#about_box h3 {
	color:black;
}

#about_box img {
	margin:0 10px 5px 0;
}

#footer {
	width:100%;
	text-align:center;
	padding-top:2px;
}

#contact {
	background:url(http://www.simonecolferai.com/contact_light.jpg) no-repeat;
	width: 250px;
	height: 45px;
}

/* ========== NEWS ========== */

.news {
	background-color:#eee;
}

.news_date {
	background-color:#303b41;
}

/* ========== END OF FILE ========== */

.FotomotoToolbarClass {          
  margin-left: 2px !important;             /* move 5 pixels to the left */
}

/* ========== FLASH PORTFOLIO ========== */

#flash_gallery {
	width:712px;
	background-color:#eee;
	margin:10px 0 10px 0;
	margin-bottom:11px\0/; /* for IE8, going last */
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
}
