/*
 Theme Name: Wellness
 Theme URI: http://www.projectwellbeing.com/
 Description: Built on Thematic Theme</a>
 Author: Dan Popovici
 Author URI: http://www.projectwellbeing.com/
 Template: thematic
 Version: 0.2
 .
 This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 .
 */

/* 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 */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#wrapper {
	background: #10613e;
}

#header {
	background: #10613e;
}

#header-content {
	width: 960px;
	margin: 0 auto;
}

#branding {
	padding: 20px 0 0 0px;
	width: 980px;
}

#blog-title {
	height: 115px;
	width: 434px;
	text-indent: -9000px;
	background: url('images/project-wellbeing.gif') top left no-repeat;
}
#blog-description {
	position: absolute;
	left: -9000px;
}

#access {
	margin: 20px auto 0 auto;
	border-bottom: 0px;
	width: 980px;
}

#menu {
	margin: 0 auto;
	height: 47px;
	}
	#menu ul {
		margin:0;
		padding:10px 10px 0;
		list-style:none;
		max-width: 770px;
		}
		#menu ul li {
			float: left;
			background: url(images/right.gif) right top no-repeat;
			text-align: center;
			overflow: hidden;
			margin-left: 5px;
			}
			#menu ul li a {
				display: block;
				background: url(images/left.gif) left top no-repeat;
				padding: 10px 20px 10px 20px;
				font-size: 1.5em;
				font-weight: bold;
				color: #999;
			}
			#menu ul li a:hover {
				color: #10613e;
			}
			
			#menu ul li.current_page_item {
				background: url(images/right_cur.gif) right top no-repeat;
			}
			#menu ul li.current_page_item a {
				background: url(images/left_cur.gif) left top no-repeat;
				padding-bottom: 11px;
				color: #10613e;
			}

#rss {
float: right;
margin: 0 20px 0 0;
}


#main {
	width: 980px;
	background: #fefefe;
}


a, .aside a, .entry-title a, .entry-utility a, .entry-meta a {
	color: #39c;
}

a:active, a:hover, .aside a:active, .aside a:hover, .entry-title a:active, .entry-title a:hover, .entry-utility a:active, .entry-utility a:hover, .entry-meta a:active, .entry-meta a:hover {
	color: #10613e;
}

#footer {
	background: #1d3d16;
	border: none;
}




