/* CSS for everything
The Template CSS File
for the Bella Galleria */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

hr {
	color: silver;
}

h1 {
	font-size: 100%;
	color: #003366;
	margin: 0px;
	padding: 10px;
}

#wrapper {
	margin: 0px auto;
	position: relative;
	width: 770px;
	background-color: #CEC2A4;
}

body {
	background-color: #7f7765;
	background-position: center 0pt;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #585246;
}

#container {
	text-align: center;
	margin: 0 auto;
	display:table;
	width: 770px;
	position: relative;
	padding-top: 0px;
	border: 0px solid silver;
	height: 7px;
	background-color: #CEC2A4;
}

.test {
	width: 40%;
	font-size: 70%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: right;
}

#container640 {
	width: 640px;
	padding-top: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: table;
}

#subheader {
	text-align: left;
	margin-top: 5px;
}

#header { width: auto; text-align: left; }  /* for the logo or site title */

#footer   { 
font: 11px/14px Verdana; 
text-align: center; 
margin-top: 20px; 
padding-right: 35px; 
padding-left: 35px; 
height: 60px 
}

#nav {
	text-align: center;
	height: auto;
	padding: 5px 0 3px 0;
}  /* for the prev and next buttons */

#info { 
	text-align: center; 
	height: auto; 
}  /* for the exif and iptc buttons */

.title { font-size: 14px; font-family: "Trebuchet MS"; font-weight:bold; }

.menu { font-size: 10px; font-family: "Trebuchet MS"; line-height: 14px; }

.name { font-size: 10px; font-family: "Trebuchet MS"; line-height: 14px; }

.copyright { font-size: 10px; font-family: "Trebuchet MS"; }

.madewith { border: 1px solid silver; }

/* CSS for index page */
#thumbs {text-align:center;display:block;}

div.thumb {
	padding:0px;
	margin:10px;
	border:0 solid silver;
	display:block;
	float:left;
	width: 128px;
	height: 128px;
}

div.thumb img {
	border: none;
	vertical-align: middle;
}  /* remove link outline on thumbnails */

div.row { margin-left:auto; margin-right:auto; text-align:center; }

div.col { margin-left:auto; margin-right:auto; text-align:center; display:table;}

div.spacer { clear:both; }  /* needed for the floating boxes */

/* CSS for asset pages */
#pic {
	display:block;
	margin: 10px 0 10px 0;
}

#content { font: 11px/14px Verdana; text-align: left; margin-top: 20px; padding-right: 35px; padding-left: 35px; height: 60px }

div.exif { font-size: 10px; font-family: "Trebuchet MS"; line-height: 14px; background-color: #fff; text-align: left; visibility: hidden; padding: 10px; position: absolute; z-index: 4; top: 125px; left: 50%; width: 400px; height: 300px; }

div.iptc { font-size: 10px; font-family: "Trebuchet MS"; line-height: 14px; background-color: #fff; text-align: left; visibility: hidden; padding: 10px; position: absolute; z-index: 3; top: 125px; left: 50%; width: 400px; height: 300px; }

div.exif { margin-left:-200px; }

div.iptc { margin-left:-200px; }

div.shadow { position: relative; visibility: hidden; }  /* needed for showing and hiding metadata */

#caption {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}

#wrapper #container #navbar {
	width: 770px;
	background-color: #CEC2A4;
	text-align: center;
	height: auto;
	padding: 2px 0 2px 0;
}


#wrapper #container #navbar ul{
	padding: 0;
	margin: 0;
	background-color:#CEC2A4
}

#wrapper #container #navbar  ul li{
display:inline;
padding: 0;
margin: 0;
}

#wrapper #container #navbar ul li a{
	font-size: 70%;
	color: #000000;
	background-color: #CEC2A4;
	text-decoration: none;
	padding: 0px 16px 0 16px;
	border-right: 0px solid #000000;
	text-align: center;
	width: 9em;
	font-weight: normal;
}

#wrapper #container #navbar  ul li a:hover,#nav ul li a:focus {
	background-color: #CEC2A4;
	color: #FFFFFF;
}
#captionLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	background-color: #CEC2A4;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #7F7765;
	color: #FFFFFF;
}
#logo {
	float: left;
	position: absolute;
	left: 5px;
	top: 0px;
}
.clearit {
	clear:both;
}