/*   
Theme Name: AOK Health Blog
Theme URI: http://www.aokhealth.com/
Description: A search engine optimized website framework for WordPress.
Author: Ben Holland
Author URI: http://www.aokhealth.com/
Version: 1.0
.
Your theme will be your copyrighted work.
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');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/AOKblog.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
        margin: 0;
		
}

/* =Header
-------------------------------------------------------------- */

#branding {
        margin: 0 0 0 0;
		width:500px;
		float:left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
        margin: 0 0 0 0;
		width:400px;
		float:right;
}
.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 0 0;
background-color:#FFF;
color:#000;
width:700px;
padding:25px;  
}

.post h1{
width:600px;
line-height:1em;
}

.post h2{
width:500px;
line-height:1em;
}

.postTopContainer{
	width:700px;
}

.postThumbnail{
	float:left;
	width:100px;
	margin-left:-10px;
	display:inline;
}

.postHeading{
	width:500px;
	float:left;
	margin-left:10px;
	display:inline;
}

#readMore a{
	color:#FFF;
	background-color:#0066CC;
}

#readMore a:hover{
	background-color:#666;
}

.formcontainer {
margin: 0 0 0 0;
background-color:#666;
width:700px;
padding:25px;  
}

.formLeft {
float:left;
width:40%;
}

#form-section-author{
width:40%;
}

#form-section-email{
width:40%;
}

#form-section-url{
width:40%;
}

#form-section-comment{
float:right;
margin-right:15px;
display:inline;}

.form-submit{
float:right;
margin-right:15px;
display:inline;
}

#comment-notes{
font-size:9px;
}

.comment-meta{
font-size:9px;
margin-bottom:10px;
}

.comment-content{
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

#comments-list ol{
margin: 0 0 0 0;
background-color:#424242;
color:#FFF;
width:700px;
padding:25px;  
}

#comments-list li{
margin: 0 0 0 0;
background-color:#333;
border:1px solid #1F242A;
color:#FFF;
padding:25px;  
}

#comments-list h3{
background-image:url(images/comments.jpg);
background-position:top left;
background-repeat:no-repeat;
padding-left:64px;
height:35px;
padding-top:20px;
padding-bottom:0px;
}

#comments-list ul li{
margin: 0 0 0 0;
background-color:#454545;
color:#FFF;
padding:25px;  
}

#respond h3{
background-image:url(images/comment.jpg);
background-position:top left;
background-repeat:no-repeat;
padding-left:64px;
height:35px;
padding-top:20px;
padding-bottom:0px;
}

.white{
margin: 0 0 0 0;
background-color:#FFF;
color:#000;
width:700px;
padding:25px;
}

.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
}

.entry-meta{
font-size:10px;
background-color:#e5e5e5;
padding:3px;
border-bottom:1px solid #CCC;
}

.entry-utility{
font-size:14px;
background-color:#e5e5e5;
padding:3px;
border-top:2px solid #CCC;
}

.entry-title{
width:600px;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        list-style: none;
        margin-left: 0;
		padding:10px;
		background-color:#0066CC;
		
}
.widget-area ul ul {
        list-style: none;
        margin-left: -10px;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}


.widget-area a{
color:#000;
font-weight:bold;
padding:0 6px;
}

.widget-area a:hover{
color:#FFF;
}

.widget-area h3{
border-left:1px solid #FFFFFF;
padding-left:5px;
}

input#s{
	width:150px;
}
