/* @group Bill Dummies */

#leftFloating {
	float: left;
	background-color: #75d5ff;
	padding-right: 30px;
}

#rightFloating {
	float: right;
	background-color: #ff89d8;
}

#invoiceHeader {
	font: 32px Georgia;
	color: #0096ff;
}

#surroundingHeader {
	background-color: #d4fb78;
	width: 512px;
	height: 128px;
	padding: 30px;
}

#leftAlignedWithoutSpace {
	text-align: left;
	font-size: 9px;
	color: #ff2600;
}

#leftAlignedWithSomeSpace {
	text-align: left;
	font-size: 9px;
	color: #ff2600;
	padding-left: 129px;
}

#rightAlignedWithSomeSpace {
	text-align: right;
	font-size: 9px;
	color: #ff2600;
	padding-right: 129px;
}

#companyLogo {
	width: 128px;
	height: 64px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#companyLogo img {
	max-width: 128px;
	max-height: 128px;
}

#companyLogoFloat {
	width: 128px;
	height: 64px;
	padding-right: 30px;
	padding-bottom: 30px;
	float: left;
}

#companyLogoFloat img {
	max-width: 128px;
	max-height: 128px;
}

#companyLogo2 {
	width: 128px;
	height: 128px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#companyLogo2 img {
	width: 64px;
	height: 64px;
}

#companyLogo3 {
	width: 128px;
	height: 64px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#companyLogo3 img {
	max-width: 32px;
	max-height: 32px;
}

#companyLogo4 {
	width: 128px;
	height: 64px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#companyLogo4 img {
	max-width: 512px;
	max-height: 512px;
}

#companyLogo5 {
	width: 512px;
	height: 512px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#companyLogo5 img {
	max-width: 512px;
	max-height: 512px;
}

/* @end */

#videoOverlay {
	background-color: rgba(0,0,0,0.9);
	width: 900px;
	height: 506px;
	position: absolute;
	top: 159px;
	left: 30px;
	z-index: 9;
	-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	padding: 10px;
}


#tenYears {
	font: 15px/19px 'Amethysta', serif;
	top: 0;
	text-align: right;
	right: 0;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);

/* IE 9 */
-webkit-transform: rotate(90deg);
	position: fixed;
	width: 400px;
	z-index: 10;
	left: 789px;
	margin-top: -29px;
	background-color: #e8c7f8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 0px 2px 1px rgba(1, 1, 1, 0.3);
	box-shadow: 1px 0px 2px 1px rgba(1, 1, 1, 0.3);
	padding: 3px 9px 5px;
}

#tenYears a:link, #tenYears a:visited {
	background-color: transparent;
	color: #feffff;
	text-shadow: rgba(0,0,0,0.7) 1px -1px 1px;
}

#tenYears a:hover {
	color: #424242;
	text-shadow: #feffff -1px 2px 2px;
}

/* @group General Styles */

#tips li a:link, #tips li a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #404040;
	background-color: #c8e5f9;
	margin-right: 0;
	margin-left: 0;
	line-height: 19px;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 600ms;
	-o-transition-property: background-color;
	-o-transition-duration: 600ms;
	transition-property: background-color;
	transition-duration: 600ms;
}

#tips li a:hover, #tips li a:active {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #404040;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eaeaea;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 600ms;
	-o-transition-property: background-color;
	-o-transition-duration: 600ms;
	transition-property: background-color;
	transition-duration: 600ms;
}

.app a:link, .app a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #404040;
	background-color: #c8e5f9;
	margin-right: 0;
	margin-left: 0;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 600ms;
	-o-transition-property: background-color;
	-o-transition-duration: 600ms;
	transition-property: background-color;
	transition-duration: 600ms;
	line-height: 33px;
}

.app a:hover, .app a:active {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #404040;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eaeaea;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 600ms;
	-o-transition-property: background-color;
	-o-transition-duration: 600ms;
	transition-property: background-color;
	transition-duration: 600ms;
}

.tab {
	font-smooth: always;
	text-transform: uppercase;
	font-weight: bold;
}

.answers a:link, .answers a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #404040;
	background-color: #dff8c7;
	margin-right: 0;
	margin-left: 0;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 600ms;
	-o-transition-property: background-color;
	-o-transition-duration: 600ms;
	transition-property: background-color;
	transition-duration: 600ms;
	line-height: 33px;
}

.answers a:hover, .answers a:active {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #404040;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eaeaea;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 600ms;
	-o-transition-property: background-color;
	-o-transition-duration: 600ms;
	transition-property: background-color;
	transition-duration: 600ms;
}

.more a:link, .more a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #404040;
	background-color: rgba(251,235,98,0.49);
	margin-right: 0;
	margin-left: 0;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 600ms;
	-o-transition-property: background-color;
	-o-transition-duration: 600ms;
	transition-property: background-color;
	transition-duration: 600ms;
	line-height: 33px;
}

.more a:hover, .more a:active {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #404040;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eaeaea;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 600ms;
	-o-transition-property: background-color;
	-o-transition-duration: 600ms;
	transition-property: background-color;
	transition-duration: 600ms;
}

.purchase a:link, .purchase a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #404040;
	background-color: #e8c7f8;
	margin-right: 0;
	margin-left: 0;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 600ms;
	-o-transition-property: background-color;
	-o-transition-duration: 600ms;
	transition-property: background-color;
	transition-duration: 600ms;
	line-height: 33px;
}

.purchase a:hover, .purchase a:active {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #404040;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eaeaea;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: background-color;
	-moz-transition-duration: 600ms;
	-o-transition-property: background-color;
	-o-transition-duration: 600ms;
	transition-property: background-color;
	transition-duration: 600ms;
}

body {
	margin: 0;
	padding: 0;
	/*

background: #efefef url(images/back.jpg) repeat scroll;*/
	color: #5d5d5d;
	/*

font-smooth: always;*/
	font: 15px/19px 'Amethysta', serif;
	background-color: white;
}

a:link, a:visited {
	color: #404040;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: color;
	-moz-transition-duration: 600ms;
	-o-transition-property: color;
	-o-transition-duration: 600ms;
	transition-property: color;
	transition-duration: 600ms;
	background-color: white;
	background-image: none;
}

a:hover, a:active {
	color: #90b9d9;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: color;
	-moz-transition-duration: 600ms;
	-o-transition-property: color;
	-o-transition-duration: 600ms;
	transition-property: color;
	transition-duration: 600ms;
	background-color: white;
	background-image: none;
}

#pointer {
	cursor: pointer;
}

.column1 {
	cursor: pointer;
}

.column1:hover {
	-webkit-transition-property: color;
	-webkit-transition-duration: 600ms;
	-moz-transition-property: color;
	-moz-transition-duration: 600ms;
	-o-transition-property: color;
	-o-transition-duration: 600ms;
	transition-property: color;
	transition-duration: 600ms;
	color: #86d6fb;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
}

blockqoute, p {
	display: block;
	margin-bottom: 20px;
}

b, strong {
	font-style: normal;
}

small {
	display: block;
	line-height: 1.4em;
	font-size: 0.7em;
}

small a:link, a:hoover, a:active {
	display: block;
	font-size: 0.6em;
	line-height: 1.4em;
}

#dammit_wrap {
	
}

#dammit_wrap img, #dammit_wrap img a:link {
	max-width: 498px;
	width: expression(this.width > 498 ? 498: true);
	height: auto;
	height: expression(this.height > 512 ? 512: true);
	border: 0;
}

​
#ret {
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

#qnd {
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

#normal {
	width: 800px;
	height: auto;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	padding-top: -90px;
}

#qnd img, #qnd img a:link {
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) and (min-device-width:2800px) {

#normal {
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

#ret {
	visibility: visible;
	overflow: visible;
}

#qnd {
	width: 800px;
	text-align: center;
	visibility: visible;
	height: auto;
	margin-top: -9px;
}

#qnd img, #qnd img a:link {
	width: 704px;
	height: 763px;
	visibility: visible;
	padding-top: 40px;
}

}

#onetwoeight_wrap {
	
}

#onetwoeight_wrap img, #onetwoeight_wrap img a:link {
	max-width: 96px;
	width: expression(this.width > 96 ? 96: true);
	height: auto;
	height: expression(this.height > 96 ? 96: true);
	border: 0;
	float: left;
	padding-right: 19px;
}

#flagicon_wrap {
	text-align: center;
	margin-top: -20px;
}

#flagicon_wrap img, #flagicon_wrap img a:link {
	max-width: 72px;
	width: expression(this.width > 72 ? 72: true);
	height: auto;
	height: expression(this.height > 72 ? 72: true);
	border: 0;
}

#appicon_wrap {
	
}

#appicon_wrap img, #appicon_wrap img a:link {
	max-width: 192px;
	width: expression(this.width > 192 ? 192: true);
	height: auto;
	height: expression(this.height > 192 ? 192: true);
	border: 0;
}

#appiconsmall_wrap {
	
}

#appiconsmall_wrap img, #appiconsmall_wrap img a:link {
	max-width: 112px;
	width: expression(this.width > 112 ? 112: true);
	height: auto;
	height: expression(this.height > 112 ? 112: true);
	border: 0;
}

#footericon_wrap {
	
}

#footericon_wrap img, #footericon_wrap img a:link {
	max-width: 48px;
	width: expression(this.width > 48 ? 48: true);
	height: auto;
	height: expression(this.height > 48 ? 48: true);
	border: 0;
}

#umsatzMain_wrap {
	text-align: center;
}

#umsatzMain_wrap img, #umsatzMain_wrap img a:link {
	max-width: 914px;
	width: expression(this.width > 914 ? 914: true);
	height: auto;
	height: expression(this.height > 743 ? 743: true);
	border: 0;
}

#umsatz_wrap {
	
}

#umsatz_wrap img, #umsatz_wrap img a:link {
	max-width: 830px;
	width: expression(this.width > 830 ? 830: true);
	height: auto;
	height: expression(this.height > 732 ? 732: true);
	border: 0;
}

#imgal_wrap {
	text-align: center;
}

#imgal_wrap img, #imgal_wrap img a:link {
	max-width: 250px;
	width: expression(this.width > 250 ? 250: true);
	height: auto;
	height: expression(this.height > 167 ? 167: true);
	border: 0;
}

#sectxt_wrap {
	text-align: center;
}

#sectxt_wrap img, #sectxt_wrap img a:link {
	max-width: 837px;
	width: expression(this.width > 837 ? 837: true);
	height: auto;
	height: expression(this.height > 411 ? 411: true);
	border: 0;
}

#fivetwelve_wrap {
	
}

#fivetwelve_wrap img, #fivetwelve_wrap img a:link {
	max-width: 512px;
	width: expression(this.width > 512 ? 512: true);
	height: auto;
	height: expression(this.height > 512 ? 512: true);
	border: 0;
}

#ipad_wrap {
	text-align: left;
}

#ipad_wrap img, #ipad_wrap img a:link {
	max-width: 700px;
	width: expression(this.width > 700 ? 700: true);
	height: auto;
	height: expression(this.height > 800 ? 800: true);
	border: 0;
}

#ookkee_wrap {
	
}

#ookkee_wrap img, #ookkee_wrap img a:link {
	max-width: 1014px;
	width: expression(this.width > 1014 ? 1014: true);
	height: auto;
	height: expression(this.height > 748 ? 748: true);
	border: 0;
}

#appimage_wrap {
	text-align: left;
}

#appimage_wrap img, #appimage_wrap img a:link {
	max-width: 800px;
	width: expression(this.width > 800 ? 800: true);
	height: auto;
	border: 0;
	text-align: left;
}

#typedrill_wrap {
	
}

#typedrill_wrap img, #typedrill_wrap img a:link {
	max-width: 905px;
	width: expression(this.width > 905 ? 905: true);
	height: auto;
	height: expression(this.height > 625 ? 625: true);
	border: 0;
}

#colors_wrap {
	
}

#colors_wrap img, #colors_wrap img a:link {
	max-width: 905px;
	width: expression(this.width > 905 ? 905: true);
	height: auto;
	height: expression(this.height > 718 ? 718: true);
	border: 0;
}

#palettes_wrap {
	padding: 9px;
}

#palettes_wrap img, #palettes_wrap img a:link {
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
	max-width: 182px;
	width: expression(this.width > 182 ? 182: true);
	height: auto;
	height: expression(this.height > 307 ? 307: true);
	border: 0;
	border-right: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 0 9px 0 9px;
	border-radius: 0 9px 0 9px;
}

#bill_wrap {
	
}

#bill_wrap img, #bill_wrap img a:link {
	max-width: 914px;
	width: expression(this.width > 914 ? 914: true);
	height: auto;
	height: expression(this.height > 773 ? 773: true);
	border: 0;
}

#bill2_wrap {
	
}

#bill2_wrap img, #bill2_wrap img a:link {
	max-width: 1000px;
	width: expression(this.width > 1000 ? 1000: true);
	height: auto;
	height: expression(this.height > 770 ? 770: true);
	border: 0;
}

#billapp_wrap {
	
}

#billapp_wrap img, #billapp_wrap img a:link {
	max-width: 914px;
	width: expression(this.width > 914 ? 914: true);
	height: auto;
	height: expression(this.height > 773 ? 773: true);
	border: 0;
}

#design_wrap {
	
}

#design_wrap img, #design_wrap img a:link {
	max-width: 348px;
	width: expression(this.width > 348 ? 348: true);
	height: auto;
	height: expression(this.height > 381 ? 381: true);
	border: 0;
}

#tutorial_wrap {
	
}

#tutorial_wrap img, #tutorial_wrap img a:link {
	max-width: 621px;
	width: expression(this.width > 621 ? 621: true);
	height: auto;
	height: expression(this.height > 549 ? 549: true);
	border: 0;
}

#manuals_wrap {
	
}

#manuals_wrap img, #manuals_wrap img a:link {
	max-width: 904px;
	width: expression(this.width > 904 ? 904: true);
	height: auto;
	height: expression(this.height > 702 ? 702: true);
	border: 0;
}

#immal_wrap {
	text-align: left;
	margin: 0;
	padding: 0;
}

#immal_wrap img, #immal_wrap img a:link {
	max-width: 500px;
	width: expression(this.width > 500 ? 500: true);
	height: auto;
	height: expression(this.height > 333 ? 333: true);
	border: 0;
}

​#share_wrap {
	
}

#share_wrap img, #share_wrap img a:link {
	max-width: 32px;
	width: expression(this.width > 32 ? 32: true);
	height: auto;
	height: expression(this.height > 32 ? 32: true);
	border: 0;
}

​#secphone_wrap {
	text-align: right;
}

#secphone_wrap img, #secphone_wrap img a:link {
	max-width: 303px;
	width: expression(this.width > 303 ? 303: true);
	height: auto;
	height: expression(this.height > 514 ? 514: true);
	border: 0;
}

​#tt_wrap {
	text-align: left;
}

#tt_wrap img, #tt_wrap img a:link {
	max-width: 982px;
	width: expression(this.width > 982 ? 982: true);
	height: auto;
	height: expression(this.height > 729 ? 729: true);
	border: 0;
}

​#secmac_wrap {
	text-align: left;
}

#secmac_wrap img, #secmac_wrap img a:link {
	max-width: 464px;
	width: expression(this.width > 464 ? 464: true);
	height: auto;
	height: expression(this.height > 395 ? 395: true);
	border: 0;
}

​#secipad4_wrap {
	
}

#secipad4_wrap img, #secipad4_wrap img a:link {
	max-width: 459px;
	width: expression(this.width > 459 ? 459: true);
	height: auto;
	height: expression(this.height > 522 ? 522: true);
	border: 0;
}

​#secipad_wrap {
	text-align: left;
}

#secipad_wrap img, #secipad_wrap img a:link {
	max-width: 607px;
	width: expression(this.width > 607 ? 607: true);
	height: auto;
	height: expression(this.height > 776 ? 776: true);
	border: 0;
}

#badge_big_wrap {
	
}

#badge_big_wrap img, #badge_big_wrap img a:link {
	max-width: 260px;
	width: expression(this.width > 260 ? 260: true);
	height: auto;
	height: expression(this.height > 78 ? 78: true);
	border: 0;
}

#badge_sectxt_wrap {
	
}

#badge_sectxt_wrap img, #badge_sectxt_wrap img a:link {
	max-width: 200px;
	width: expression(this.width > 200 ? 200: true);
	height: auto;
	height: expression(this.height > 60 ? 60: true);
	border: 0;
}

​

#stack_wrap {
	
}

#stack_wrap img, #stack_wrap img a:link {
	max-width: 900px;
	width: expression(this.width > 900 ? 900: true);
	height: auto;
	height: expression(this.height > 600 ? 600: true);
	border: 0;
}

​
#write210_wrap {
	
}

#write210_wrap img, #write210_wrap img a:link {
	max-width: 882px;
	width: expression(this.width > 882 ? 882: true);
	height: auto;
	height: expression(this.height > 771 ? 771: true);
	border: 0;
}


#write_wrap {
	
}

#write_wrap img, #write_wrap img a:link {
	max-width: 884px;
	width: expression(this.width > 884 ? 884: true);
	height: auto;
	height: expression(this.height > 929 ? 929: true);
	border: 0;
}

#pin_wrap {
	
}

#pin_wrap img, #pin_wrap img a:link {
	max-width: 929px;
	width: expression(this.width > 929 ? 929: true);
	height: auto;
	height: expression(this.height > 756 ? 756: true);
	border: 0;
}

#le_wrap {
	
}

#le_wrap img, #le_wrap img a:link {
	max-width: 704px;
	width: expression(this.width > 704 ? 704: true);
	height: auto;
	height: expression(this.height > 792 ? 792: true);
	border: 0;
}

#free_wrap {
	
}

#free_wrap img, #free_wrap img a:link {
	max-width: 899px;
	width: expression(this.width > 899 ? 899: true);
	height: auto;
	height: expression(this.height > 761 ? 761: true);
	border: 0;
}

#cocoabox_wrap {
	
}

#cocoabox_wrap img, #cocoabox_wrap img a:link {
	max-width: 884px;
	width: expression(this.width > 884 ? 884: true);
	height: auto;
	height: expression(this.height > 621 ? 621: true);
	border: 0;
}

#simpleedit_wrap {
	
}

#simpleedit_wrap img, #simpleedit_wrap img a:link {
	max-width: 811px;
	width: expression(this.width > 811 ? 811: true);
	height: auto;
	height: expression(this.height > 749 ? 749: true);
	border: 0;
}

​


#img_wrap {
	
}

#img_wrap img, #img_wrap img a:link {
	max-width: 575px;
	width: expression(this.width > 575 ? 575: true);
	height: auto;
	height: expression(this.height > 309 ? 309: true);
	border: 0;
}

​


#about_wrap {
	
}

#about_wrap img, #about_wrap img a:link {
	max-width: 261px;
	width: expression(this.width > 261 ? 261: true);
	height: auto;
	height: expression(this.height > 261 ? 261: true);
	border: 0;
}

​


#img_wrap {
	
}

#img_wrap img, #img_wrap img a:link {
	max-width: 575px;
	width: expression(this.width > 575 ? 575: true);
	height: auto;
	height: expression(this.height > 309 ? 309: true);
	border: 0;
}

​

#logo_wrap {
	text-align: right;
}

#logo_wrap img, #logo_wrap img a:link {
	max-width: 56px;
	width: expression(this.width > 56 ? 56: true);
	height: auto;
	height: expression(this.height > 43 ? 43: true);
	text-align: right;
	border: 0;
	padding-left: 13px;
}

​#oneforty {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#oneforty img, #oneforty img a:link {
	max-width: 512px;
	width: expression(this.width > 512 ? 512: true);
	height: auto;
	height: expression(this.height > 512 ? 512: true);
	border: 0;
}

.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: 994px;
	position: relative;
	margin: 10px auto auto 30px;
}

/* @end */

/* @group Layout */

#temp_container {
	display: none;
	width: 1px;
	height: 1px;
}

#smallLineTop {
	width: 920px;
	height: 1px;
	background-color: #000;
}

#smallLineBottom {
	width: auto;
	height: 1px;
	background-color: #000;
	text-align: right;
}

#footerText {
	text-align: right;
	margin: 0;
}

#container {
	/*

position: relative;
	display: block;
	padding-left: 0;
	min-height: 300px;
	width: 1020px;
	overflow: hidden;
	margin: auto;*/
	
	display: none;
}

#pageHeader {
	margin: -34px auto auto;
	display: block;
	width: 900px;
	height: 10px;
	padding: 0 20px 0 90px;
}

#logo {
	margin-top: 0px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	cursor: pointer;
}

#logo img {
	float: left;
	z-index: 0;
}

#logo div {
	position: relative;
	float: left;
	padding-top: 50px;
	z-index: 1;
}

#logo h1 {
	color: #999;
	text-shadow: #b9f25b 0 1px 1px;
	font-size: 40px;
	margin: 0;
	padding: 0;
}

#logo h2 {
	color: #f79229;
	margin: 0;
	text-shadow: 0px 1px 1px #000;
	font-size: 20px;
}

#contentContainer {
	display: block;
	float: none;
	color: #404040;
	/*

text-shadow: #1c1c1c 0 1px 2px;*/
	margin-top: 10px;
	font: 15px/19px 'Amethysta', serif;
	/

*opacity: 0.9;
	filter: alpha(opacity=9);
	*/
	/

*-webkit-font-smoothing: antialiased;
	font-smooth: always;
*/
}

#contentContainer #img, #img a, #img a:link, #img a:hover {
	border: none;
	border: 0;
	border-bottom-style: none;
	text-decoration: none;
}

#contentContainer #content {
	padding-right: 30px;
}

#sidebarContainer {
	display: block;
	width: 250px;
	float: left;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333;
	margin-top: 132px;
}

#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;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	font-size: 10px;
	color: #666;
	height: 0;
	visibility: hidden;
}

#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;
	font-size: 14px;
}

#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: none;
	background-repeat: no-repeat;
}

#navcontainer a {
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: #272727 -1px -1px 2px;
	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: #8ec82b 0 0 6px;
}

#navcontainer li#current, 
#navcontainer li.currentAncestor, 
#navcontainer li#current a, 
#navcontainer li.currentAncestor a {
	background-position: left bottom;
	color: #bff665;
	text-shadow: #161717 -1px -1px 2px;
	font-size: 14px;
	font-weight: bold;
}

/*single*/

#navcontainer li.single {
	padding-left: 0;
	margin-left: 0;
	background: none no-repeat;
}

#navcontainer li.single a {
	display: block;
	background-image: none;
	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: none 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: none;
	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: none;
	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: none;
}

#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: none;
	background-position: right top;
	background-repeat: no-repeat;
}

/*first*/

#subnav1 ul li.first {
	float: left;
	background-image: none;
	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: none;
	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: none;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 0px;
}

#subnav1 ul li.single a {
	background-image: none;
	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 {
	display: block;
	margin-bottom: 0;
	margin-top: 24px;
	color: #fff;
	text-shadow: #000 0 1px 4px;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
	font: 42px/36px 'Amethysta', serif;
	opacity: 0.8;
	filter: alpha(opacity=8);
	text-transform: none;
}

h2 {
	display: block;
	color: #d5d5d5;
	line-height: 1em;
	opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	text-align: right;
	margin-top: -19px;
}

h2 sup {
	font-size: 18px;
}

a h2 {
	color: #00A9FF;
}

a:hover h2 {
	color: #1C1C1C;
}

h3 {
	display: block;
	font: 19px/12px 'Amethysta', serif;
	text-transform: none;
	padding-left: 0;
	margin-bottom: 6px;
	padding-top: 10px;
}

h4 {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

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 {
	
}

#tips, #tips li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 17px;
}

#tips {
	
}

#tips img {
	margin-right: 10px;
	float: left;
}

#tips li {
	display: none;
	font-size: 15px;
}

/* @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: none;
	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: #80bd2b;
}

.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;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 25px;
	background: white url(images/info_pop_link_left.png) no-repeat left top;
}

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

::-moz-selection {
	background: #c8e5f9;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #c8e5f9;
	color: #fff;
	text-shadow: none;
}

/* @end */

/* @end */

/* @end */