/* 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 /*dashed*/ 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;
		}

#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;
		}

#menu ul 	{
		list-style-type: none;
		white-space: nowrap;
		display: block;
		float: right;
		list-style: none outside;
		padding-right: 1px;
		}
		
#menu li 	{
		display: block;
		width: 118px;
		float: left;	
		list-style-type: none;
		}

#menu a 	{
		background: #fff;
		width: 118px;
		height: 2em;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: none;
		padding: 0;
		margin: 0 0 10px 0;
		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;   	
		}

#menu a:link, #menu a:visited
		{
		text-decoration:	none;
		}

#menu a:hover	{
		text-decoration:	none;
		background-color:	#ddd;
		color:			#c30;
		}

/* .............................. */
/* 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	{
		padding:0;
		margin:0;
		padding-left: 10px;
		padding-right: 10px;
		color: #555;
		}
		
#content .entry	{
		border-bottom: 1px solid #ccc;
		padding:0;
		margin:0;
		padding-bottom: 10px;
		margin-bottom: 30px;
		}

#content img    {
		border: 4px solid 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 dashed black;*/
		border: none;
		padding-bottom: 5px;
		padding-top: 5px;
		margin-bottom: 10px;
		margin-right: 10px;
		}

#sidebar img   	{
		float: center;
		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 dashed black;
		}

