/*
Theme Name: Baker World
Theme URI: http://www.bakeru.edu
Description: The Baker World Blog Theme
Version: 1.0
Author: Neil Kulbiski

*/

body
{
    background-color:#F4771D;
}

.container
{
    margin-bottom:15px;
    padding-bottom:15px;
    min-height:500px;
}

#search
{
    float:right;
    height:15px;
}

#searchform
{
    background-color:#f4761d;
    margin-top:15px;
}

#searchform label
{
    display:none;
}

#searchform input#searchsubmit
{
    color:#fff;
    background-color:#f4761d;
    width: 75px;
    height:20px;
    border:none;
    cursor:pointer;
    margin:0;
    padding:0;
}
#searchform input#s
{
    background-color:#f79951;
    border:none;
    height:20px;
    width:150px;
    vertical-align:top;
    font-size:20px;
    margin:0;
    padding:0;
}

#header
{
    white-space:nowrap;
    padding-top:40px;
}

#tagline
{
    font-size:20px;
    font-weight:lighter;
    color:#ffffff;
}

#tagline strong
{
    color:#0b71af;
}

#content
{
    background-color:#ffffff;
    color:#222222;
    margin-bottom:15px;
    min-height:500px;
    padding: 15px 10px;
}

#navigation
{
    white-space:nowrap;
    margin-left:230px;
}

.post
{
    margin-top:5px;
}

.post, .post-share
{
    border-bottom: 3px dotted #F58025;
    padding: 0 0 20px 0;
    margin: 10px 0 0 0;
}

.post-share
{
    text-align:right;
    margin: 15px 0;
}

#latest-list ul
{
    margin:0;
    margin-bottom:25px;
}

#latest-list li
{
    float:left;
    margin-left:20px;
    list-style-image:url('https://www.bakeru.edu/templates/bakeru2/images/pipe.gif');

}

#latest-list li:first-child
{
    margin-left:0;
    list-style:none;
}

#lead-story
{
    background-color:#c0b628;
    border-top: 1px solid #998b7d;
    padding:1px 15px;
}

#lead-story .post-info, #lead-story .readMore
{
    text-align:right;
}

#lead-story .post-title h2 a
{
    color:#000000;
}

#latest-stories-heading h3
{
    margin:10px 0;
    color:#F58025;
    letter-spacing:1px;
}

.latest-story .image
{
    float:left;
    padding: 2px 5px;
}

#content .latest-story
{
    margin-bottom:15px;
    border-bottom: 5px dotted #F58025;
    margin-right:40px;
    padding-bottom:5px;
}

.latest-story .post-title h2
{
    font-size:20px;
    letter-spacing:1px;
    color:#0B71AF;
    font-family: ariel;
}

.latest-story .readMore, .post .readMore
{
    text-align:right;
}

#category-list
{
    margin-bottom:3px;
    margin-left:0px;
    line-height:normal;
    margin-top:10px;
    font-size:15px;
    font-weight:normal;
    letter-spacing: 2px;
    font-family:Arial, Helvetica, sans-serif;
}

#category-list li
{
    list-style:none;
    display:inline;
    padding:5px 5px 5px 10px;
}

#category-list li a
{
    text-decoration:none;
    color:#ffffff;
    white-space:nowrap;
}

#category-list li.cat-item-3
{
    background-color:#c0b628;
    margin-left:0;
    width: 75px;
    height: 28px;
}

#category-list li.cat-item-4
{
    background-color:#fec046;
    width: 75px;
    height: 28px;
}


#category-list li.cat-item-5
{
    background-color:#78bee6;
    width: 75px;
    height: 28px;
}


#category-list li.cat-item-6
{
    background-color:#c0b628;
    width: 75px;
    height: 28px;
}


#category-list li.cat-item-7
{
    background-color:#fec046;
    width: 75px;
    height: 28px;
}


#category-list li.cat-item-12
{
    background-color:#78bee6;
    width: 75px;
    height: 28px;
}

#category-list li.current-cat
{
    background-color:#ffffff
}

#category-list li.current-cat a
{
    color:#000000;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
    clear: both;
    padding-left: 5px;
}

.wp-caption {
    text-align: left;
    background-color: #f0f6fe;
    padding-top: 0px;
    margin: 5px 5px 10px 5px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 2px 12px 5px 10px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}
/* End captions & aligment */

/*sidebar */
#sidebar
{
    background-color:#F79951;
    margin:0;
    padding:5px;
}

#sidebar li
{
    list-style:none;
    padding:2px 0 0 0;
}

#sidebarTabs span
{
    background-color:#ffffff;
    margin-right:3px;
    padding:2px 5px;
    cursor:pointer;
}

#kb-advanced-rss-1,#recent-posts-3,#archives-2,#rss-4
{
    background-color:#ffffff;
}

.widgettitle
{
    font-size:16px;
    margin:0;
    padding:0;
    background-color:#f58025;
    color:#ffffff;
    text-align:center;
}

.subscribe
{
    background-color:#0b71af;
    color:#ffffff;
    /*margin-top:20px;*/
    padding:5px;
}

.subscribe h2
{
    margin:0;
    padding:0;
    color:#ffffff;
    font-size:18px;
}

.subscribe p
{
    margin:0;
    padding:0;
}

.subscribe img
{

}


.subscribe input.text
{
    height:20px;
    width:125px;
    margin:0;
    padding:0;
    border:solid #000000 1px;
    background-color:#adadc3;
}

.subscribe input.button
{
    width:75px;
    margin:0 0 0 3px;
    padding:2px;
    border:solid #000000 1px;
    background-color:#0b71af;
    color:#ffffff;
    height:20px;
    vertical-align:top;
}

.widget_bakerYouTube, .widget_flickr
{
    margin:0 auto;
    text-align:center;
}

.widget_flickr li, .widget_flickr ul
{
    padding:0;
    margin:0;
}

.widget_flickr li
{
    display:inline;
}
.widget_flickr img
{
    width:50px;
    height:50px;
}

#rss-4 li, #archives-2 li, #recent-posts-3 li
{
    padding: 5px 0;
}

.pageNavigation
{
    padding-bottom: 7px;
}

#footer
{
    text-align:center;
    margin:0 auto;
}

#sidebar a {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    letter-spacing: 0.25px;
    font-size: 11px;
}
#sidebar a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}
#sidebar a:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

#sidebar li
{
    list-style:none;
    padding:2px 0 0 0;
}

#sidebar p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #ffffff;
    margin: 10px 20px 0 0;
}

.widgettitle
{
    font-size:12px;
    margin:5px 0 5px 0;
    padding:0;
    background-color:#f58025;
    color:#ffe8aa;
    text-align:center;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

p 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    margin: 10px 20px 0 10px;
}

a{
    color: #0B71AF;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 20px 0 0 0;
}

h2 a {
    text-decoration:none;
}

.latest-story .post-title h2
{
    font-size:20px;
    letter-spacing:0.5px;
    color:#0B71AF;
    font-family: Arial, Helvetica, sans-serif;
}

#content .latest-story
{
    margin-bottom:15px;
    border-bottom: 3px dotted #F58025;
    margin-right:40px;
    padding-bottom:5px;
}

#category-list li.current-cat a
{
    color:#333333;
    letter-spacing: 0.5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 75px;
    height: 28px;
}

#footer a
{
    color:#ffffff;
    letter-spacing: 1px;
}

.subscribe p
{
    color:#ffffff;
    margin:0;
    padding:0 0 0 5px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.subscribe input.text
{
    height:20px;
    width:125px;
    margin:3px 0 3px 0;
    padding:0 0 0 10px;
    border:solid #82aeef 1px;
    background-color:#a8b1b7;
}

.subscribe input.button
{
    width:70px;
    margin:4px 0 0 5px;
    padding:2px;
    border:solid #82aeef 1px;
    background-color:#0b71af;
    color:#ffffff;
    height:20px;
    vertical-align:top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 0.5px;
    -moz-border-radius: 8px;
}

#latest-stories-heading h3
{
    margin:10px 0;
    color:#F58025;
    letter-spacing:0.5px;
    font-family: Arial, Helvetica, sans-serif;
}

#lead-story .post-info, #lead-story .readMore
{
    text-align:right;
    padding: 0 0 5px 0;
    color: #333333;
}

#searchform input#searchsubmit
{
    color:#ffe8aa;
    background-color:#f4761d;
    width: 65px;
    height:20px;
    border:solid #F79951 1px;
    cursor:pointer;
    margin:0;
    padding:0 0 2px 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
    -moz-border-radius: 8px;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #666666;
    padding: 10px 0 0 0;
    margin: 0;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #0B71AF;
    margin: 10px 0 0 0;
    letter-spacing: 0.5px;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #0B71AF;
    padding: 10px 0 0 0;
    line-height: 20px;
    margin: 0 0 -5px 0;
}

ol {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: 10px 20px 0 10px;
    list-style-type: decimal;
}
ol li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: 10px 20px 0 10px;
}
td 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    padding: 0;
    margin: 10px 20px 0 -10px;
    vertical-align: top;
}
.post ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 0 10px;
    color: #333333;
    padding: 15px 0 0 0;
}
.post ul li.none {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 0 10px;
    color: #333333;
    padding: 10px 0 0 0;
    list-style-type: none;
}
h5 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 17px;
    color: #0B71AF;
    margin: 0 0 -5px 0;
    padding: 15px 0 0 0;
    font-weight: normal;
}

.form {
}
.post-excerpt ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 0 10px;
    color: #333333;
    padding: 15px 0 0 0;
}
.post-excerpt ul li.none {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 0 10px;
    color: #333333;
    padding: 10px 0 0 0;
    list-style-type: none;
}

/*core drop shadow rules*/
.imgwrap1, .imgwrap2, .imgwrap3 {
    display:inline-table;
    /* \*/display:block;/**/
} 

.imgwrap1 {
    float:left;
    background:url(/bakerworld/wp-content/uploads/2011/02/shadow.gif) right bottom no-repeat;
}

.imgwrap2 {
    background:url(/bakerworld/wp-content/uploads/2011/02/corner_bl.gif) left bottom no-repeat;
}

.imgwrap3 {
    padding:0 8px 8px 0;
    background:url(/bakerworld/wp-content/uploads/2011/02/corner_tr.gif) right top no-repeat;
}

.imgwrap3 img {
    display:block;
    /*border:1px solid #ccc;
    border-color:#efefef #ccc #ccc #efefef;
    */
} 

.imgwrap1 {
    background:url(/bakerworld/wp-content/uploads/2011/02/shadow.gif) right bottom no-repeat;
} 
.imgwrap2 {
    background:url(/bakerworld/wp-content/uploads/2011/02/corner_bl.gif) -1px 100% no-repeat;
} 
.imgwrap3 {
    padding:0 6px 6px 0;
    background:url(/bakerworld/wp-content/uploads/2011/02/corner_tr.gif) 100% -1px no-repeat;
}

.wp-caption .imgwrap1
{
    background:url(/bakerworld/wp-content/uploads/2011/02/cap_shadow.gif) right bottom no-repeat;
}

.wp-caption .imgwrap2
{
    background:url(/bakerworld/wp-content/uploads/2011/02/cap_corner_bl.gif) -1px 100% no-repeat;
}

.wp-caption .imgwrap3
{
    background:url(/bakerworld/wp-content/uploads/2011/02/cap_corner_tr.gif) 100% -1px no-repeat;
} 

img.dropshadow {
    padding: 5px;
    background-color:#ffffff;
}
