body {
	background-color: #161616;
	margin: 0px; 
	padding: 0px;
	color: #161616;	
	font: 12px/20px Verdana, sans-serif;
	}

/*____________________________________________________________________________________________ Links _*/

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
a:active {
	color: #000;
	text-decoration: underline;
	}
	
/*____________________________________________________________________________________________ Helpers _*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.breaker { clear: both; line-height: 13px; font-size: 13px; width: 100%; height: 13px; margin: 0px; padding: 0px; }

.wtf { border: 1px solid red; }

.display-block { display: block; margin: 0px; padding: 0px; }

.show-btn { cursor: pointer; color: red; }

.no-border { border: 0px; }

.pointer:hover { cursor: pointer; }

.text-center { text-align: center; }

.red-text { background-color: red; color: #fff; padding: 0px 2px 0px 2px; }

/*____________________________________________________________________________________________ Fixed Presets _*/

p { margin: 0px 0px 0px 0px; padding: 7px 0px 7px 0px; }

ul { padding: 0px 0px 0px 13px; }
ul li { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; line-height: 20px }

form { margin: 0px; padding: 0px; }
	
h1 {  
	font: 20px/22px verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	}
h2 {  
	font: 30px/32px verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -3px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #171717;
	}
h3 {  
	font: 30px/32px verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -3px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: red;
	}
h4 {  
	font: 25px/27px verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -3px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #C3D0DF;
	}
	h4 a:link, h4 a:visited {
		color: #CF4046;
		text-decoration: none;
		}

	h4 a:hover, h4 a:active {
		color: red;
		text-decoration: none;
		}
		
h5 {  
	font: 20px/22px verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #000;
	}
/*____________________________________________________________________________________________ Main Layout _*/

#stripes {
	background: url("/_ima/bg.jpg") repeat #161616 top;
	width: 100%;
	height: 100%;
	}
		
.middler {
	width: 840px;
	margin: 0px auto;
	}
	
#bg-fade {
	background: url("/_ima/bg-fade.jpg") repeat-x top;
	width: 100%;
	height: 100%;
	}

#container {
	width: 840px;
	height: 100%;
	margin: 0px auto;
	padding: 30px 0px 30px 0px;
	}
	#content-left {
		width: 562px;
		float: left;
		padding: 0px 0px 0px 0px;
		}
	#content-right {
		width: 250px;
		float: right;
		padding: 0px 0px 20px 10px;
		}
		#content-right p {
			margin: 0px;
			padding: 0px;
			}

.your-profile {
	font: verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -3px;
	margin: 0px;
	color: #fff;
	}
	a.profile-links, a.profile-links:visited {
		color: #fff;
		text-decoration: none;
		width: 244px;
		height: 20px;
		float: left;
		padding: 1px 0px 2px 0px;
		}
	a.profile-links:hover, a.profile-links:active {
		color: #fff;
		text-decoration: none;
		background-color: red;
		padding: 1px 0px 2px 5px;
		}

	#content-left-2 {
		background-color: #9DA9B7;
		width: 522px;
		float: left;
		padding: 20px;
		border: 1px solid #6B7D8F;
		}

a.top-link {
	background: url("/_ima/top-link.gif") no-repeat;
	width: 51px;
	height: 37px;
	float: right;
	margin: -39px 0px 0px 0px;
	}
	a.top-link:hover {
		background-position: 0px -37px;
		}

/*____________________________________________________________________________________________ Top Bar _*/

#top-bar {
	background: url("/_ima/top-bar.jpg") repeat-x;
	width: 100%;
	height: 125px;
	}
	.logo {
		margin: 25px 0px 0px 0px;
		float: left;
		border: 0px;
		}
		
/*____________________________________________________________________________________________ Navigation _*/

	#navigation {
		width: 380px;
		height: 21px;
		float: right;	
		padding: 73px 0px 0px 0px;
		}
		
		#navigation img {
			border: 0px solid red;
			}
		#navigation a:link img {
			text-decoration: none;
			padding: 1px;
			}
		#navigation a:visited img {
			text-decoration: none;
			padding: 1px;
			}
		#navigation a:hover img {
			text-decoration: none;
			background-color: red;
			border: 1px solid red;
			padding: 0px;
			}
		#navigation a:active img {
			text-decoration: none;
			padding: 0px;
			}
			
		#nav-wtf {
			width: 66px;
			height: 21px;
			float: right;
			margin: 0px 0px 0px 30px;
			}
		#nav-login {
			width: 74px;
			height: 21px;
			float: right;
			margin: 0px 0px 0px 30px;
			}
		#nav-register {
			width: 109px;
			height: 21px;
			float: right;
			margin: 0px 0px 0px 30px;
			}
		#nav-you {
			width: 54px;
			height: 21px;
			float: right;
			margin: 0px 0px 0px 30px;
			}
		#nav-them {
			width: 69px;
			height: 21px;
			float: right;
			margin: 0px 0px 0px 30px;
			}
		#nav-leave {
			width: 71px;
			height: 21px;
			float: right;
			margin: 0px 0px 0px 30px;
			}

.hey-chump {
	width: 249px;
	height: 85px;
	border: 0px;
	margin: 0px 0px 30px 0px;
	}
	a:hover .hey-chump {
		background-color: #ff0000;
		}

/*____________________________________________________________________________________________ You Layout _*/

#footer {
	background-color: #161616;
	border-top: 2px solid #000;
	color: #fff;
	padding: 10px 0px 70px 0px;
	color: #666;
	font-size: 10px;
	}

/*____________________________________________________________________________________________ Index Layout _*/

.gallery-pic-container {
	float: left;
	width: 172px;
	height: 124px;
	padding: 0px 15px 15px 0px;
	}
.gallery-pic-container img {
	border: 6px solid #272728;
	width: 160px;
	}
	a.gallery-pic:hover img {
		border: 6px solid #000;
		}
	
a.gallery-pic span, a.gallery-pic:visited span {
	position: absolute;
	font-size: 0px;
	line-height: 0px;
	}
	a.gallery-pic:hover span, a.gallery-pic:active span {
		position: absolute;
		width: 157px;
		background-color: #000;
		margin: 5px 0px 0px 5px;
		padding: 0px 0px 5px 5px;
		opacity:.90;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		font-size: 11px;
		line-height: 20px;
		color: #fff;
		overflow: hidden;
		cursor:pointer;
		}	
		
a.gallery-pic div, a.gallery-pic:visited div {
	position: absolute;
	width: 157px;
	height: 16px;
	background-color: #272728;
	margin: 100px 0px 0px 5px;
	padding: 0px 0px 4px 5px;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
	cursor:pointer;
	}	
	a.gallery-pic:hover div, a.gallery-pic:active div {
		background-color: #000;
		opacity:100;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		}
		
/*____________________________________________________________________________________________ Pagination Layout _*/

.pagination {
	font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
	padding: 10px 0px 0px 14px;
	width: 525px;
	height: 33px;
	clear: both;
	}
.pagination a {
	background-color: #9BADBF;
	width: 32px;
	margin: 0px 4px 0px 0px;
	padding: 3px 0px 3px 0px;
	float: left;
	text-decoration: none;
	color: #fff;
	text-align: center;
	}
.pagination a:hover, .pagination a:active {
	background-color: #ff0000;
	width: 32px;
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 3px 0px 3px 0px;
	color: #fff;
	text-align: center;
	}
.pagination span.current {
	background-color: #161616;
	width: 30px;
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 3px 0px 3px 0px;
	color: #fff;
	text-align: center;
	}
.pagination span.disabled {
	display:none;
	}
.pagination a.previous,
.pagination a.previous:visited,
.pagination a.previous:hover,
.pagination a.previous:active {
	width: 60px;
	float: left;
	}
.pagination a.next,
.pagination a.next:visited,
.pagination a.next:hover,
.pagination a.next:active {
	width: 60px;
	float: left;
	}
/*____________________________________________________________________________________________ Right Side Layout _*/

.mobile-extra {
	background-color: #B5C2CF;
	width: 510px;
	border: 1px solid #8494A4;
	font-size: 11px;
	line-height: 16px;
	}
		
		.mobile-extra h1 {
			background: url("/_ima/top-bar.jpg") repeat-x;
			padding: 4px 0px 4px 10px;
			}
		.mobile-extra p {
			padding: 10px;
			}
					
/*____________________________________________________________________________________________ Right Side Layout _*/

.search-bar {
	border: 1px solid #000;
	padding: 3px;
	float: left;
	width: 160px;
	margin: 3px 0px 0px 0px;
	}
.search-btn {
	float: right;
	margin: 3px 0px 0px 0px;
	border: 0px;
	}

/*____________________________________________________________________________________________ Contact Layout _*/

form p {
	margin: 0px;
	padding: 0px;
	}

.contact-left {
	width: 540px;
	float: left;
	}
	#form-section {
		float: left;
		}
	.input-names {
		width: 200px;
		height: 20px;
		padding: 1px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
		float: left;
		font: 16px/18px verdana, helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: -2px;
		color: #161616;
		}
	.input-names-3 {
		width: 100px;
		height: 20px;
		padding: 1px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
		float: left;
		font: 16px/18px verdana, helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: -2px;
		color: #161616;
		}
	.input-names2 {
		color: #22384F;
		font-size: 11px;
		padding: 0px;
		}
	.inputs {
		width: 200px;
		height: 20px;
		padding: 0px 0px 2px 5px;
		margin: 0px 10px 0px 0px;
		float: left;
		font-size: 16px;
		border: 1px solid #22384F;
		font: 16px/21px verdana, helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: -2px;
		color: #22384F;
		}
	.upload {
		width: 200px;
		height: 20px;
		padding: 0px 0px 2px 5px;
		margin: 0px 10px 0px 0px;
		float: left;
		font-size: 16px;
		border: 1px solid #22384F;
		font: 16px/21px verdana, helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: -2px;
		color: #22384F;
		}
	.upload-info {
		width: 360px;
		float: left;
		border: 1px solid #687D8F;
		background-color: #9DA9B7;
		padding: 10px 10px 0px 10px;
		margin: 0px 10px 0px 0px;
		}
		.upload-info p {
			width: 100px;
			float: left;
			margin: 0px;
			padding: 0px;
			font-weight: bold;
			}
		.phototitlebox {
			width: 250px;
			float: left;
			border-top: 0px;
			border-right: 0px;
			border-bottom: 1px solid #6B7D8F;
			border-left: 0px;
			padding: 3px;
			margin: 0px 0px 10px 0px;
			}
		.upload-info textarea {
			font: 12px/20px Verdana, sans-serif;
			width: 250px;
			height: 65px;
			border-top: 0px;
			border-right: 0px;
			border-bottom: 1px solid #6B7D8F;
			border-left: 0px;
			padding: 0px 3px 3px 3px;
			margin: 0px 0px 10px 0px;
			float: left;
			}
		.temp-save-btn {
			clear: both;
			margin: 25px 0px 0px 20px;
			}
		.delete-image-btn {
			margin: 50px 0px 0px 15px;
			float: left;
			border: 0px;
			}
	.selects {
		width: 207px;
		height: 25px;
		padding: 2px 0px 2px 0px;
		float: left;
		font-size: 16px;
		border: 1px solid #22384F;
		}
	.textareas {
		width: 300px;
		height: 65px;
		padding: 2px 0px 2px 5px;
		float: left;
		font-size: 16px;
		font-family: verdana;
		border: 1px solid #22384F;
		}
	.textareas-2 {
		width: 300px;
		height: 200px;
		padding: 2px 0px 2px 5px;
		float: left;
		font-size: 14px;
		font-family: verdana;
		border: 1px solid #22384F;
		}
	#captcha {
		width: 405px;
		height: 75px;
		border: 1px solid #22384F;
		margin: 3px 0px 8px 0px;
		padding: 0px;
		}
	#submit-btn {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 203px;
		float: left;
		}
				
	.form-fail {
		font: 23px/23px verdana, helvetica, sans-serif;
		width: 50px;
		height: 23px;
		font-weight: bold;
		letter-spacing: -3px;
		margin: 0px;
		padding: 0px;
		color: red;
		float: left;
		}
	.form-awesome {
		font: 23px/23px verdana, helvetica, sans-serif;
		width: 50px;
		height: 23px;
		font-weight: bold;
		letter-spacing: -3px;
		margin: 0px;
		padding: 0px;
		color: #8aff00;
		float: left;
		}
		
	.error {
		color: red;
		}
		
.error-title {
	background: url("/_ima/red-bg.jpg") repeat;
	width: 397px;
	height: 42px;
	font: 30px/32px verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -3px;
	margin: 0px;
	padding: 5px;
	color: #fff;
	}
.error-box {
	background-color: #D1D8DF;
	width: 385px;
	border: 1px solid red;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	}
	.error-box p {
		clear: both;
		line-height: 14px;
		padding: 0px 0px 12px 0px;
		}
		
		

/*____________________________________________________________________________________________ Upload _*/

.remove-btn {
	border: 0px;
	margin: 0px 0px -4px 0px;
	}
	
#photo_wrap_list {
	clear: both;
	float: left;
	width: 350px;
	padding: 0px 0px 0px 200px;
	display: block;
	}

/*____________________________________________________________________________________________ View Pic _*/

.view-pic {
	border: 10px solid #000;
	width: 500px;
	display: block;
	}
.view-pic-name {
	width: 510px;
	background-color: #000;
	padding: 0px 0px 11px 10px;
	color: #fff;
	}
.view-pic-post {
	width: 500px;
	float: left;
	font-size: 10px;
	color: #3E576F;
	text-align: left;
	padding: 0px 11px 0px 11px;
	}
	.view-pic-post p {
		margin: 0px;
		padding: 0px;
		}
	.view-pic-post a:link, .view-pic-post a:visited {
		color: #3E576F;
		text-decoration: none;
		}
	.view-pic-post a:hover, .view-pic-post a:active {
		color: #3E576F;
		text-decoration: underline;
		}
.post-date {
	width: 350px;
	float: left;
	}
.post-big {
	width: 150px;
	float: right;
	text-align: right;
	}
		
.view-info {
	background: url("/_ima/photo-info.gif") no-repeat #9DA9B7;
	background-color: #9DA9B7; 
	font-size: 11px;
	line-height: 14px;
	padding: 33px 10px 10px 10px;
	border: 1px solid #6B7D8F;
	}
	.photo-info-arrow {
		position: absolute;
		margin: -28px 0px 0px -22px;
		padding: 0px;
		width: 12px;
		height: 24px;
		}
		
/*____________________________________________________________________________________________ Next Last Layout _*/

.next-pic {
	width: 121px;
	height: 81px;
	float: right;
	}
.prev-pic {
	width: 125px;
	height: 81px;
	float: left;
	}
	
.next-last img {
	margin: 0px;
	padding: 0px;
	display: block;
	}
	.next-last a:link img, .next-last a:visited img {
		border: 3px solid #272728;
		}
	.next-last a:hover img, .next-last a:active img {
		border: 3px solid #000;
		}
		
	.next-pic a:link span, .next-pic a:visited span,
	.prev-pic a:link span, .prev-pic a:visited span {
		position: absolute;
		font-size: 0px;
		line-height: 0px;
		}	
		.prev-pic a:hover span, .prev-pic a:active span,
		.next-pic a:hover span, .next-pic a:active span {
			position: absolute;
			width: 120px;
			background-color: #000;
			margin: 2px 0px 0px 0px;
			padding: 0px 0px 5px 0px;
			opacity:.90;
			filter: alpha(opacity=90);
			-moz-opacity: 0.9;
			cursor:pointer;
			font: 25px/27px verdana, helvetica, sans-serif;
			text-align: center;
			font-weight: bold;
			letter-spacing: -3px;
			color: #fff;
			}	
	
/*____________________________________________________________________________________________ Comments _*/

		
.comment-container {
	background-color: #D1DAE3;
	padding: 11px 11px 11px 11px;
	margin: 0px 0px 10px 0px;
	}					
	.comment-container-user {
		background: url("/_ima/blue-bg.jpg") repeat #fff;
		padding: 11px 11px 11px 11px;
		margin: 0px 0px 10px 0px;
		}

a.comment-user img {
	width: 115px;
	border: 5px solid #272728;
	display: block;
	float: left;
	margin: 0px 4px 4px 0px;
	}
	a.comment-user img:hover {
		border: 5px solid #000;
		}
				
.comment-user-info {
	width: 130px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	}
	.comment-user-info p {
		padding: 0px 0px 0px 0px;
		}

.actual-comment {
	background-color: #fff;
	width: 360px;
	float: right;
	margin: 0px;
	padding: 0px;
	display: block;
	}
	.actual-comment p {
		padding: 5px 10px 10px 10px;
		min-height: 102px;
	 	 height:auto !important;
	 	 height: 102px;
		}

.comment-time {
	text-align: right;
	padding: 5px;
	font-size: 9px;
	color: #A7B4BF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border-top: 1px dashed #C3D1DF;
	}

.comment-post {
	font: 12px/22px Verdana, sans-serif;
	width: 502px;
	height: 100px;
	padding: 5px 10px 10px 10px;
	border-top: 0px solid #6B7D8F;
	border-right: 0px solid #6B7D8F;
	border-bottom: 1px solid #6B7D8F;
	border-left: 0px solid #6B7D8F;
	}
	
	
.edit-pic-thumb {
	width: 140px;
	float: left;
	}
	.edit-pic-thumb img {
		width: 115px;
		border: 5px solid #272728;
		display: block;
		float: left;
		margin: 0px 4px 0px 0px;
		}
		
.edit-pic-upload {
	width: 300px;
	float: left;
	}
	
.edit-textarea {
	font: 12px/22px Verdana, sans-serif;
	width: 492px;
	height: 100px;
	padding: 5px 10px 10px 10px;
	border-top: 0px solid #6B7D8F;
	border-right: 0px solid #6B7D8F;
	border-bottom: 1px solid #6B7D8F;
	border-left: 0px solid #6B7D8F;
	}
	

/*____________________________________________________________________________________________ You Layout _*/

#content-left-3 {
	background: url("/_ima/red-bg.jpg") repeat-x #9DA9B7;
	width: 542px;
	float: left;
	padding: 15px 0px 10px 0px;
	border: 1px solid #6B7D8F;
	}
		
.you-title {
	background: url("/_ima/top-bar.jpg") repeat-x #9DA9B7;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 20px 0px;
	border-top: 2px solid #ff0000;
	border-bottom: 1px solid #C3D0DF;
	font: 25px/27px verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -3px;
	color: #fff;
	}
	
.you-title-2 {
	background-color: #6B7D8F;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 10px 0px;
	}
	.you-title-2 h1 {
		width: 400px;
		float: left;
		}	
	.you-title-2 p {
		width: 100px;
		float: right;
		text-align: right;
		margin: 0px;
		padding: 0px;
		font-size: 10px;
		}
		.you-title-2 a:link, .you-title-2 a:visited { color: #fff; text-decoration: none; }
		.you-title-2 a:hover, .you-title-2 a:hover { color: #fff; text-decoration: underline; }
	
		
.you-padding {
	padding: 0px 0px 0px 15px
	}
		
.actual-comment-you {
	background-color: #fff;
	width: 373px;
	float: right;
	margin: 0px 15px 10px 0px;
	padding: 0px;
	display: block;
	}
	.actual-comment-you p {
		padding: 5px 10px 10px 10px;
		min-height: 54px;
		line-height: 16px;
		}

a.recent-uploads img {
	width: 115px;
	border: 5px solid #272728;
	display: block;
	float: left;
	margin: 0px 4px 4px 0px;
	}
	a.recent-uploads img:hover {
		border: 5px solid #000;
		}
	

/*____________________________________________________________________________________________ Them Layout _*/

#content-left-4 {
	background-color: #9DA9B7;
	width: 542px;
	float: left;
	padding: 0px 0px 5px 0px;
	border: 1px solid #6B7D8F;
	}
		
.you-title-3 {
	background: url("/_ima/top-bar.jpg") repeat-x #9DA9B7;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #C3D0DF;
	font: 25px/27px verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -3px;
	color: #fff;
	}
	
.view-pic-2 {
	border: 6px solid #000;
	width: 500px;
	display: block;
	margin: 0px 0px 13px 0px;
	}
	
.about-you {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	}
	
/*____________________________________________________________________________________________ FCM _*/
	
.footer-left {
	width: 600px;
	float: left;
	}
	
	.footer-left a:link {
		color: #666;
		text-decoration: none;
		}
	.footer-left a:visited {
		color: #666;
		text-decoration: none;
		}
	.footer-left a:hover {
		color: #fff;
		text-decoration: none;
		}
		a:hover .fcm-full {
			color: #fff;
			text-decoration: none;
			border-top: 1px solid red;
			}
	.footer-left a:active {
		color: #ddd;
		text-decoration: none;
		}
	
	.footer-left img {
		border: 0px;
		margin: 0px 0px -4px 0px
		}
	
/*____________________________________________________________________________________________ jslider Layout _*/

	.cyclepics {  
	    padding: 0;  
	    margin:  0;  
		} 
	.cyclepics img {  
	    padding: 5px;  
	    border:  1px solid #ccc;  
	    background-color: #eee;  
	    top:  0; 
	    left: 0 
		} 	

/*____________________________________________________________________________________________ jslider Layout _*/
	
#slider-box {
	width: 410px;
	height: 320px;
	float: left;
	}
	
#slider {
	width: 410px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding: 0px;
	background-color: #fff;
	border: 1px solid #BFE9FF;
	}
#sliderContent {
	width: 410px; /* important to be same as image width or wider */
	height: 300px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0px;
	}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	}
.sliderImage span {
	width: 390px;
	position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
	color: #00465F;
	display: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
.sliderImage span strong {
	font-size: 16px;
	}
.top {
	top: 0;
	left: 0;
	}
.bottom {
	bottom: 0px;
	left: 0;
	}
#slider ul { list-style-type: none;}
	
	
.term-container {
	width: 440px;
	margin: 0px auto;
	background-color: #9DA9B7;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #6B7D8F;
	}
	
/*____________________________________________________________________________________________ Blog Layout _*/

#blog-content-left {
	
	width: 542px;
	float: left;
	}
		
.byline-top {
	background-color: #eee;
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	color: #666;
	padding: 5px 15px 5px 15px;
	border-bottom: 1px solid #e0e0e0;
	}
	.byline-top a, .byline-top a:visited {
		color: #666;
		text-decoration: none;
		}
	.byline-top a:hover, .byline-top a:active {
		color: #000;
		text-decoration: none;
		}
	
.blog-title {
	background: url("/_ima/top-bar.jpg") repeat-x #9DA9B7;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 0px 0px;
	border-top: 2px solid #ff0000;
	border-bottom: 1px solid #C3D0DF;
	font: 25px/27px verdana, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -3px;
	color: #fff;
	}
	.blog-title a, .blog-title a:visited {
		color: #fff;
		text-decoration: none;
		}
	.blog-title a:hover, .blog-title a:active {
		color: #999;
		text-decoration: none;
		}
.entry {
	background: url("/_ima/red-bg.jpg") repeat-x #9DA9B7;
	padding: 15px 0px 0px 0px;
	border: 1px solid #6B7D8F;
	margin: 0px 0px 10px 0px;
	}

.blog-entry {
	background-color: #fff;
	padding: 15px;
	color: #5F5F5F;
	}
		
.byline-bottom {
	background-color: #161616;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	text-align: left;
	border-top: 1px solid #000;
	font-size: 11px;
	}
	.byline-bottom a, .byline-bottom a:visited {
		color: #fff;
		text-decoration: none;
		}
	.byline-bottom a:hover, .byline-bottom a:active {
		color: #fff;
		text-decoration: none;
		}

.blog-comment-time {
	text-align: right;
	padding: 5px;
	font-size: 9px;
	color: #A7B4BF;
	margin: 0px;
	padding: 0px 14px 0px 14px;
	border-top: 1px dashed #455A6F;
	}
	.blog-comment-time a {
		color: #A7B4BF;
		}
	
.blog-comment {
	padding: 0px;
	background-color: #6B7D8F;
	border-top: 1px solid #6D869F;
	}
.blog-commentAlt {
	padding: 0px;
	background-color: #576B7F;
	border-top: 1px solid #6D869F;
	}
	
.blog-commentBody {
	padding: 14px;
	color: #fff;
	}
	
.addCommentLink {
	background-color: #161616;
	padding: 3px 14px 6px 14px;
	margin: 0px;
	border-top: 1px solid #000;
	}
	.addCommentLink h4 {
		margin: 0px;
		padding: 0px;
		}
	.addCommentLink h4 a {
		color: #C3D0DF;
		}
	.addCommentLink h4 a:hover {
		color: #fff;
		}
		
.menuTitle {
	background-color: #161616;
	border-top: 2px solid #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	padding: 0px 0px 3px 5px;
	}
	.menuBody {
		background-color: #9BADBF;
		padding: 5px;
		margin: 0px 0px 10px 0px;
		color: #3E576F;
		border: 1px solid #778B9F;
		}
	.blog-recent-comments {
		padding: 5px 0px 5px 0px;
		border-bottom: 1px solid #6B7D8F;
		font-size: 11px;
		line-height: 15px;
		}
	.blog-recent-comments a, .blog-recent-comments a:visited {
		color: #354A5F;
		text-decoration: none;
		}
	.blog-recent-comments a:hover, .blog-recent-comments a:active {
		color: #FF0000;
		text-decoration: none;
		}
		
	a.blog-link, a.blog-link:visited {
		background-color: red;
		color: #fff;
		font-weight: bold;
		padding: 0px 2px 0px 2px;
		}
	a.blog-link {
		background-color: red;
		color: #fff;
		}
		
.addCommentLink {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	background-color: #CFCFCF;
	}
	
.share-box {
	width: 245px;
	background-color: #81909F;
	border: 1px solid #687d8f;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 5px;
	float: left;
	}
	h5.share-box-title {
		margin: 0px 0px 12px 0px;
		}
	.share-box p {
		width: 40px;
		height: 10px;
		float: left;
		font-size: 10px;
		line-height: 16px;
		font-weight: bold;
		letter-spacing: -1px;
		margin: 0px;
		padding: 0px;
		}
	.share-box input {
		width: 100%;
		float: left;
		border: 0px solid black;
		margin: 0px;
		padding: 0px;
		}
	.share-box-input {
		width: 195px;
		float: right;
		padding: 0px 5px 3px 0px;
		}
	.share-fb a {
		color: #fff;
		font-weight: bold;
		letter-spacing: -1px;
		}
	.share-fb img {
		border: 0px;
		margin: 0px 0px -3px 0px;
		}
		
.bigbox {
	background-color: #9DA9B7;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	}
	.bigbigtitle {
		background-color: #111;
		color: #fff;
		padding: 5px;
		font-weight: bold;
		}
	