/*
Theme Name: Halo
Theme URI: http://www.haloassociates.co.uk/
Description: The defauly theme for the new Halo website
Version: 1.0
Author: Chris Rathbone
Author URI: http://www.haloassociates.co.uk/
Tags: empty, clean, development, design

*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */
/*.sidebar, #entry-meta-single {border:1px solid red;}
#respond {border:1px solid yellow;}
#footer, #header {border:1px solid blue;}
li.depth-1 {border: 1px solid orange;}
.navigation {border:1px dashed black;}
.post {border:1px solid pink}*/

/* - BASIC STUFF - */
body {
	color:#CCCCCC;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
}
a {
	text-decoration:none;
	color: #ffffff;
}
a:hover {
	text-decoration:underline;
	color: #ffffff;
}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	/*margin-left:5px;padding:0;*/}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h2.entry-title {
	font-size:180%;
	color: #FFFFFF;
}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
/*#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:900px;}
#header {height:150px;margin:0 auto;text-align:center;padding: 20px 0;}
#footer {height:50px;overflow:hidden;margin:20px auto 0;clear:both;float:none;text-align:center;padding: 20px 0;}*/

/* -- POSTS -- */
.post-index {
border-bottom:1px solid #666666;
margin:0 0 10px;
padding:0 0 20px;
}
#post-single {margin:0 0 20px;}
.posts-wrap {
float:right;
width:490px;
margin-top:20px;
/*float:right; clear:none;width:590px;*/}

/* -- SIDEBARS --*/
/*.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:300px;}
.sidebar {width:49%;clear:none;}
.block-1 {float:left;}
.block-2 {float:right;}*/

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* Chris' new stuff */
#inner {
	float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: relative;
    vertical-align: top;
    width: 1004px;
}
#newsbar {
	background-color: #333333;
	float: left;
	left: 20px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 710px;
	width: 140px;
	padding-top: 20px;
	overflow: hidden;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.sidebar {
margin:20px 0 0 0;
padding:10px 0 0 0;
border-top:solid 1px #999999;
color:#999999;
font-size:1.1em;
}
.sidebar .widget {
padding: 0 0 0 0;
margin: 0 0 0 0;
/*border-bottom: solid 1px #999999;*/
}
.sidebar ul li {
border-bottom:1px solid #999999;
margin:0 0 10px;
padding:0 0 10px;
}
.sidebar a:link, .sidebar a:visited {
	color: #CCCCCC;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebar a:hover, .sidebar a:hover {
color: #ffffff;
text-decoration:underline;
}
.sidebar h4, .sidebar h3 {
font-size:1em;
}
#main {
	float: left;
	/*height: 610px;*/
	width: 820px;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 20px;
}
#sub_menu {
}
#right_area {
	float: right;
	height: 600px;
	width: 490px;
}
#sub_menu {
	float: right;
	height: 50px;
	width: 490px;
}
#left_area {
	float: left;
	height: 600px;
	width: 280px;
}
#title_graphic {
	float: left;
	height: 50px;
	width: 280px;
}
#text_area {
	float: left;
	height: 550px;
	width: 280px;
}
#pic_area {
	float: left;
	height: 550px;
	width: 490px;
	margin-top:31px;
}
#outer {
	color: #CCCCCC;
	margin: 0px;
	height: 100%;
	width: 100%;
	padding-bottom: 30px !important;
}
#outer p{
color:#999999;
font-size:1.3em;
line-height:1.4em;
}
#header {
	float: left;
	height: 52px;
	width: 840px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#menu {
	float: left;
	height: 25px;
	width: 820px;
	overflow: hidden;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
}
#menu ul {
margin:0;
padding:0;
}
#menu ul li {
	display: inline;
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 29px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-top: 0px;
	padding-right: 29px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li.last {
/*border:none;*/
margin:0;
padding:0 29px 0 0;
}
#menu li a:link, #menu li a:visited {
color:#666666;
text-decoration:none;
}
#menu li a:hover, #menu li a:visited:hover {
color:#ffffff;
text-decoration:none;
}
#footer {
	bottom: 0;
    float: left;
    height: 10px;
    left: 109px;
    padding-left: 20px;
    padding-top: 15px;
    position: absolute;
    width: 820px;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
hr{
border: 0;
border-top: 1px solid #555;
margin: 0;
height: 1px;
}
ul.submenu {
list-style:none outside none;
margin:0;
padding:0;
font-size:1.3em;
line-height:24px;
}
ul.submenu li {
float:left;
margin:0 4px 0 0;
padding:0;
}
ul.submenu li a:link, ul.submenu li a:visited {
	padding: 1px;
	margin:0 3px 7px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	color:#666666;
	text-decoration:none;
	line-height:24px;
	display:block;
	width:88px;

}
ul.submenu li a:hover, ul.submenu li a:visited:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color:#FFFFFF;
}
ul.submenu li.current_page_item a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color:#FFFFFF;
}
.rotator {  
    height:  550px;  
    width:   490px;  
    padding: 0;  
    margin:  0;  
}
.white {
color:#FFFFFF;
}
a img {
border:none;
}
#floater {
float:left;
left:-340px;
position:relative;
/*top:109px;*/
}
h1.indent,
h2.indent{
	float:left;
	position:relative;
	text-indent:-9999px;
}
p.yd_linkware{
	display:none;
}
.clearall{
	float:none;
	clear:both;
	line-height:1;
	width:100%
}
