/* Robbie Shade 2004 */

/* .............................. */
/* Basic layout */
/* .............................. */

body 		{
		text-align: left;
		width: 750px;
		margin: auto;
		margin-top: 50px;
		font-family: Verdana,Arial,sans-serif;
		font-size: 76%;
		background-color: #bcc;
		}

/* fixes Firefox scrollbar "jumping" */
html, body {
	min-height:100.1%;
}


#wrapper	{
		float: left;	
		width: 750px;	
		background-color: #fff;
		border: 1px solid black;
		margin-bottom: 100px;
		}

/* .............................. */
/* Link stylings */

a		{
		text-decoration: none;
		color: #c30;
		}

a:hover		{
		color: #000;
		}

/* .............................. */
/* Wrapper elements */
/* .............................. */

#logo		{
		width: 750px;
		float: left;
		clear: both;
		}

#menu		{
	width: 750px;
	float: left;
	clear: both;
	margin-bottom: 10px;
		}

#content 	{
  		width: 530px;
		float: left;
		}

#sidebar 	{
		width: 200px;
		float: left;
		clear: right;
		}

#footer 	{
		width: 750px;
		float: left;
		clear: both;
		}
/* .............................. */
/* Logo */

#logo h1	{
		margin: 0;
		padding: 0;
		padding-left: 20px;
		font-size: 5em;
		color: #555;
		}

#logo h2	{
		margin: 0;
		padding: 0;
		text-align: right;
		font-size: 1.5em;
		padding-right: 50px;
		color: #555;
		}
/* .............................. */
/* Horizontal Menu */

#menu		{
	border-bottom: 1px dashed black;
	margin-bottom: 10px;
	padding-bottom: 10px;
		}

#menu ul 	{
		list-style-type: none;
		white-space: nowrap;
		display: block;
		float: left;
		list-style: none outside;
		padding-right: 1px;
		}
		
#menu li 	{
	display: block;
	width: 20px;
	float: left;
	list-style-type: none;
	border: none;
	left: auto;
	margin-bottom: 10px;
		}

#menu a 	{
	background: #fff;
	width: 90px;
	height: 2em;
	padding: 0;
	margin: 0 0 50;
	color: #555;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    x-small;
	border: 1px solid #ccc;
		}

#menu a:link, #menu a:visited
		{
		text-decoration:	none;
		}

#menu a:hover	{
		text-decoration:	none;
		background-color:	#ddd;
		color:			#000000;
		}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.28em;
}

#nav-menu li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 8em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
background: url(backgroundhover.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 8em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:62em
} 



/* .............................. */
/* Main Content */

#content h1	{
		font-size: 1em;
		padding:0;
		margin:0;
		padding-bottom: 5px;
		}

#content h2	{
		font-size: 1em;
		padding:0;
		margin:0;
		padding-bottom: 5px;
		color: #ccc;
		}

#content	{
	margin:0;
	color: #555;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
		}
		
#content .entry	{
		border-bottom: 1px solid #ccc;
		padding:0;
		margin:0;
		padding-bottom: 10px;
		margin-bottom: 30px;
		}

#content img    {
		border: 4px none black;
		}


/* .............................. */
/* Sidebar */

#sidebar h1, #sidebar h2, #sidebar a, #sidebar{
		font-size: 0.9em;
		padding:0;
		margin:0;
		}

#sidebar ul	{
		padding:0;
		margin:0;
		list-style-type: none;
		padding-left: 5px;
		}

#sidebar .sidebarbox	
		{
		float: right;
		width: 180px;
		border: 1px solid #CCCCCC;
		padding-bottom: 5px;
		padding-top: 5px;
		margin-bottom: 10px;
		margin-right: 10px;
        margin-top: 10px;
		}

#sidebar img   	{
		float: right;
		margin-right: 20px;
		margin-bottom: 10px;
		border: none;
		}

/* Sidebar message box */

#sidebar table  {
		margin: 0 5px 5px 5px;
		width: 168px;
		border: 1px solid black;
		}

#sidebar .author {
		text-align: center;
		font-weight: bold;
		}
		
#sidebar .tablebg0 {
		background-color: #fff;
		color: #000;
		}
#sidebar .tablebg1 {
		background-color: #ddd;
		color: #000;
		}
#sidebar input,textarea	{
		width: 160px;
		border: 1px solid black;
		background-color: #ddd;
		color: #000;
		margin: 5px;
		overflow: auto;
		}

/* .............................. */
/* Footer */

#footer		{		
		text-align: center;
		line-height: 1.5em;
		font-size: 0.8em;
		color: #999;
		border-top: 1px dotted black;
		}
