@charset "UTF-8";

/* CSS Document */

* {
margin:0;
padding: 0;
outline: none;
}

body {
font-family: ChunkFiveRegular, helvetica, arial, sans-serif;
}

h1, h2 {
font-weight: normal;
}

#header {
padding: 50px 0 20px 0;
margin: 0 50px;
border-bottom: 1px solid #ccc;
position: fixed;
top: 0;
width: 100%;
background-color: #fff;
}

#content {
margin: 150px 50px 0 50px;
}

#menu {
border-top: 8px solid #000;
padding: 0 50px;
position: fixed;
top: 0;
width: 100%;
background-color: #fff;
}

#footer {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #666;
padding: 50px 0 20px 0;
margin: 0 50px;

background-color: #fff;
}

/* menu */
  
  
  #menu ul {
position: absolute;
right: 250px;
z-index: 1;
}

#menu li {
float: left;
list-style-type: none;
margin-right: 8px;
margin-top: 8px;
}

#menu li a {
padding:10px 25px 15px 25px;
background-color: #000;
color: #fff;
}

#menu li a:hover {
color: #F06;
}

/* flickr sets */

.flickr_set {
width: 100%;
border-bottom: 1px solid #ccc;
padding: 20px 0;
clear: both;
}

.flickr_set a img {
border: none;
}

.flickr_set div.flickr_badge_image {
float: left;
height: 240px;
overflow: hidden;
margin-right: 15px;
margin-bottom: 15px;
width: 240px;
padding: 12px;
background-color: #f6f6f6;
border-color: #eaeaea;
text-align: center;
line-height: 180px;
}

.flickr_badge_wrapper {
margin-top: 15px;
}

/* generals  */
  
  h2 {
margin-bottom: 4px;
}

a {
color: #f06;
text-decoration: none;
}

a:hover {
color: #9C0;
text-decoration: none;
}

a.flickr, a:visited.flickr {
padding: 1px 4px;
background-color: #f06;
color: #fff;

}

a:hover.flickr {
background-color: #000;
color: #fff;
}

a:active.flickr {
background-color: #9C0;
color: #fff;
}

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

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}

/* End hide from IE-mac */

