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



/*
 ----------------------------------------------------------------------------
 - GLOBAL STYLE
 ----------------------------------------------------------------------------
*/
body 
{
	text-align: center;
	background: white;
	margin: 0px;
	padding: 0px;
	color: #333333;
	
	font: 
	   12px 
	   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; 
}

p { }

b, strong { }

blockquote, .standout
{
	margin: 10px 0;
	padding: 0 10px;
	font-size: 1.0em;
	font-style: italic;
	color: #404020;
	background: #f7f3f3;
	border: 1px solid #d8d1c4;
}

h1
{
	font-size: 2.1em;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
}

h2
{
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
}

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

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

table { font-size: 1em; }



/*
 ----------------------------------------------------------------------------
 - HYPERLINKS
 ----------------------------------------------------------------------------
*/
a:link
{
	color: #056ace;
	text-decoration: none;
}

a:visited
{
	color: #4070a0;
	text-decoration: none;
}

a:hover, a:active
{
	color: #0583ff;
	text-decoration: underline;
}


#header-title a
{
	color: black;
}

#header-title a:hover
{
	color: #333333;
}

#header-title a:active { }


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

#header-navigation a:hover
{
	text-decoration: none;
	text-shadow: 0px 0px 1px gray;
	color: black;
}

#header-navigation a:active { }


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

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


.filesharing-item-title a:link { }
.filesharing-item-title a:hover { }
.filesharing-item-title a:visited { }


.photo-navigation a
{
	text-align: center;
	text-decoration: none;
	color: gray;
	font-size: 1.2em;
}

.photo-navigation a:hover
{
	text-decoration: none;
	text-shadow: 0px 0px 1px gray;
	color: black;
}



/*
 ----------------------------------------------------------------------------
 - HEADER
 ----------------------------------------------------------------------------
*/
#wrapper
{
	width: 640px;
	margin: 20px auto;
	text-align: left;
	position: relative;
}

#header-title
{
	float: left;
	width: 225px;
	height: 45px;
	font: 1em serif;
	line-height: 1.6em;
}

#header-title im { }

#header-title h1
{
	color: black;
	text-align: center;
	text-shadow: 0px 0px 1px gray;
	margin: 0;
	margin-top: 4px;
	font-size: 2.7em;
	font-weight: normal;
}

#header-title h2
{
	color: black;
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-size: 1.5em;
	font-variant: small-caps;
}

#header-graphic
{
	width: 100%;
	height: 240px;
	background: gray;
}


#header-navigation
{
	width: 410px;
	height: 24px;
	margin-left: 229px;
	padding-top: 21px;
	font: 1em serif;
	font-weight: normal;
	position: relative;
}

#header-navigation #current
{
	text-shadow: 0px 0px 1px #444444;
	color: #111111;
}

#header-navigation #current:hover { }

#header-navigation .currentAncestor
{
	text-shadow: 0px 0px 1px #444444;
	color: black;
}


#header-navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
}

#header-navigation li
{
	float: left;
	border-left: thin solid gray;
}

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


#header-navigation ul ul { width: 400px; }
#header-navigation ul ul li { }
#header-navigation ul ul a { font-size: 1em; }
#header-navigation ul ul a:hover{ }
#header-navigation ul ul #current{ }

#header-navigation ul ul ul {
	display: none;
}



/*
 ----------------------------------------------------------------------------
 - CONTENT
 ----------------------------------------------------------------------------
*/
#content
{
	float: left;
	width: 598px;
	display: inline;
	padding: 20px 20px 20px 20px;
	/* background: #f6f3ea; */
	background: #f9f7f0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}


#content-main
{
	float: left;
	width: 400px;
	border-right: 1px solid gray;
	padding-right: 20px;
	border-right: 1px solid gray;
}

#content #content-main ul { }
#content #content-main li { }


#content-side
{
	width: 154px;
	float: right;
	text-align: left;
	margin-left: -1px;
	padding-left: 23px;
	padding-bottom: 10px;
	border-left: 1px solid gray;
}

#content-side .sideHeader
{

}

#content-side ul
{
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}



/*
 ----------------------------------------------------------------------------
 - FOOTER
 ----------------------------------------------------------------------------
*/
#clearer { }

#footer-graphic
{
	width: 100%;
	height: 32px;
	background: gray;
}


#footer
{
	clear: both;
	text-align: center;
	border-top: 1px solid gray;
}

#footer p { }


#footer-crumbs
{
	margin-bottom: 10px;
}

#footer-crumbs ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer-crumbs li
{
	display: inline;
}

#footer-crumbs a { }

#footer-crumbs a:hover { }



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

.imageStyle { }

.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;
}



/*
 ----------------------------------------------------------------------------
 - BLOG ENTRIES
 ----------------------------------------------------------------------------
*/
.blog-entry
{
	margin-bottom: 30px;
}

.blog-entry-title
{
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px solid #d5d5d5;
}

.blog-entry-summary { margin-bottom: 10px; }

.blog-entry-date
{
	margin-bottom: 10px;
	margin-top: 5px;
	color: #334433;
	text-align: leftt;
}

.blog-entry-category { }
.blog-entry-permalink { }

.blog-entry-body { }

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


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



/*
 ----------------------------------------------------------------------------
 - BLOG SIDEBAR
 ----------------------------------------------------------------------------
*/
#blog-archives
{
	margin-bottom: 10px;
}

.blog-archive-background { }
.blog-archive-headings-wrapper { }
.blog-archive-entries-wrapper { }
.blog-archive-entries-wrapper .blog-entry { }

.blog-archive-month
{
	font-weight: normal;
	font-size: 1.8em;
}

.blog-archive-link
{
	margin-bottom: 20px;
}


.blog-archive-link-enabled { }
.blog-archive-link-disabled { }


#blog-categories
{
	margin-bottom: 10px;
}

.blog-category-link-enabled { }
.blog-category-link-disabled { }


#blog-rss-feeds
{
	margin-bottom: 10px;
}

.blog-rss-link { }
.blog-comments-rss-link { }



/*
 ----------------------------------------------------------------------------
 - CONTACT FORM
 ----------------------------------------------------------------------------
*/
.message-text {  } 
.required-text { } 

.form-input-field
{
	background: #494d65;
	color: #a1a4b2;
} 

.form-input-button { } 



/*
 ----------------------------------------------------------------------------
 - FILE SHARING
 ----------------------------------------------------------------------------
*/
.filesharing-description { margin-bottom: 20px; }
.filesharing-item { }
.filesharing-item-description { margin-bottom: 10px; }



/*
 ----------------------------------------------------------------------------
 - PHOTOS
 ----------------------------------------------------------------------------
*/
.album-wrap
{
	display: block;
	width: 99%;
	position: relative;
}

.album-title
{
	display: none;
	font-size: 1.5em;
	color: black;
	font-weight: bold;
}

.album-description
{
	margin-bottom: 70px;
}


.photo-background { background: white; }

.photo-navigation
{
	height: 48px;
	width: 640px;
	margin: 0px auto 20px;
	text-align: center;
	padding-top: 20px;
}

.photo-links
{
	margin: 0;
	padding-top: 5px;
}

.photo-frame
{ 
	border: 1px solid gray;
	margin-bottom: 32px;
}

.photo-title
{
	font-size: 1.3em;
	color: black;
	font-weight: bold;
	display: none;
}

.photo-caption
{
	font-size: 1.6em;
	font-weight: normal;
	display: inline;
}


.thumbnail-wrap
{
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 13px;
}

.thumbnail-frame
{
	margin: 0px;
	padding: 0px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover { }
.thumbnail-frame a { }
.thumbnail-frame a:hover { }

.thumbnail-frame img
{
	padding: 2px;
	margin: auto;
    border: none;
	background-color: gray;
}

.thumbnail-caption
{
	color: #333333;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	


/*
 ----------------------------------------------------------------------------
 - MOVIES
 ----------------------------------------------------------------------------
*/
.movie-description
{
	text-align: center;
}
	
.movie-page-title
{
	font-size: 1.5em;
	color: black;
	font-weight: bold;
}

.movie-page-description
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.movie-thumbnail-frame
{
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
	width: 132px;
}

.movie-thumbnail-frame:hover { }


.movie-thumbnail-caption
{
	color: #cecdd3;
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
}
	
.movie-background
{
	margin-top: 5px;
}

.movie-title
{
	font-size: 1.5em;
	color: black;
	font-weight: bold;
	text-align: center;
}

.movie-frame
{
	text-align: center;
	margin-bottom: 10px;
}

