/*   
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: 1.5em 15%;
	background-color: #113;
	color: #fff;
}

a{
	text-decoration: none;
	color: #ccc;
}

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

#branding {
	color: white;
}

#blog-title {
	font-size: 30pt;
}


/* =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;
	text-decoration: none;
	color: #444;
}

/* =Authors
-------------------------------------------------------------- */
.author-box {
	border: 3px solid;
	padding: 1em;
	margin: 0 0 1em 0;
}

#author-2 {
	background-color: #ccf;
	border-color: #aad;
}

#author-2 a{
	text-decoration: none;
	color: #336;
}

#author-3 {
	background-color: #cfc;
	border-color: #ada;
}

#author-3 a{
	text-decoration: none;
	color: #363;
}

/* =Content
-------------------------------------------------------------- */
h2 {
	font-size: 12pt;
	font-weight: bold;
}

#content {
	color: #000;
}

.post {
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
	display: block;
	clear: both;
}
.entry-utility {
	clear: both;
}

#flickr {
	float:left;
	margin: 0 1em 0 0;
}


#flickr-r {
	float:right;
	margin: 0 0 0 1em;
}


/* =Comments
-------------------------------------------------------------- */

#comments{
	border: 3px solid #aaa;
	padding: 1em;
	margin: 0 0 1em 0;
	background-color: #fff;
	color: #000;
}

#comments a{
	color: #666;
}

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

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

#nav-above {
	display:none;
}

.nav-previous {
	float:left;
}

.nav-next {
	float:right;
}


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

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}




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

.alignleft {
	float: left;
}

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























