/*   
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: 0;
}

/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 1.5em 0;
}
#logo {width:400px; height:388px; float:left; padding:20px 0 0 0;}
#logo img {border:0;}
#nav {float:right; width:575px; padding:0 5px 0 0; margin:63px 0 0 0;}
#nav li {display:inline; margin-right:16px;}
#nav a {text-decoration:none; color:#e12125; font-weight:bold; font-size:2em;}
#nav a:hover {color:#7f1316;}

#wrapper, #header {width:1000px; margin:auto;}
#masthead {width:1000px; height:400px;}

#content_blurb {padding:27px 0 0 50px; width:500px; float:left; line-height:57px;}
#content_blurb h1 {color:#8a8c8f; font-size:4em; font-weight:100;}
#content_blurb h2 {color:#8a8c8f; font-weight:100; font-size:2em; padding:18px 0 0 0;}
#content_blurb a {text-decoration:none; color:#8a8c8f;}

#nav-above a {text-decoration:none; color:#e12125;}
#nav-above a:hover {color:#7f1316; text-decoration:underline;}

#nav-below a {text-decoration:none; color:#e12125;}
#nav-below a:hover {color:#7f1316; text-decoration:underline;}

#content h1 {font-size:2em;}

.entry-title a {font-size:2.5em; color:#8a8c8f; text-decoration:none; font-weight:bold;}

.entry-content a {text-decoration:none; color:#e12125;}
.entry-content a:hover {color:#7f1316; text-decoration:underline;}

.entry-meta {color:#8a8c8f;}
.entry-meta a {text-decoration:none; color:#e12125;}
.entry-meta a:hover {color:#7f1316; text-decoration:underline;}

.cat-links {color:#8a8c8f;}
.entry-utility {padding:20px 0 0 0; color:#8a8c8f;}
.entry-utility a {text-decoration:none; color:#e12125;}
.entry-utility a:hover {color:#7f1316; text-decoration:underline;}

#site-info a {text-decoration:none; color:#e12125;}
#site-info a:hover {color:#7f1316; text-decoration:underline;}

#respond {color:#8a8c8f;}
.formcontainer a {text-decoration:none; color:#e12125;}
.formcontainer a:hover {color:#7f1316; text-decoration:underline;}

#content {color:#8a8c8f;}
.vcard a {text-decoration:none; color:#e12125;}
.vcard a:hover {color:#7f1316; text-decoration:underline;}

/* =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;
}


/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}


/* =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: 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;
}
		
-------------------------------------------------------------- */























