@charset "utf-8";
/* 	Kirsty MacDonald
	CSS Rules

 */

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#fff;
}
.hide
{
	text-indent: -999px;
}
a:link
{
	color: #0066CC;
	background-color: transparent;
	text-decoration: none;
}
a:active
{
	color: #0066CC;
	background-color: transparent;
	text-decoration: none;
}
a:visited
{
	color: #0066CC;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #CC3399;
	background-color:transparent;
	text-decoration: none;
}
p, td, ul, li, ol, h1, h2, h3, h4, h5, h6
{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2
{
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
h3
{
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
p
{
	margin-top: 0;
	margin-bottom: 10px;
	text-align:left;
	font-size: 13px;
	line-height: 1.5;
}
/* ========================================================== */
/*  Rules for  the main page wrapper structures
/* ==========================================================*/

 #container
{
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
/* ========================================================== 
	Rules for  the header 
   ========================================================== */

 #header
{
	height: 50px;
	width: 780px;
	padding: 0;
	margin:0;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#header p
{
	margin: 0;
	padding: 10px 0;
}
#logo
{
	margin: 0;
	width:250px;
	height: 18px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#logo img
{
	border: 0;
}
/*  	Rules for  the page navigation bar */
div#navwrapper
{
	width:400px;
	height: 18px;
	float:right;
	font-size: 18px;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#navwrapper ul
{
	
	list-style:none;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
div#navwrapper li
{
	float:left;
	padding:0 0 0 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
div#navwrapper a
{
	display:block;
	/*	padding:4px 5px 5px 5px;*/
	text-decoration:none;
	font-weight:normal;
	color:#999;
	background-color:transparent;
}
div#navwrapper a:hover
{
	color:#666666;
}
/* this rule changes the menu item black on the current selected page*/
div#navwrapper #current a
{
	color:#000;
	background-color:transparent;
	padding-bottom:0;
}
/*  	Rules for  the main content */
 #mainContent
{
	float:left;
	width: 100%;
	background: #fff;
	min-height: 450px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ========================================================== */
/*  Rules for  the footer structures
/* ==========================================================*/
#footer {
	float: right;
	height: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#login
{
	float: right;
	height: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
div#randomimage
{
	float: left;
	width: 350px;
	padding-left: 215px;
	padding-top : 50px;
	margin:0;
	height: 450px; 
	
}
div#randomimage img
{
	border: 0;
	vertical-align: middle;
}
#bioContent
{
	width:680px;
	margin: 0;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#bioContent h1
{
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	padding:0;
	color: #666666;
}
#bioContent h2
{
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	padding:0;
	color: #666666;
}
#bioContent p
{
	margin: 0;
	padding: 10px 0;
	
}

#contact
{
	width: 580px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0;
	padding-top: 200px;
	padding-left: 200px;
}
#contact img
{
	float:left;
}
#contactname
{
	float:left;
	font-size: 18px;
	color: #666666;
	padding-top: 20px;
}
#contactemail
{
	float:left;
	font-size: 16px;
}
/* LSDEditor styles*/
.h1
{
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #666666;
}
.h2
{
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #666666;
}
.h3
{
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #666666;
}
.normal 
{
	margin-top: 0;
	margin-bottom: 10px;
	text-align:left;
	font-size: 13px;
	color: #666666;

}