html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}
		
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

html, body{
	position: relative;
	padding: 0;
	margin: 0;
}

html{
	background-color: #DDD;
	background-repeat: repeat-y;
}

.ie7,.ie8{
    background-image: url(images/default_trim.jpg) !important;
    background-position:  -250px 0 !important;
}

@font-face {
	font-family: 'ArialBlackRegular';
	src: url('font/arial-black-webfont.eot');
	src: url('font/arial-black-webfont.eot?#iefix') format('embedded-opentype'),
		 url('font/arial-black-webfont.woff') format('woff'),
		 url('font/arial-black-webfont.ttf') format('truetype'),
		 url('font/arial-black-webfont.svg#ArialBlackRegular') format('svg');
	font-weight: normal;
	font-style: normal;		
}

body{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 30px 0;
	overflow-x: hidden;
	min-height: 600px;
	font-size: 13px;
	font-family: Arial;
	line-height: 23px;
	padding: 0 0 0 65px;
}

a{text-decoration: none;}

h1{font-size: 2em;}
h2{font-size: 1.8em;}
h3{font-size: 1.6em;}
h4{font-size: 1.4em;}
h5{font-size: 1.2em;}
h6{font-size: 1em;}

code{
padding: 5px 10px;
}

strong, b{font-weight: bolder;}

em, i{font-style: italic;}

section a:hover,
aside a:hover{text-decoration: underline;}

@font-face {
	font-family: 'SocialIconsMedium';
	src: url('font/socialicons-webfont.eot');
	src: url('font/socialicons-webfont.eot?#iefix') format('eot'),
		 url('font/socialicons-webfont.woff') format('woff'),
		 url('font/socialicons-webfont.ttf') format('truetype'),
		 url('font/socialicons-webfont.svg#webfont2MYwFkjP') format('svg');
	font-weight: normal;
	font-style: normal;
}

span.social{ display: none; }

span.social a{
	padding: 10px 10px 6px;
	-webkit-font-smoothing: antialiased;
	font-family: 'SocialIconsMedium';
	font-weight: normal;
	line-height: 20px;
	font-size: 16px;
	display: inline-block;
	-webkit-transition: all 250ms; 
	-moz-transition: all 250ms; 
	-ms-transition: all 250ms; 
	-o-transition: all 250ms; 
	transition: all 250ms;
}

span.social a:hover{
	text-decoration: none;
	text-shadow: #FFF 0 0 10px, #FFF 0 0 50px;
}

div#sLinks{
	width: 190px;
	padding: 0 5px;
	margin-left: -10px;
	background-color: #292929;
	border-bottom: 1px solid #444;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius:  0 0 3px 3px;
	border-radius:  0 0 3px 3px;
	-webkit-transition: all 250ms; 
	-moz-transition: all 250ms; 
	-ms-transition: all 250ms; 
	-o-transition: all 250ms; 
	transition: all 250ms;
}


div#sLinks:hover{
	width: 190px;
	padding: 20px 5px 0;
}

/* @group Core RW Elements */

.image-left{
	float: left;
	padding: 5px 25px 5px 5px;
}

.image-right{
	float: right;
	padding: 5px 5px 5px 25px;
}

blockquote, code{
	margin: 18px 0;
	padding: 13px 18px;
	display: block;
}

code{font: .85em/1.7em 'Monaco', Courier, monospace;}

.clear{clear: both;}

/* @end */

/* @group List Elements */

ul, ol { margin: 0 0 0 17px; padding: 0;}
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-alpha; }
ol.lower-alpha{ list-style-type: lower-alpha; }
ol.upper-roman{ list-style-type: upper-roman; }
ol.lower-roman{ list-style-type: lower-roman; }

/* @end */

header{
	padding: 70px 0 80px;
	line-height: 24px;
}

header #logo{
	float:left;
}

header #logo img{
	margin-right: 25px;
}

header h1{
	font-size: 30px;
	text-shadow: #FFFFFF 0px 1px 0px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: "ArialBlackRegular";
	font-weight: normal;
	padding: 15px 0;
}

header h2{
	font-size: 21px;
	text-shadow: #fff 0 1px 0;
	margin-top: -2px;
}

aside{
	position: absolute;
	color:#AAA;
	top:0;
	left: 0;
	margin-left: -250px;
	width: 175px;
	padding: 40px 70px 0 35px;
	height: 100%;
	font-size: 12px;
	line-height: 22px;
	z-index: 0;
}

aside a{
	color:#AAA;
}

aside a:hover{
	color:#FFF;
}

span#asideTitle{
	font-family: "Arial";
	font-weight: bolder;
	font-size: 18px;
	padding-bottom: 17px;
	display: block;
}

.navButtonHQ{
	position:absolute;
	top: 70px;
	left:257px;
	z-index: 90;
	cursor: pointer;
}

#fadeButtonHQ{
	z-index: 100;
}

nav > ul > li > a{
	color: #bbb;
	padding: 8px 0 9px;
	display: block;
	font-size: 15px;
	line-height: 23px;
	text-shadow:  #000 0 3px 0;
	-webkit-transition: all 150ms; 
	-moz-transition: all 150ms; 
	-ms-transition: all 150ms; 
	-o-transition: all 150ms; 
	transition: all 150ms;
	text-shadow: #000 0 1px 0;
	background: url(images/nav_arrow.gif) no-repeat -16px 14px;
}

nav > ul > li > a:hover{
	padding-left: 16px;
	color:#fff;
	text-shadow: #fff 0 0 10px;
	text-decoration: none;
	background: url(images/nav_arrow.gif) no-repeat -2px 14px;
}

nav > ul{
	padding: 32px 0 50px;
	list-style: none;
	margin: 0;
}

nav > ul > li{
	border-bottom: 1px dashed #444;
}

nav ul ul {
	display: none;
	padding: 0 0 10px 15px;
	margin: 0;
}

nav ul ul > li{
	padding: 0;
	margin: 0;
}

nav ul ul > li > a{
	color: #bbb;
	padding: 5px 0;
	display: block;
	font-size: 13px;
	text-shadow:  #000 0 3px 0;
	-webkit-transition: all 150ms; 
	-moz-transition: all 150ms; 
	-ms-transition: all 150ms; 
	-o-transition: all 150ms; 
	transition: all 150ms;
	text-shadow: #000 0 1px 0;
}

nav ul ul > li > a:hover{
	padding-left: 5px;
	color:#fff;
	text-shadow: #fff 0 0 10px;
	text-decoration: none;
}

.current,
.currentAncestor{
	color: #FFF;
	text-shadow: #fff 0 0 10px;
}

span#asideTitle{
	color: #DDD;
}

section{
	clear: both;
	margin-left: 20px;
	padding-right: 55px;
}


ul#breadcrumb{
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
	clear: both;
}

ul#breadcrumb li{
	display: inline;
	font-size: 13px;
	color: #aaa;
}

ul#breadcrumb li a{
	color: #777;
}

footer{
	padding: 50px 0 50px 20px;
	font-size: 20px;
	font-family: "ArialBlackRegular";
	letter-spacing: -1px;
	clear: both;
}

html.menu{margin-left: 250px;}
aside.menu{margin-left: 0;}

/* @group Blog */

.blog-entry {
	background-color: #f6f6f6;
	-webkit-border-radius: 4px;
	-moz-broder-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;
	margin: 0 0 50px 0;
	padding: 0px;
	position:relative;
	display: inline-block;
	width: 800px;
}

.ie9 .blog-entry {
	border: 1px solid #bbb;
}

.ie8 .blog-entry {
	border: 1px solid #bbb;
}

.blog-entry > .imgPost{
	overflow: hidden;
	margin-bottom:0px;
}

.blog-entry > .imgPost img{
	width: 100%;
	height: auto;
	border-bottom: 2px solid #fff;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.blog-entry-title{
	padding: 50px 0 20px;
}

.imgPost + h1.blog-entry-title{
	padding-top: 15px;
}

h1.blog-entry-title a {
	font-family: "ArialBlackRegular";
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 23px;
	text-decoration: none;
}

h1.blog-entry-title a:hover {
	text-decoration: underline;
}

.blog-entry-date {
	background: #fff url(images/calender.gif) no-repeat 30px 12px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #d3d3d3;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	padding: 12px 0 12px 65px;
}

.blog-entry-date a{
	font-weight: normal;
}

.blog-entry-body{
	padding: 20px 0;
}


.blog-entry-comments {
	margin-bottom: 30px;
}

a.blog-comment-link{
	font-weight: bolder;
	font-size: 14px;
}

p.blog-entry-tags {
	font-size: 15px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0 40px;
	padding-left: 23px;
	background: url(images/tag.gif) no-repeat 0 2px;
}

p.blog-entry-tags a{
	font-weight: normal;
}

.blog-entry-title,
.blog-entry-body{
	padding-left: 30px;
	padding-right: 30px;
}

#blog-archives, 
#blog-categories, 
#blog-rss-feeds {
padding-bottom: 25px;
}

#blog-categories:before {
	content: "Categories:";
}

#blog-archives:before {
	content: "Archives:";
}

ul.blog-tag-cloud:before {
	content: "Tag cloud:";
}

#blog-rss-feeds:before {
	content: "Feeds:";
}

#blog-archives{
	width: 220px;
}

#blog-rss-feeds:before, 
ul.blog-tag-cloud:before, 
#blog-archives:before, 
#blog-categories:before{
	font: italic 14px Georgia;
	display: block;
	margin: 0 0 15px;
	color: #DDD;
	background-color: #292929;
	padding: 6px 10px;
	margin-left: -10px;
	width: 180px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #444;
	text-shadow: 0 1px 0 #000;
}

#blog-archives a,
#blog-categories a{
	color: #bbb;
	padding: 7px 10px 7px 0;
	display: block;
	font: normal normal 12px "arial";
	letter-spacing: 0px;
	text-transform: capitalize;
	text-shadow:  #000 0 1px 0;
	-webkit-transition: all 150ms; 
	-moz-transition: all 150ms; 
	-ms-transition: all 150ms; 
	-o-transition: all 150ms; 
	transition: all 150ms;
}

#blog-categories a{
	border-bottom: 1px dashed #444;
	padding: 9px 0;
}

#blog-archives a:hover,
#blog-categories a:hover{
	color:#fff;
	text-shadow: #fff 0 0 10px;
	text-decoration: none;
}

#blog-archives a.blog-archive-link-enabled {
	display: inline-block;
	position: relative;
	font-size: 12px;
	margin: 8px 27px 8px -10px;
	text-transform: uppercase;
	padding: 9px 12px;
	text-align: center;
	width: 30px;
	background-color: #292929;
	border-bottom: 1px solid #444;
	text-shadow: 0 1px 0 #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 150ms; 
	-moz-transition: all 150ms; 
	-ms-transition: all 150ms; 
	-o-transition: all 150ms; 
	transition: all 150ms;
}

#blog-archives a.blog-archive-link-enabled:hover {
	background-color: #444;
	border-bottom: 1px solid #777;
	top: -2px;
	text-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 2px 5px #000;
	-moz-box-shadow: 0 2px 5px #000;
	box-shadow: 0 2px 5px #000;
}

#blog-categories br,
#blog-archives br,
.blog-archive-link-disabled {
	display: none;
}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}

ul.blog-tag-cloud {
	display: block;
	margin: 0 0 18px 0;
	padding: 18px 0 0 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

ul.blog-tag-cloud li a:after {
	content: ", ";
}

ul.blog-tag-cloud li a,
#blog-rss-feeds a{
	color: #bbb;
	text-shadow:  #000 0 1px 0;
	-webkit-transition: all 150ms; 
	-moz-transition: all 150ms; 
	-ms-transition: all 150ms; 
	-o-transition: all 150ms; 
	transition: all 150ms;
}

ul.blog-tag-cloud li a:hover,
#blog-rss-feeds a:hover{
color:#fff;
text-shadow: #fff 0 0 10px;
text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/rss_icon.gif);
	background-position: left center;
	padding-left: 19px;
	display: block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/rss_icon.gif);
	background-position: left center;
	padding-left: 19px;
	display: block;
}

.js-kit-comments, .js-CommentsArea {
	width: 98%;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	padding-bottom: 25px;
	border-bottom: 1px dashed #bbb;
}

.filesharing-item-title a {
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
	font-family: Georgia;
	color: #333;
	padding: 13px 10px 14px;
	float: left;
	text-align: center;
	text-shadow: #fff 0 1px 0;
	position: absolute;
	width: 170px;
	display: inline-block;
	margin: 5px 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 250ms; 
	-moz-transition: all 150ms; 
	-ms-transition: all 150ms; 
	-o-transition: all 150ms; 
	transition: all 150ms;
	-webkit-box-shadow: 0 1px 2px #777;
	-moz-box-shadow: 0 1px 2px #777;
	box-shadow: 0 1px 2px #777;
	border-top: 1px solid #FFF;
	background-color: #f6f6f6;;
}

.filesharing-item-title a:hover {
	background-color: #222;
	border-top: 1px solid #222;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}

.filesharing-item-description {
	padding-left: 220px;
}

.filesharing-item {
	padding: 25px 0;
	clear: both;
	min-height: 20px;
	overflow: hidden;
	border-bottom: 1px dashed #bbb;
}

/* @end */


/* @group Movie Album */

.movie-thumbnail-frame {
	display: inline-block;
	position: relative;
	margin: 0 24px 28px 0;
	width: 250px;
	height: 140px;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-ms-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.movie-thumbnail-frame:hover{
	-webkit-transform: scale(1.03);
}

.movie-thumbnail-frame span{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	background: url(images/play.png) no-repeat center center;
	height: 140px;
	width: 250px;
	opacity: .25;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-ms-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.ie8 .movie-thumbnail-frame span{
	display: none;
}

.movie-thumbnail-frame span:hover{
	opacity: .8;
	-moz-box-shadow:0px 4px 5px #999;
	-webkit-box-shadow:0px 4px 5px #999;
	box-shadow:0px 4px 5px #999;
}


.movie-thumbnail-frame img {
	margin: 0;
	-moz-box-shadow:0px 1px 4px #999;
	-webkit-box-shadow:0px 1px 4px #999;
	box-shadow:0px 1px 4px #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	display: inline;
}

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

/* MOVIE POPUP */

.movie-background {
background-image: none;
display: inline;
padding: 0;
}

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

.movie-title {
margin: 0 30px;
padding-top: 20px;
font-size: 14px;
}


/* @end */



/* @group Photo & Movie Album */

.album-title,
.movie-page-title{
	font-size: 22px;
	font-family: "ArialBlackRegular";
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 0 0 15px;
}

.album-description,
.movie-page-description{
	padding: 0 0 40px;
}

.thumbnail-caption,
.movie-thumbnail-caption{
	display: none;
}

.album-wrapper{
}

.thumbnail-wrap{
	float: left;
	position: relative;
	margin: 0 24px 24px 0;
}

.thumbnail-wrap{
	-webkit-transition: all 150ms; 
	-moz-transition: all 150ms; 
	-ms-transition: all 150ms; 
	-o-transition: all 150ms; 
	transition: all 150ms;
	-webkit-box-shadow: 0 1px 2px #777;
	-moz-box-shadow: 0 1px 2px #777;
	box-shadow: 0 1px 2px #777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.thumbnail-wrap img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.thumbnail-wrap:hover {
	top: -5px;
	-webkit-box-shadow: 0 3px 6px #111;
	-moz-box-shadow: 0 3px 6px #111;
	box-shadow: 0 3px 6px #111;
	z-index: 10;
}

/* @end */

/* @group Contact Form */

section form {
	padding-top: 20px;
}

section form label {
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 2px;
}

.message-text {
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	padding-bottom: 10px;
}

.message-text + br {
	display: none;
}

.form-input-field {
	font-size: 15px;
	padding: 12px;
	width: 650px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 150ms; 
	-moz-transition: all 150ms; 
	-ms-transition: all 150ms; 
	-o-transition: all 150ms; 
	transition: all 150ms;
	background-color: rgba(255,255,255,0.75); 
}

.form-input-field:focus {
	-webkit-transform: scale(1.03);
	background-color: #fff;
	outline: none;
}

.form-input-button {
	margin: 8px 8px 0 0;
}

/* @end */

/* Version Checker */

#versionContent{
	position: fixed;
	padding: 50px 0 0;
	z-index: 99;
	height: 100%;
	width: 100%;
}

#versionBox{
	width: 600px;
	min-height: 180px;
	padding: 50px 0 0;
	margin: 0 auto;
	text-align: center;
	background: rgba(0,0,0,.80);
	color: #fff;
	text-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0;
}

#versionBox p{
	font-size: 38px;
	font-weight: bold;
}

#version{visibility: hidden;}

#currentVersion,#available,#unable{
	opacity: 0;
}

#unable{
	visibility: visible;
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: helvetica, arial;
	font-weight: bold;
	text-align: center;
	background: #29561a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #444444));
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 1px 1px 1px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	border: 1px solid #777;
	border-top: 1px solid #888;	
}

#currentVersion{
	visibility: visible;
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-family: helvetica, arial;
	font-weight: bold;
	text-align: center;
	background: #29561a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #73A510), color-stop(1, #345E00));
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 1px 1px 1px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	border: 1px solid #82a422;
	border-top: 1px solid #daff68;
}

@media print {
	    body{
			font: 10pt Arial;
			background: white;
		}
		
		aside, footer{
			display: none;
		}
  	}
