/*   
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/bg3.jpg) repeat;
}

#bg_blood
{
	background: url(images/background_01.png) no-repeat 50% 0;
	width: 100%;
	height: 100%;
}

#wrapper
{
	margin: 0 auto;
}

/*HEADER*/

#widget_sidebar21 {position: absolute;left: -437px;top: -444px;}

#header
{
	background: url(images/bg_border_01.jpg) no-repeat;
	width: 960px; 
	height: 275px;
	margin: 0 auto;
}

#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;
	margin: 0 auto;
	top: 52px;
	padding: 0 0 0 240px;
}

.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
{
	padding: 0;
	background: url(images/bg_border_02.jpg) repeat-y;
}

#container
{
	padding: 2em 0 1em 0;
	margin: 0;
	/*width: 960px;*/
}

#content
{
	padding: 50px 0 0 50px;
	float: left;
	overflow: visible;
}

#sidebar
{
	padding: 0;
}
/**Some Asides **/
.aside
{
	color: #666;
	padding-right: 20px;
}

.aside .current_page_item a
{
	color: #666;
}

.main-aside {
	width: 250px;
}

#primary
{
	border: 0;
	padding: 6em 3em;
	margin: 0;
}


/*FOOTER*/
#footer
{
	background: url(images/bg_border_03.jpg);
	width: 960px;
	height: 225px;
	border: 0;
	margin: 0 auto;
}

#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;
}

.wp-caption {
	border: none;
}

.wp-caption img {
	border: none;
}

/*SOME FORMATTING OVERIDES*/
table {
	width: 540px !important;
	border: none;
}

td {
	vertical-align: top;
}

td.library_image {
	width: 200px;
}

td.library_image img {
	display: block;
}

#respond {
	background: none;
}