﻿
body { 
	
	margin:0px;
	font: 14px Arial, Helvetica, sans-serif; 
	line-height: 20px;

}

/*
	Supersized - Fullscreen Background jQuery Plugin Stylesheet
	Version 3.1.3 Core
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

*{ margin:0; padding:0; }

img{ border:none; }



/************* START Chat layout *************/
#root {
	position:absolute;  
	
	padding:0px;
	
	z-index:40;
}

#handle {
	margin:0px;
	padding:0px;
}

/* IE ignores styles with [attributes], so it will skip the following. */
	.back[class] {
	background-image: url("/images/chat.png");
	}
	
	.back {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/chat.png');
	}
/************* END Chat layout *************/


		
#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url() no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ height:auto; width:auto; position:relative; outline:none; border:none; -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }
		
a { color:#bed1ff; }
	
.sp {}

.clear {clear: both}


/************* START Header *************/
#head {
	position:fixed; top:0px;
	
	margin:0 10% 0 10%; 
	width:80%; 
	height:75px; 
	
	background: url('images/back-head.jpg') repeat-x;
	
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
	-webkit-border-bottom-left-radius:28px;
	-webkit-border-bottom-right-radius:28px;
	-moz-border-bottom-left-radius:28px;
	-moz-border-bottom-right-radius:28px;
	border-bottom-left-radius:28px;
	border-bottom-right-radius:28px;
	
	behavior: url(http://neovizion.com/border-radius.htc);
	
	z-index:10;
	
	
}

#headLogo {
	margin-left:70px; 
	width:290px; 
	height:30px; 
	
}

#headNav {
	list-style:none;
	margin:15px 0 0 28px;
	width:385px; 
}


#headNav ul {
	margin:0;
	padding:0;
}

#headNav li {
	list-style:none; 
	
	padding: 2px 9px 0px 9px;
	
	float:left;
}

#headNav li a {
	font-family: 'BankGothicMdBTMedium', Arial, Helvetica, sans-serif;
	font-size:13px; 
	color: #b7b7b7;
	text-decoration:none;
}

#headNav li a:hover {
	 
	color: #fff;
	text-shadow:0px 0px 6px #bedcff, 0px 0px 6px #bedcff;

}

#headIcons {
	 
	margin:-5px 0 15px 0;
	padding:0;
	
	float:right;
	
	width:28%;

}

#headSearch {
	margin:-5px 0 0 0;
	padding:0;
	float:right;
	
	width:27%;

}

#headSearch ul { margin:0; padding:0; }

#headSearch ul li { list-style:none; float:left; }

#headSearch ul li.top{ padding-top:5px; }

/************* END Header *************/



/************* START Main Layout *************/

#navLeft {
	position:fixed; top:70px;  
	margin:0 auto;

	width:385px; 
	height:450px;
	
	background: url('images/back-navLeft.jpg') repeat-x; 
}

#date {  
	margin:15px 0 0 15px;
	padding:0;
	
	float:left;
	width:170px; 
	
	font: 24px 'BankGothicMdBTMedium', Arial, Helvetica, sans-serif; 
	text-shadow: 2px 2px 0px #000;
}

#date p {  
	margin:0;
	padding:0;
	
	font: 16px 'BankGothicLtBTLight', Arial, Helvetica, sans-serif; 
}

#time {  
	margin:15px 0 0 15px;
	padding:0;
	
	float:left;
	width:140px; 
	
	font: 24px 'BankGothicMdBTMedium', Arial, Helvetica, sans-serif; 
	text-shadow: 2px 2px 0px #000;
}

#time p {  
	margin:0;
	padding:0;
	
	font: 16px 'BankGothicLtBTLight', Arial, Helvetica, sans-serif; 
}

#googleads {  
	margin-top:2px;
	padding: 2px -2px 2px 2px;
	
	float:left;
	
	width:100%;
	
	text-align:center;
	
	background: url('/images/back-content-left.png');
 
}



#bodyContent {
	
	margin-top:0px;
	color: #fff;
	
	padding:20px;
	
	text-shadow: 2px 2px 2px #000, 2px 2px 2px #000;
	
	background: url('images/back-content.png');
	
}

/*
#shadow {
	
	position:fixed; top:75px; left:13%; right:13%;
	
	margin:0;
	padding:0;
	
	width:72%;
	height:35px;
	
	background: url('/images/content-shadow.png') repeat-x;
	
	z-index:20;
	
}
*/

/* IE ignores styles with [attributes], so it will skip the following. */
	.bodyContent[class] {
	background-image: url("/images/back-content.png");
	}
	
	.bodyContent {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/back-content.png');
	}
	

/* IE ignores styles with [attributes], so it will skip the following. */
	.back[class] {
	background-image: url("images/back-content-left.png");
	}
	
	.back {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/back-content-left.png');
	}

#bodyContent h1, h3 { 
	
	padding-bottom:15px;
	
	color: #fff;  
	font-size: 24px;
	line-height:22px;
	text-decoration: none;
	font-family:  'BankGothicMdBTMedium', Arial, Helvetica, sans-serif;
	
}

#bodyContent h2 { 

	padding-top:10px;
	
	color: #fff;  
	font-size: 14px; 
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;

}


#bodyContent h1 a { 

	color: #fff; 
	text-decoration: underline; 
}





#indexBox {
	
	margin: 5px;
	padding: 0px;
	float: left;
	width: 200px;
	
	color: #ccc;
	font-size: 12px;
	
	background: url('/images/back-content-left.png');
	
	border:1px solid #0c1115;
	
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
	
	behavior: url(http://neovizion.com/border-radius.htc);
	
}

 #indexBox h1{ 

	margin:0px 0 -1px 0;
	padding: 4px;
	
	color: #ccc;   
	font-size: 12px;
	line-height:18px;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	
	
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
	
	behavior: url(http://neovizion.com/border-radius.htc);
	
	background:#0c1115;
	
}

 #indexBox h1 a{ 

	margin:0px;
	padding:0px;
	
	color: #ccc;   
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	
}

#indexBox h1 a:hover{ 

	margin:0px;
	padding:0px;
	
	color: #fff;   
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	
	text-shadow:0px 0px 6px #bedcff, 0px 0px 6px #bedcff;
	
}

#indexBox p{
	
	margin:5px 0 0 0;
	padding: 0 7px 7px 7px;
	
}

#indexBox a{
	
	color:#fff;
	text-decoration: none;
}

#indexBox a:hover{
	
	color:#fff;
}
	
	


.mobile { 

	color: #ffffff; 
	font-size: 10px; 
	line-height: 12px;
}

.mobile a{ 

	color: #ffffff; 
}



.smtext { 

	color: #808080;  
	font-size: 12px;

}

.indextext {
	
	color: #808080; 
	font-size: 11px;

}



.footertext a:link {
	
	text-decoration: none; 
	color: #666666; 
	font-size: 11px; 
	
}

.footertext a:visited {
	
	text-decoration: none; 
	color: #666666; 
	font-size: 11px;
	
}

.footertext a:hover {
	
	text-decoration: none; 
	color: #00b0fd; 
	font-size: 11px; 

}

.footertext a:active {
	
	text-decoration: none; 
	color: #666666; 
	font-size: 11px; 
	
}




.w { 

	color: #ffffff;  
	text-decoration: none; 

}





/******************************** BLOG STYLES ****************************************/


/*
p {
	font-size: 1.2em;
	line-height: 180%;
	margin-bottom: 14px;
}
*/

p.description {
	color: #0095d3;
}

p.wp-caption-text {
	background-color: #c7e6f3;
	padding: 2px 6px 2px 6px;
	width: 80%;
}

blockquote {
	margin: 0 0 20px 20px;
	border-left: 3px solid #c7e6f3;
	padding: 6px 0 1px 10px;
	background-color: #f1f1f1;
}


#post{
	width:100%;
}

.pagetitle {
	width:100%;
}

.post a, .post a:visited {
	padding: 2px;
}

/*
a:hover {
	color: #0095d3;
	background-color: #c7e6f3;
}
*/

#contentleft {
	margin:0;
	padding:0;
	width:100%;
}

.post h3  {
	width:100%;
}

#headertext h1 a, #headertext h1 a:hover, #headertext h1 a:visited, .post h2 a, .post h2 a:visited  , .post h3 a, .post h3 a:visited  {
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.post h2 a:hover,  h3 a:hover  {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

.post {
	margin-bottom: 60px;
	padding:0;
	width:100%;
}


.entry {
	margin-top: 20px;
}

.entry p {
	padding:15px 0 15px 0;
	width:100%;
	
	/*
	border:1px red solid;
	*/
}


.entry p img {
	margin:0;
	padding:5px;
	
	border-radius:15px;

}


.post ul, .post ol {
	list-style: none;
	
	font-size: 1.2em;
	line-height: 180%;
	margin-bottom: 14px;
	margin-left: 10px;
}

.post ul {
	list-style: disc;
}

.post ol {
	list-style: decimal;
}

.post ul.children {
	font-size: 0.8em;
}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.navigation a {
	background-color: #282923;
	color: #fff;
	padding: 4px;
	text-decoration: none;
}
	
.navigation a:hover {
	background-color: #c7e6f3;
	color: #0095d3;	
	text-decoration: none;
}

.post img a {
	margin:0;
	padding:0;
}

/*
.post img.alignleft {
	float: left;
	margin-right: 10px;
}	

a:hover img {
	background-color: transparent;
}

.post img {
	border: 1px solid #ffffff;
}
*/

#blogN {
	
	position:fixed; top:60px; right:0px; 
	
	margin:0;
	padding:6px;
	
	border-top-left-radius:5px;
	
	background: #090e14;
	
	
}
#blogNav {
	
	position:fixed; top:80px; right:0px; 
	
	margin:0;
	padding:3px;
	
	font: 12px 'Arial', Helvetica, sans-serif;
	
	border-top-left-radius:5px;
	
	background: url('images/back-content-left.png');
	
	
}

#blogNav h1 {

	padding:5px;
	
	color:#b7b7b7;
	font:bold 12px 'Arial', Helvetica, sans-serif;
	
	border-top-left-radius:5px;
	
	background:#090e14; 
	
}

#blogNav p { padding:0;}

#blogNav li  {  list-style:none; padding: 2px; }

#blogNav li h2 { padding: 2px; color:#b7b7b7; font:bold 12px 'Arial', Helvetica, sans-serif; }

#blogNavcat ul li a { color:#b7b7b7; text-decoration:none; }
#blogNavcat ul li a:hover { color:#fff; text-shadow:0px 0px 6px #bedcff, 0px 0px 6px #bedcff; }
  
.blognavOC { padding-left:4px;; }

