@CHARSET "ISO-8859-1";

* {
    margin: 0;
    padding: 0;
}

body {
  		margin: 0px;
		font-family: 'Helvetica Neue', Arial, sans-serif;
		font-size: 11px; 
		background-color: #fff; 
		background-repeat: no-repeat;
		text-decoration: none; 
		font-weight: normal; 
		color: #666666; 
		height:100% !important;
		min-height: 100%; 
		line-height:165%;
		}
a          { color: #FFB300; cursor:pointer; }
a:link     { color: #FFB300; text-decoration: none;}
a:visited  { color: #FFB300; text-decoration: none; outline:0px; }
a:active   { color: #3399cc; text-decoration: underline; }
a:hover    { color: #ff0000; text-decoration: none; }

#nav {
    list-style: none;
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #BBB;
    height: 20px;
}

#nav li {
    float: left;
    margin-right: 2px;
}

#nav li a {
    padding: 6px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#nav li a:hover {
}

#nav li.selected a {
    background: #C8C5C2;
    color: #FFF;

}

h1, h2 {
    font-weight:100;
}

h1 {
    font-size: 36px;
}

h1, h2, h3, p, ul, ol, pre {
	margin-top:0em;
    margin-bottom: 0em;
}


.copy h2 {
    border-top: 2px solid #FFF;
    padding-top: 10px;
    clear: both;
}

a img {
    border: none;
}

pre, code {
    font-family: Monaco, monospace;
    font-size: 12px;
    background: #111;
    color: #F5F5F5;
}

p code {
    padding: 1px 3px;
}

pre {
    padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

pre .string { color: #3C3;}
pre .constant { color: #66F;}
pre .property { color: #A00;}
pre .keyword { color: #E66;}
pre .storage { color: #FC8;}
pre .comment { color: #888;}

ul, ol { padding-left: 1.3em;}

.hidden { display: none; }

.copy {
    width: 600px;
    line-height: 1.4em;
}

blockquote {
	margin: 5px;
	font: italic 18px Georgia, serif;
}

dt {
    font-weight: bold;
    font-size: 14px;
}

dd + dt {
    margin-top: 0.5em;
}

dd {
    margin-left: 1.0em;
}


#footer {
    clear: both;
    margin: 20px 0;
    border-top: 1px solid #BBB;
    padding-top: 10px;
    line-height: 30px;
}


/**** Masonry CSS ****/

.wrap {
    background: #FFF;
    /*border: 0px solid #456;*/
    padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box {
    margin: 5px;
    padding: 5px;
    background: #D8D5D2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    float: left;
}

.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }

/* Magazine page */

#tumblelog {
	background: #FFF;
	padding: 1.0em;
}

#tumblelog:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#tumblelog .story {
	margin: 10px;
	/*border: 1px dotted #DCB;*/
	background: #F0F0F0;
	float: left;
}

#tumblelog .invis {
	display: none;
}


#tumblelog h1, #tumblelog h2, #tumblelog h3 { font-weight: bold;}

#tumblelog .col1 { width: 220px;}
#tumblelog .col2 { width: 460px;}
#tumblelog .col3 { width: 700px;}

#tumblelog .col1 img,
#tumblelog .col2 img,
#tumblelog .col3 img {
    max-width: none;
}
/* Infinite Scroll loader */
#infscr-loading { 
    z-index: 5000;
    position: fixed;
    left: 40%;
    bottom: 40px;
    width: 200px;
    height: 100px;
    padding: 10px;
    background: #000; 
    opacity: 0.8;
    color: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*TOOLTIP*/
.tooltip-content {
	width:200px;
	text-align: left;
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 0px 5px;
	/*border: 2px dotted black;*/
	background-color: yellow;
	opacity: 0.8;
	color: black;
	z-index: 10000;
}


/* SLIDING PANEL STYLES */

#header-container {
	margin: auto;
	width: 100%;
}

#header-slide-panel {
	height : 150px;
	width : 100%;
	display : none;
	opacity: 1;
	margin: auto;
	background-color: #333;
}

.slide {
	margin : 0;
	padding : 0;
	background-color: #000;
	background-repeat: none;
}

.header-btn-slide {
	text-align: left;
	/*width : 191px;*/
	height : 40 px;
	/*display : block;*/
	color:#fff;
	text-decoration: none;
	font-size : 1em;
	margin:0px 10px;
	line-height: 30px;
	outline:black;
}

.header-btn-slide {
	text-align: left;
	/*width : 191px;*/
	height : 40 px;
	/*display : block;*/
	color:#fff;
	text-decoration: none;
	font-size : 1em;
	margin:0px 10px;
	line-height: 30px;
	outline:black;
}

.header-text{
	text-align: left;
	height : 40 px;
	color:#fff;
	text-decoration: none;
	font-size : 1em;
	margin:0px 10px;
	line-height: 30px;
	outline:black;
}

.header-links{
	margin:10px 10px; 
	float:left; 
	width:50px;
	color:grey;
}

/*slide show*/
ul.slideshow {
	list-style:none;
	width:460px;
	height:460px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:460px;
	height:40px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:10px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

<!--filtering-->
#filtering-nav .all { background-color: #FFF;}

#filtering-nav {
    padding: 0;
    margin: 2em 0;
}

#filtering-nav li {
    list-style: none;
    float: left;
}

#filtering-nav a  {
    /*display: block;*/
    padding-left: 1em;
	padding-right: 1em;
	padding-top:8px;
	padding-bottom:8px;
    margin-right: 0.1px;
    background-color:#000;
	color:#CCC;
}

#filtering-nav a:hover  {
	color:#000;
	background-color:yellow;
}


