/**************************************************
 * Style.css for angelaocchino.com
 **************************************************/
body {
	width:780px;
	margin:0px auto;
	padding:10px 0px 0px 0px;
	background-color:#fff;
	text-align:center;
	font-family:Tahoma, sans-serif;
	font-size:12px;
	}
a.shareLink { font-weight:normal;text-decoration:underline; }

/**************************************************
 * Home Page
 **************************************************/
#home {
	width:780px;
	height:571px;
	margin:0px;
	padding:22px 0px 0px 25px;
	background-image:url(../../Images/homeback.jpg);
	background-repeat:no-repeat;
	text-align:left;
	}

	#home ul {
		list-style-type:none;
		margin:0px;
		padding:0px;
		}
	
	#home li {
		margin:0px;
		padding:0px;
		}
	
	#home a {
		width:168px;
		overflow:hidden;
		display:block; 
		}
		
		#home a:hover { background-position:bottom left; }

		#home_photo	{ height:37px; background:url(../../Images/Navigation/nav_home_pho.jpg) top left no-repeat; } 
		#home_fine	{ height:39px; background:url(../../Images/Navigation/nav_home_fin.jpg) top left no-repeat; } 
		#home_links	{ height:32px; background:url(../../Images/Navigation/nav_home_lin.jpg) top left no-repeat; } 
		#home_res		{ height:32px; background:url(../../Images/Navigation/nav_home_res.jpg) top left no-repeat; margin-top:90px; } 
		#home_cont	{ height:30px; background:url(../../Images/Navigation/nav_home_cont.jpg) top left no-repeat; }


/**************************************************
 * Sub Pages
 **************************************************/
#main {
	width:780px;
	padding:0px 0px 10px 0px;
	background-image:url(../../Images/subback.jpg);
	background-repeat:repeat-y;
	}

div.separator {
	height:5px;
	margin:0px;
	background-image:url(../../Images/separator.jpg);
	background-repeat:no-repeat;
	}

div.toggle {
	margin-right:10px;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	}
	
	div.toggle img {
		margin: 0px 5px 0px 0px;
		border:none;
		vertical-align:bottom;
		}


/**************************************************
 * Galleries
 **************************************************/
#galwrap {
	width:710px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	z-index:1;
	}

	#gallerytitle {
		margin:0px 0px 10px 0px;
		font-weight:bold;
		font-size:14px;
		}

	#gallerylist {
		margin:0px;
		padding:0px 0px 7px 0px;
		} html > body #gallerylist { padding-top:7px; }
	
		#gallerylist ul{
			margin:0px;
			padding:0px;
			list-style-type:none;
			}
		
		#gallerylist li{
			display:inline;	
			}
		
		#gallerylist img{
			width:50px;
			height:50px;
			margin:0px 10px;
			padding:4px;
			background-color:#eee;
			border:solid 1px #ccc;
			}

/* Thumbnails */
#thumbscontainer {
	width:10%;
	height:455px;
	margin:0px;
	padding:0px;
	background-image:url(../../Images/scroll.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}

	#thumbs {
		position:relative;
		overflow:hidden;
		height:393px;
		}
	
	#thumbslist {
		margin:0px;
		padding:0px;
		list-style-type:none;
		position:relative;
		top:0px;
		left:0px;
		}
	
		#thumbslist li {
			margin:3px 0px;
			padding:0px;
			}
	
		#thumbslist img {
			width:50px;
			height:50px;
			padding:4px;
			background-color:#eee;
			border:solid 1px #ccc;
			}
			
		#thumbslist a:hover img, #gallerylist a:hover img { border-color:#999; }
		
/* Arrows */
div.arrow {
	margin:0px 0px 0px 1px;
	cursor:pointer;
	} html > body div.arrow { margin:0px; }

	div.arrow img {
		padding:0px;
		margin:0px;
		width:20px;
		height:26px;
		background-color:#fff;
		border:none;
		}

/* Preview Image */
#preview {
	width:89%;
	margin:0px;
	padding:36px 0px 5px 0px;
	float:right;
	overflow:visible;
	}


/**************************************************
 * Statements
 **************************************************/
#statement {
	width:710px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	z-index:1000;
	}

	#statementtext {
		width:690px;
		margin:0px auto 5px auto;
		border:solid 1px #999;
		background-color:#fafafa;
		overflow:hidden;
		} html > body #statementtext { margin-top:10px; }

	#statement h1 {
		margin:5px 20px 0px 20px;
		padding:10px 0px 5px 0px;
		font-size:14px;
		font-weight:bold;
		color:#8b0000;
		border-bottom:solid 1px #999;
		text-align:right;
		}

	#statement p {
		margin:0px;
		padding:10px 20px;
		line-height:16px;
		text-align:left;
		}


/**************************************************
 * Links List
 **************************************************/
ul.links {
	margin:0px;
	padding:0px;
	width:33%;
	float:left;
	list-style-type:none;
	position:relative;
	}

	ul.links li {
		margin:10px 0px;
		padding:0px;
		}

	ul.links img {
		padding:4px;
		background-color:#eee;
		border:solid 1px #ccc;
		}


/**************************************************
 * Links List
 **************************************************/
#footer {
	width:780px;
	margin:0px auto;
	overflow:hidden;
	}

#footer img {
	margin:0px;
	float:left;
	border:none;
	}


/**************************************************
 * Contact Form
 **************************************************/
input, textarea, select {
	width:220px;
	margin-left:10px;
	}
	
	#form {
	margin:0px;
	padding:0px 10px 0px 0px;
	width:400px;
	float:right;
	text-align:right;
	}

	#form ul {
		list-style-type:none;
		font-size:12px;
		font-weight:bold;
		}
	
	#form li {
		padding:10px 0px 0px 0px;
		}


a {
	border:none;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	}

a:hover {
	color:#8b0000;
	}
