/*   
Theme Name: NeonIce
Theme URI: http://www.neonicestudios.co.uk
Description: A Wordpress theme that is design to resemble Version 9 of the NeonIce website.
Author: Michael 'NeonIce' Kitch
Author URI: http://www.neonicestudios.co.uk
Template: default
Version: 1.0
*/

body{
font-family: Arial;
font-size: 12px;
background-color: #A4CAF6;
background-image: url(imagebin/fade.png);
background-repeat: repeat-x;
margin-top: 0;
margin-bottom: 10;
}

/* HEADER IMAGE SETTINGS */
/*************************/
#header{
width:1000px;
height: 136px;
background-image: url(imagebin/header_top.png);
margin-left: auto;
margin-right: auto;
}
#header-base{
width: 1000px;
height: 24px;
background-image: url(imagebin/header_base.png);
margin-left: auto;
margin-right: auto;
}

/* WELCOME BAR SETTINGS */
/************************/
	.wtni{
	width: 900px;
	color: #ffffff;
	font-weight:  bold;
	margin-left: 4px;
	padding-top: 5px;
	float:left;
	position:relative;
	}

	.home{
	width: 48px;
	height: 24px;
	text-align:  center;
	font-weight: bold;
	background-image: url(imagebin/home.png);
	background-repeat: no-repeat;
	margin-left:auto;
	padding-top: 5px;
	float:left;
	position:relative;
	}
		.home a:link,
		.home a:active,
		.home a:visited{
		color: #A4CAF6;
		text-decoration: none;
		}
		.home a:hover{
		color: ;
		text-decoration: underline;
		}

	.rss{
	float: left;
	position: relative;
	}

/* MAIN SITE CONTENT WRAPPER */
/*****************************/
#wrapper{
width: 1000px;
border: 0px;
background-image: url(imagebin/mainfade.png);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
/*overflow: auto;*/
}
	#content-tbar{
	width: 1000px;
	height: 28px;
	background-image: url(imagebin/tbar.png);
	margin-left: auto;
	margin-right: auto;
	}

	#topbarfade{
	width: 1000px;
	height: 15px;
	background-image: url(imagebin/tbfade.png);
	margin-left: auto;
	margin-right: auto;
	}

	#content-bbar{
	width: 1000px;
	height: 28px;
	background-image: url(imagebin/bbar.png);
	margin-left: auto;
	margin-right: auto;
	}

.titles{
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}

/* NAVIGATION MENU BOX */
#nav{
width: 200px;
min-height: 100%;
border: 0px;
float: left;
position: relative;
}
  .titlebar{
  width: 200px;
  height: 21px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  line-height: 145%;
  background-image: url(imagebin/titlebar.png);
  background-repeat: no-repeat;
  }
	.indent{
	padding-left: 19px;
	}
	div.clear{
	clear: both;
	}

/* MAIN SITE CONTENT BOX*/
#main{
width: 800px;
border: 0px;
margin-left: auto;
margin-right: 0px;
}
	#mainarea{
	width: 775px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	.mainarea{
	width: 775px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.separator{
width: 775px;
border-top-style: dashed;
border-top-width: 2px;
border-top-color: #499AD9;
}

/* NEWS SETUP */
.newswrap{
width: 600px;
margin-left: auto;
margin-right: auto;
}
.entry{
width: 550px;
margin-left: auto;
margin-right: auto;
}

.newstop{
width: 600px;
height: 12px;
background-image: url(imagebin/cntop.png);
background-attachment: scroll;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
}

.news{
width: 600px;
min-height: 112px;
text-align: left;
background-image: url(imagebin/cnmain.png);
margin-left: auto;
margin-right: auto;
}

.newsstory{
width: 590px;
height: auto;
min-height: 100px;
font-family: arial;
font-size: 12px;
background-repeat: no-repeat;
background-position: top right;
margin-left: 5px;
margin-right: 5px;
}
	.newstitle{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	}
	.newstitlefull{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	}
	.newscat{
	text-align: left;
	font-size: 13px;
	}

.newsbase{
width: 600px;
height: 20px;
background-image: url(imagebin/cnbase.png);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
}
	.date_posted{
	width: 295px;
	text-align: left;
	line-height: 170%;
	margin-left: 0px;
	margin-right: auto;
	padding-left: 5px;
	}
	.misc_bits{
	width: 295px;
	text-align: right;
	line-height: 170%;
	float: right;
	position: relative;
	padding-right: 5px;
	}
.newsindent{
padding-left: 5px;
padding-right: 5px;
}
	.single_info{
	width: 575px;
	font-size: 10px;
	text-align: center;
	background-color: #d0d0d0;
		border-top-width: 1px;
		border-top-style: solid;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-color: #737c8a;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	}

.alignleft{
float: left;
margin-left: 100px;
}
.alignright{
float: right;
margin-right: 100px;
}
.single_alignleft{
float: left;
}
.single_alignright{
float: right;
}

/* SEARCH FORM SETUP */
#searchform {
	text-align: left;
	}

#searchform #s {
	width: 100px;
	}

#searchsubmit {
	padding: 1px;
	}


/* COMMENTS FORM SETUP */
.comments-template{
	width: 90%;
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	margin-left: auto;
	margin-right: auto;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* ERROR PAGES SETUP */
/*********************/
.error_title{
font-family: Arial;
font-size: 16px;
font-weight: bold;
}
	.indent{
	padding-left: 10px;
	padding-right: 10px;
	}


/* LEGAL BOX */
/*************/
#legal{
width: 1000px;
height: 24px;
text-align: left;
font-size: 9px;
color: #ffffff;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}
