/*
 *
 *	Just Some Pictures v2.3
 *	Updated 2007 03 12
 *	Josh Rehling (josh@joshuarehling.com)
 *
 */



/* ------------------------------- redefined */
img * {
	border: 0px;
	}
* {
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 20px;
	background-color: #3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* site's base font size */
	color: #666666;
	}
a {
	color: #FFFF00;
	text-decoration: none;
	}
a:link {
	color: #FFFF00;
	text-decoration: none;
	}
a:visited {
	color: #00FF00;
	text-decoration: none;
	}
a:hover {
	color: #00FF00;
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}

/* ------------------------------- page structure */
#mainCont {
	width: 970px; /* page width */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
	}
#leftColumn {
	float: left;
	margin-right: 10px;
	}
#rightColumn {
	float: left;
	}

/* ------------------------------- shared */
.clear {
	clear: both;
	}

/* ------------------------------- header */
.header {
	padding-bottom: 4px;
	}
.header h1 {
	color: #FFFFFF;
	font-size: 3.4em;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	margin-left: 15px;
	}
.header ul, .header li {
	display: inline;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	}
/* ------------------------------- news */
.news {
	width: 320px;
	color: #FFFFFF;
	padding: 10px 5px 10px 15px;
	margin: 0 0 0px 0;
	border-top: 1px solid #525252;
	}
.news i {
	float: right;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 10px;
	color: #3399CC;
	font-style: normal;
	}
.news h2 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	}
.news p {
	color: #3399CC;
	line-height: 1.3em;
	margin: 5px 0 5px 0;
	}

/* ------------------------------- album list */
.albumList {
	width: 320px;
	padding: 5px 5px 5px 15px;
	margin: 0 0 -1px 0;
	border-bottom: 1px solid #525252;
	border-top: 1px solid #525252;
	}
.albumList i {
	float: right;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 10px;
	color: #00FF00;
	font-style: normal;
	}
.albumList h2 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	}
.albumList p {
	color: #666666;
	line-height: 1.3em;
	}

/* ------------------------------- slideshow */
.bigImage {
	width: 610px;
	height:  580px;
	padding: 0px 0 0px 0;
	background-color: #FFFFFF;
	text-align: center;
	}

/* ------------------------------- keywords */
.keywordList {
	font-family: Courier, monospace;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.5em;
	border-top: 1px solid #525252;
	border-bottom: 1px solid #525252;
	margin: 10px;
	}
.keywordList ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 15px 0 15px 0;
	}
.keywordList li {
	display: inline;
	margin-right: 10px;
	}
.keywordList li a {
	color: #00CCFF;
	}
.keywordList li a:hover {
	color: #FFFF00;
	text-decoration: none;
	}
.keywordList li a:visited {
	color: #FFFF00;
	text-decoration: none;
	}

/* ------------------------------- footer */
.footer p {
	margin: 15px 0 0 25px;
	}