/*
Theme Name: zoey
Theme URI: http://think-theory.com
Version: 1.0
Description: think-theory's custom theme
Author: Michael Fox
Author URI: http://think-theory.com
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #AA00B5;
	text-decoration: none;
}

a:hover {
	color: #00CCCC;
        text-decoration: none;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font: normal 11.5px Arial;
	text-align: center;
}

ul {
	padding: 10px 0;
}
li {
	list-style: none;
	margin: 0 0 0 0;
}
li span {
	font-size: 0.9em; color: #444;
}

/* structure */
.container {
	margin: auto;
	text-align: left;
	width: 800px;
}

.entry {
text-align: justify;
float: left;
margin-bottom: 10px;
font-size: 16px;
}

.entry p {
margin-top: 10px;
}

/* header */
.banner {
        background: url(images/banner.gif) no-repeat;
	height: 44px;
        width: 800px;
}
.header {
	height: 96px;
}

.post_title {
font-size: 20px;
width: 590px;
float: left;
font-weight: bold;
border-bottom: 1px solid #AFAFAF;
}

.post_title a {
color: #E74030;
}

.post_title a:hover {
color: #00CCCC;
}

.menubar {
height: 30px;
width: 800px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
margin: 0 0 20px 0;
}

.menubar_left {
width: 500px;
height: 30px;
float: left;
margin-top: 1px;
}

.menubar_left a {
width: 250px;
height: 28px;
float: left;
text-align: center;
font-size: 16px;
color: #000000;
line-height: 28px;
}

.menubar_left a:hover {
background-color: #00CCCC;
color: #FFFFFF;
}

.menubar_right {
width: 300px;
height: 30px;
float: right;
}


/* footer */
.footer {
        width: 800px;
        border-top: 1px solid #EFEFEF;
        padding: 2px 0 2px 0;
        margin-top: 20px;
        float: left;
	color: #DFDFDF;
        text-align: right;
        clear: both;
}

.footer a {
        color: #CFCFCF;
}

.footer a:hover {
        color: #E74030;
}

/* content */

.left {
	float: left;
	width: 590px;
        padding: 0 10px 0 10px;
        
}

/* submenu */

.right {
	float: left;
	width: 170px;
        margin-left: 10px;
}
.right a:hover {
	text-decoration: underline;
}

.sidebar_padding {
width: 170px;
margin-bottom: 5px;
}

.divide {border-top: 1px solid #000000;
}

.navigation {
float: left;
width: 590px;
padding: 10px 0 5px 0;
margin-top: 1px;
text-align: center;
}

input.search_input { 
margin: 1px 0 0 1px;
padding: 0 3px 0 3px;
width: 250px; 
height: 26px; 
background: #FFFFFF; 
border: 1px solid #000000; 
color: #BABABA; 
line-height: 26px;
float: left;
font-weight: bold;
font-size: 1.2em;
font-family: Arial;
}

input.submit_input { 
margin: 1px 0 0 1px;
background-color: #000000; 
color: #FFFFFF; 
width: 40px; 
height: 28px;
border: 0;
font-size: 1.2em; 
font-weight: bold; 
float: left;
font-family: arial;
}

.info {
color: #AFAFAF;
padding: 2px 0 0 0;
}