/*   
Theme Name: Helen - Custom
Theme URI: http://www.aquilastar.com
Description: A search engine optimized website framework for WordPress.
Author: Susie Hart
Author URI: http://www.aquilastar.com
Version: 1.0

*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/3c-b.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

body {
        margin: 6px auto auto 9px;
		background-color: #afafaf; /*  */
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}


 
a:link, a:visited {font-weight:bold; text-decoration: none; color: #000000;}
a:hover, a:active {font-weight:bold; text-decoration: none; color: #ffffff;}

#blog-title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
}

.entry-title, .entry-title a {color: #ffffff; font-weight: bold; font-size:1.4em}
.entry-meta, .entry-utility, .formcontainer, .comment-meta {font-size: 0.9em}
.comment-content {margin-top:5px}

.mainheadingsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0; padding:0;
}

.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menu a:link, .menu a:visited {color: #000000;}
.menu a:hover, .menu a:active {color: #ffffff;}

#searchsubmit {margin-top:6px;}
#comments-list ol {list-style-type: none}


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

#branding {
        margin: 0 0 1.5em 0;
}


/* =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;
}
