/*
Theme Name: SimpleCMS Theme
Theme URI: http://ryanhellyer.net/2008/02/23/aqua-vaccinium-wordpress-theme/
Description: SimpleCMS Theme is designed as a simple starting point for developing themes suitable for the SimpleCMS WordPress plugin
Version: 1.0
Author: Ryan Hellyer
Author URI: http://ryanhellyer.net/

	Copyright &copy; 2008 Ryan Hellyer

	This theme was designed and coded by Ryan Hellyer
	http://ryanhellyer.net/

	You are welcome to modify this theme for your own purposes and sell the modified version to clients,
	but this theme may not be provided for download anywhere other than by the author.

*/

img {
	border: 0;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 20px;
}
a:link {
	color: #4b622a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4B622A;
}
a:hover {
	text-decoration: underline;
	color: #339933;
}
a:active {
	text-decoration: none;
	color: #4B622A;
}
#container {
	width: 880px;
	display: block;
	margin: 0 auto;
	padding: 40px;
	border:  #67d26b solid 1px;
}
#nav {
	padding: 10px 0 10px 60px;
}
#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0 18px 0 0;
	float: left;
}
#nav ul li a {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
}
#nav ul li a:hover{
	color: #40ae49;
}

#nav ul li.current_page_item a{
	color: #40ae49;
}

#content {
	clear: both;
	float: none;
	padding: 10px 0 0 93px;
}
p {
	margin: 12px;
	padding: 0;
}
h2 {
        color: #339933;
        font-size: 16px;
        padding: 12px 0 0 0;
}
#footer {
	padding: 10px 0 0 100px;
	color: #40ae49;
	font-size: 10px;
}
#atamdesign a{
	color: #CCCCCC;
}
#atamdesign {
	text-align: center;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}