/*   
Theme Name: Pam White
Theme URI: 
Description: Pam White
Author: Pam White
Author URI: http://
Template: thematic
Version: 1.0
Tags: Thematic, pam white
*/

/* 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	: #6ba64c url(images/bg.jpg) repeat-x;
	font-family	: arial;
	font-size	: 84%;
}

#branding {
	position	: relative;
	margin		: 0 auto;
	background	: url(images/header.jpg) no-repeat;
	width		: 1000px;
	padding		: 0;
	height		: 170px;

}

#logo
{
	position	: absolute;
	left		: 20px;
	background	: url(images/logo.png) no-repeat;
	width		: 347px;
	height		: 56px;
	top			: 36px;
}

#treetop
{
	position	: absolute;
	top			: 20px;
	background	: url(images/tree.png) no-repeat;
	width		: 664px;
	height		: 140px;
	z-index		: -1000;
	left		: 400px;
}

#treeright
{
	position	: absolute;
	top			: 20px;
	background	: url(images/tree.png) top right no-repeat;
	width		: 50px;
	height		: 417px;
	z-index		: -1000;
	left		: 1000px;
}

#access
{
	border	: none;
}

#main
{
	width		: 1000px;
	padding		: 10px 0;
	background	: #fff;
	min-height	: 1000px;

}

#topMenuBg
{
	margin		: 0;
	padding		: 0;
	position	: absolute;
	top			: 121px;
	background	: url(images/menu-bg.png) no-repeat;
	width		: 976px;
	height		: 49px;
	left		: 12px;
}

#topMenuPages
{
	height		: 20px;
	width		: 640px;
	float		: left;
}


#container
{
	width		: 100%;
}


#cw
{
	float		: left;
	width		: 750px;
}


#content
{
	margin	: 0;
	padding	: 0;
	width	: 100%;
	margin-left	: 12px;
}

.entry-title
{

}

.hentry
{
	background	: url(images/post-sep.png) 45% 95% no-repeat;
}

body.singular .hentry
{
	background: none;
}

#respond
{
	background		: none;
}

#secondary,#primary
{
	width		: 250px;
	float		: right;
	border		: none;
}

#comments-list li
{
	margin-bottom	: 10px;
	
}

#comments-list ol
{
	border:none;
}

.aside h3
{
	font-style:normal;
	
	
}

.aside a
{
	color		: #05260b;
}

.aside a:hover,
.aside a:active,
.aside .current_page_item a
{
	color		: #000;
}



.main-aside ul
{
	padding	: 0;
}

h3.widgettitle
{
	text-align	: left;
	font-size		: 20px;
	margin-bottom	: 7px;
	color		: #FFF;
	font-family	: tahoma;
	text-shadow	: 1px 1px 0px #000;
	background	: url(images/h3.jpg) no-repeat;
	height		: 39px;
	text-indent	: 39px;
	line-height	: 37px;
	margin-left	: -10px;
	margin-top	: -10px;
	margin-right	: -10px;
}


#footer
{
	border:none;
}

a:active,
a:hover,
.entry-title a:active,
.entry-title a:hover 
{
	
    color: #000;
}


#rssForm
{
	position	: absolute;
	right		: 0;
	top			: 10px;
}

#rssForm form
{

	padding	: 0;
	margin	: 0;
	right		: 0;
	width		: 270px;
	float		: left;
}

.btnTop
{
	background	: url(images/btn.png) no-repeat;
	width		: 89px;
	height		: 22px;
	border		: none;
	margin-left	: 15px;
	margin-top	: 7px;
}

#divBtnTop
{
	float		: left;
	width		: 72px;
	
}

#divTextTop
{
	float		: left;
	margin-top	: 5px;
	width		: 155px;
}

#inputText1
{
	padding		: 0;
	margin		: 0;
	margin-left	: 5px;
	margin-right	: 5px;
	height			: 21px;
	border			: 1px solid #487a14;
	background		: #FFF;
	color			: #333;
	width			: 150px;
}


#primary,#secondary
{
	width		: 216px;
}

#s
{
	width		: 190px;
}

a:link,
a:active,
a:visited
{
	color	: #05260b;
}


#siteinfo
{
	width	: 1000px;
	text-align	: right;
	height		: 20px;
	padding		: 0;
	
}

#siteinfo a,
a.footerlink
{
	color	: #fff;
}

#siteinfo a:hover
{
	color	: #000;
}

a.contact
{
	display:block;
	width	: 192px;
	height	: 186px;
	background	: url(images/contact.jpg) no-repeat;
}

a.contact:hover
{
	background	: url(images/contact.jpg) 0 -186px no-repeat;
}

.widgetcontainer 
{
	background	: #629946 url(images/widget-bg.jpg) no-repeat;
	padding			: 10px;
	margin-bottom	: 10px;
}



.aside ul ul li {
padding:1px 0;
background	: url(images/sidebar-li-bg.gif) 3px 7px no-repeat;
padding-left	: 14px;
}

.aside ul ul {
	list-style:none;
	margin:0 0 22px 20px;
}

.aside ul ul a
{
	color	: #fff;
	text-decoration	: none;
}

.aside ul ul a:hover
{
	color	: #fff;
	text-decoration	: underline;
}

.aside form, .aside table {
margin-bottom:22px;
margin	: 0;
}

.aside ul ul {
	list-style:none outside none;
	margin:0;
}
