/*
Theme Name: Haliborange
Theme URI: http://artandsoul.co.uk
Description: A custom 3 column theme for the Haliborange Shiny Schools site. Based on Starkers theme by <a href="http://elliotjaystocks.com">Elliot Jay Stocks</a>
Version: 1 (WP2.6.2)
Author: Jim Wardlaw
Author URI: http://artandsoul.co.uk
Tags: custom, 3 column
*/

/*
We'll use the blueprint reset css
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
*/
 
@import "style/css/blueprint/screen.css";

body {
	background-color: white;
	background-image: url(style/images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
}

hr {
  border : 0;
  height : 15px;
  background : url(style/images/furniture/rule.png) 0 0 no-repeat;
  margin : 0;
  margin-bottom: 1.5em;
}

ul.inline-list li {
	display: inline;
	list-style:none;
}

p {font-size: 1.2em;}
	
.separator { margin-bottom: 1.5em; }

/* Float aligned images */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.container {
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	height: 310px;
}

#nav {
	text-align: left;
	height: 80px;
}

	#nav a {
		display: block;
		height: 60px;
		overflow: hidden;
		text-indent: -100em;
		float: left;
	}
	
	#nav a#nav-shiny-school {
		background-image: url(style/images/nav/bt_shiny_school.png);
		width:135px;
	}
	#nav a#nav-expert-videos {
		background-image: url(style/images/nav/bt_expert_videos.png);
		width:150px;
	}
	#nav a#nav-shiny-kids {
		background-image: url(style/images/nav/bt_shiny_kids.png);
		width:115px;
	}
	#nav a#nav-web-chat {
		background-image: url(style/images/nav/bt_web_chat.png);
		width:185px;
	}
	#nav a#nav-meet-expert {
		background-image: url(style/images/nav/bt_meet_expert.png);
		width:175px;
	}
	#nav a#nav-nutrition {
		background-image: url(style/images/nav/bt_nutrition.png);
		width:135px;
	}
	/*
	#nav a#nav-shiny-school:hover {background-image: url(style/images/nav/bt_shiny_school_f2.png);}
	#nav a#nav-expert-videos:hover {background-image: url(style/images/nav/bt_expert_videos_f2.png);}
	#nav a#nav-shiny-kids:hover {background-image: url(style/images/nav/bt_shiny_kids_f2.png);}
	#nav a#nav-web-chat:hover {background-image: url(style/images/nav/bt_web_chat_f2.png);}
	#nav a#nav-meet-expert:hover {background-image: url(style/images/nav/bt_meet_expert_f2.png);}
	#nav a#nav-nutrition:hover {background-image: url(style/images/nav/bt_nutrition_f2.png);}
	*/
	
.sidebar {text-align: center;}

	.sidebar .polaroid { 
	}
	
	.sidebar .notepaper {
	}
	
	#right-bar #share-links {margin-left: 30px; margin-bottom: 0; margin-right: 30px; margin-top: 0;}
	
		#right-bar #share-links li {
			background-color: gray;
			display: block;
			float: left;
			height: 40px;
			margin: 5px;
			width: 40px;
		}

#content {
	background-color: #f1f1f1;
	background-image: url(style/images/bg_grad.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
	
	#content #post-info {background-color: #d1d1d1; padding: 10px;}

	#content .post, #content .comment-wrap {padding: 10px 20px 20px 20px;}
	
		#content .comment-list li {background-color: #ffffff; padding: 10px;}
	
		#content .comment-list li.alt {background-color: #e1e1e1;}

#sidebar {text-align: left;}

	#sidebar ul li {list-style:none;}

#footer {margin-top: 10px;}

