﻿html {
	margin: 0;
	text-align: center;
}
body {
	margin: 10px auto;
	width: 1000px;
	text-align: left;

    background: url(images/bg.jpg);

}



#header{

}



#navbar {
    list-style: none;
    overflow: hidden;
    padding: 4px 0px;

}

#navbar li {
    display: inline;
}

#navbar a {
    float: left;
    font-family: 'Trebuchet MS', arial;
    display: inline;
    margin: 0 6px 0 0px;
    padding: 0 6px;
    line-height: 22px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    background: #999999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #FFF;
    font-size: 11px;
 
}

#navbar a:hover {
    border: 1px solid #000;
}

#wrapper{height:100%;}
#wrapper h1 {
	font-family: 'Trebuchet MS', arial;
	font-size: 14pt;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 5px;
	background: #999;
	color: #fff;
	margin-bottom:10px;
}


div.feed {
	width: 310px;
	float: left;
	height:220px;
	padding: 0 10px 20px 10px;
	margin: 0;
}





.feed h2 {
	font-family: 'Trebuchet MS', arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}
.feed h2 a:link, .feed h2 a:visited {
	color: #F38F2D;
	text-decoration: none;
}
.feed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.feed li {
	font-family: 'Trebuchet MS', arial;
	font-size: 8pt;
	line-height: 2em;
	border-top: 1px solid #ccc;
}

div.widefeed{zoom:1;clear:both;padding: 0 20px 20px 0;}
div.widefeed:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
div.widefeed ul{list-style:none;}
div.widefeed li{float:left;border:none;}
div.widefeed li a{display:block;padding:3px;margin:10px 0 0 18px;background-color:#999;}
div.widefeed li a:hover{background-color:#666;}
div.widefeed h2 {
	font-family: 'Trebuchet MS', arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
div.widefeed h2 a:link, div.widefeed h2 a:visited {
	color: #666;
	text-decoration: none;
}


.feeditem a:link, .feeditem a:visited {
    position: relative;
    z-index: 24;
    text-decoration: none;
    color: #000;
}

.feeditem a:hover {
	z-index: 25;
	background: #999;
	color: #FFF;
}


#footer {
	background:#999;
	clear:both;
	color:#fff;
	font-family:arial;
	font-size:8pt;
	padding:6px;
	text-align:center;
}
#footer a{color: #fff;font-weight:bold;}


.flickr {
	clear: both;
	list-style:none;
	margin: 0;
	padding: 0;
}
.flickr.interestingness li,
.flickr.getPublicList li,
.flickr.getPhotos li,
.flickr.getPublicPhotos li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.flickr.photosets.getList {
	background: #f5f5f5;
	width: 160px;
	padding-top: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}   
.clear {
	clear: both;
	display: block;
}
.flickr.photosets.getList li {
	float: left;
	width: 150px;
	text-align: center;
	padding: 7px 0 10px 1px;
	margin: 0 20px 10px 0;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;        
}
.flickr.photosets.getList li a {
	text-decoration: none;
	color: #0259ca;
	font-weight: bold;
}
.flickr.photosets.getList li img {
	border: solid 1px #333;
	margin-bottom: 10px;
}
.flickr.interestingness li img,
.flickr.getPhotos li img,
.flickr.getPublicList li img,
.flickr.getPublicPhotos li img {
	
}
.flickr li.start {
	clear: both;
}
.flickr img {
	border: none;
}
.description {
	display: none;
}



