@charset "utf-8";
/*Template Name: Glowing Fantasy | Author: csstemplateheaven*/

* {margin: 0; padding: 0;}

/******************************************** Site Structure *********************************************
*********************************************************************************************************/
body {
	background: #1e1e1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F7F7F7;
}

#main_wrap {width: 960px; margin: -270px auto; position: relative;}

#container {position: absolute; top: 0px; z-index: 500;}

#header {height: 421px; margin-bottom: 50px;}

#content {float: left; width: 500px; border: none; margin-right: 15px; margin-bottom: 40px;}

.heading_box { margin-left: 180px; width: 310px;}

.post {clear: both;}

#sidebar {width: 445px; float: right; margin-bottom: 40px;}

#sidebar_left {
	float: left;
	width: 160px;
	border: 1px solid #cccdce;
	height: 600px;
	padding: 1px;
}

#sidebar_right {float: right; width: 270px;}

#footer {
	background: url(images/seperator.png) repeat-x top;
	padding: 20px;
	clear: both;
	text-align: center;
	letter-spacing: 2px;
}

/******************************************** Text, Images, Lists ***************************************
*********************************************************************************************************/

a {color: #b6fdff; text-decoration: underline;}

p {margin: 15px 0;}

p.arial {
font-size:14.0pt;
font-family:"Arial";
}

.post h1 {
	padding-bottom: 0px;
}

h1, h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #b6fdff
}

#sidebar_right h3 {
	background: url(images/frame.png);
	margin: 0 0 20px;
	padding: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	font-size: 12px;
}

.sidebar_box {margin: 15px 0;}

small {
	color: #ff08ce;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.pub_icon_date {margin-bottom: -5px; margin-right: 3px;}
.pub_icon_comments {margin-bottom: -5px; margin-right: 2px; margin-left: 10px;}
.pub_date {margin-top: 5px;}

#footer a {color: #a8a8a8;}

.seperator {background: url(images/seperator.png) repeat-x center; padding: 30px 0;}

.sidebar_news dl {
	padding: 5px;
	color: #b6fdff
}

.sidebar_news dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 1px;
}

.sidebar_news dd{
	margin-bottom: 5px;
	background: url(images/seperator.png) repeat-x bottom;
	padding-bottom: 10px;
	color: #f1f1f1
}

/********************** Images, RSS ************************/

img {border: none;}

.image_post {
	float: left;
	margin-right: 10px;
	width: 150px;
	height: 150px;
	background: url(images/frame.png);
	padding: 10px;
}

.sidebar_img_left {float: left; padding: 0px; border: 4px solid #f7f9fb; margin-bottom: 4px;}
.sidebar_img_right {float: right; padding: 0px; border: 4px solid #f7f9fb; margin-bottom: 4px;}

#rss {
	position: absolute;
	top: -150px;
	right: -13px;
}

/******************************************** Top Navigation *********************************************
*********************************************************************************************************/

.navcontainer {
	height: 25px;
	padding-top: 13px;
	text-align: left;
	position: absolute;
	top: -200px;
	left: 0;
	z-index: 600;
	
}

.navlist li {
   display: inline;
   list-style-type: none;
   padding: 9px 18px 9px 16px;
}

.navlist li a, .sub_navlist li a {
   color: #b6fdff;
   text-decoration: none;
}

.navlist li a:hover, .sub_navlist li a:hover {
   color: #fff;
   text-decoration: none;
}


/******************************************** Glowing More Buttons **********************************************
*********************************************************************************************************/

/* Firefox Dotted Outline Fix */
a:active { 
		outline: none; 
}

a:focus { 
		-moz-outline-style: none; 
}
	
ul.more {
		height: 36px;
		list-style:none;
		padding-top: 2px;
}
	

ul.more li {
		float:right;
		margin-right: 25px;
}
	

ul.more li a {
		background: url(images/more.png) no-repeat scroll top left;
		display: block;
		height: 36px;
		position: relative;
}
	

ul.more li a.glow_more {
		width: 66px;
}

	

ul.more li a span {
		background:url(images/more.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
}
	

ul.more li a span:hover {
		cursor:pointer;
}
	

ul.more li a.glow_more span {
		background-position: 0px -36px;
}
		
		
/******************************************** Glowing Header *********************************************
*********************************************************************************************************/


ul#glow_header {
		height: 694px;
		width: 100%;
		list-style:none;
		padding-top: 0px;
}
	
ul#glow_header li {
		float:right;
		width: 100%;

}
	
ul#glow_header li a {
		background: url(images/header1.jpg) no-repeat scroll top center;
		display: block;
		height: 694px;
		width: 100%;
		position: relative;
}
	
ul#glow_header li a.glow_header_image {
		width: 100%;
}

	
ul#glow_header li a span {
		background:url(images/header1.jpg) no-repeat scroll bottom center;
		display:block;
		position:absolute;
		top:0;
		left: auto;
		height:100%;
		width:100%;
		z-index:100;
}
	
ul#glow_header li a span:hover {
		cursor: default;
}
	
ul#glow_header li a.glow_header_image span {
		background-position: center -694px;
}


