/* 	STYLESHEET COPYRIGHT © James Keirstead 2009
	ALL RIGHTS RESERVED
	http://jkeirstead.com
*/

BODY
	{
		color: #9d9d9d;
		background-image: url(/img/bg.jpg);
		font-size: 0.9em;
		font-family: tahoma,verdana,arial,sans-serif;
		margin: none;
		text-align: center;
	}
	
.white { color: white; }
	
/* Links */


a:link,
a:visited
	{
		color: #1DA0CE;
		text-decoration: none;
		border-bottom: 1px solid #1DA0CE;
	}
	
a:hover
	{
		color: white;
		text-decoration: none;
		border-bottom: 1px dashed white;
	}
	
/* Lists */

li { list-style-type: square; }
	
/* Main DIVs */

div#container
	{
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
div#header
	{
		height: 200px;
		background-image: url(/img/header.jpg);
		background-repeat: no-repeat;
	}
	
div#nav
	{
		padding-top: 115px;
		padding-left: 15px;
		font-size: 1.1em;
		color: white;
	}
	
div#left
	{
		width: 440px;
		margin-left: 15px;
		float: left;
		padding: 10px;
	}
	
div#right
	{
		width: 245px;
		float: right;
		background-image: url(/img/right.jpg);
		background-repeat: repeat-y;
		font-size: 0.9em;
	}
	
div#footer
	{
		clear: both;
		#border-top: 2px solid #00131F;
		font-size: 0.8em;
		#text-align: center;
		padding: 5px;
	}
	
/* Secondary Div */

div.rightcontent
	{
		padding: 10px;
		width: 200px;
	}
	
/* Navigation Elements */

div#nav li
	{
		display: inline;
		list-style-type: square;
		list-style-position: inside;
		margin-left: 10px;
		color: white;
		font-size: 90%;
	}
	
div#nav li:before
	{
		content: "\0020 \0020 \0020 \00BB \0020";
		color: #ccc;
	}
	
div#nav li:hover
	{
		color: white;
	}
	
div#nav a:link,
div#nav a:visited
	{
		color: #1178b6;
		text-decoration: none;
		border: none;
	}
	
div#nav a:hover
	{
		color: white;
	}
	
/* Footer */

div#footer li
	{
		display: inline;
		list-style-type: square;
		list-style-position: inside;
		margin-left: 10px;
		color: white;
	}
	
div#footer li:before
	{
		content: "\0020 \0020 \0020 \00BB \0020";
		color: #ccc;
	}
	
div#footer li:hover
	{
		color: white;
	}
	
div#footer a:link,
div#footer a:visited
	{
		color: #1178b6;
		text-decoration: none;
		border: none;
	}
	
div#footer a:hover
	{
		color: white;
	}
	
/* Headings */

h1
	{
		color: #0f6dae;
		font-size: 1.5em;
		font-weight: normal;
		display: inline;
	}
	
h2
	{
		color: #0f6dae;
		font-size: 1.2em;
		font-weight: normal;
		display: inline;
	}
	
	
/* Login Form */

div.loginform
	{
		color: white;
		width: 150px;
	}
	
input.loginform 
	{
		background-color: #333333;
		border: 1px solid #6b6b6b;
		width: 150px;
		color: white;
		padding: 2px;
		font-size: 0.9em;
	}

div.loginbutton
	{
		margin-top: 5px;
		text-align: right;
	}
	
/* Content */

div.thumb
	{
		width: 98px;
		height: 98px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
/* Packages */

table.package
	{
		font-size: 0.9em;
		text-align: center;
	}
tr.top th
	{
		color: #21A4D2;
		font-weight: normal;
		border-bottom: 2px solid #6F6F6F;
	}
	
tr.bottom th
	{
		color: #21A4D2;
		font-weight: normal;
		border-top: 2px solid #6F6F6F;
	}
	
table.package td
	{
		padding: 5px;
		border-bottom: 1px solid #333333;
	}
	
table.package .left
	{
		text-align: left;
		font-weight: normal;
		border-bottom: 1px solid #333333;
		color: white;
	}
	
.package_highlight
	{
		background-color: #05121B;
	}
	
/* Gallery */

.gallery img { border: 5px solid white; }

/* Portfolio */

div.portfolio_image
	{
		border: 5px solid white;
		float: right;
		margin: 15px 15px 0 0;
	}