/*   
Theme Name: Shape
Theme URI: http://themeshapes.com/shape/
Description: A search engine optimized website framework for WordPress.
Author: Ian Stewart
Author URI: http://themeshapes.com/
Version: 0.1.2
Tags: threaded-comments, microformats
.
The Shape Theme for WordPress is copyright ThemeShapes http://themeshapes.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	margin: 5px auto 0 auto;
	background-color: #f1f0e1;
	
}

#blog {	
	width: 1010px;
	
}

#wrapper { 
	width: 1010px;
	
}


/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0;
	background: #000000;
	width: 1010px;
	height: 315px;	
}



/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 0 0;
	overflow: hidden;
}
#skip-link {
	display: none;
}
#menu ul {
	list-style: none;
	height: 80px;
	width: 1010px;
	margin: auto;
	background-color: #e8f1ec;
	font-size: 45px;
	font-weight: 700;
	padding: 0px 0px 0px 5px;
	overflow: hidden;
}

#menu ul ul {
	display: none;
}
#menu li {
	display: inline;
}

#menu ul li a {
	padding: 0 14px;
}

#menu a {
	display: block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */

#container { 
	width: 1010px;
	margin: 0;
	padding: 0;
	background-color: #e8f1ec;
}


#content {
	width: 645px;
	margin: 0;	
	padding: 0;
	float: left;
	background-color: #ffffff;
}


#content a {
	color: #8caa99;
}

#content h2 a { 
	color: #000000;
}

#sidebar {
	width: 365px;
	margin: 0;	
	padding: 0;
	float: right;
}


#sidebar a {
	color: #8caa99;
}

#sidebar h2 a { 
	color: #000000;
}

.post {
	margin: 0 0 0 0;
	padding: 20px 10px 5px;
	width: auto;
	background-color: #ffffff;
	text-color: #000000;

}

.entry-title {
	color:#00000;
	font-size: 28px;
	margin: 0 0 2px;
	padding: 0 10px;
	background-color: #ffffff;
}


.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
	padding: 0 5px;
	width: auto;
	background-color: #ffffff;
	
}

.entry-meta, .entry-utility { 
	color:#00000;
	font-size: 12px;
	font-size: 95%;
	margin: 0 0 15px;
	padding: 2px 0 2px 20px;
	display: inline;

}



#comments {
	padding: 0 10px;
}

#acomments { 
	font-size:18px;
	
}

/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
	background-color: #e8f1ec;
}

#top-sidebar {
	width: 365px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	
}

#top-sidebar ul {
	list-style-type: none;
	display: inline;
	
}

#top-sidebar ul li {
	display: inline;
	vertical-align: middle;
}

#left-sidebar {
	width: 172px;
	height: 200px;
	margin: 0;
	float: left;
	overflow:hidden;
	height:auto;
}

#left-sidebar ul li {
	display: inline;
	list-style: none;

}

#right-sidebar {
	width: 172px;
	height: 200px;
	margin: 0;
	float: right;
	overflow:hidden;
	height:auto;
}

#right-sidebar ul li {
	display: auto;
}

#bottom-sidebar {
	width: 365px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}

#bottom-sidebar ul {
	width: auto;
	padding: 3px 0;
}

#bottom-sidebar ul li {
	display: inline;
	width: 172px;
	padding: 3px;
}



/* =Footer
-------------------------------------------------------------- */

#footerwidget {
	height: auto;
	margin: 0 auto 5px;
	float: left;
	overflow: hidden;
	width: 1010px;
	background-color: #e8f1ec;
}

#footerwidget ul {
	list-style: none;
}

#footerwidget ul ul {
	display: inline;
}


#footerwidget a {
	display: inline;
}

#footprime {
	width: 330px;
	padding: 10px 15px;
	float: left;
}

#footsecond {
	height: auto;
	width: 400px;
	margin: 25px 0;
	padding: 0px 4px;
	float: left;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
}

#footthird {
	width: 230px;
	padding: 10px 5px;
	float: left;
}

/* =Navigation
-------------------------------------------------------------- */


#nav-above {
	display: none;
}

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}

.navigation a {
	font-size:18px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-title {
	display: none;
}

.widget-area ul {
	list-style: none;
	margin: 0;
	width: auto;
	
}
.widget-area ul ul {
	list-style: none;
	margin: auto;
}
.widget-area ul ul ul {
	margin: auto;
	display: table;
}
.widget-container {
	margin: 0;
}

.textwidget {
	width: auto;
}

#s{
	height:14px;
	margin:28px 0;
}

#cat {
	margin: 0 90px;
	width: 120px;
}

.catcloud a:link {
	color: #8CAA99;
	text-decoration: underline;
}

.catcloud a:visited {
	color: #9E7A7A;
	text-decoration: underline;
}

.catcloud a:active {
	color: #BE9393;
	text-decoration: underline;
}

.catcloud a:hover {
	color: #728A7C;
	text-decoration: none;
}

-------------------------------------------------------------- */