/*
 ----------------------------------------------------------------------------
 ---                             Otto Schnurr                             ---
 ---                           Software Engineer                          ---
 ---                                                                      ---
 ---                            Copyright 2006                            ---
 ----------------------------------------------------------------------------
*/



/*
 ----------------------------------------------------------------------------
 - GLOBAL STYLE
 ----------------------------------------------------------------------------
*/
body 
{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #eff1f2;
}

p { }

b, strong { }

.standout, blockquote 
{
	border: 1px solid #e2e2e2;
	background: #f1f1f1;
	color: #666666;
	margin: 0 10px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191919;
	margin: 0px;
}

h3 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}

h4 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	margin: 0px;
}

table 
{
	font-size: 1em;
}

	
	
/*
 ----------------------------------------------------------------------------
 - HYPERLINK STYLE
 ----------------------------------------------------------------------------
*/
a:link 
{
	text-decoration: underline;
}

a:visited { }

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

#navcontainer a
{
	/* !!! IE Hack width: 80px; */
	height: 20px;
	display: inline;
	
	text-align: center;
	text-decoration: none;
	color: gray;
	font-size: 1.4em;
	font-variant: small-caps;
	padding: 2px 8px 0px 8px;
}

#navcontainer a:hover 
{
	text-decoration: underline;
	color: black;
}

#navcontainer a:active { }



/*
 ----------------------------------------------------------------------------
 - HEADER
 ----------------------------------------------------------------------------
*/
#pageHeader 
{
	border-bottom: 1px solid #a1a4a8;
	height: 80px;
	display: block;
	position: relative;
}

#pageHeader img { }

#pageHeader h1 
{
	font: bold 2.1em  'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #000000;
	padding: 10px 0 0 10px;
	margin: 0;
}

#pageHeader h2 
{
	float: left;
	color: #a1a5a9;
	padding-left: 10px;
	margin: 0;
	height: 22px;
	padding-bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
}

#navcontainer 
{
	position: relative;
	top: -3px;
	width: 208px;
	float: right;
	font-size: 0.9em;
}

#navcontainer #current 
{
	text-shadow: none;
	color: #111111;
}

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

#navcontainer ul 
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
	position: relative;
}

#navcontainer li 
{
	height: 27px;
	display: inline;
	float: left;
	border-left: thin solid gray;
}

#navcontainer li:first-child
{
	float: left;
	border-left: thin none gray;
}



/*
 ----------------------------------------------------------------------------
 - CONTENT
 ----------------------------------------------------------------------------
*/
#container 
{ 
	margin: 0px auto;
	padding-top: 16px;
	text-align: left;
	position: relative;
	z-index: 500;
}

#contentContainer 
{
	padding-bottom: 10px;
	font-size: 0.8em;
}

#contentContainer #content 
{
	padding: 10px;
}

.contentSpacer 
{
	float:right;
	width:1px;
}

.clear 
{
	clear:both;
	height:1px;
	overflow:hidden;
}

.clearer 
{
	clear: both;
}

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

#contentContainer #content li { }



/*
 ----------------------------------------------------------------------------
 - SIDEBAR
 ----------------------------------------------------------------------------
*/
#sidebarContainer 
{
	width: 199px;
	padding-bottom: 20px;
	font-size: 0.8em;
}

#sidebarContainer #sidebar 
{
	padding: 10px;
}

#sidebarContainer .sideHeader 
{
	font-weight: bold;
	padding: 10px 10px 0;
	font-size: 1.4em;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul { }

#sidebarContainer #sidebar li { } 



/*
 ----------------------------------------------------------------------------
 - IMAGES
 ----------------------------------------------------------------------------
*/
img 
{
	border-style: none;
}

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

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

.imageStyle { }



/*
 ----------------------------------------------------------------------------
 - FOOTER
 ----------------------------------------------------------------------------
*/
#footer 
{
	color: #808080;
	text-align: center;
	font-size: 0.7em;
}

#footer p 
{
	padding: 0 0 10px 0;
	margin: 0;
}

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

#footer a:hover, #footer a:active { }
	
#breadcrumbcontainer 
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a0a5a7;
}

#breadcrumbcontainer ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li 
{
	display: inline;
	padding: 0;
}

#breadcrumbcontainer a { }

#breadcrumbcontainer a:hover { }
	


/*
 ----------------------------------------------------------------------------
 - BLOG ENTRIES
 ----------------------------------------------------------------------------
*/
.blog-entry 
{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #a1a4a8;
}

.blog-entry-title 
{
	text-align: justify;
	font: bold 1.4em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #000000;
}

.blog-entry-date 
{
	color: #a1a5a9;
	font-size: 0.95em;
	margin-bottom: 0.9em;
}

.blog-read-more 
{
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-category { }

.blog-entry-category a:link, .blog-entry-category a:visited { }

.blog-entry-permalink { }

.blog-entry-permalink a:link, .blog-entry-permalink a:visited { }

.blog-entry-body 
{
	text-align: justify;
	padding: 0px;
}

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



/*
 ----------------------------------------------------------------------------
 - BLOG SIDEBAR
 ----------------------------------------------------------------------------
*/
.blog-archive-background { }

.blog-entry-summary 
{
	margin-bottom: 10px;
}.blog-archive-headings-wrapper 
{
	padding-bottom: 10px;
	border-bottom: Solid 1px #e2e2e2;
}

.blog-archive-entries-wrapper { }.blog-archive-month 
{
	font-weight: bold;
	font-size: 1.4em;
}.blog-archive-link { }
	

/*  the archives in the blog sidebar */
#blog-archives 
{
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/*  the blog categories in the blog sidebar */
#blog-categories 
{
	margin-bottom: 10px;
}

.blog-category-link-enabled { }

.blog-category-link-disabled { }

/*  the blog RSS feeds in the blog sidebar */
#blog-rss-feeds 
{
	margin-bottom: 10px;
}

.blog-rss-link 
{
	padding-left: 15px;
	background: url(images/rss_icon.png) no-repeat left 2px;
}

.blog-comments-rss-link 
{
	padding-left: 15px;
	background: url(images/rss_icon.png) no-repeat left 2px;
}



/*
 ----------------------------------------------------------------------------
 - FILE SHARING
 ----------------------------------------------------------------------------
*/
.filesharing-description 
{	background: #e2eeff;	color: #000000;	font-weight: bold;	font-size: 11px;	padding: 5px;	margin: 0px;}.filesharing-item 
{	padding: 0px;	margin: 0px;}.filesharing-item-title { }

.filesharing-item-title a:link 
{	color: #0000ee;	text-decoration: underline;	background: #f6f6f6 no-repeat url(images/down_arrow.png) 440px 6px;	padding: 5px;
	display: block;
}

.filesharing-item-title a:hover 
{
	text-decoration: none;
}.filesharing-item-description 
{	text-align: justify;	font: normal 0.85em Verdana, Arial, Helvetica, sans-serif;	padding: 5px;	margin-bottom: 5px;}



/*
 ----------------------------------------------------------------------------
 - PHOTOS
 ----------------------------------------------------------------------------
*/
.album-title 
{	padding: 5px;	font-size: 2.1em;	font-weight: bold;	text-align: center;	color: #000000;}.album-description 
{	padding: 5px;	font-size: 1em;	font-weight: normal;	color: #a1a5a9;	text-align: left;
	margin-bottom: 80px;}

.album-wrapper 
{
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap 
{
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 65px;
	margin-right: 25px;
	display: block;
}.thumbnail-frame 
{	padding: 5px;	background: #f3f3f3;	margin: 0px 1px 1px 0px;
	position: absolute;
    bottom: 0;
    left: 0;}.thumbnail-frame a { }.thumbnail-frame a:hover { }.thumbnail-frame img 
{	margin: auto;
	border: none;}.thumbnail-caption 
{	color: #000000;	font: bold 0.85em   'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 5px 0 0 0;
	height: 35px;
	display: block;}.photo-background {	font-family: Verdana, Arial, Helvetica, sans-serif;	padding: 5px;	background: none;}.photo-navigation { 	background: #f1f1f1;	color: #5b5b5b;	text-align: center;	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	padding: 5px;
	margin: 10px 10px 1px 10px;
}.photo-navigation a 
{	text-decoration: underline;}.photo-navigation a:hover 
{	text-decoration: none;}.photo-frame
{	background: #f3f3f3;	padding: 10px;
}.photo-links 
{	padding: 0px;
	margin: 0;
	font-size: 0.85em;}.photo-title 
{	padding: 0px;	font-weight: bold;	font-size: 1.2em;	color: #000000;	margin: 0px;}.photo-caption {	padding: 0px;	color: #000000;	font-size: 0.85em;	font-weight: normal;}



/*
 ----------------------------------------------------------------------------
 - MOVIES
 ----------------------------------------------------------------------------
*/
.movie-description 
{	text-align: center;	margin: 5px;}

.movie-page-title 
{
	font-weight: bold;	text-align: center;
	font-size: 2.1em;
}.movie-page-description 
{
	padding: 5px;	font-size: 13px;	font-weight: normal;	color: #a1a5a9;	text-align: left;}.movie-thumbnail-frame 
{
	float: left;
	display: inline;
	padding: 5px;	background: #f3f3f3;	margin: 5px;
	width: 131px;
	text-align: center;
}

.movie-thumbnail-caption 
{
	color: #000000;	font: bold 0.85em   'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	padding-top: 5px;
	text-align: center;
}
	
.movie-background 
{
	background: #f3f3f3;
}

.movie-frame 
{
	padding: 5px;
	text-align: center;
}

.movie-title 
{
	text-align: center;
	color: #000000;	font: bold 1.1em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	padding-top: 5px;
}
	
	
	
/*
 ----------------------------------------------------------------------------
 - CONTACT FORM
 ----------------------------------------------------------------------------
*/
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
