/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Greg Kilian
* @author Rachel Greene
*/
* {
	margin: 0;
	padding: 0;
}

img { border:5px white solid;}


body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #A5AFC9;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#fff;}
a:active { text-decoration: none; color:#fff;}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color:#fff;}

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #A5AFC9;
	background-image: url(/site/side2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index:30;
	border-right: 1px dotted #ffffff;
}

.headnav {
	color: #fff;
	font-size:14px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.headnav img { border:0;}
.infotable {}
.infotable tr td { padding-right: 15px;}
.abt img { border:0; padding-right: 15px; padding-top: 3px;}

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

#menu ul li.section-title { font-family:Arial Black; text-align:right; font-size:12pt; border-bottom:1px dotted white; }

span.caption { display:block;font-size: 12px; margin-top:5px; margin-left:15px;}
span.title { font-size:16px;border-bottom:1px dotted white;margin-left:15px; font-family:Arial Black;}
.cover boxcaption { padding-top:10px;}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
	/*margin-left: 15px;*/
	margin-top: -5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.container2 {
    padding: 5px 5px 25px 5px;
	margin-left: 15px;
	margin-top: 15px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.container2 ol {list-style-type: none;

padding-top: 63px;}
.tumblr_title {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: arial black;
}
.tumblr_body {
	font-size: 14px;
	font-weight: normal;
	margin: 0 600px 30px 0px;
	border-bottom: 1px solid;
	}

.tumblr_caption {
	font-style: italic;
	margin: 0 600px 30px 0px;
	border-bottom: 1px solid;
	}

.about {
	vertical-align:top;
	text-align:justify;
	}


#content p { width: 650px; margin-bottom: 9px; text-align:justify;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 13px; 
	 margin: 7px 7px 7px 7px;
	 border-bottom: 1px dotted;}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/*Here are the jquery styles*/
.one-box picture { padding:0}
.boxgrid{ 
				/*width: 325px; 
				height: 260px;*/ 
				margin:10px; 
				float:left; 
				background:#161613; 
				overflow: hidden; 
				position: relative; 
			}
				/*.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}*/
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 110px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 520px;
 					left: 0;
					padding-top:10px;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
