@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/loading.gif) repeat;
}
* {
	border:none;
	outline:none;
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
#background {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
}

#header {
	position:absolute;
	top:50px;
	left:35px;
}
#header h1 {
	font-size:24px;
	color:#FFFFFF;
	font-style:italic;
}
#column_1_wrapper {
	width:250px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/tile_1.png) repeat-y;
	height:100%;
}
#column_1 {
	margin:0 auto;
	width:180px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#menu {
	margin:135px 0 0 0;
	font-size:15px;
	letter-spacing:-.025em;
	}
#menu li  {
	line-height:20px;
	padding:2px;
	}
#menu li a:active, #menu li a:visited, #menu li a:link {
	background:#FFFFFF;
	padding:2px;
	color:#000000;
	}
#menu li a:hover {
	background:#666666;
	padding:2px;
	color:#FFFFFF;
	}
.blog_link {
	margin:10px 0 0 5px;
	color:#FFFFFF;
	float:left;
}
#pages {
	margin:10px 0 0 0;
}
#column_2_wrapper {
	width:325px;
	text-align:center;
	position:absolute;
	left:250px;
	top:0;
	background:url(../images/tile_2.png) repeat-y;
	height:100%;
	border-right:1px solid #FFFFFF;
}
#column_2 {
	margin:0 auto;
	width:280px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
#column_2 h5 {
	width:280px;
	float:left;
	margin:0 0 15px 0;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}
#content {
	margin:75px 0 0 0;
	font-size:14px;
	line-height:18px;
}

#content h2 {
	margin:0 0 10px 0;
	font-weight:normal;
	font-style:italic;
	font-size:24px;
	
}
#content h3 {
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:15px;
}
#content h4 {
	margin:8px 0 8px 0;
}
.first_p {
	border-top:1px solid #333333;
	padding:10px 0 0 0;
}
#content p {
	margin:0 0 8px 0;
}
#content a:link, #content a:active, #content a:visited {
	color:#999999;
	text-decoration:underline;
}
#content a:hover {
	color:#FF6600;
}
.more_images {
	width:280px;
	float:left;
	margin:15px 0 0 0;
}

.thumbs {
		width:280px;
		float:left;
	}

#links {
	width:280px;
	float:left;
	margin:30px 0 0 0;
	font-style:italic;
	line-height:20px;
}

#links a:link, #links a:active, #links a:visited {
	color:#FFFFFF;
}

#links a:hover {
	color:#666666;
}

.btn {
	width:45px;
	height:40px;
	display:block;
	background:url(../images/view.png) no-repeat top;
	text-indent:-9999em;
	float:right;
}

.nostyle {
	background:none;
	text-indent:0;
	width:auto;
	height:auto;
}
.active {
	width:45px;
	height:40px;
	display:block;
	background:url(../images/hide.png) no-repeat top;
	text-indent:-9999em;
	float:right;
	}
	
#details {
	position:absolute;
	left:575px;
	top:0;
	width:575px;
	height:100%;
	background:#000000;
	}
#pane_wrapper {
	margin:75px 0 0 0;
}
#column_3 {
	width:560px;
	margin:0 auto;
	}
.post_head {
	height:75px;
}
.video_720 {
	width:425px;
	margin:0 auto;
}
.scroll-pane {
	height:560px;
	width:560px;
	}
.scroll-pane p {
	padding:0 20px 0 20px;
	}