/* Robbie Shade 2004 */

/* .............................. */
/* Basic layout */
/* .............................. */

body 		{
		text-align: left;
		width: 750px;
		margin: auto;
		margin-top: 50px;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 76%;
		background-color: #bcc;
		}

/* fixes Firefox scrollbar "jumping" */
html, body {min-height:100.1%}


#wrapper	{
		background-position: top right;
		background-repeat: no-repeat;
		background-color: #fff;
		background-image: url("back.jpg");
		float: left;	
		width: 750px;	
		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: 495px;
		float: left;
		}

#sidebar 	{
		width: 235px;
		float: left;
		clear: right;
		}

#footer 	{
		width: 750px;
		float: left;
		clear: both;
		}
/* .............................. */
/* Logo */

#logo h1	{
		margin: 0;
		padding: 0;
		padding-left: 20px;
		font-family: Tahoma,"Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 2.75em;
		color: #555;
		}

#logo h2	{
		margin: 0;
		padding: 0;
		text-align: right;
		font-family: Tahoma,"Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 1.25em;
		padding-right: 50px;
		color: #555;
		}
/* .............................. */
/* Horizontal Menu */

#menu		{
		border-bottom: 1px solid #ccc;
		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 -1px 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:	transparent;
		color:			#c30;
		}

/* .............................. */
/* Main Content */

#content h1	{
		font-family: Tahoma,"Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 1em;
		padding:0;
		margin:0;
		padding-bottom: 5px;
		}

#content h2	{
		font-size: .75em;
		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 .entry1	{
		text-align: right;
		}

#content .surveylinks  {
		text-align: center;
		}

#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 .sidebarbox1	
		{
		float: right;
		width: 200px;
		border: 1px dashed black;
		padding-bottom: 5px;
		padding-top: 5px;
		margin-top: 200px;
		margin-bottom: 10px;
		margin-right: 10px;
		}

#sidebar .sidebarbox	
		{
		float: right;
		width: 200px;
		border: 1px dashed black;
		padding-bottom: 5px;
		padding-top: 5px;
		margin-bottom: 10px;
		margin-right: 10px;
		}

#sidebar img   	{
		float: right;
		margin-right: 20px;
		margin-bottom: 10px;
		border: none;
		}

/* .............................. */
/* Footer */

#footer		{		
		text-align: center;
		line-height: 1.5em;
		font-size: 0.8em;
		color: #999;
		border-top: 1px dashed black;
		}

