@charset "UTF-8";
/* CSS Document */

* {padding:0; margin:0}
body {
	background:#FFF;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #666;
	border: 0;
}
img {
display: block;
border: none;
}
a:link, a:visited {
	text-decoration: none;
	color:#999;
	}
a:hover, a:active, a:focus {
text-decoration: none;
color:#666;
}
.selected {
font-weight:bold;
color:#666;
text-transform:uppercase;
}
#index {
text-align:center;
width: 698;
}
#index img{
display: inline;
}

#container {
	width: 700px;
	text-align: left;
	margin: 30px auto;
}
#hot {width: 690px;}
#topnav	{
	width: 700px;
	font-size: 70%;
	overflow: auto;
	width: 100%;
	padding-bottom: 70px;
	/* background: url(../photo_files/nav.gif) no-repeat left top; */
	
}

#left {
	height: 420px;
	width: 250px;
	float: left;
	font-size: 70%;
	line-height: 130%;
	padding-right:50px;
}
.lthumbs {
text-align:right;
}
.title {
font-size: 120%;
font-weight: bold;
}

/*.blog a:link, .blog a:visited, .blog a:hover, .blog a:active {
	color: #FFF;}*/
	
.tumblr_body { /*content text colour */
color:#666;
background-color: #FFF;
font-size: 70%;
text-align: center;
margin: 0;
}
.tumblr_title {
font-size: 80%;
font-weight: bold;
color:#999;
}
.tumblr_post { /*post number*/
color:#FFF;
padding: 0 0 30px 20px;
border-left: 1px solid #CCC;
width: 380px;
}
.tumblr_post img{
display:block;
padding-bottom: 3px;
}
.tumblr_caption, .tumblr_description, .tumblr_quote {
font-size: 70%;
color: #666;
text-align: center
}
.tumblr_source {
font-style: italic;
color: #666;
font-weight: normal;
font-size: 70%;}


#prevnext img{
float:right;
border: 0;
}
#right {
	min-height: 420px;
	height: auto;
	height: 420px;
	width: 400px;
	float: right;
	text-align:center;
}
#right p {
	font-size: 70%;
	line-height: 130%;
	text-align: left
}
.indent {
	padding-left: 25px;
}
#right img{
display:inline;
border: none;
}
.thumb img {
float: left;
padding: 0 0 40px 55px;
}

.tabs {
display:none;
}
.tabss {
display:block;
}



.dropdown {float:left; padding-right:5px}
.dropdown dt {cursor:pointer;}
.dropdown dd {position:absolute; overflow:hidden; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {list-style:none; border-top:none; display: block; padding-top: 15px}
.dropdown ul li {display: block; float: left; padding: 0 20px 12px 0;}
.dropdown a, .dropdown a:active, .dropdown a:visited {/*display:block; float: left;*/ color:#CCC; text-decoration:none; font-weight:bold;}
.dropdown a:hover {color:#666;}