/* @group General Styles */
body {
	background-color:#f4f4f6;
	background-image: url(images/body.jpg);
             background-repeat: repeat-x;
	margin: 0;
	padding: 0; 
	font-family: "Lucida Grande","Lucida Sans Unicode","Tahoma",sans-serif;
	font-size: 1em;
	}
blockqoute, p {
	display: block;
	margin-bottom: 20px;
	}
b, strong {
	text-shadow: 0px 1px 1px #fff;
	font-weight: bold;
	}
a:link, a:visited {
	color: #3ac75f;
	font-weight: bold;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	outline: none;
	}
small {
	display: block;
	line-height: 1.4em;
	}	
a:hover, a:active {
	color: #1C1C1C;
	}
img {
	border: none;
	}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
.image-right {
	float: right;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;	
	}
/* @end */
/* @group CSS Helper */
.clear {
	clear: both;
	display: block;
	line-height: 0em;
	height: 0;
	}	
.clearer {
	clear: both;
	}
.grid {
	display: block;
	width: 900px;
	margin: auto;	
	position: relative;
	margin-top: 30px;
	}
/* @end */
/* @group Layout */
#temp_container {
	display: none;
	width: 1px;
	height: 1px;
	}
#container {
	position: relative;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 80px;
	min-height: 300px;
	width: 900px;
	overflow: hidden;
	margin: auto;
	}
#pageHeader {
	margin: 0;
	padding: 0;
	display: block;
	width: 900px;
	height: 230px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
	}
#logo {
	margin-top: 0px;
	position: absolute;
	left: 60;
	top: 30;
	z-index: 0;
	}
#logo img {
	float: left;
	z-index: 0;
	}
#logo div {
	position: relative;
	float: left;
	padding-top: 10px;
	z-index: 1;
	}
#logo h1 {
	color: #ffffff;
	text-shadow: 0px 1px 1px #000;
	font-size: 40px;
	margin: 0;
	padding: 0;
	}	
#logo h2 {
	color: #ffffff;
	margin: 0;
	text-shadow: 0px 1px 1px #000;
	font-size: 20px;
	}
#contentContainer {
	display: block;
	float: left;
	width: 650px;
	font-size: 0.80em;
	line-height: 1.5em;
	color: #222;
	text-shadow: 0 1px 1px #fff;
	}
#contentContainer #content {
	padding-right: 30px;
	}
#sidebarContainer {
	display: block;
	width: 250px;
	float: left;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333;
	}
#sidebarContainer #sidebar {
	padding-left: 20px;
	text-shadow: 0px 1px 1px #fff;
	background-image: url(images/sidebar_divider.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding-top: 10px;
	padding-bottom: 10px;	
	}
#sidebarContainer .sideHeader {
	font-size: 20px;
	padding-left: 20px;
	display: block;
	padding-bottom: 15px;
	text-shadow: 0px 1px 1px #fff;
	background-image: url(images/sidebar_divider.png);
	background-repeat: repeat-y;
	background-position: top left;
	}
#footer { 
	display: block;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	font-size: 10px;
	color: #666;
	}
#footer p {	}
#footer a:link, #footer a:visited {}
#footer a:hover, #footer a:active {}
/* @end */
/* @group Bread-crumb */
#breadcrumbcontainer {
	display: block;
	width: 960px;
	height: 28px;
	margin-top: -1px;
	}
#breadcrumbcontainer a {
	font-size: 11px;
	font-weight: bold;
	float: left;
	color:#3D3F41;
	text-decoration: none;
	text-shadow: 0px 1px 1px #f4f4f4;
	}
#breadcrumbcontainer a span {
	display: block;
	margin-left: 10px;
	padding-top: 7px;
	padding-bottom: 3px;
	}
#breadcrumbcontainer .blind_x {
	display: block;
	height: 28px;
	width: 10px;
	background-image: url(images/breadcrumb_x.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
	}
#breadcrumbcontainer a.next {
	margin-left: 5px;
	padding-left: 12px;
	background-image: url(images/breadcrumb_next.png);
	background-repeat: no-repeat;
	}
#breadcrumbcontainer a.active {
	background-image: url(images/breadcrumb_activeL.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	}	
#breadcrumbcontainer a.active span {
	background-image: url(images/breadcrumb_activeR.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 10px;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	color:#f4f4f4;
	text-shadow: 0px 1px 1px #3D3F41;
	}	
/* @end */
/* @group Toolbar */
/* Toolbar Styles */
#navcontainer {
	position: absolute;
	right: 0px;
	top: 150px;
	}
#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#navcontainer ul ul{
	display: none;
	}
	#navcontainer ul ul li{
	display: none;
	}
#navcontainer li {
	float: left;
	display: block;
	background-image: url(images/gN_btn_middle.png);
	background-repeat: no-repeat;
	}
#navcontainer a {
	text-decoration: none;
	background-image: url(images/gN_btn_divider.png);
	background-repeat: no-repeat;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #fff;
	display: block ;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	height:32px;
	float: left;
	}
#navcontainer a:active {
	background-position: bottom left;
	}

/*normal hover*/
#navcontainer li:hover a,			
#navcontainer li:hover {
	background-position:left -50px ;
	color: #fff;
	text-shadow: 0px -1px 1px #333;	
	}
#navcontainer li#current, 
#navcontainer li.currentAncestor, 
#navcontainer li#current a, 
#navcontainer li.currentAncestor a {
	background-position:left bottom;
	color: #fff;
	text-shadow: 0px -1px 1px #333;	
	}	
	
/*single*/
#navcontainer li.single {
	padding-left: 0;
	margin-left: 0;
	background: url(images/gN_btn_left_single.png) no-repeat;
	}
#navcontainer li.single a {
	display: block;
	background-image: url(images/gN_btn_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-right: 15px;
	margin-left: 15px;
	margin-right: 0px;
	}
#navcontainer li.single:hover a {
	background-position:right -50px;
	}			
#navcontainer li.single:hover {
	background-position:left -50px;
	}	
#navcontainer li.single#current a, 
#navcontainer li.single.currentAncestor a {
	background-position:right bottom;
	}	
#navcontainer li.single#current, 
#navcontainer li.single.currentAncestor {
	background-position:left bottom;
	}	
/*first*/
#navcontainer li.first {
	background-image: url(images/gN_btn_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:0;
	}
#navcontainer li.first a {
	padding-left: 15px;
	background-image: none;
	}
#navcontainer li.first:hover a,			
#navcontainer li.first:hover {
	background-position:left -50px ;
	}
#navcontainer li.first#current, 
#navcontainer li.first.currentAncestor, 
#navcontainer li.first#current a, 
#navcontainer li.first.currentAncestor a {
	background-position:left bottom;
	}		
/*last*/	
#navcontainer li.last {
	background-image: url(images/gN_btn_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
#navcontainer li.last a {
	padding-right: 15px;
	}
#navcontainer li.last:hover a {
	background-position:left -50px ;
	}			
#navcontainer li.last:hover {
	background-position:right -50px;
	}	
#navcontainer li.last#current a, 
#navcontainer li.last.currentAncestor a {
	background-position:left bottom;
	}	
#navcontainer li.last#current, 
#navcontainer li.last.currentAncestor {
	background-position:right bottom;
	}	
/*SUBNAV1.....
THIS IS THE FIRST LEVEL OF THE NAVIGATION*/	
#subnav1 {
	position: absolute;
	right: 0px;
	top: 270px;
	margin: 0;
	padding: 0;
	z-index: 10;
	}
#subnav1 ul {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	}
#subnav1 ul li {
	float: left;
	background-image: url(images/gS1_middle.png);
	}
#subnav1 li#current, 
#subnav1 li.currentAncestor {
	background-position:left -30px;
	}
#subnav1 li:hover {
	background-position:left bottom;
	}
#subnav1 li a{
	float: left;
	display: block;
	height: 23px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
	font-weight: bold;
	background-image: url(images/gS1_divider.png);
	background-position:right top;
	background-repeat: no-repeat;
	}
/*first*/	
#subnav1 ul li.first {
	float: left;
	background-image: url(images/gS1_left.png);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 15px;
	}
#subnav1 ul li.first a {
	padding-left: 0px;
	}
#subnav1 li#current.first, 
#subnav1 li.currentAncestor.first {
	background-position:left -30px ;
	}	
#subnav1 ul li.first:hover {
	background-position:left bottom;
	}
/*last*/
#subnav1 ul li.last {
	float: left;
	background-image: url(images/gS1_right.png);
	background-repeat: no-repeat;
	background-position:top right;
	padding-right: 15px;
	}
#subnav1 li#current.last, 
#subnav1 li.currentAncestor.last {
	background-position:right -30px;
	}
#subnav1 ul li.last a {
	padding-left: 10px;
	background-image: none;
	}
#subnav1 ul li.last:hover {
	background-position:right bottom;
	}
#subnav1 ul li.last a{
	padding-right: 0px;
	}
/*single*/
#subnav1 ul li.single {
	background-image: url(images/gS1_single.png);
	background-repeat: no-repeat;
	background-position:top left;
	padding-left: 0px;
	}
#subnav1 ul li.single a {
	background-image: url(images/gS1_right.png);
	background-repeat: no-repeat;
	background-position:top right;
	padding-left: 0;
	margin-left: 15px;
	padding-right: 15px;
	}
#subnav1 li#current.single, 
#subnav1 li.currentAncestor.single {
	background-position:left -30px;
	}
#subnav1 li#current.single a, 
#subnav1 li.currentAncestor.single a {
	background-position:right -30px;
	}

/*SIDEBAR SUBNAV2*/
#side_sublevel2 {
	display: none;
	}
#side_sublevel2 {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 20px;
	}
#side_sublevel2 li {
	display: block;
	margin-bottom: 5px;
	}	
#side_sublevel2 li a {
	display: block;
	background-image: url(images/sidebar_folder.png);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 30px;
	height: 16px;
	color: #0D3D54;
	}	
#side_sublevel2 li a:hover {
	background-position:left -16px;
	color: #00A9FF;
	}
/*SIDEBAR SUBNAV3*/
#side_sublevel3 {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	}
#side_sublevel3 li {
	display: block;
	margin-bottom: 5px;
	}	
#side_sublevel3 li a {
	display: block;
	background-image: url(images/sidebar_folder.png);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 30px;
	height: 16px;
	color: #0D3D54;
	}	
#side_sublevel3 li a:hover {
	background-position:left -16px;
	color: #00A9FF;
	}		
/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: #5F676E;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.3em;
	}
h1 {
	font-size: 30px;
	display: auto;
	margin-bottom: 25px;
	margin-top: 10px;
	color: #fffffff;
	}
h2 {
	font-size: 25px;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #5F676E;
	line-height: 1.2em;
	}
h2 sup {
	font-size: 18px;
	}
a h2 {
	color:#00A9FF;
	}	
a:hover h2 {
	color:#1C1C1C;
	}		
h3 {
	font-size: 19px;
	margin-top: 3px;
	margin-bottom: 10px;
	display: block;
	color: #3D3F41;
	font-weight: normal;
	}
h4 {
	font-size: 1.1em;
	display: block ;
	line-height: 1.1em;
	margin: 0;
	margin-bottom: 3px;
	}

h2.title {
	font-size: 35px;
	color: #222;
	text-shadow: 0px 1px 1px #fff;
	
}	

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

#contentContainer #content li {
}
#content li {
	margin-bottom: 5px;
}
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-latin;
}

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

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 {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
	color: #999;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	display: block;
	font-size: 0.9em;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.blog-archive-link {
	display: block;
	margin-bottom: 30px;
	font-size: 0.9em;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 40px;
	min-width: 500px;
	margin-left: -40px;
	padding-left: 40px;
	background-image: url(images/blog_border.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	}
h1.blog-entry-title {
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 25px;
	}
h1.blog-entry-title a {
	color: #00A9FF;
	}
.blog-entry-date {
	display: block;
	margin-bottom: 15px;
	font-size: 0.85em;
	color: #666;
	}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #333;
}
.blog-entry-category a:hover {
	color: #87B730;
}
.blog-read-more {
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
	display: block;
	font-size: 0.8em;
	background-color: #e0e0e0;
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
	padding-left: 30px;
	background-image: url(images/blog_archiv.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 3px;
	line-height: 20px;
}

.blog-archive-link-disabled {
	padding-left: 30px;
	background-image: url(images/blog_archiv.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 3px;
	line-height: 20px;
	color: #999;	
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-category-link-enabled {
	padding-left: 30px;
	background-image: url(images/blog_cat.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 3px;
}

.blog-category-link-disabled {
	padding-left: 30px;
	background-image: url(images/blog_cat.png);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 3px;
	color: #999;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 100px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	display: block ;
	margin-bottom: 20px;
	}

.filesharing-item {
	display: block ;
	margin-bottom: 30px ;
	padding-left: 80px;
	min-height: 70px;
	background-image: url(images/btn_download.png);
	background-repeat: no-repeat;
	background-position: 10px 0px ;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	}

.filesharing-item-title a:link {
	font-size: 20px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 3em;
	margin-bottom: 20px;
}

.movie-page-description {
	display: block;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	margin: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	font-size: 0.9em;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
	font-size: 3em;
}

.movie-frame {
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* @group Extra Buttons */
#sidebar .btn_dl_extras,
#sidebar .btn_dl_rwTheme {
	background-image: url(images/btn_sb_dl_rwTheme.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 20px;
	font-size: 15px;
	height: 60px;
	width: 160px;
	overflow: hidden;
	display: block;
	color: #333;
	margin-left: -5px;
	}
#sidebar .btn_dl_extras:hover,
#sidebar .btn_dl_rwTheme:hover {
	background-position: bottom left;
	}	
#sidebar .btn_dl_extras span,	
#sidebar .btn_dl_rwTheme span {
	font-size: 10px;
	line-height: 1.3em;
	display: block ;
	margin-top: 3px;
	font-weight: normal;
	}	
	
/* @end */
/* @group Extra Images */
/*STACKS FRESHME PLUGINS*/
.img-border_fm {
	position: relative ;
	float: left;
	min-width: 200px;
	min-height: 200px;
	display: block;
	background-image: url(images/img_border_LT.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 11px;
	padding-left: 11px;
	}	
.img-border_fm img {
	float: left;
	background-image: url(images/img_border_RB.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 11px;
	padding-right: 11px;
	}	
.img-border_fm.link {
	color: #333;
} 	
.img-border_fm.link .hover_pad {
	display: none;
	position: absolute;
	left: 100px;
	top: 20px;
	z-index: 999;
	height: 100px;
	background-image: url(images/info_pop_link_right.png);
	background-position: top right;
	}
.img-border_fm.link .hover_pad span {
	display: block;
	height: 100px;
	min-width: 19px;
	margin-left: -79px;
	background-position: top left;
	background-image: url(images/info_pop_link_left.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 25px;
	}			
/* @end */

/* @group Extra List Types */
#pageTypeList {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	font-size: 0.8em;
	line-height: 1.4em;
	}
#pageTypeList a {
	color: #5F676E;
	}	
#pageTypeList a:hover {
	color: #00A9FF;
	}	
#pageTypeList li{
	display: block;
	clear: both;
	margin-bottom: 10px;
	}
#pageTypeList li h3{
	display: block;
	font-size: 1.2em;
	margin-bottom: 3px;
	font-weight: bold;
	}
#pageTypeList li p{
	margin-top: 0;
	margin-bottom: 3px;
	}			
#pageTypeList li .text{
	float: left;
	display: block ;
	width: 80%;
	}	
#pageTypeList li .icn{
	float: left;
	display: block ;
	width: 20%;
	padding-top: 3px;
	clear: both;
	}	
	
/*STACKS FRESHME PLUGINS*/	
.fm_list_box_top {
}	
.fm_list_box_spacer {
	clear:both;
	display:block; 
	height:30px
}
.fm_list_box_bottom {
	padding:10px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 5px dashed #fff;
	background-color:#F2F2F2;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #444;
}	
/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 3em;
	margin-bottom: 20px;
}

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

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 90px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f4f4f4;
	-webkit-box-shadow:0px 0px 10px #111;
	-webkit-border-radius: 10px;
}

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

.thumbnail-wrap:hover {
	background-color: #999;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	margin: 0 -5px;
	padding: 0 0 20px 0;
	font-size: 0.9em;
	background:  repeat-x left bottom url(images/photo_bottom_grad.png);
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	text-align: left;
}

.photo-navigation {
	background: repeat-x url(images/top_grad.png);
	width: 100%;
	height: 182px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.photo-links {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: no-repeat url(images/photo_header_bg.png);
	width: 636px;
	height: 159px;
	margin: 0;
	padding: 72px 80px 0 40px;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
	margin-top: 200px;
	margin-left: 40px;
	background: #fff;
	padding: 8px;
	border: 1px solid #90836d;
}

.photo-title {
	position: absolute;
	left: 40px;
	top: 15px;
	z-index: 20;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.photo-caption {
	position: absolute;
	top: 32px;
	left: 40px;
	z-index: 21;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	color: #fff;
	margin-left: 40px;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

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