/* @group General Styles  */

body {
	margin: 0px;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #ffffff;
	background-color: #000000;
	text-align: center; /*Needed for IE to center page */
}

p {
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover, a:active {
	color: #e3633e;
	text-decoration: none;
}

img {

}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}

/* @end */

/* @group Layout */

#container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	min-width: 965px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: -288px; /* half of height */
}

#container #wrapper {
	position: relative;
	width: 965px;
	height: 575px;
	text-align: left;
	margin: 0px auto;
	border: 1px solid white;
}

.clearer {
	clear: both;
}

#container #wrapper #navcontainer {
	position: absolute;
	width: 150px;
	height: 100%;
	top: 0px;
	left: 0px;
	border-right: 1px solid white;
}

#container #wrapper #contentContainer {
	position: relative;
	width: 665px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	margin-left: 150px;
	margin-right: 150px;
}

	#contentContainer #content {
		margin: 0px;
		padding: 0px;
	}

#container #wrapper #sidebarContainer {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 100%;
	border-left: 1px solid white;
	background: #e3633e url(images/andiamo_sidebar.jpg) no-repeat 0 0;
}

		#sidebarContainer #sidebar {

		}


#footer {
	display: none;
}

#footer p {
	margin: 0;
	padding: 15px 15px 5px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Toolbar */

#navcontainer #navbar {
	text-align: right;
	margin-top: 120px;
	border-top: 1px dotted white;
}
/* Toolbar Styles */

#navcontainer #current {
	color: #e3633e;
}

#navcontainer #current:hover {
}



#navcontainer .currentAncenstor {
}

#navcontainer ul li a.active {
	font-weight: bold;
}

#navcontainer ul ul li a.active {
}

/* Parent - Level 0 */

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

#navcontainer>ul {
	border-top: 1px dotted #d7d7d7;
}

#navcontainer ul li {
	font-size: 1.0em;
	display: inline;
	list-style: none;
	padding: 0;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	height: 1.2em;
	padding: 5px;
	border-bottom: 1px dotted #d7d7d7;
}


#navcontainer a:hover {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li { 
	margin: 0;
	padding: 0;
	border-bottom-width: 0;
	font-size: 0.9em;
}



#navcontainer ul ul a {
	display: block;
	text-decoration: none;
}



#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
	font-size: 1em;

}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
	font-size: 0.9em;
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.3;
	color: #000000;
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}

/* Table Styles */

table {
	font-size: 1em;
}

p.andiamo {
	font-size: 1.4em;
	text-decoration: underline;
}

.address {
	display: block;
	width: 50%;
	border: 1px solid white;
	margin: 20px auto 0px auto;
	text-align: center;
	background-color: #e3633e;
	color: #000000;
	font-size: 1.2em;
	padding: 10px;
}

.address p {
	line-height: 1.0em;
	padding-bottom: 2px;
	margin: 0px;
}

#map {
	position: relative;
	float: left;
	display: block;
	width: 300px;
	height: 300px;
	color: #000000;
}

#mapHeader {
	color: #000000;
}

/* @end */



/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	letter-spacing: 2px;
	margin-bottom: 5px;
	font: normal 2em Georgia, serif;
}

.album-description {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	margin-top: 30px;
	text-align: center;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 45px;
	margin-right: 0px;
	border: 0px;
}

.thumbnail-frame {
	position: absolute;
    top: 0;
    left: 0;
    border: 0px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: 5px solid white;
}

.thumbnail-caption {
	color: #b3b3b3;
	font-size: 13px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
	height: 145px;
	position: relative;
	margin: 0 auto 20px;
	border-right: 10px solid;
	border-bottom: 10px solid;
	border-left: 10px solid;
}

.photo-links {
	border-bottom: 1px solid;
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding-top: 6px;
	text-align: left;
}

.photo-navigation a:link,
.photo-navigation a:visited {
	display: inline-table;
	padding: 0 15px 5px;
	text-decoration: none;
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame{
	padding: 1px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

.photo-title {
	color: #fff;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 2.5em;
	line-height: normal;
	letter-spacing: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.photo-caption {
	margin: 0;
	position: absolute;
	top: 70px;
	left: 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: normal;
}

/* @end */
	
/* @end */

/* @group Slimbox */

/* These rules are set to !important to override */
/* the CSS settings generated by the Slimbox */
/* template in RapidAlbum */

#lbNumber {
	margin-left: 10px !important;
	margin-top: 5px !important;
}

#lbCaption {
	font-weight: normal !important;
	font-size: 12px !important;
}

/* @end */

/* @group Form Styles */

form {
	padding: 15px 0px 15px 0px;
	width: 90%;
	margin: 30px auto 0px auto;
	border: 1px solid white;
}

.formHeader {
	font-size: 1.3em;
	text-align: center;
	color: #e3633e;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.formFields {
	margin-top: 0px;
}

div .formRow {
	padding: 0px;
	margin: 0px;
	clear: both;
}

form .col1 {
	width: 110px;
	float: left;
	padding-top: 4px;
	margin: 0px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
}

form .col2 {
	display: block;
	float: left;
	width: auto;
	margin: 0px;
	margin-top: 10px;
}

label {
	margin-top: -2px;
}

.input {
	font-size: 1.0em;
	color: #787878;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #c9c9c9;
}

.textarea {
	font-size: 1.0em;
	color: #787878;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #c9c9c9;
}

/* @end */