/*   
Theme Name: Nils Althaus 2012 Theme
Theme URI: http://marknolan.ch/
Description: Design by Eva Capdevila, Programming by www.marknolan.ch
Author: Mark Nolan
Author URI: http://www.marknolan.ch/
Template: thematic
Version: 1.5
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).


*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
/* @import url('../thematic/library/layouts/3c-fixed.css'); */

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* MOBILE SETTINGS */

/*Fix Supersized on iOS*/

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
#supersized { margin-left:0;}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
#supersized { width:110% !important;}
}


/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
#supersized { margin-left:0; }
}

#supersized {margin-left:0;}


/* END MOBILE */ 


/* MAIN HEADER & STRUCTURE STUFF */
#body {
	font: normal normal 12px "Interstate Light";
	color: #505050;
}

#header {
	position: absolute;
	top: 0;
}

#branding,
#main {
	margin-left: 0;
}

#branding {
	width: 960px;
	height: 147px;
	padding: 0;
	margin: 0;
	top: 0;
}
/* The rest of the header may need margin and padding removed
    for this to work properly--play around with it */
#blog-title a {
display:block;
text-indent:-9000px;
height: 147px; /* height of your header, like 180px */
width: 500px; /* width of your header, like 940px */
background: url(images/branding.png) no-repeat left;
top: 0;
margin: 17px 0 0 80px;
padding: 0;
}

#blog-description {
	display:block;
	text-indent:-9000px;
}

#main {
	padding: 0;
}

#container {
	top: 147px;
	width: 522px;
	position: absolute;
	margin-left: 223px;
}

#content {
	margin-top: 3px;
	padding-left: 42px;
	padding-right: 42px;
	padding-top: 53px;
	background-color: #fff;
	min-height: 500px;
	font: normal normal 12px "Interstate Light";
}

#contentend {
	width: 522px;
	height: 35px;
	margin-top: 0;
	padding-top: 0;
	background: url(images/content-end.png) no-repeat left;
}

/* END MAIN HEADER & STRUCTURE STUFF */

/* FREE FLOATING & SOCIAL STUFF */

#nilsfigur {
	position: fixed;
	bottom: 0;
	left: 750px;
	border: 0px solid #000;
	height: auto;
	width: 25%;
	/* background: url(images/nilsfigur-1.png) no-repeat left; */
}

#nilsfigur img {
	
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */

}

#reinhoeren {
	position: absolute;
	top: 5px;
	left: 765px;
	border: 0px solid #000;
	height: 14px;
	width: 98px;
	z-index: 600;
}

#reinhoeren a {
	display:block;
	height: 14px;
	width: 98px;
	z-index: 600;
	top: 0;
	margin: 0;
	padding: 0;
	color:#002c89;
}

#reinhoeren a:hover {
	color: #FFFFFF;
}


#facebook-like {
	position: absolute;
	top: 580px;
	left: 76px;
}

#newsletter-subscription input {
	float: left;
	margin-right: 3px;
}

#newsletter-subscription {
	position: absolute;
	top: 485px;
	left: 45px;
	color: #a5b5ba;
	font: normal normal 12px "Interstate Light";
}

#newsletter-subscription input.text {
	color: #959696;
	font: normal normal 12px "Interstate Light";
	width: 120px;
	height: 23px;
	margin-top: 2px;
	border: none;
}

#social-icons {
	position: absolute;
	top: 530px;
	left: 55px;
}

#social-icons a.facebook {
	width: 25px;
	height: 36px;
	display: inline-block;
	text-indent:-9000px;
	background: url(images/facebook.png) no-repeat;
}

#social-icons a.facebook:hover { 
	background: url(images/facebook-over.png) no-repeat;
}

#social-icons a.youtube {
	width: 36px;
	height: 36px;
	display: inline-block;
	text-indent:-9000px;
	background: url(images/youtube.png) no-repeat;
}

#social-icons a.youtube:hover {
	background: url(images/youtube-over.png) no-repeat;
}

#social-icons a.twitter {
	width: 32px;
	height: 36px;
	display: inline-block;
	text-indent:-9000px;
	
	content: "\f005";
  font-family: 'FontAwesome';

}

#social-icons a.twitter:hover {
	background: url(images/twitter-over.png) no-repeat;
}

#social-icons a.myspace {
	width: 36px;
	height: 36px;
	display: inline-block;
	text-indent:-9000px;
	background: url(images/myspace.png) no-repeat;
}

#social-icons a.myspace:hover {
	background: url(images/myspace-over.png) no-repeat;
}


/* END FREE FLOATING & SOCIAL STUFF */



/* NAVI STYLING */
#access {
	position: absolute;
	width: 200px;
	top: 147px;
	border: none;
	font: normal normal 18px "Interstate Light";
}

.sf-menu {
	width: 200px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.sf-menu li {
	width: 200px;
	text-align: right;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	margin-bottom: 3px;
}

.sf-menu a {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	text-transform: uppercase;
}

.sf-menu a,
.sf-menu a:active,
.sf-menu a:visited {
	color: #002c89;
}

.sf-menu a:hover {
	color: #FFFFFF;
}

.current-menu-item a{
	color: #cee1af;
}

.entry-content a {
	color: #135f6a;
	text-decoration: none;
}

.entry-content a:hover {
	color: #850303;
}

.sf-menu .current-menu-item a, .sf-menu .current-menu-parent a, .sf-menu .current-menu-ancestor a, .sf-menu .current-post-ancestor a, .sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
    color: #FFFFFF !important;
}

.current-page-ancestor a {
	color: #FFFFFF !important;
}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: none;
}

#submenu {
	position: absolute;
	top: 10px;
	z-index: 300;
   	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-left: 42px;
	width: 438px;
}

#submenu a,
#submenu a:active,
#submenu a:visited {
	text-decoration: none;
	color: #002c89;
	opacity: 0.8;
}

#submenu a:hover {
	opacity:1;
}

#submenu .current_page_item a {
	opacity:1;
}

#submenu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#submenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 6px;
}

#subsubmenu {
	position: absolute;
	top: 53px;
	z-index: 300;
   	font: normal normal 14px "Interstate";
	margin-left: 42px;
	list-style: none;
	width: 438px;
	border-top: 1px dashed #5C5C5C;
}

#subsubmenu ul,
#subsubmenu ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
}

#subsubmenu ul {
	margin-top: 5px;
}

#subsubmenu ul li ul.children {
	margin-top: -2px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #5C5C5C;
}

#subsubmenu a {
	text-decoration: none;
}

#subsubmenu ul li a {
	font-size: 18px;
	color: #002c89;
}

#subsubmenu ul ul li a {
	font-size:12px;
	color: #3356A1;
}

#subsubmenu ul ul li a:hover {
	opacity:1;
}

#subsubmenu ul ul li.current_page_item a {
	opacity:1;
}

#subsubmenu ul ul li {
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid #236d77;
}

ul li:last-child {
	border: none !important;
}

.page-template-template-musik-texte-php .hentry {
	margin-top: 300px;
	border: none;
}

ul.subsubnavi a {
}

ul.subnavi .current_page_ancestor a {
	opacity:1 !important;
}

.subsubnavi li {
	
}

.subsubnavi li li {
	border: none;
}
/* END NAVI */

/* SIDEBAR */
#primary {
	width: 200px;
}

#secondary {
	position: absolute;
	width: 280px;
	margin-left: 745px;
	top: 147px;
	font: normal normal "Interstate Light";
}

.aside h3 {
   	font: normal normal 12px "Interstate Light";
	text-transform: uppercase;
	color: #002c89;	
	padding-bottom: 10px;
}
/* END SIDEBAR */

/* LINK STYLING */
a {
	text-decoration: none;
}

#content a {
	font-size: 12px;
	color: #002c89;
	text-decoration: none;
	opacity: 1;
}

#content a:hover {
	color: #3356A1;
}
	
/* END LINK STYLING */


/* DEFAULT CONTENT STYLING */
#content p {
	font: normal normal 12px "Interstate Light";
	color: #505050;
	margin-bottom: 10px;
}

#post-33 p,
#post-29 p {
	margin-top: 10px;
}

#post-27 p {
	margin-bottom: 0;
}

.entry-content .wp-post-image {
	border: none;
	padding: 0;
}

.hentry {
	border-top: 1px dashed #5c5c5c;
	padding: 0;
	margin: 0;
}

/* Remove Dash */

#post-375,
#post-10,
#post-19,
#post-27,
#post-587,
#post-589,
#post-593,
#post-591,
#post-595,
#post-597 {
	border-top: none;
}

#subcontent {
	border-top: 1px dashed #5c5c5c;
	border-bottom: 1px dashed #5c5c5c;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr {
	height: 0;
	color: #fff;
	background-color: #fff;
	border-top: 1px dashed #5c5c5c;
	margin-bottom: 10px;
}
#post-824 hr {
	margin-bottom: 0;
}

#post-25 hr,
#post-19 hr {
	margin-bottom: 4px;
}

#nav-below {
	display: none;
}

#footer {
	border: none;
}

.entry-content {
	margin-top: 0;
	padding-top: 0;
}

.entry-content img {
	max-width: none;
	margin: 0;
	margin-right: 8px;
	margin-bottom: 8px;
}

.wp-post-image {
	margin-bottom: 10px;
}
/* END DEFAULT CONTENT STYLING */

/* HEADERS */
#content h1 {
	color: #002c89;
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    margin-top: 4px;
}

#content h2 {
    color: #505050;
    font: 12px "Interstate Light";
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-top: -8px;
    margin-bottom: 8px;
}

#content h3 {
	color: #002c89;
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    margin-top: 4px;
	font-style: normal;
}

#content h4 {
    color: #505050;
    font: 12px "Interstate Light";
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-top: -8px;
    margin-bottom: 8px;
	letter-spacing: 0;
}

/* END HEADERS */

/* TABLE STYLES */

#content table {
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	width: 100%;
}

#content td {
	padding: 0;
	margin: 0;
	font: normal normal 12px "Interstate Light";
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
}

#content tr {
	border-bottom: 1px dashed #5c5c5c;
}

#content table td p:last-child {
	margin: 0;
}

/* END TABLE STYLES */

/* MAKE FIRST CHILD 80px WIDE */

#post-31 tr td:first-child,
#post-587 tr td:first-child,
#post-589 tr td:first-child,
#post-593 tr td:first-child,
#post-591 tr td:first-child,
#post-595 tr td:first-child,
#post-597 tr td:first-child {
	width: 80px;
}

/* END MAKE FIRST CHILD 80px WIDE */

/* PAGE BÜHNE */

#post-13 h3 {
	margin-top: 0px;
	font-size: 16px;
}



/* END PAGE BÜHNE */


/* PAGE MUSIK */


.page-template-template-musik-texte-php h1 {
	color: #002c89;
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    margin-top: 12px !important;	
}

/* END PAGE MUSIK */


/* PAGE GIGS */
.page-template-template-gigs-upcoming-php .hentry,
.page-template-template-gigs-archive-php .hentry {
	border: none;
}

#upcoming-gigs .gigs,
#upcoming-gigs .gigs a,
.aside a {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	font: normal normal 12px "Interstate Light";
	text-decoration: none;
}

#upcoming-gigs .gigs a:hover,
.aside a:hover {
	color: #FFFFFF !important;
}

.tour {
	color: #0c545d !important;
}

#upcoming-gigs .gigs li {
	margin-bottom: 10px;
}

#post-599 td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.gigs-calendar {
	font: normal normal 12px "Interstate Light";
	color: #505050;
}

.gigheader a.bigred,
span.bigred {
	text-transform: uppercase;
	color: #002c89;
	font-size: 12px;
}

.gigelement a.bigred:hover {
	color: #3356A1;
}

.gigelement a.green {
	color: #002c89 !important;
	text-transform: uppercase;
	font-size:12px;;
}

.gigelement {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #5C5C5C;
}

.openheader {
	float: right;
}

.gighidden p {
	padding: 0;
	margin: 0;
	margin-bottom: 0 !important;
}

h2.gigs {
	margin: 0 0 8px !important;
}

h1.gigs {
	margin-bottom: 0px !important;
}

.gigyear {
	color: #002c89;
    font-size: 16px;
font-family: 'Open Sans', sans-serif;
    padding-top: 8px;
    margin-bottom: -5px;
}

.gigmonth {
    color: #505050;
    font: 12px "Interstate Light";
    text-transform: uppercase;
	border-bottom: 1px dashed #5C5C5C;
	padding-bottom: 8px;
	padding-top: 8px;
}

/* END PAGE GIGS */


/* HIDE PAGE POST TITLE */
#post-31 .entry-title,
#post-27 .entry-title,
#post-29 .entry-title,
#post-33 .entry-title,
#post-822 .entry-title {
	display: none;
}

/* FORMS */
#content input,
#content textarea {
	font: normal normal 12px "Interstate Light";
	color: #505050;
}

/* SHOP */
#post-23 ul,
#post-23 li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* END SHOP */

/* AUDIO PLAYER CONFIG */
#sm2-container {
	position: absolute;
}



/* AUDIOPLAYER PAGE */

.page-template-template-page-audioplayer-php #header,
.page-template-template-page-audioplayer-php #access,
.page-template-template-page-audioplayer-php #nilsfigur,
.page-template-template-page-audioplayer-php #newsletter-subscription,
.page-template-template-page-audioplayer-php #social-icons,
.page-template-template-page-audioplayer-php #facebook-like,
.page-template-template-page-audioplayer-php #secondary,
.page-template-template-page-audioplayer-php #contentend
 {
	display: none;
}

.page-template-template-page-audioplayer-php #container {
	position: relative;
	margin: 0 auto;
	top: 10px;
}

.page-template-template-page-audioplayer-php #content {
	min-height: 300px;
	position: relative;
}

/* SHOP Page */ 
ul.flat a.sm2_link {
    border-left: 4px solid #002c89!important;
}

ul.flat a.sm2_playing {
    border-left: 4px solid #850303 !important;
    background: none !important;
}

ul.flat a.sm2_paused {
	background: none !important;
}




/* END AUDIOPLAYER PAGE */

/* GALLERY STYLE */
.ngg-album {
	width: 130px;
}

.ngg-albumcontent {
	width: 130px;	
}

ul.flat {
	margin-left: 0;
}

/*
CSS Name: Nils Althaus Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 2.11

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 0px solid #fff !important;
    float: left;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 0px solid #cccccc;
}

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:0px solid #A9A9A9;
	margin:0;
	padding:0;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #fff;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important;
	text-align:left;
	width:120px;
}

.ngg-album-compactbox {
	background:transparent url(https://nilsalthaus.ch/wp-content/themes/nilsalthaus-2012_1.5/albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px;
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 1px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:0px solid #A9A9A9;
	display:block;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #fff;
}

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top: 15px;
    padding-bottom: 2px;
	text-align:center;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 8px;
    text-decoration: none;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {

}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	outline: none;
}

.slideshowlink {

}

/* ----------- JS Slideshow -------------*/
.ngg-slideshow {
    overflow:hidden;
    position: relative;
}

.ngg-slideshow * {
    vertical-align:middle;
}

/* See also : http://www.brunildo.org/test/img_center.html */
.ngg-slideshow-loader{
    display: table-cell;
    text-align: center;
    vertical-align:middle;
}

.ngg-slideshow-loader img{
    background: none !important;
    border: 0 none !important;
    margin:auto !important;
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px;
	padding:1px;
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
}

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;
}

.ngg-galleryoverview div.pic img{
	width: 100%;
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}

#TB_window {
	z-index: 9999999 !important;
}

#menu-hauptmenu {
font-family: 'Open Sans', sans-serif;
}

#content p, #content h1, #content h2, .aside h3, #upcoming-gigs .gigs, #upcoming-gigs .gigs a, .aside a, #newsletter-subscription, #newsletter-subscription input.text {
font-family: 'Open Sans', sans-serif;
color: #002c89;
}

#content p, #newsletter-subscription input.text {
color: #505050;
}

body * {
font-family: 'Open Sans', sans-serif !important;
}

.fa {
font: normal normal normal 14px/1 FontAwesome !important;
}

.fa:before {
font-size:30px;
color: #002c89;
margin-right: 5px;
opacity: 0.5;
}

.fa:hover:before {
opacity:1;
}


#social-icons {
top: 535px;
}

body {
background: #e7ecf2 !important;
}