/*<group=general styles - stili>*/

body {
	text-align: center;
	color: #4f4f4f;
	margin: 20px;
	font: 12px Tahoma, Verdana, Helvetica, Arial;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #0255a3;
}

a:hover, a:active {
	color: #0c0c0c;
}

img {
	margin: 0;
	padding: 0;
}

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

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*</group>*/

/*<group=layout>*/

.clearer {
	clear: both;
}

#container { 
	width: 684px;
	line-height: 1.5em;
	margin: 0 auto 0px;
}

/* --- */

#container #bottom {
	height: 9px;
	position: absolute;
}

#pageHeader {
	height: 100px;
	text-align: left;
	position: relative;
	width: 684px;
}

#pageHeader img {
	position: absolute;
	right: 18px;
	bottom: 11px;
}

#pageHeader h1 {
	letter-spacing: 1px;
	font-family: "Lucida Grande";
	font-weight: bold;
}

#pageHeader h2 {
	font-weight: bold;
	letter-spacing: 1px;
}

#contentContainer {
	text-align: left;
	width: 435px;
	margin-right: 227px;
	margin-left: 12px;
	color: #353535;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#contentContainer #content {
	padding: 5px 10px;
	font: 12px/17px "Lucida Grande";
}

#sidebarContainer {
	width: 199px;
	float: right;
	text-align: left;
	border: 1px solid #989898;
	margin-top: 8px;
	margin-right: 13px;
	margin-left: 0px;
	font: 12px/17px "Lucida Grande";
}

#sidebarContainer #sidebar {
	color: #282828;
	font-size: 0.9em;
	padding: 5px 10px 8px;
}

#sidebarContainer .sideHeader {
	padding: 7px 10px;
	font-weight: bold;
	color: #3f3f3f;
	text-shadow: 0px 0px 2px #ffffff;
	background: transparent;
	margin: 0;
	text-align: left;	
}

#footer {
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	font-size: 12.5px;
}

#footer p {
	margin: 0;
	padding: 5px 0 10px;
	font-size: 0.9em;
}

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

#footer a:hover, #footer a:active {
	text-shadow: 0px 0px 2px #ffffff;
}
	
/*</group>*/

/*<group=breadcrumb>*/

/* navigation-bar */

#breadcrumbcontainer {
	text-align: left;
	font-size: 0.9em;
	padding-top: 0;
	text-decoration: none;
	background: transparent;
	margin: 0 7px;
	padding-right: 10px;
	padding-left: 10px;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#breadcrumbcontainer li {
	display: inline;
	color: #7f7f7f;
	text-decoration: none;
}

#breadcrumbcontainer a {
	color: #535353;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	color: #000000;
	text-decoration: none;
	text-shadow: 0px 0px 2px #ffffff;
}
	
/*</group>*/

/*<group=toolbar>*/

/* base toolbar */

#navcontainer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 684px;
	color: #434343;
	height: 76px;
	font-size: 0.96em;
	margin-bottom: 0;
}

#navcontainer #current {
	text-shadow: 0px 0px 2px #ffffff;
	color: white;
	font-weight: bold;
}

#navcontainer .currentAncestor {
	text-shadow: none;
}

/* 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 684px;
	left: 0;
	background: transparent;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	width: 112px;
	display: block;
	background: no-repeat url(images/XXbutton_normal.png);
	text-decoration: none;
	color: #a4a4a4;
	text-shadow: 0px 0px 0px #ffffff;
	text-align: center;
	height: 38px;
	line-height: 3.4em;
}

#navcontainer a:hover {
	background: url(images/XXbutton_over.png) no-repeat;
	text-shadow: 0px 0px 3px #ffffff;
	color: #ffffff;
}

#navcontainer a:active {

}

/* 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 38px;
	width: 684px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	width: 112px;
	height: 24px;
	color: #3f3f3f;
	font-size: 0.95em;
	margin-right: 0;
	margin-left: 0;
	line-height: 2.4em;
}

#navcontainer ul ul a:hover{
	background: center top;
	color: #000000;
}

#navcontainer ul ul #current{
	background: repeat-x url(images/submenu_overXX.png) center top;
	text-shadow: none;
	color: #212121;
	font-weight: bold;
}

/* 2 */

#navcontainer ul ul ul {
	position: absolute;
	left: 0;
	top: 24px;
	margin: 0;
	white-space: nowrap;
	padding: 0px 0px 0px 0;
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul li a {
	color: #3f3f3f;
	text-shadow: none;
	line-height: 1em;
}

#navcontainer ul ul ul li a:hover {
	text-decoration: none;
	background: none transparent;
	color: black;
}

#navcontainer ul ul ul #current {
	font-weight: bold;
	background: none;
	text-shadow: none;
}

#navcontainer ul ul ul ul {
	display: none;
}

/*</group>*/

/*<group=global classes>*/

blockquote {
	color: #000000;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
	margin: 0 0 3px;
	font-size: 18px;
}

h2 {
	margin: 0 0 3px;
	font-size: 15px;
}

h3 {
	margin: 0 0 3px;
	font-size: 12px;
}

h4 {
	margin: 0 0 3px;
	font-size: 12px;
}

.imageStyle {
	border: 1px none transparent;
}
	
/*</group>*/

/*<group=blog>*/

/*<group=page-archive>*/

/* archive-page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	background: repeat-y none transparent;
	width: 684px;
	margin: 0px auto; 
	text-align: left;
	line-height: 1.5em;
	padding: 10px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #white;
}

.blog-archive-entries-wrapper {
	background: white; 
	width: 684px;
	margin: 0px auto;
	text-align: left;
	line-height: 1.5em;
	padding: 10px;
	border: inset #686868 3px;
}

/* sopra blog archive */

.blog-archive-entries-wrapper .blog-entry {
	background: white;
}

.blog-archive-month {
	color: white;
	letter-spacing: 2px;
	font-size: 1.8em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-bottom: 10px;
}

/* title white up */

.blog-archive-link {
	text-align: center;
	line-height: 1px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	text-align: center;
}
	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	font-size: 1.6em;
	letter-spacing: 1px;
	border-bottom: 1px solid #7f7f7f;
	line-height: 1.3em;
	font-weight: bold;
}

.blog-entry-date {
	margin-bottom: 10px;
	text-align: right;
	font-size: 0.9em;
	background: transparent;
	padding-top: 1px;
	padding-bottom: 1px;
}

.blog-entry-body {
	margin-bottom: 25px;
}

.blog-entry-comments {
	padding-top: 10px;
}

.blog-entry-category {
}
.thumbnail-table { width: 100% }
	
/*</group>*/

/*<group=file Sharing>*/

.filesharing-description {
	margin-bottom: 10px;
	color: #353535;
}

.filesharing-item {
	padding: 1px 1px 1px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a8a8a8;
	font-weight: bold;
	background: repeat url(images/color1/sidebar_tile.png) transparent;
}

.filesharing-item-title a:link {
	margin-bottom: 5px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}

.filesharing-item-title a:hover {
	text-shadow: 0px 0px 4px #ffffff;
}

.filesharing-item-title a:visited {
	text-decoration: none;
}

.filesharing-item-description {
	font-size: 0.9em;
	padding-left: 3px;
	color: #6d6d6d;
	text-decoration: none;
}

/*</group>*/

/*<group=photo album>*/

/* index page thumbnail mode */

.album-title {
	font-size: 1.6em;
	margin-bottom: 0;
	letter-spacing: 1px;
	border-bottom: 1px solid #7f7f7f;
	line-height: 1.3em;
	font-weight: bold;
}

.album-description {
	margin-bottom: 8px;
	background: repeat url(images/color1/sidebar_tile.png) transparent;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.thumbnail-table {
	width: 84%;
}

.thumbnail-frame {
	padding: 1px;
}

.thumbnail-frame a {
	color: #3f3f3f;
}

.thumbnail-frame:hover {
	background: repeat url(images/color1/sidebar_tile.png) transparent;
	text-shadow: 0px 0px 5px #ffffff;
	color: black;
}

.thumbnail-frame img {
	margin: 0;
	padding: 0;
	border: 1px none transparent;
}

.thumbnail-caption {
	font-size: 11px;
	line-height: 0;
}

/* -------single page */

.photo-background {
	margin: 0;
}

.photo-navigation {
	margin-bottom: 10px;
	padding: 20px 0 0;
}

.photo-links {
	padding: 5px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #ffffff;
	text-shadow: none;
}

.photo-navigation a:hover {
	text-decoration: underline;
	color: #000000;
}

.photo-frame{
	padding: 1px;
	background: #white;
	border: inset #686868 3px;
}

.photo-title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 0;
}

.photo-caption {
	color: black;
}

/* -------single page */
	
/*</group>*/

/*<group=quicktime Page>*/

.movie-description {
	border-top: 1px solid #a8a8a8;
	color: #353535;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
}
	
/*</group>*/

/*<group=quicktime album>*/
/* Index Page Movie Thumbnail view */

.movie-page-title {
	font-size: 1.6em;
	margin-bottom: 0;
	letter-spacing: 1px;
	border-bottom: 1px solid #7f7f7f;
	line-height: 1.3em;
	font-weight: bold;
	padding-left: 2px;
}

.movie-page-description {
	margin-bottom: 10px;
	background: repeat url(images/color1/sidebar_tile.png) transparent;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;

}

.movie-thumbnail-frame {
	float: left;
	text-align: center;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin: 6px 2px 12px;
}

.movie-thumbnail-frame:hover {
	background: repeat url(images/color1/sidebar_tile.png) transparent;
	color: black;
	text-shadow: 1px 1px 8px #ffffff;
}

.thumbnail-frame img {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.movie-thumbnail-caption {
	padding-top: 8px;
	padding-bottom: 3px;
	font-size: 11px;
}
	
/* singlepage */

.movie-background {
	background: #7f7f7f;
}

.movie-title {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 0px 0px 4px #ffffff;
	color: black;

}

.movie-frame {

}


/*</group>*/

/*<group=contact form>*/
.message-text { 
} 

.required-text {
	color: #3f3f3f;
} 

.form-input-field {
background: #dddddd;
} 

.form-input-button { 
} 
/*</group>*/

/* www.multithemes.com */

