/* =====================================================
 * RESET
 * =====================================================
 */

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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	background: url(../img/backg.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =====================================================
 * Headers
 */

h1 {
	font-size: 36px;
	font-weight: normal;
	line-height: 46px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
h1 a:link, h1 a:visited {
	color: #111;
	text-decoration: none;
}
h1 a:hover { color: #f94000; }
h1 a:active, h1 a:focus { color: #ff8861; }

/* =====================================================
 * Paragraphs
 */

p {
	line-height: 1.45em;
	margin: 0 0 1.45em;
}


/* =====================================================
 * Links
 */

a:link,
a:visited {
	text-decoration: none;
	color: #f94000;
}
a:hover, a:active {
	text-decoration: underline;
}
a:active, a:focus { color: #ffb49b; }

html .read-on {
	font-weight: bold;
	color: #f94000;
	text-decoration: none;
	padding: 3px 0;
}
	html .read-on:hover { text-decoration: underline; color: #f94000; }
	html .read-on:active, html .read-on:focus { color: #ffb49b; }
	
html body .medium-size {
	font-size: 14px;
	font-weight: bold;
}

/* =====================================================
 * clearfix
 */

.clearfix:after, .clearfix-left:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix-left:after { clear: left !important; }

.clearfix, .clearfix-left { display: inline-block; }

* html .clearfix, * html .clearfix-left { height: 1%; }
.clearfix, .clearfix-left { display: block; }


/* =====================================================
 * LAYOUT
 * =====================================================
 */

#wrapper {
	background: url(../img/backg-top.png) center top repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-top: 5px solid #111;
	box-shadow: 0 0 20px #E6E6E6;
	-moz-box-shadow: 0 0 20px #E6E6E6;
	-webkit-box-shadow: 0 0 20px #E6E6E6;
}

#header {
	background: url(../img/logo.png) center top no-repeat;
	height: 210px;
	margin: 0;
	padding: 0;
}


/* =====================================================
 * LOGO
 * =====================================================
 */

#logo {
	text-indent: -9999px;
	display: block;
	width: 460px;
	height: 81px;
	overflow: hidden;
	margin: 0 30px;
}


/* =====================================================
 * MAIN NAVIGATION
 * =====================================================
 */

#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0 18px;
	clear: left;
	font: bold 18px/30px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #bbb;
}

#navigation li {
	float: left;
	margin-right: 5px;
}
#navigation li.current {
}

#navigation li a:link,
#navigation li a:visited {
	color: #f94000;
	text-decoration: none;
	display: block;
	padding: 7px 12px;
}
	#navigation li a:hover,
	#navigation li:hover a {
		text-decoration: none;
		color: #222;
		border-top: 3px solid #000;
		padding-top: 4px;
	}
	
	#navigation li a:active,
	#navigation li a:focus {
		text-decoration: none;
		color: #888;
	}

#navigation li.current a:link,
#navigation li.current a:visited {
	color: #222;
	background-color: #f6f6f6;
	padding: 4px 12px 7px;
	margin: 0;
	border-top: 3px solid #000;
}

/* =====================================================
 * Dropdown
 */

#navigation li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../img/black-trans.png) repeat;
}

#navigation li ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

#navigation li ul li a:link,
#navigation li ul li a:visited {
	background-color: transparent;
	font-size: 13px;
	display: block;
	color: #fff;
	margin: 0;
	padding: 2px 25px 2px 10px;
	min-width: 120px;
	border-top: none;
}

#navigation li ul li a:hover { background-color: #f94000; }
#navigation li ul li a:active,
#navigation li ul li a:focus { background-color: #ff632d; }


/* =====================================================
 * INTRO
 * =====================================================
 */

#intro {
	background: url(../img/intro.png) center bottom no-repeat #fef6f3;
	border-top: 5px solid #f94000;
	margin: 0 0 30px;
	padding: 0;
}

#intro .offset, #intro2 .offset {
	padding: 30px;
	position: relative;
}

.desc {
	font: normal 24px/32px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 450px 10px 0;
	color: #444;
}
	#intro2 .desc span { background-color: #fff; }

.logo-small {
	float: right;
	margin-right: 100px;
}

#intro2 .logo-small { display: none; }

#intro .author { display: none; }
#intro2 .author {
	position: absolute;
	bottom: 20px;
	right: 20px;
	
	font-size: 14px;
	font-style: italic;
	background-color: #f94000;
	color: #ffaf93;
	padding: 3px;
}
	.author em { font-style: normal; color: #fff; }

/* =====================================================
 * CONTENT
 * =====================================================
 */

.heading {
	color: #f94000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 30px;
	text-transform: uppercase;
}

#content .inner {
	padding: 0 30px 30px;
}


/* =====================================================
 * Sidebar
 */

#sidebar-right {
	width: 200px;
	float: right;
}

#sidebar {
	width: 200px;
	float: left;
}

.module {
	margin: 0 0 30px;
}

.module h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	letter-spacing: 1px;
	margin: 0 0 5px;
	line-height: 32px;
}

.module p {
	font-size: 12px;
	color: #555;
	margin: 0 0 1em;
}

.list {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
}
.list li {
	margin-bottom: 5px;
}
	.list li a:link, .list li a:visited {
		padding-left: 10px;
		display: block;
		line-height: 18px;
		text-decoration: none;
	}
	.list li a:hover,
	.list li a:active,
	.list li a:focus {
		text-decoration: underline;
	}

.follow li a:link, .follow li a:visited {
	padding-left: 23px;
}

.facebook {
	background: url(../img/facebook.png) left center no-repeat;
	color: #3b5998 !important;
}
.twitter {
	background: url(../img/twitter.png) left center no-repeat;
	color: #00b2f1 !important;
}
.rss-feed {
	background: url(../img/rss-feed.png) left center no-repeat;
	color: #ff7400 !important;
}
.ping-mk {
	background: url(../img/ping-mk.png) left center no-repeat;
	color: #9bc200 !important;
}

.news-item .share {
	color: #888;
	font-style: italic;
	margin: 2em 0 2.5em;
	padding: 0 1.5em;
}

.link-icon {
	font-style: normal;
	padding-left: 20px;
	margin: 0 5px;
}


/* =====================================================
 * Menu in sidebar
 */

.menu {
	margin: 0 0 30px;
	list-style-type: none;
	border-top: 5px solid #111;
	border-bottom: 3px solid #f94000;
}

.menu li {
	display: block;
}

.menu a:link,
.menu a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #888;
	padding: 10px 15px;
	display: block;
	border-bottom: 1px solid #ddd;
	line-height: 18px;
}
	.menu a:hover,
	.menu a:active {
		text-decoration: underline;
		background-color: #f3f3f3;
		color: #222;
	}
	.menu a:focus { background-color: #eaeaea; }

.menu li.current a:link,
.menu li.current a:visited {
	background: url(../img/current.png) right center no-repeat #f94000;
	color: #fff;
	border: none;
	margin: 0 -12px 0 0;
	text-decoration: none;
}


/* =====================================================
 * Sub menu
 */

.submenu {
	background: url(../img/submenu.png) center bottom no-repeat;
	height: 24px;
	padding: 7px 0 0;
	margin: 0 0 30px;
	text-align: center;
}

.submenu li {
	display: inline;
}

.submenu li a:link,
.submenu li a:visited {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 12px;
	line-height: 16px;
}

.submenu li.current a:link,
.submenu li.current a:visited {
	background: url(../img/sub-current.png) center bottom no-repeat #f94000;
	color: #fff;
	text-decoration: none;
	padding-bottom: 15px;
}


/* =====================================================
 * Page
 */

#page {
	width: 660px;
	float: right;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin: .9em 0 .45em;
}

h4 {
	font-size: 16px;
	line-height: 1.45em;
	color: #333;
}

p {
	color: #666;
	font-size: 13px;
}

.introduction {
	font-size: 18px;
	color: #777;
	margin-bottom: 1.05em;
}

blockquote {
	width: 200px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #f94000;
	line-height: 1.34em;
	margin: 0 0 20px 30px;
}


/* =====================================================
 * News
 */

#news {
	width: 645px;
}

.news-item {
	padding: 0 0 30px;
	clear: left;
}

.news-item h3 {
	padding-bottom: 2px;
	margin: 0;
}
	.news-item h3 a:link, .news-item h3 a:visited {
		color: #111;
		text-decoration: none;
	}
	.news-item h3 a:hover {
		background-color: transparent;
		color: #f94000;
	}
	.news-item h3 a:active,
	.news-item h3 a:focus {
		color: #FF8861;
	}

.news-item p {
	color: #666;
	margin: 1.2em 0 0;
	font-size: 13px;
}

.news-item .information {
	color: #bbb;
	font-size: 12px;
	margin: 0;
}
.news-item .information span {
	color: #555;
}
	.information a:link,
	.information a:visited {
		color: #f94000;
	}
	.information a:active,
	.information a:focus { color: #ffb49b; }

.news-item img {
	float: left;
	margin: 1.375em 30px 15px 0;
}

html .show-all {
	display: block;
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #f94000;
	
	text-decoration: none;
	border-top: 1px solid #eee;
	margin-top: 10px;
}
	html .show-all:hover,
	html .show-all:active { text-decoration: underline; }
	html .show-all:active,
	html .show-all:focus { color: #FFB49B; }

.align-right { text-align: right; }
.align-center { text-align: center; }

/* =====================================================
 * Members
 */

.member {
	padding-top: 20px;
	clear: left;
}

.member img {
	float: left;
	margin: 0 30px 0 0;
}

.duty {
	font-size: 13px;
	font-style: italic;
	margin-top: 3px;
	color: #777;
	display: block;
}

#content .klas {
	margin: 8px 0 0;
}


/* =====================================================
 * GALLERY
 * =====================================================
 */

html .gallery {
	padding-left: 0 !important;
	padding-bottom: 0 !important;
}

.view {
	width: 280px;
	float: left;
	margin: 0 0 40px 30px;
	position: relative;
	text-align: center;
}

.view a { display: block; }

.more {
	background: url(../img/black-trans.png) repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
	text-align: left;
}

.more h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

a:hover .more,
a:active .more,
a:focus .more { background-color: #f94000; background-image: none; text-decoration: none; }

a:hover .more small,
a:active .more small,
a:focus .more small { color: #FFB49B; }

.view a:active img,
.view a:focus img { outline: 10px solid #e6e6e6; }

.more small {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #ddd;
	display: block;
	float: right;
	line-height: 20px;
}


/* =====================================================
 * Sub gallery
 */

#container .subgallery {
	padding: 0 30px 30px;
}

.about-gallery {
	width: 280px;
	float: left;
	padding-right: 30px;
	background: url(../img/column.png) right center no-repeat;
	min-height: 500px;
}

.about-gallery h2 {
	font-size: 24px;
	font-weight: bold;
	color: #f94000;
	margin: 0 0 10px;
	padding: 0;
	line-height: 28px;
}

.about-gallery .date {
	font-size: 24px;
	font-weight: bold;
	color: #ddd;
	line-height: 26px;
	margin: 0 0 30px;
}

.about-gallery .date small {
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

.about-gallery .madeby {
	font-weight: bold;
	color: #ccc;
}
	.about-gallery .madeby a,
	.about-gallery .madeby span { font-size: 14px; }
	.about-gallery .madeby span { color: #666; }

.about-gallery .other {
	font-size: 24px;
	font-weight: bold;
	color: #ddd;
	margin: 70px 0 30px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
}

.about-gallery .other small {
	font-size: 14px;
	font-weight: bold;
	color: #888;
	line-height: 24px;
	display: inline;
	text-transform: uppercase;
}
.gallery-list { margin-bottom: 30px; }
.gallery-list li { border-bottom: 1px solid #eee; }

.gallery-list a:link,
.gallery-list a:visited {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px;
	display: block;
	line-height: 18px;
}

.gallery-list a:hover {
	text-decoration: underline;
	background-color: #f6f6f6;
}

.gallery-list a:active,
.gallery-list a:focus {
	background-color: #f1f1f1;
	color: #f94000;
}

.note {
	font-size: 14px;
	background-color: #f8f8f8;
	color: #999;
	text-align: center;
	margin: 0 0 30px;
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}



.photos {
	margin-left: 335px;
}

.photo {
	margin: 0 0 30px 15px;
	display: -moz-inline-stack; /* FF2 Fix */
	display: inline-block;
	width: 170px;
	text-align: center;
	vertical-align: middle;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.subgallery a:link img,
.subgallery a:visited img {
	border: 5px solid #fff;
	-moz-box-shadow: 0 3px 10px #e3e3e3;
	-webkit-box-shadow: 0 3px 10px #e3e3e3;
	box-shadow: 0 3px 10px #e3e3e3;
}

.subgallery a:hover img { border-color: #f94000; }

.subgallery a:active img,
.subgallery a:focus img { border-color: #111; }


/* =====================================================
 * FOOTER
 * =====================================================
 */

#footer {
	background-color: #111;
	clear: both;
}
#footer .inner {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}

.footer-list {
	float: left;
	width: 180px;
	padding: 0 30px 30px;
}

.footer-list h3 {
	font-size: 18px;
	font-weight: bold;
	color: #888;
	margin: 0 0 20px;
}

.footer-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-list li {
	display: block;
	margin: 0 0 7px;
}

.footer-list li a:link, .footer-list li a:visited {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 3px 0;
}
	
	.footer-list li a:hover,
	.about-site a:link { color: #ff4f12; }
	
	.footer-list li a:active,
	.footer-list li a:focus { color: #cb4212; }

.about-site {
	padding: 20px 30px 0;
	border-top: 1px solid #222;
	clear: both;
}

.about-site p { margin: 0; }

.copy {
	font-size: 13px;
	color: #777;
}

.creators {
	font-size: 13px;
	color: #fff;
	float: right;
}

/* =====================================================
 * PAGINATION
 * =====================================================
 */

.pagination {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #d1d1d1;
	margin: 0; padding: 20px 0 5px;
}

.pagination a:link,
.pagination a:visited,
.pagination .current-page,
.pagination .page,
.pagination .disabled { padding: 5px 10px; }

.pagination .current-page {
	color: #333;
	background-color: #f0f0f0;
}

.page { 
	margin: 0 10px;
}

html .disabled {
	color: #bbb !important;
	background: none;
	
	display: none; /* hide disabled button */
}