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

body 
{
	padding:0px;
	margin:0px;
	background-color:#D3CCA5;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.90em;
	line-height:1.4em;
	
}

a:hover
{
	color:#000000;
}

#bodyContent
{
	width:965px;
	margin:0px auto;
	display:none;
}

#mainTitle
{
	float:left;
	width:98px;
	padding-top:10px;
}

#main 
{
	float:left;
	width:630px;
    background-image:url(../images/mainshadow.png);
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:20px;
	height:100%;
}

#thoughts, #photos, #projects, #everythingelse
{
	width:24px;
	height:100%;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
}


#thoughts
{
	background-image:url(../images/thoughtswm.png);
}

#photos
{
	background-image:url(../images/photoswm.png);
}

#projects
{
	background-image:url(../images/projectswm.png);
	
}

#everythingelse
{
	background-image:url(../images/everythingwm.png);
}

#thoughtsContent, #photosContent, #projectsContent, #everythingelseContent
{
	display:none;
	opacity:0;
	filter:'alpha(opacity=0)';
	background-color:transparent;
	height:100%;
	padding:15px 10px 10px 35px;
}

#thoughtsTab, #photosTab, #projectsTab, #everythingelseTab
{
	cursor:pointer;
}
	
#thoughtsContentFoo
{
	border:1px solid #FF0000;
}

#sidebar
{
	float:right;
	font-size:.80em;
	line-height:1.4em;
	width:200px;
	padding:0px 4px;
	margin-left:1px;
	color:#66624D;
	padding-top:10px;
}

#tidbits .title, #top5 .title
{
	font-weight:bold;
}

#sidebar a
{
	color:#66624D;
}

#sidebar a:hover
{
	cursor:pointer;
	color:#333333;
}

.tabImage, .tabImageFirst
{
	width:24px;
	float:left;
	border-left:1px solid #748063;
	background-color:#88A65E;
	background-image:url(../images/lines.png);
	background-position:right top;
	background-repeat:repeat-y;
	height:100%;
	padding-top:10px;
}

.tabImageFirst
{
	border:none;
	height:100%;
}

#footer
{
	width:800px;
	height:0px;
	text-align:center;
	clear:both;
}

hr
{
	height:1px;
	color:#333333;
	background-color:#333333;
	border:0px;
}


