/*
THEME NAME: Manifest Vegan
THEME URI: http:/echoability.com
DESCRIPTION: Kelani's template from Thematic, for her good friend Allyson.
VERSION: 0.9
AUTHOR: Ian Stewart/Modified by KelaniNichole
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

#container {
    float: left;
    margin: 0 0 0 35px;
    padding-right: 30px;
    width: 700px;
}


.aside h3 {
font-size:15px;
font-weight:bold;
font-style:normal; 
line-height:22px;
}

#footer {
    background-color: #FFFFE0;
    border-top: 6px dotted #B5E5F7;
    margin-top: 22px;
}

/* FOOTER WIDGET AREA FORMATTING */

#subsidiary {
margin:0 auto;
overflow:hidden;
width:1030px;
}

#subsidiary .aside {
float:left;
margin:0 5px;
width:333px;
}

#subsidiary #third {
margin:0 5px;
width:333px;
}

/* END FOOTER WIDGET AREA FORMATTING */


#comments-list li.bypostauthor {     /* Author comment formatting */
-moz-border-radius:6px 6px 6px 6px;
background:none repeat scroll 0 0 #B4EBFF;
}


#header {
    background-color: #B5E5F7;
    z-index: 2;
}

#main {
    -moz-border-radius: 10px 10px 20px 20px;
    background-color: #FFFFFF;
    background-image: url("/wp-content/themes/manifestvegan/img/bodybg.png");
    background-position: right top;
    background-repeat: repeat-y;
    border: 3px solid #CCCCCC;
    clear: both;
    margin-top: 15px;
}

#access {
    background-color: #7D3D00;
    border-bottom: 2px solid #CCCCCC;
    border-top: none;
    font-size: 20px;
    height: 30px;
    overflow: visible;
    z-index: 100;
    padding-left: 240px;
    margin-top: 15px;
}

.navigation a {
    color: #2ACBFF;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
}

.paged #nav-above {
    display: block;
    padding: 0;
}

.navigation a:active, .navigation a:hover {
    color: gray;
}
body, input, textarea {
    color: #666666;
    font: 16px/22px Times New Roman, Times New Roman, Times, serif;
}

.entry-content h1, .entry-content h2 {
    font-family: georgia, Times, serif;
    font-size: 24px;
    font-weight: bold;
    padding: 28px 0 14px;
}
.entry-title {
    font-family: georgia;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}

.entry-meta {
    text-align: center;

#logo {
    border-top: 4px dotted #CCCCCC;
    margin-top: 20px;
    text-align: center;
    padding-top: 15px;
}

#siteinfo {
    color: #666666;
    font-size: 11px;
    line-height: 18px;
    padding: 0px;
}

.sf-menu {
    float: left;
    margin-left: 100px;    /* adjust this to center pages listed in menu */
}

.sf-menu a {
    font-size: 22px;
    padding: 1px;
    text-decoration: none;
}

.main-aside ul {
    padding: 0 8px !important;
}

