/* 
	TEMPLATE NAME / Horizon 
	AUTHOR: Scott Craig
	AUTHOR WEBSITE: http://www.cancerbox.com
	VERSION: 1.0
		
	Valid xHTML & CSS

*/

/* CSS Document */


/* STANDARDS */



html, body {
	height: 100%;
}



body {
	background-color:#FFF;
	font-size:11px;
	line-height:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
	color:#413f3b;
	text-align:center;
}



body.home {
	background-color:#191919;
	font-size:11px;
	line-height:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal;
	letter-spacing:1px;
	padding:0px;
	margin:0px;
	color: #CCC;
	text-align:center;
}


html {
	min-height:100.1%;
}


.home #photobox {
	width: 800px;
	height: 400px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -200px; 
	/* Half the height of the DIV tag which is also 50 pixels */

}


.home h2 {
	font-weight:normal;
	letter-spacing:3px;
	font-size:12px;
	margin:70px 20px 20px 30px;
	color:#666;
	float:left;
	width:200px;
}

 .fotohome{
	margin-left:190px;
}

.home #thumblist {
	list-style:none;
	
	

}


.home #thumblist li {

	

}



.home .jcarousel-clip  #thumblist {

	visibility: visible;

}

.home #thumblist  li{
	float:left

}


#overlay {
	width:100%;
	height:100%;
	background:#fff;
	z-index:99999;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


#introflash {
	width: 740px;
	height: 400px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -370px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -200px; 
	/* Half the height of the DIV tag which is also 50 pixels */

}



/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0px;
	padding:0px;
}
h1 {
	background: url(laurapanichi-logo.png) no-repeat;
	width:200px;
	height:42px;
	text-indent:-9999px;
	display:block;
	margin-top:19px;
}
.home h1 {
	background: url(laurapanichi-logo-inv.png) no-repeat;

}
h1 a {
	height:42px;
	margin:0;
	display:block
}
h1:hover {
	background-position: 0 -42px
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
}
h2 a {
	color:#CCC
}
h2 a:hover {
	color:#FFF
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	text-align:left;
}
hr {
	display:none;
}
p {
	text-align:left;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
a {
	outline:none;
	border:none
}
a:active {
	outline:none;
	border:none
}
/* CUSTOM CLASSES */


.inside {
	width:740px;
	margin:0px auto;
}
.leftimg {
	float:left;
	margin:0px 10px 10px 0px;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.summary {
	color:#838d7a;
	font-size:14px !important;
	line-height:24px;
}
/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align:left;
	width:100%;
	background:#FFF;
	padding-top:15px;
}
.exif {
	color:#666
}
/* IMAGE NOTES */


#controls {
	width:740px;
	margin:0 auto 3px auto;
}
#secretshow,
#secrethide{
	float:left;
	margin:10px 0;
	display:block;
	color:#666;
	font-size:10px;
	
}

#secretshow:hover,
#secretshow:active,
#secrethide:hover,
#secrethide:active
{
	cursor:pointer;
	
}
.white {
	color:#CCC;
	
}

.white:hover {
	color:#FFF;
	
}
#hover-inst {
	float:right;
	color:#666;
	font-size:10px;
	margin:10px 0;
}
#caption {
	width:740px;
	margin:0 auto 10px auto;
}
#caption h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	letter-spacing:0;
	font-size:10px;
	font-weight:normal;
	padding:0;
	float:left;
	color:#999;
	margin-right:5px;
	text-transform:none;
}
#caption .caption-cat {
	text-transform:uppercase;
	letter-spacing:2px;
	margin-right:4px;
	color:#666;
	font-size:10px;
}
#caption .notes {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	letter-spacing:0;
	font-size:10px;
	font-weight:normal;
	padding:0px;
	margin-left:4px;
	float:left;
	color:#666
}
#opencomment {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal;
	font-size:11px;
	letter-spacing:2px;
	text-transform:none;
	float:right;
	color:#CCC
}
#opencomment:hover {
	color: #FFF;
	cursor:pointer
}
#closecomment {
	display:block;
	width:123px;
	color:#333;
	border-bottom: 1px dotted #333;
	margin-bottom:10px;
	font-size:11px;
}
#closecomment:hover {
	color: #999;
	cursor:pointer
}
#metadata {
	list-style:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal;
	font-size:11px;
	width:500px
}
#image-info h2 em {
	margin-left:15px;
}
#image_notes {
	width:45%;
	float:left;
	margin-bottom:10px;
}
#image_notes, #image_comments {
	font-style:normal;
	line-height:15px;
}
#image_notes p {
	font-size:10px;
	color:#333;
	margin:0px;
	padding-bottom:10px;
}
#image_comments {
	width:45%;
	float:right;
	margin:0px 0px 10px 0px;
	border-left:1px dotted #333;
}
#image_comments ul {
	padding:0px 0px 0px 10px;
}
#image_comments li {
	font-size:11px;
	color:#666;
	margin:0px 0px 15px 0px;
	list-style:none;
}
/* HEADER + NAVIGATION */

#header {
	width:100%;
	padding:0 0 12px 0;
	background-color:#191919;
}
.secondary a {
	color:#333 !important;
}
/* MAIN AREA */


#photobox {
	background-color:#191919;
	padding-bottom:20px;
	width:100%;
	text-align:center;
}
#photo1, #zoom1 {
	display:block;
	background:url(ajax-loader.gif) center no-repeat
}
#photo {
	border:solid 1px #333;
	visibility:hidden;
	padding:1px;
}
#photo:hover, #photo:active {
	border:solid 1px #444;
	padding:1px
}
/* IMAGE NAVIGATION */

#infobox {
	width:100%;
	text-align:left;
}

.home #infobox {
	width:100%;
	text-align:left;
	position:absolute;
	top:60px;
    left:1px;
}

#flash {
	text-align:left;
	margin:0;
}

#image-navigate {
	padding:0px 0px 0px 0px;
}
#image-navigate ul {
	display:block;
	width:400px
}

.home #image-navigate ul {
	display:block;
	margin:15px 0 0 0;
	padding:0;
	width:auto;
}


#image-navigate li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	letter-spacing:2px;
	list-style:none;
	width:123px;
	border-bottom:dotted 1px #333;
	height:26px;
	margin-bottom:5px;
	margin-left:1px;
}

.home #image-navigate li {

	border-bottom:dotted 1px  #CCC;
	margin-left:15px;
    width:75px;

}

#image-navigate ul a {
	display:block;
	margin-top:10px;
}

.home #image-navigate ul a {
	color:#CCC;
}

.home #image-navigate ul a:hover {
	color: #999;
}


a.house {
	display:block;
	height:18px;
	width:21px;
	background:url(house.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:110px;
	text-align:left;
}
a.house:hover {
	background-position: 0 -18px;
}


#twitter_div
{
	float:right;
	width:280px;
	margin:20px 30px 0 0;
	padding:0;
}



.testo_twitter
{	
	padding:0;
	margin:0;
	text-align:left;
	color:#8f8f8f;
	list-style:none;	
}


.testo_twitter a, .testo_twitter a:visited
{	
	margin:0;
	padding:0;
	text-decoration:none;
	color:#FFF;

}



.testo_twitter a:hover, .testo_twitter a:active

{	
	margin:0;
	padding:0;
	text-decoration:underline;
	color:#FFF;


}





/* Pages */

#page {
	padding:20px 0px;
	text-align:left;
	width:740px;
	margin:0px auto;
}
#page h2 {
	font-weight:normal;
	letter-spacing:3px;
	font-size:12px;
	margin:0px 20px 20px 0px;
	color:#666;
}
#page p {
	font-size:10px;
	margin: 0px 20px 20px 0px;
}
#page p.aboutp {
	font-size:12px;
	color:#8a8a8a;
	margin: 0 0 0 0px;
	text-align:justify;
	line-height:17px;
	letter-spacing:0;
}
.leftcol {
	float:left
}
#page p.pdflink {
	margin:6px 0 0 0;
	color:#8A8A8A
}
.pdflink a {
	color:#CCC;
	font-size:10px;
}
.pdflink a:hover {
	color:#fff;
}
.pdflink img {
	border:none;
	vertical-align: middle;
	margin-right:7px;
}
a.findlink {
	float:left;
	margin-right:13px;
	color:#CCC;
	margin-top:3px;
	font-size:10px;
}
a.findlink:hover {
	color:#fff;
}
a.findlink img {
	border:none;
	vertical-align: middle;
	margin-bottom:2px;
	margin-right:2px;
}
#page .findme {
	float:left;
	margin:45px 30px 0 0
}
#page .equipment {
	float:right;
	margin:45px 0 0 0;
	width:311px;
}
.equipment a img {
	border:none;
	margin-right:5px;
}
.equipdesc {
	float:left;
	width:110px;
	text-align:left;
	height:70px;
}
#wacom, #macbook, #nikon {
	display:none
}
#page ul {
	font-size:10px;
	font-style:italic;
	margin:0px 20px 20px 0px;
}
#mycarousel {
	width:742px !important
}
#page #mycarousel {
	margin-top:27px;
	width:742px !important;
}
.jcarousel-clip {
	width:742px !important
}
#page ul li {
	list-style:none;
	padding:0px 0px 0px 0px;
}
#page a {
}
.albumWrapper {
	float:left;
	margin:3px 3px 0px 0px;
}
#category7, #category4 {
	display:none;
	visibility:hidden
}
.albumall {
	display:none;
	visibility:hidden
}
.albumTitle {
	text-align:center;
	margin:1px 0 5px 0;
	color:#999
}
#page .albumWrapper3 {
	border:1px solid #333;
	padding:0
}
#page .albumWrapper3:hover {
	border:1px solid #555;
	background:#FFF
}
#page .albumWrapper3 img {
	border:1px solid #191919;
}
#page .albumWrapper3 img:hover {
	border:1px solid #191919;
}
.number {
	color:#666
}
.albumTitle a:hover {
	color:#CCC
}
.gsc_thumb_row .thumbnails, .gsc_thumb_row .current-thumbnail {
	width:74px;
	height:74px
}
a.gsc_thumb_row {
	display:block;
	margin:20px 0px 0px 0px;
	border:1px solid #333;
	width:76px;
	height:76px
}
a.gsc_thumb_row.active {
	display:block;
	margin:20px 0px 0px 0px;
	border:1px solid #666666;
}
a.gsc_thumb_row:hover {
	display:block;
	margin:20px 0px 0px 0px;
	background:#FFF;
	border:1px solid #616161;
}
.thumbnails:hover {
	border:1px solid #555;
}
.thumbnails {
	border:1px solid #191919;
	padding:0;
	margin:0;
}
.current-thumbnail {
	border:1px solid #191919;
	padding:0;
	margin:0;
}
.thumbnails:hover {
	border:1px solid #191919;
}
/* COLUMNS ON INFO PAGE */

#col1 {
	width:33%;
	float:left;
}
#col2 {
	width:33%;
	float:left;
}
#col3 {
	width:33%;
	float:right;
}
/* Footer */

#footer {
	clear:both;
	width:740px;
	margin:30px auto 0px auto;
	padding:10px 0px;
	text-align:center;
}
#footer li {
	text-align:center;
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#8d8d8d;
}
#footer a {
	color:#8d8d8d;
}
#footer a:hover {
	color:#666;
}
/* Comments */

#commentbox {
	width:80%;
	margin:0px auto;
}
#comment-top {
	background:#000;
	padding:20px 5px;
	color:#FFF;
}
#comments {
	margin:0px auto;
	width:90%;
	text-align:left;
}
#comment-top h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
}
#comment-middle h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
}
#comment-middle {
	padding:20px 0px;
	margin-bottom:7px;
}
#addcomment {
	margin:20px 0px;
	text-align:left;
}
.input {
	width:45%;
	font-size:10px;
	border:1px dotted #333;
	background-color:#fff;
	color:#666;
	padding:5px;
}
#addcomment label {
	color:#666;
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:normal
}
#addcomment textarea {
	width:370px;
	height:50px;
	font-size:11px;
	border:1px dotted #333;
	background-color:#fff;
	color:#666;
	padding:5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.comment-button {
	background:#fff;
	border:3px double #CCC;
	color:#666;
	margin-left:-10px
}
/* TAG SUPPORT */
.tags00 {
	font-size: 8px !important;
}
.tags01 {
	font-size: 10px !important;
}
.tags02 {
	font-size: 12px !important;
}
.tags03 {
	font-size: 14px !important;
}
.tags04 {
	font-size: 16px !important;
}
.tags05 {
	font-size: 18px !important;
}
.tags06 {
	font-size: 20px !important;
}
.tags07 {
	font-size: 22px !important;
}
.tags08 {
	font-size: 24px !important;
}
.tags09 {
	font-size: 26px !important;
}
.tags10 {
	font-size: 28px !important;
}

