/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}







#topbar{
	width:100%;
	height:6px;
	background:#58595b url('../images/topgraphic.png') no-repeat center top;
}

#header{
	height:211px;
	width:960px;	
	margin:0 auto 0 auto;
}
#content{
	width:960px;	
	margin:0 auto 14px auto;
}
#footer{
	width:100%;	
	margin:0 auto 0 auto;
	background-color:#58595b;
	margin:0px;
}
#footer #block{
	width:960px;
	height:200px;
	margin:0px auto 0 auto;
}
#footer #block p{
	margin: 10px 0 0px 10px;
	color:#ddd;
	float:left;
}
#footer #block #footertag{
	float:right;
	margin: 0px 10px 0px 10px;
	padding:10px;
	background-color:#494949;
}
#footer #block #footertag a{
	color:#c0c0c0;
	text-decoration:none;
}
#logo{
	float:left;
	margin: 62px 0 0px 10px;
}
#topinfo{
	float:right;
	margin-top:182px;
	margin-right:10px;
	height:20px;
	color:#999;
}
#topinfo a{
	color:#999;
	text-decoration:none;
}
#bigpic{
	margin: 0 0 0px 10px;
}

#tumblr{
	height:130px;
	width:924px;
	margin: 18px 0 0px 10px;
	border-bottom: 1px solid #D8DFEA;
}
.nofloat{
	clear:both;	
}
#tumblr #about{
	width:240px;
	float:left;
	margin:0 20px 0 0;
}
#tumblr p{
	display:none;	
}
#tumblr .show{
	display:block;
}

#tumblr #about p{
	display:block;
	margin:2px 0 10px 0;
	line-height:130%;
	color:#666666;
}
#tumblr .thumb{
	margin:0 20px 0 0;
	float:left;
}
#tumblr .thumb a{
	display:block;
	width:110px;
	height:110px;
	line-height:110px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}
#tumblr .thumb a img{
	float:left;
	position:absolute;
}
.nivo-controlNav{
	display:none;
}