/* @group GENERAL ELEMENTS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

html, body {
	height: 100%;
}

body {
	font: 12px/20px Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

#contact a:hover, #content a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	padding-bottom: 10px;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 0.9em;
}

.clear {
	clear: both;
}

.image-left {
	float: left;
	padding: 18px;
}

.image-right {
	float: right;
	padding: 18px;
}

blockquote, code {
	text-shadow: none;
	margin: 8px 0;
	padding: 13px 15px;
	display: block;
}

code {
	font: 12px 'Courier New', Courier, monospace;
}

ul, ol {
	margin-bottom: 18px;
	padding-left: 15px;
}

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

/* BASIC LAYOUT */

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('font/bebasneue-webfont.eot');
	src: local('☺'), url('font/bebasneue-webfont.woff') format('woff'), url('font/bebasneue-webfont.ttf') format('truetype'), url('font/bebasneue-webfont.svg#webfontPxxwr5cF') format('svg');
	font-weight: normal;
	font-style: normal;
}

#wrapperOuter {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.wrapper {
	width: 950px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#container {
	padding-top: 50px;
	clear: both;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

#container {
	padding-top: 15px;
	position: relative;
	top: 0px;
}

}

@media only screen and (max-device-width: 480px) {

#container {
	padding-top: 15px;
	position: relative;
	top: 0px;
}

}

#content, #sidebar {
	position: relative;
	padding-bottom: 50px;
}

span#logo img {
	padding-bottom: 20px;
}

h1#title {
	font: 100 45px/32px 'BebasNeueRegular', Helvetica, Arial, sans-serif;
	padding: 8px 0 0;
	margin: -1px;
}

h2#slogan {
	font: 12px/12px Helvetica, Arial, sans-serif;
	padding: 0 0 5px;
}

/* AUX CONTENT */

h2#aux {
	font: italic bolder 17px georgia;
	padding: 0 0 9px;
}

#sidebar h2#aux {
	font-size: 15px;
}

#auxContent {
	position: relative;
}

#content #auxContent {
	padding: 10px 15px;
	clear: both;
}

#sidebar #auxContent {
	width: 85%;
	float: left;
	clear: both;
}

#auxPos>#auxContent {
	margin: 0 0 30px 0;
}

#auxPos1>#auxContent {
	margin: 0 0 30px;
}

#auxPos2>#auxContent {
	margin: 20px 0;
}

#auxPos3>#auxContent {
	margin: 35px 0 0;
}

/* NAVIGATION */

#nav {
	float: left;
	clear: both;
	padding: 35px 0 30px;
}

#nav a {
	-webkit-transition: All 0.15s linear;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	font: normal 28px/28px 'BebasNeueRegular', Helvetica, Arial, sans-serif;
}

#nav li li {
	margin-left: 11px;
	padding: 1px 0 3px;
	font: italic normal 12px/14px Helvetica, Arial, sans-serif;
}

#nav>ul>li>a.current>span {
	display: none;
}

#nav li li a.current span {
	font-size: 8px;
	vertical-align: 2px;
	margin-left: -10px;
}

#nav>ul>li>ul {
	padding: 5px 0 15px;
}

/* CONTACT INFO */

#contact {
	float: left;
	clear: both;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
}

#contact a {
	margin-top: 6px;
}

#rw_email_contact {
	display: block;
	font-weight: bolder;
}

/* BREADCRUMB */

ul#breadcrumb {
	padding: 0 0 25px;
	margin: 0;
	line-height: 14px;
	text-transform: uppercase;
}

ul#breadcrumb li {
	font-size: 11px;
}

ul#breadcrumb li:last-child {
	font-weight: bolder;
}

/* COLOR BAND */

#band {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 330px;
}

#band .detail {
	height: 1px;
	margin: 1px 0;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: .25;
}

#band #fat {
	width: 100%;
	height: 100%;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

/* PHOTO ALBUM */

#slideHeight {
	position: relative;
}

#slideWrapper {
	position: relative;
	display: inline-block;
	line-height: 0;
	margin-bottom: 15px;
	clear: both;
}

#loading {
	background: transparent url('images/loading.gif') no-repeat 55% bottom;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	display: block !important;
	position: absolute;
}

#slideshow span.image-wrapper {
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
	top: 0;
	left: 0;
}

span.previous {
	display: block;
	position: absolute !important;
}

span.previous img {
	position: relative;
}

a.advance-link {
	display: block;
	padding: 10px;
}

.ss-controls a, .nav-controls a, .pagination a, .pagination span {
	display: block;
	float: left;
	padding: 4px 11px;
	margin: 5px 0 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none;
}

#captionWrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	line-height: 18px;
	left: 0;
}

#caption {
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
	position: relative;
	padding: 25px;
	margin: 10px;
	text-shadow: none;
}

.pagination {
	display: inline-block;
	float: right;
}

.pagination a, .pagination span {
	margin-left: 4px;
}

.pagination span {
	font-weight: bolder;
}

#sidebar .ss-controls a {
	margin-right: 4px;
}

#sidebar .pagination {
	margin-left: -4px;
	float: left;
}

/* THUMBNAILS */

#thumbs {
	position: relative;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
}

#thumbs ul {
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 0;
}

ul.thumbs li {
	position: relative;
	display: inline-block;
	*display: inline;
	margin: 0 8px 12px 0;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	width: 80px;
	height: 60px;
}

a.thumb:focus, 
.controls a:focus, 
#thumbs a:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

a.thumb {
	margin: 5px;
	width: 70px;
	height: 50px;
	display: block;
	overflow: hidden;
}

#thumbCount, #autoPlay, #slideDelay, #slideSpeed {
	top: 0;
	position: relative;
	display: none;
}

#thumbCount {
	top: 12px;
}

#slideDelay {
	top: 3000px;
}

#slideSpeed {
	top: 1000px;
}

#thumbPos1 #thumbs {
	padding: 0 0 15px 0;
}

#thumbPos2 #thumbs {
	padding: 35px 0 0 0;
}

#thumbPos3 #thumbs {
	padding: 0 0 35px;
}

#thumbPos4 #thumbs {
	padding: 0 0 15px 0;
}

.empty {
	display: none;
}

/* BLOG ELEMENTS */

.blog #auxPos2 {
	margin: 0 0 25px;
}

.blog #auxContent {
	margin: 0;
}

.blog-entry {
	overflow: hidden;
	margin: 0 0 40px;
}

.entry-body-wrap {
	padding: 13px 18px;
}

.blog-entry-body {
	overflow: hidden;
}

.blog-entry-title {
	font: 100 34px/32px 'BebasNeueRegular', Helvetica, Arial, sans-serif;
	padding: 18px 18px 0;
}

.blog-entry-date {
	margin: 2px 18px;
	font-size: 11px;
	background: #333;
	padding: 2px 7px 1px;
	display: inline-block;
	text-shadow: none;
}

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

.blog-read-more {
	display: block;
	font-weight: bolder;
	font-size: 13px;
	padding: 15px 0;
}

#blog-categories a {
	display: block;
}

#blog-archives, 
#blog-categories, 
#blog-rss-feeds,
ul.blog-tag-cloud,
#blog-rss-feeds {
	padding: 5px 0 20px 0;
}

#blog-archives a:hover, 
#blog-categories a:hover, 
#blog-rss-feeds a:hover,
ul.blog-tag-cloud a:hover,
#blog-rss-feeds a:hover {
	text-decoration: underline;
}

#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-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before {
	font: 100 25px 'BebasNeueRegular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
}

ul.blog-tag-cloud {
	margin: 0;
}

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

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

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

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

/* FILE SHARING ELEMENTS */

.filesharing>#auxPos1,
.filesharing>#auxPos2 {
	width: 100%;
}

.filesharing-description {
	margin-bottom: 32px;
}

.filesharing-item-title {
	font-size: 14px;
	padding: 5px 12px;
	margin-bottom: 12px;
	display: inline-block;
}

.filesharing-item {
	margin-bottom: 35px;
	padding: 13px;
}

/* PHOTO ALBUM */

.album-wrapper {
	margin-top: 20px;
}

.thumbnail-frame, #thumbs p.thumbnail-caption {
	visibility: hidden;
}

/* MOVIE ALBUM */

.movies>#auxPos1>#auxContent,
.movies>#auxPos2>#auxContent {
	width: 560px;
}

.movies>#auxPos2>#auxContent {
	margin: 0 0 25px;
}

.movies #auxPos1 {
	margin: 0 0 35px;
}

.movie-page-title {
	font-size: 20px;
	line-height: 18px;
	margin: 0 20px 15px 20px;
}

.movie-page-description {
	margin: 0 20px 15px 20px;
}

.movie-thumbnail-frame {
	float: left;
	margin: 0 40px 40px 0;
	width: 133px;
	height: 125px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	text-shadow: none;
}

.movie-thumbnail-frame img {
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.movie-thumbnail-caption {
	position: relative;
	font: 11px/15px Helvetica, Arial, sans-serif;
	float: left;
	padding-top: 2px;
}

/* MOVIE POPUP */

.movie-background {
	padding: 24px;
	text-align: center;
}

.movie-title {
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0;
}

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

/* CONTACT FORM */

.contact #auxPos1 #auxContent {
	margin: 0 0 10px;
}

.contact #auxPos2 {
	margin: -20px 0 25px;
}

.contact #auxPos1 #auxContent,
.contact #auxPos2 #auxContent {
	display: inline-block;
	padding: 7px 13px;
}

.contact label {
	line-height: 16px;
	font-size: 13px;
	padding: 5px 9px;
	margin-bottom: 6px;
	display: inline-block;
	text-shadow: none;
}

.form-input-field {
	font-size: 13px;
	padding: 8px;
	display: inline-block;
	width: 400px;
}

.form-input-field:focus {
	zoom: 1;
	outline: none;
}

/* HIDE ELEMENTS */

#caption, div.content, div.download, #slideWrapperOuter, ul.thumbs, #controls, #controls a, .pagination, #thumbCount, #autoPlay, #blog-categories br, #blog-archives br, #blog-rss-feeds br, .blog-category-link-disabled, .blog-archive-link-disabled, .album-title, .album-description {
	display: none;
}