html {
	min-width: 650px;
	color:#fff;
  background: #000;
}
body {
	font-family: Helvetica, Calibri, Arial, Verdana;
	font-size: 1em;
	text-align: center;
	line-height: 120%;
}

a, a:active, a:visited {
  color : #61b81b;
  text-decoration : none;
  font-weight : bold;
  }
  
a:hover {
  color : #36acdd;
  text-decoration : none;
  font-weight : bold;
  }

.tweet a, .tweet a:active, .tweet a:visited {
  color : #fff;
  text-decoration : none;
  font-weight : bold;
}
.tweet a:hover {
  color : #36acdd;
  text-decoration : none;
  font-weight : bold;
}
  
a img {
  border: none;
  text-decoration: none;
}

h1 {
	font-size: 1.5em;
	color: #61b81b;
	background: transparent;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-weight: bold;
}

#container {
	margin: 40px auto;
	width: 620px;
	text-align: left;
}

#navigation {
	margin-bottom: 1em;
}

#footer {
  margin-top:1em;
  background: none;
  font-size: 0.75em;
}

#photo {
border: 1px solid #000;
}
#photo_caption {
margin: 5px auto;
width: 600px;
}
#photo_extras {
margin: 5px auto;
width: 600px;
}
#tags {
display: none;
}
#thumbs {
text-align: center;
margin: 20px auto;
width: 450px;
}

.section {
  margin:0px;
  padding:0px;
  width: 600px;
}

div.recentphotos {
  text-align: center;
  margin: 20px auto;
  width: 450px;
}

div.recentphoto1 {
}

div.recentphoto2 {
}

div.recentphoto3 {
}

div.recentphoto4 {
}

div.recentphoto5 {
}

.feeds {
  color: #999;
  background: none;
	text-align: justify;
}
.feeds a {
  color: #999;
  background: none;
  text-decoration: none;
  font-weight: normal;
}

.flicker {
	visibility: hidden;
}

.static {
	visibility: visible;
}

.profilepic {
float:left;
margin: 0 5px 5px 0;
}