/*   
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
.
*/
/* Reset default browser styles 
@import url('styles/reset.css');*/
/* Import a basic layout 
@import url('styles/2c-l.css');*/
/* Rebuild default browser styles 
@import url('styles/rebuild.css');*/
/* Basic WordPress Styles */

@import url('styles/wp.css');

/* =Header
-------------------------------------------------------------- */
#branding {
margin:0 0 1.5em;
}

/* =Menu
-------------------------------------------------------------- */
#access {
margin:0 0 1.5em;
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;
}

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

/* =Navigation
-------------------------------------------------------------- */
.navigation {
margin:0 0 1.5em;
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;
}
		
-------------------------------------------------------------- */
/*=NAVIGATION
=== === === === === === === === === ===  */
ol,ul {
list-style:none;
}

h3.widget-title {
padding:4px 0 5px 35px;
font-size:16px;
color:#fff;
margin:0;
}

#dhtmlgoodies_menu2 {
width:217px;
}

#dhtmlgoodies_menu2 ul {
margin-left:0;
padding-left:0;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
}

#dhtmlgoodies_menu2 a {
display:block;
/*width: 212px;*/
background-color:#75CE6E;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
padding:4px 0 5px 35px;
}

#dhtmlgoodies_menu2 a:link,.xoxo a:visited {
color:#fff;
text-decoration:none;
}

#dhtmlgoodies_menu2 a:hover {
background-color:#75CE6E;
color:#fff;
text-decoration:underline;
}

/*= New codes
=== === === === === === === === === ===  */
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
clear:both;
color:#993;
font-weight:700;
font-size:18px;
color:#993;
}

hr {
background-color:#999;
border:0;
height:1px;
margin-bottom:1.5em;
}

/* ceo headers 
h1 {
font-size:xx-large;
}

h2 {
font-size:x-large;
}

h3 {
font-size:large;
}

h1,h2,h4,h6 {
font-weight:700;
}

h5,h6 {
margin-top:1em;
}
*/

hr {
border:1px solid #695F4C;
}

/* Text elements
-------------------------------------------------------------- */
/*
p {
	margin-bottom: 1.5em;
}
ul {
	margin: 0 0 1.5em 2.5em;
}
ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style:disc;
}
*/
ol {
list-style-type:decimal;
}

ol ol {
list-style:upper-alpha;
}

ol ol ol {
list-style:lower-roman;
}

ol ol ol ol {
list-style:lower-alpha;
}

ul ul,ol ol,ul ol,ol ul {
margin-bottom:0;
}

dl {
margin:0 1.5em;
}

dt {
font-weight:700;
}

dd {
margin-bottom:1.5em;
}

strong {
font-weight:700;
}

cite,em,i {
font-style:italic;
}

blockquote {
margin:0 3em;
}

blockquote em,blockquote i,blockquote cite {
font-style:normal;
}

pre {
font:11px Monaco, monospace;
line-height:1.5;
margin-bottom:1.5em;
}

code {
font:11px Monaco, monospace;
}

abbr,acronym {
border-bottom:1px dotted #666;
cursor:help;
}

ins {
text-decoration:none;
}

sup,sub {
height:0;
line-height:1;
vertical-align:baseline;
position:relative;
}

sup {
bottom:1ex;
}

sub {
top:.5ex;
}

