/*   
Theme Name: Zach Stuart
Theme URI: http://www.ididitinc.com/blog
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://www.artonicweb.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
.
*/

/* Basic WordPress Styles */
@import url('wp.css');


body {
        margin: 1.5em 15%;
}

/* =Header
-------------------------------------------------------------- */




/* =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 {
        margin-left: 20px;
}
.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;
}

#blog-left {         
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        width: 520px;
        margin-right: 15px;
        font-family:arial; 
        font-size:12px; 
        color:#5b5b5b;
        padding-bottom: 30px;
        padding-right: 10px;
}

#blog-right {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        width: 230px;
        padding-bottom: 30px;
}

#blog-left ul {
	margin-bottom: 20px;
}

.entry-title {
        font-size: 16px!important;
}

.entry-title a {
        font-size: 16px!important;
}

.sidebar-title-box {
        font-family:arial; 
        font-size:16px; 
        color:#5b5b5b;
        margin-bottom: 5px;
        font-weight: 700;
}

.sidebar-box {
        margin-bottom: 20px;
}

.search input[type=text] {
        width: 100%;
}