/*
THEME NAME: Kansas Interfaith Power and Light Template
Theme URI:
DESCRIPTION: Custom built theme for Kansas IPL based on Sandbox framework
VERSION: 0.1
AUTHOR: <a href="http://www.rhizomestudios.net">Kyle Lambelet</a>
Author URI:
*/
body {
    margin:0;
    padding:0;
    background:#d3e7ef url(img/body_bg.gif) repeat;
    font-family:Arial,San-Serif;
    font-size:12px;
    color:#000;
}
body * {
    margin:0;
    padding:0;
}
#wrapper {
    margin:15px auto;
    width:770px;
}

/*TYPOGRAPHY*/

h1,h2,h3,h4,h5,h6 { 
    color:#525305;
    margin-bottom:12px;
    line-height: 1;
    font-family:Gill Sans, sans-serif;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    text-decoration:none;
}
h1 { 
    font-size: 32px;
    font-weight: normal; 
}
h2 { 
    font-size: 24px; 
    font-weight: normal; 

}
h3 { 
    font-size: 18px;
    font-weight: normal; 

}
h4 { 
    font-size: 16px;
    font-weight: lighter; 

}
h5 { 
    font-size: 14px; 
    font-weight: lighter; 
}
h6 { 
    font-size: 12px; 
    font-weight: normal; 
}
a {
    color:#525305;
    text-decoration:underline;
}
a:hover {
    color:#282902;
}
p {
    margin-bottom:12px;
    line-height:135%;
}
abbr {
    border-bottom:1px dotted;
}
h3.entry-title {
}
.entry-meta, .comment-meta {
    margin-bottom:12px;
    font-size:11px;
    color:#8B8D09;
}
.entry-date {
    color:#8B8D09;
    font-size:11px;
    margin:-8px 0 10px;
}
.pageid-48 .entry-date {
    border-bottom:1px dotted;
}
.pageid-48 #content ul {
    list-style-type:none;
    margin-left:0;
}
.pageid-48 a h3.entry-title {
    text-decoration:none;
}
#content ol {
    list-style-position:outside;
    margin-left:25px;
    margin-bottom:12px;
}
#content ul {
    list-style-position:outside;
    margin-bottom:12px;
    margin-left:25px;
}
#content img {
    border:0;
}

/*HEADER*/

#header {
    height:170px;
    background:url(img/header_bg.gif) no-repeat;
}
#blog-title a {
    display:block;
    height:75px;
    left:102px;
    position:relative;
    text-indent:-9999px;
    top:25px;
    width:333px;
}
#blog-description {
    color:#ECECEC;
    font-family:Gill Sans, sans-serif;
    font-weight:lighter;
    font-size:16px;
    font-style:italic;
    left:103px;
    position:relative;
    top:20px;
    width:355px;
}
a#joinButton {
    border:none;
    left:519px;
    position:relative;
    top:-86px;
    background:url(img/joinUsButton.png) no-repeat;
    width:195px;
    height:86px;
    display:block
}

/*HOME*/

#extra {
    clear:both;
    overflow:auto;
}
#extra-sidebar ul {
    float:left;
    width:330px;
    margin-left:2px;
    list-style:none;
    margin-top:2px;
}
#extra-sidebar li a {
    background:url(img/cfl_bg.gif) no-repeat bottom;
    height:49px;
    font-size:18px;
    color:#525305;
    text-decoration:none;
    font-family:Gill Sans, sans-serif;
    font-weight:normal;    
    padding:6px 0 0 54px;
    display:block;
}
#extra-sidebar li a:hover {
    background:transparent url(img/cfl_bg.gif) no-repeat scroll center -1px;
    color:#393a03;
}
.home #news, .home #events, .home #primary  {
    margin:15px 0 0 15px;
    width:230px;
    float:left;
    display:block;
    font-size:11px;
    background:none;
    height:100%;
}
.home #searchform input{
    margin:0;
}

/*BODY-CONTENT*/

#container {
    background:transparent url(img/container_bg.png) repeat scroll 0 0;
    padding:2px 7px;
    overflow:auto;
    margin:0;
}
#content {
    width:475px;
    margin:15px;
    float:left;   
}
.breadcrumb-trail {
    font-size:11px;
    color:#8b8d09;
    margin-bottom:12px;
}
.breadcrumb-trail a {
    color:#8b8d09;
    text-decoration:none;
}
div.comments ol {
    list-style:none;
}

/*SIDEBAR*/

#primary {
    float:left;
    margin-top:15px;
    width:225px;
}
#events, #news {
    background:url(img/primary_bg.gif) no-repeat bottom;
    padding-bottom:3px;
    margin-bottom:7px;
    font-size:11px;
}
#news ul, #events ul {
    list-style-type:none;
    list-style-position:outside;
}
#news .entry-title a, #events li a {
    font-family:Gill Sans, sans-serif;
    font-size:12px;
    text-decoration:none;
}
#news li, #events li {
    background:url(img/turbineBullet.gif) no-repeat;
    padding-left:15px;
    margin-bottom:8px;
    margin-left:10px;
}
#news .author {
    font-size:11px;
    color:#000;
}
#news .author a {
    color:#000;
    text-decoration:none;
}
ul.xoxo {
    list-style-type:none;
}
ul.xoxo li {
    margin-bottom:15px;
}
#shareThis {
    margin-left:6px;
}
.stbuttontext {
    left:1px;
    position:relative;
    top:-4px;
}
a.stbutton {
    font-family:Gill Sans, sans-serif;
    font-size:18px;
    text-decoration:none;
}
a#facebook {
    height:31px;
    width:237px;
    background:url(img/facebook.gif) no-repeat;
    display:block;
    position:relative;
    top:-5px;
}
#searchform input{
    width: 235px;
    background:#d3e8ef url(img/search_bg.gif) no-repeat scroll 8px 6px;
    border:0 none;
    color:#525305;
    font-size:18px;
    height:25px;
    padding-left:28px;
    width:210px;
    font-family:Gill Sans, sans-serif;
    margin-top:5px;
}
#sharethis {
    font-size:18px;
}

/*FOOTER*/

#footer {
    background:url(img/footer_bg.jpg) no-repeat;
    height:200px;
    font-family:Gill Sans, sans-serif;
    padding:32px 0 0 22px;
    color:#525305;
}
h5#contact {
    font-weight:lighter;
}
#footer a {
    color:#525305;
    text-decoration:none;
}
#footer a:hover {
    color:#282902;
}
#menu {
    padding-top:15px;
}
ul#links {
    display:block;
    float:left;
    font-size:14px;
    font-weight:lighter;
    list-style-type:none;
    margin-right:25px;
}
ul#pages {
    float:left;
    font-size:14px;
    font-weight:lighter;
    list-style-type:none;
}
ul#pages ul {
    font-size:10px;
    list-style-image:url(img/raquo.gif);
    list-style-position:inside;
}
ul#pages li {
    float:left;
    margin-right:10px;
}
ul#pages ul li {
    float:none;
}
#colophon {
    font-size:12px;
    font-family:Gill Sans, sans-serif;
    color:#525305;
    position:relative;
    float:right;
    margin-right:7px;
    margin-bottom:15px;
}
#colophon a {
    text-decoration:none;
}
#colophon p {
    position:relative;
    top:-15px;
}
#ccLicence {
    background:transparent url(img/ccLicence.gif) no-repeat scroll 0 0;
    display:block;
    height:15px;
    left:-90px;
    position:relative;
    width:80px;
}
/* Just some example content */

.entry-title,.entry-meta {
clear:both;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *{
margin:0;
padding:0;
}