/*
Theme Name: Ecoxotic
Theme URI: http://ecoxotic.com/
Description: The Ecoxotic Wordpress Theme
Version: 0.1
Author: Michael Girouard
Author URI: http://lovemikeg.com.com/
Tags: foo

*/

.addthis_button {
    float: right;
}

#sidebar h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}

#sidebar ul {
    margin-bottom: 20px;
}

#sidebar ul ul ul  {
    margin-bottom: 0;
}

#sidebar li {
    line-height: 1.5;
}

#sidebar li a {
    font-weight: bold;
}

#sidebar .widget_pages ul ul {
    margin-left: 20px;
}

#sidebar #recent-posts-3 {
    margin-top: 12px;
}

.post h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    font-weight: normal;
    font-size: 38px;
    line-height: inherit;
}

.post h1 {
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
    font-weight: normal;
    font-size: 38px;
    line-height: inherit;
	text-transform:capitalize;
}

.home .post h2 {
    font-size: 24px;
    margin-top: 1em;
}

.home .post h2.first {
    margin-top: 0;
}

.post h2 a {
    color: #435967;
    text-decoration: none;
}

.alignleft { float: left; }
.alignright { float: right; }

.post img.alignleft {
    margin: .5em 1.25em 1em 0;
}

.post img.alignright {
    margin: .5em 0 1em 1.25em;
}

.post img.aligncenter {
    display: block;
    margin: 0 auto;
}