/*   
Theme Name: Child Theme for Thematic
Author: Mado Hesselink
Author URI: http://www.mydesigngarden.com
Template: thematic
Version: 1.0
*/

/* 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: url(images/background.jpg) fixed;

}

#main {
	background: #93b2d8;
	width: 982px;
	padding: 0 22px 0 0;
}

#wrapper {
	background: #93b2d8;
	width: 1004px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 250px;
	margin: 20px auto 0;
	border: 22px solid #93b2d8;
	background: url(images/slideshow_image1.jpg) top left no-repeat;
}

#blog-title {
	display: none;
}

/*Top Navigation*/

#access {
	width: 960px;
	margin: 140px auto;
	border: none;
}

.sf-menu a, .sf-menu a:visited {
	background: url(images/menu3.gif) no-repeat;
	padding: 10px 10px 7px 10px;
	height: 20px;
}

.sf-menu a:hover, .sf-menu a:active, .sf-menu .current_page_item a {
	background: url(images/menu3.gif) 0 -40px no-repeat;
	border-bottom-color: #93b2d8;
}

.sf-menu .current_page_item a {
	margin: 0 0 0 -10px;
}

.sf-menu .current_page_item a:hover, .sf-menu .current_page_item a:active {
	border-bottom-color: #93b2d8;
}

/*Main Content*/

#container {
	width: 625px;
	padding: 25px;
	background: #a5c4dc;
	margin: 0 22px 22px 22px;
}

/*Sidebar Menu*/

#primary {
	width: 250px;
}

#secondary {
	width: 250px;
	margin: 0;
	padding: 0;
	color: #000;
}

#secondary .widgettitle {
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}


#secondary.aside ul, #secondary.aside ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#secondary.aside li a {
 
	}	
	
#secondary.aside li a:link, #secondary.aside li a:visited {
	color: #000;
	}
	
#secondary.aside li a:hover, #secondary.aside li a:active {
	color: #283A50;
	}
	
#secondary.aside li.current a:link, #secondary.aside li.current a:visited {
	color: #283A50;
}

/*footer*/

#footer {
	
	margin-top: 0;
}

#respond {
	padding: 18px;
}