/* rickt.css
   http://www.rick-thiele.com
*/
html{
	margin:0;
	padding:0;
	height:100%;
}
body {
	background-color: white;
	background-image: url('/images/thumbs/bg.gif');
	background-repeat: repeat;
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana;
	font-size: 12px;
	color:black;
}

a {
	color:black;
	text-decoration:none;
}

a img {
	border: none;
}

a:hover {
	color:#0a789e;
	text-decoration:none;
}
/* ------WORK-------*/
.workspacer
{
	background-image: url('/images/thumbs/bg.gif');
	background-repeat: repeat;
}

.thumbs
{
	border:thin solid #e0e0e0;
}

/* ------BLOG ------*/
#blogspacer{
	background-image: url('/images/thumbs/bg.gif');
	background-repeat: repeat;
	height:40px
	width:100%;
}

#main{
	position:relative;
	height:auto;
	min-height:100%;
	width:100%;
}
#container{
	position:relative;
	height:auto;
	min-height:100%;
	width:635px;
}
#blogcontainer{
	background-color: white;
	float:left;
	position:relative;
	height:auto;
	min-height:100%;
	width:500px;
}
#workcontainer{
	padding-bottom: 7px;
	background-color: white;
	float:right;
	position:relative;
	height:auto;
	min-height:100%;
	width:45px;
}
#blognav{
	background-color: white;
	width:500px;
}
#blogmenu{
	background-color: white;
	position:relative;
	width:100%x;
	height:35px;
}
.storycontent img{
	border: solid thin rgb(0,0,0);

}
.storycontent{
	padding-left:5px;
}
h1 { 
	font-family: Verdana;
	font-size: 11px;
	padding:0px;
	margin:0px;
}
h2 { 
	font-family: Verdana;
	font-size: 9px;
	left:20px;
}
h3 { 
	font-family: Verdana;
	font-size: 13px;
}
h4 { 
	font-family: Verdana;
	font-size: 15px;
	padding:0px;
	margin:0px;
}
.storytitle {
	color:#d9d9d9;
	padding-left:5px;	
}
#menu{
	color:#9e9e9e;
	position:absolute;
	top:230px;
	right:5%;
}
#menu a {
	color:#777777;
	text-decoration:none;	
}
#menu a:hover {
	color:#0a789e;
	text-decoration:none;	
}
.wp{
	color:black;
	position:fixed;
	right:5px;
	bottom:5px;
	clear:both;
}
.wp a{
	color:#0a789e;
	text-decoration:none;
}
#s{
	font-size: 10px;
	background-color: #eeeeee;
	border: 1px solid #666666;
	width:93px;
}
#sbutton{
	font-size: 10px;
	background-color: #eeeeee;
	border: 1px solid #666666;
	width:54px;
}
.feedback{
	font-family: Verdana;
	font-size: 9px;
}

/* ------Top White ------*/

.white{
	background-color:white;
	padding-bottom:5px;
}

#spacer{
	height:40px
}

#tinyspacer{
	height:20px
}