/*   
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
.
The original Shape Theme has been modified by Stacy Mitchell. 
*/


/* Import a basic layout */
/* 2c-l.css is for a 2 col with main on right */
/* 2c-r.css is for a 2 col with main on left */
/* 3c-b.css is for a 3 col with main in center */
/* 3c-r.css is for a 3 col with main on left */
@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');

a {
	text-decoration: none;
	color: #603;
	font-weight: 600;
}

h1 {
	font-size: 1.9em;
}	

body {
	margin: 1.2em 12%;
	background:url(img/green.gif), url(img/sideimage3.gif), url(img/fn-logo100off.gif);
	background-repeat:repeat-x, repeat-y, no-repeat;
	background-position: 0 0, 0 0;
	background-color:#ffc;
	font-family: skia, futura, arial, sans-serif;
	font-size: 95%; 	

}

/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 60px 0 50px 80px;
	min-height: 5px;
}

#blog-title {
	font-size:3.8em;
}

.nodec {
	text-decoration: none;
	color: #603;
}


#blog-description {
	font-size: 2em;
	text-color: #603;
	margin: -30px 0 0 0;
}

/* = #header {
	background-color: #ffc;
}
------*/

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
	margin: 10px;
	background:#cc6;
	background-repeat:repeat-x;
	height: 2em;
	line-height: 2em;
	width: 6em;
	display: block;
	border: 0.2em solid #993;
	text-decoration: none;
	text-align: center;
}


/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;
}

.entry-meta {
	font-size: .8em;
}

.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

.entry-utility {
	font-size: .8em;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1.5em;
	font-size: .8em;
}

.widget-area ul ul ul {
	margin-left: 2.5em;
}

.widget-container {
	margin: 0 0 1.5em 0;
	background:#eeb;
	border: 0.1em solid #603;
	line-height: 1.3em;
	width: 11em;

}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */

#site-info {
}

.smallerfont {
	font-size: smaller;
}




















