/*   
Theme Name: Talislanta Theme
Theme URI: 
Description: Child theme of Thematic
Author: Ian Stewart / Adam Louie
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

*
{
	padding: 0;
	margin: 0;
}

body
{
	background: url(images/background_02.png) repeat;
	width: 100%;
	height: 100%;
}
#bg_blood
{
	background: url(images/background_01.png) no-repeat 50% 0;
	width: 100%;
	height: 100%;
}

#wrapper
{
	margin: 0 auto;
	width: 960px;
}

/*HEADER*/

#widget_sidebar21 {position: absolute;left: -437px;top: -444px;}

#header
{
	background: url(images/bg_border_01.png) no-repeat;
	width: 960px; 
	height: 275px;
}

#branding
{
	padding: 0;
}

#tal_logo 
{
	width: 540px;
	height: 200px;
	position: absolute;
	margin: 0 200px;
}

#blog-description
{
	margin: 0 auto;
	padding-top: 12em;
	text-align: center;
	font-size: .90em;
}

#blog-title span
{
	visibility: hidden;
}

#access
{
	border: 0;
	top: 40px;
	padding-left: 300px;
}

.menu
{

}

/*Thematic overide*/
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom-color: #ccc;
	}

ul.sf-menu li a:hover
{
	background: #333;
	color: #fff;
}

ul.sf-menu li.current_page_item
{
	background: #FFC;
}

/*MAIN*/
#main
{
	width: 960px;
	height: 100%;
	overflow: visible;
	padding: 0;
}

#container
{
	background: url(images/bg_border_02.png) repeat-y;
	padding: 0;
	margin: 0;
	width: 960px;
}

#content
{
	padding: 50px 0 0 70px;
	width: 500px;
	float: left;
}

#sidebar
{
	padding: 0;
}
/**Some Asides **/
.aside
{
	color: #666;
	padding-right: 20px;
}

.aside .current_page_item a
{
	color: #666;
}

#primary
{
	border: 0;
	padding: 70px 35px 20px 20px;
	margin: 0;
}


/*FOOTER*/
#footer
{
	background: url(images/bg_border_03.png);
	width: 960px;
	height: 225px;
	border: 0;
	margin: 0;
}

#siteinfo
{
	width: 780px;
}

#license
{
	width: 780px;
	margin: 0 auto;
	color: #333;
	font-size: .6em;
	font-family: sans-serif;
}

/*PDF PAGE TABLE FIX*/
#table
{
	border :none;
}

#th
{
	border :none;
}

#td
{
	border :none;
}
