/*   
Theme Name: Kalled Gallery
Theme URI: 
Description: Kalled Gallery.
Author: Cris Dow
Author URI: http://www.crisdow.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');


body {
	background-image:url(images/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	color:#DDDDCC;
	font-size:16px;
/*	background-color:#44036f;*/
	background-color:#660000;
}

.entry-title {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	padding:0 0 7px;
 	color:#FCFCFC;
	
}

.entry-title a{
 	color:#836245;
}

.entry-title a:hover, .entry-title a:visited{
 	color:#DDDDCC;
}

.entry-title a:active {
 	color:#836245;
}

.entry-content {
	color:#DDDDCC;
}

#access {
	border:none;

}


#branding {
	background-position:right center;
	background-repeat:no-repeat;
	padding:100px 0 30px;
	border:1px solid #DDDDCC;
	width:858px;
}

#blog-title {
	display:none;	
}


#blog-description {
	color:#333333;
	font-style:normal;
	font-size:14px;
	display:none;
}

#main {
clear:both;
width:858px;
padding:26px 0 22px;
border:1px solid #DDDDCC;
background-color:#000000;

}

.main-aside {
float:right;
position:relative;
right:10px;
width:250px;
color:#DDDDCC;
}

.main-aside a {
color:#DDDDCC;
}

#container {
float:left;
width:550px;
}

#content {
margin:0 0 0 10px;
overflow:hidden;
width:550px;
}


.menu {
	width:860px;

}

.entry-meta {
color:#DDDDCC;

}

.entry-meta a {
color:#DDDDCC;

}

.entry-utility {
color:#DDDDCC;

}

.entry-utility a{
color:#DDDDCC;

}
	
#access{
	 margin-right:auto;
	 margin-left:auto;
	 width:858px;
	 border-left:1px solid #DDDDCC;
	 border-right:1px solid #DDDDCC;
}

.sf-menu {
	border-right:none;
	padding-right:0px;
}

.sf-menu a {
	border-bottom:none;
	border-left:none;
	border-top:none;
	background-color:#836245;
	color:#CCCCCC;
	padding-left:19px;
	padding-right:20px;
	border:1px solid #DDDDCC;
}

.sf-menu ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.sf-menu a:visited{
	background-color:#836245;
	color:#CCCCCC;
}


.sf-menu li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: none repeat scroll 0 0;
}



.aside a:hover {
	color:#DDDDCC;
	text-decoration:underline;
}

.aside .current_page_item a {
	color:#DDDDCC;
	text-decoration:underline;
}



table{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

table tr {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#footer {
	border-top:none;
	margin-top:0px;
	text-align:center;
	
}

#siteinfo {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:12px;
	width:940px;
	color:#DDDDCC;
}

