/* Body styles */

body {
	background: #73A6C1 url(background.png) repeat;
	font-weight: normal;
	text-align: justify;
	margin: 0 auto;
	scrollbar-base-color:#73A6C1;}

body, p, table, th, td, tr, form, input, textarea, option, select {
	font-family: georgia, verdana, tahoma, helvetica, "san-serif";
	font-size: 10px;}

/* Div IDs */


#image {
	position: absolute;
	left: 205px;
	top: 0px;
	width: 435px;
	height: 349px;
	z-index:2;
	}
	
/* Navigation styles */
	
#navcontainer { 
 position:relative; 
 margin-top:360px;
 margin-left:165px;
 float:left;
 z-index:10;
 }

ul#navlist
{
margin: 0;-
padding: 0;
left: 210px;
top: 330px;
list-style-type: none;
white-space: nowrap;
}

ul#navlist li
{
float: left;
font-family: verdana, arial, sans-serif;
font-size: 9px;
color: #95bbae;
font-weight: bold;
margin: 0;
padding: 5px 15px 4px 15px;
background-color: #1F3B48;
border-top: 0px dashed #74a893;
border-bottom: 0px dashed #111F26;
-moz-border-radius: 3px;
}

#navlist a, #navlist a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: #95bbae;
text-decoration: none;
}

ul#navlist li#active
{
color: #95bbae;
background-color: #305A6E;
-moz-border-radius: 5px;
}

#navlist a:hover
{
color: #ffffff;
background-color: #74a893;
-moz-border-radius: 3px;
border: 0px;
}


/* MAIN styles */


#main {
	position: absolute; 
	left: 205px;
	top: 377px;
	width: 425px;
	background: #1F3B48;
	padding: 0px 5px 0px 5px;
	color: #72B9DA;
	z-index:1;
	}

#main h1 {
	font-size: 24px; 
	text-align: right; 
	text-transform: lowercase;
	font-style: italic; 
	color: #0B1419;
	letter-spacing: 3px;
	margin: 0px; 
	padding: 0px 0px 0px 5px; 
	border-bottom: 0px solid #000000; 
	font-family: "book antiqua", "sans-serif";
	} 

#main h2 {
	font-size: 12px; 
	text-align: center; 
	text-transform: uppercase;
	color: #0B1419;
	letter-spacing: 1px;
	margin: 0px 0px 5px; 
	padding: 2px 0px 1px 0px; 
	border-bottom: 0px solid #000000; 
	font-family: georgia, "sans-serif";}
	
#main h4 {
	font-size: 15px; 
	text-align: left; 
	text-transform: uppercase;
	color: #0B1419;
	letter-spacing: 0px;
	margin: 0px 0px 5px; 
	padding: 0px 0px 3px 0px; 
	border-bottom: 0px solid #000000; 
	font-family: georgia, "sans-serif";}

#main h3 {
	font-size: 12px; 
	text-align: left; 
	text-transform: uppercase;
	color: #0B1419;
	letter-spacing: 4px;
	margin: 0px 0px 5px; 
	padding: 6px 0px 3px 0px; 
	border-bottom: 1px dotted #0B1419; 
	font-family: georgia, "sans-serif";}

img {
	border: 0px;}

div.codesort {
	width: 80%;
	margin: 10px auto;
	text-align: left;
}

div.codesort img {
	margin: 5px;
}

/* Blog classes */

textarea {
     width: 50%;
     height: 50px;
}

/* Form styles */

form {
	color: #74a893;
	font-weight: normal;
	font-style:italic;
	font-face: georgia;}

input, textarea, select, option {
	background-color: #1F3B48;
	border: 2px solid #1A2E38; 
	color: #5F8CA1;}
	
blockquote {
	font-size: 10px;
	padding: 5px;
	margin: 4px 20px;
	line-height: 12px;
	background-color: #74a893;
	color: #0E1C22;
	-moz-border-radius: 5px;
}


/* Link styles */

a {
	color: #111F26; 
	text-decoration: none;
	padding: 1px 2px 1px 2px;}

a:hover {
	color: #74a893;
	text-decoration: none;
	border: 0px solid #72B9DA;
	background-color: #111F26;
	padding: 1px 2px 1px 2px;
	-moz-border-radius: 3px;}

b {color: #5D92B1;}
i {color: #74a893;}

