/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

/*		
		Bright Magenta (left side): #ff00ff
		Black (text content): #000000
		Light Grey (section titles): #cccccc
		Light Grey (links): #666666
		Light Grey (copyright): #b8b9b7
		White (background): #ffffff
*/

/*added styles for delicous links*/

.delicious-posts {
	margin-top:5px;
	width: 165px;
	font-family:Helvetica, Arial, sans-serif;
	}
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0}
.delicious-post { }
.delicious-odd { }
.delicious-banner a {
	font-size: 16px;
	text-transform:lowercase;
	font-weight:bold;
	color: #999999;
	padding-bottom:5px;
	}
.delicious-posts a:hover { }
.delicious-posts a { text-decoration: none; display: block; }
.delicious-post a {  }

/*added a class to move h3 text up to align with the title*/

#aligntop {
	width: 200px;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:#999999;
	font-weight:lighter;
	padding-left:-50px;
}

p a:link {
	color: #999999;
	text-decoration:underline;
}
p a:active {
	color: #999999;
	text-decoration:underline;
}
p a:visited {
	color: #999999;
	text-decoration:underline;
}
p a:hover {
	color: #999999;
	text-decoration:underline;
}

/*added a style to modify links within image captions */

h3 a:link {
	color: #999999;
	text-decoration:underline;
}
h3 a:active {
	color: #999999;
	text-decoration:underline;
}
h3 a:visited {
	color: #999999;
	text-decoration:line-through;
}
h3 a:hover {
	color: #999999;
	text-decoration:underline;
}

.bordercaption a:link {
	color: #999999;
	text-decoration:underline;
}
.bordercaption a:active {
	color: #999999;
	text-decoration:underline;
}
.bordercaption a:visited {
	color: #999999;
	text-decoration:line-through;
}
.bordercaption a:hover {
	color: #999999;
	text-decoration:underline;
}

.caption a:link {
	color: #999999;
	text-decoration:underline;
}
.caption a:active {
	color: #999999;
	text-decoration:underline;
}
.caption a:visited {
	color: #999999;
	text-decoration:underline;
}
.caption a:hover {
	color: #999999;
	text-decoration:underline;
}


/*Added a class nav to move the navigation*/

.nav {
	font:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight: normal;
	position: relative;
	top: 504px;
	z-index:2;
}	

/*adding style to move the slideshow text (h4 tag) below the image within the container*/

.container h4 {
	position: fixed;
	top: 0px;
	width: 350px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
	padding-right:0px;
	border-right:1px solid #000000;
}

.container h3 {
	font-weight:lighter;
	position: absolute;
	top: 0px;
	width: 350px;
	margin-bottom:0px;
	margin-left: 0px;
	padding-left:0px;
	padding-right:0px;
}


/*added a hybrid style to modify the way links look within .container*/

.container h4 a:link {
	color: #999999;
	text-decoration:underline;
}
.container h4 a:active {
	color: #999999;
}
.container h4 a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
.container h4 a:hover {
	color: #999999;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background-color:#ffffff;
	overflow: auto;
	background-position:left top;
	color: #999999;
}

/* This is the old version of my site with the pink bar.
#color-left {
	background:#ff00ff none repeat scroll 0 0;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:12px;
*/


a:link {
	color: #999999;
	text-decoration:none;
}
a:active {
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}

#topTitle {
	padding-bottom:30px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height:16px;
	letter-spacing:normal;
	text-transform:lowercase;
}

#topTitle a:link {
	text-decoration: none;
	color:#999999;
	font-size: 10px;
}
#topTitle a:active {
	font-size: 10px;
	text-decoration: none;
	color:#999999
}
#topTitle a:visited {
	font-size: 10px;
	text-decoration: line-through;
	color:#999999
}
#topTitle a:hover {
	text-decoration: underline;
	color:#999999;
}

#bottomTitle {
	font-size: 7pt;
	color:#999999;
	padding-bottom: 10px;
	padding-top:5px;
}

#menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:18px;
	overflow: auto;
	width: 145px;
	padding-top: 10px;
	padding-left: 0px;
	bottom: 0;
	height: 100%;
	position: fixed;
	margin-left: 6px;
	color: #444444;
	font-weight: lighter;
}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
}

#menu ul li.section-title {
	text-align:left;
	text-transform:lowercase;
	font-weight:normal;
	margin:0pt 0pt 0px;
	padding-bottom:0px;
	font-size: 14px;
}

#content {
	height: 100%;
	margin: 0 0 0 140px;
	padding-top: 90px;
	width:auto;
	font-size: 11px;
	color: #999999;
}

.container {
	padding: 0px 5px 25px 5px;
}

#content p {
	width: 200px;
	margin-bottom: 9px;
	color: #666666;
}

h1 {
	color:#999999;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:lighter;
	line-height:16px;
	letter-spacing:normal;
	text-transform:uppercase;
	margin-top: 16px;
	margin-left: 0px;
	}
	
h1:first-line {
	color:#999999;
	}
	
h2 {
	padding-bottom:10px;
	margin-top: 5px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:lighter;
	line-height:16px;
	letter-spacing:normal;
	margin-top:1px;
 	}
	
h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#999999;
	margin-bottom:5px;
	}

h4 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#999999;
	width:550px;
	font-weight:lighter;
	 }

#img-container	{
	position:absolute;
	top:-8px;
	padding: 0;
	width: 870px;
	margin-left: 5px;
	}
	
#img-container-single	{
	position:absolute;
	top:0px;
	padding: 0;
	}

	
.caption	{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#999999;
	font-weight:lighter;
	font-style:italic;
	text-transform:none;
	width: 200px;
	margin-top: -2px;
	padding: 0 0 12px 0px;
}

/*changed the border and captions for slideshows that require a light border*/

.img-bot-border	{
	border:1px solid #CCCCCC;
	margin-top: -50px;
	}
	
.bordercaption	{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#999999;
	font-weight:lighter;
	font-style:italic;
	text-transform:none;
	width: 400px;
	margin-top: 3px;
	padding: 0 0 12px 0px;
}	


#once { clear: left; }

