/* vim: set expandtab tabstop=4 shiftwidth=4: */
/*
 * Three-column fluid layout with two sidebars on the right side
 * of content.  CSS supports includes styling for EC3 Event Calendar
 * plugin and wp-print plugin.
 *
 */

/**
 * Start with Sandbox's 3 column fluid theme with sidebars on both sides.
 */
@import url('../sandbox/examples/3c-r.css');

/**
 *
 * I don't like themes which butt up against the edge of the browser,
 * I like to see some white space or background between the edge of the
 * window and the web site content.  Personal preference, I know not
 * everyone agrees with my preference.
 *
 */
body {
    margin: 30px 50px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #000000;
	background: #FFFFFF url(../images/fibblesnork/sm/bricks-green-40.jpg) -5px 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #8A8A8A;
}

a, a:link, a:active, a:visited, a:hover,
a img, a:link img, a:active img, a:visited img, a:hover img {
    color: #F66802;
    border-style: none;
    text-decoration: none;
}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #8A8A8A;
	font-size: 0.9em;
}

code {
	font-family: monospace;
	color: #CA0000;
    font-size:1.1em;
}

div#wrapper {
    background-color: #FFFFFF;
    border:1px solid #8A8A8A;
    padding: 3px 7px;
}

/**
 * Link styles
 */
div#content a:link, div#content a:active, div#content a:visited {
    color: #F66802;
    text-decoration: none;
}

div#content a:hover {
    color: #F66802;
    text-decoration: none;
    border-bottom: 1px solid #F66802;
}

/**
 * Access (menus)
 */
div#access {
    clear: both;
    padding-top: 1.0em;
}

/**
 * Content
 */
div#content {
    padding-right: 10px;
    margin: 0px 420px 10px 0px;
}

div.sidebar {
    width: 200px;
}

div#primary {
    margin:0 0 0 -420px;
}

div#secondary {
    margin: 0px 0px 0px -200px;
}

div.navigation {
    margin-bottom: 5px;
    background:#FFFFFF;
    border: 0px solid #8A8A8A;
    margin: 0 1em;
    overflow: hidden;
    padding: 10px 0 10px 5px;
}

/**
 * Interesting behavior here ,,, when the navigation
 * elements are floated, IE loses the border on the links
 * contained within.  I can't figure out a way to make it
 * look the same on FF and IE so I'll come back to it some
 * other day.  ;-)
 */
div.nav-previous {
    float: left;
}

div.nav-next {
    float: right;
    margin-right: 10px;
}

div.entry-meta {
    float: right;
    padding: 0 10px 0 0;
    margin: 0;
    height: auto;
}

.entry-title {
    /*background: #DDDDDD url(../images/OnYourMarksBlackLeft.png) no-repeat 98% 50%;*/
    background: #DDDDDD url(../images/plates/1x1_green.png) no-repeat 98% 50%;
    border-top: 1px solid #656565;
    padding: 0.1em 0.1em 0.2em;
    margin-top: 1em;
}

a.more-link {
    float: right;
    clear: both;
    padding: 3px 0px;
    margin-right: 20px;
}

.post-views {
    float: left;
    clear: both;
    padding: 3px 0px;
    display: block;
}

.print-link {
    float: left;
    clear: both;
    padding: 3px 0px;
    display: block;
}

/**
 * Header - Info
 */

#header {
    width: 100%;
    position: relative;
}

#header #header-info {
	text-align: center;
	color: #8A8A8A;
    font-weight: bold;
	padding: 0;
    margin: 0;
    font-size: 2em;
}

#header #blog-title {
	text-align: center;
	color: #8A8A8A;
    font-weight: bold;
	padding: 0.3em 0 0 0;
    margin: 0;
    font-size: 1.5em;
}

#header #header-info h1 a,
#header #header-info h1 a:link,
#header #header-info h1 a:visited,
#header #header-info h1 a:active,
#header #header-info h1 a:hover {
	color: #8A8A8A;
	text-decoration: none;
}

#header #blog-description {
    font-weight: bold;
	color: #8A8A8A;
    font-size: 0.75em;
}
	
#respond {
    border-top: 7px solid #2F6D2E;
    margin: 0;
    padding: 0 0 0.3em;
}

.skip-link {
    display: none;
}

#sbllfthdrimg {
    float: left;
    margin: 0 0 auto;
}

#sblrghthdrimg {
    float: right;
    margin: 0 0 auto;
}

/*
 *
 * Calendar Archive
 */

#calendar h3.widgettitle {
}

div#calendar_wrap {
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 5px;
}

table#wp-calendar {
    border-collapse: collapse;
    border: 1px solid #8A8A8A;
    background-color: #EFEFEF;
    text-align: center;
    width: 100%;
}

table#wp-calendar>thead {
    border-bottom: #8A8A8A;
    background-color: #DDDDDD;
}

table#wp-calendar>caption {
    padding: 10px 0px 5px 0px;
}

table#wp-calendar caption {
    color: #8A8A8A;
    font-weight: bold;
}

table#wp-calendar a {
    font-weight: bold;
    text-decoration: none;
    color: #F66802;
}

/**
 * Style the search box
 */
#searchform {
    padding: 0px 5px 0px 5px;
}

#s {
    width: 130px;
}

.widget_search {
}

/**
 * Tag Cloud
 */
#tag_cloud {
    margin-bottom: 20px;
    /*text-align: center;*/
}

#tag_cloud a {
    font-weight: bold;
    text-transform: lowercase;
    margin: 2px 0px 0px 4px;
    text-align: center;
    text-decoration: none;
    color: #F66802;
}

/**
 * posts
 */

.hentry {
    position: relative;
    margin: 0px 10px 30px 0px;
    padding: 10px 5px 10px 5px;
    border: 1px dotted #8A8A8A;
    overflow: hidden;
    background: #f8f8f8;
}

/**
 * Entry meta data
 */
.entry-meta {
    height: 30px;
    font-size: 11px;
    margin: 10px 0px 0px 10px;
    padding: 10px 0px 10px 5px;
    clear: both;
}

.entry-meta a {
    text-decoration: none;
    margin-left: 5px;
}

.entry-meta a:link, .entry-meta a:active, .entry-meta a:visited {
    color: #F66802 !important;
    text-decoration: none !important;
}

.entry-meta a:hover {
    color: #F66802 !important;
}

/**
 * post entry date
 */
.entry-date {
    font-size: 0.8em;
    position: absolute;
    top: 0;
    left:auto;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    text-decoration: none;
}

/**
 * Entry meta data
 */
.entry-content {
    padding-bottom: 10px;
}

/**
 * Center the footer
 */
#footer {
    height: 2.5em;
    margin: 0;
    padding: 0.5em 0 ;
    border-top: 0.1em solid #8A8A8A;
    text-align: center;
    background: #FFFFFF url(../images/plates/1x1_green.png) no-repeat 95% 50%;
}

#footer a {
    text-decoration: none;
    font-variant: small-caps;
    text-transform: capitalize;
}

#footer a:link, #footer a:active, #footer a:visited {
    color: #F66802;
    text-decoration: none;
}

#footer a:hover {
    color: #000000;
    text-decoration: underline;
}


.button {
    color: #000000;
    background-color: #CDCDCD;
}

/**
 * The following fixes a SuperFish z-index
 * bug for IE6 and IE7.
 */

.sf-menu {
    width: 100%;
    background: #2F6D2E;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { 
    color: #FFFFFF;
    background: #669900; 
    z-index: 1; 
} 

.sf-menu a {
    color: #FFFFFF;
    border-top: #8A8A8A;
}

/**
 * Event calendar plugin (if in use) overrides
 */
.ec3_list {
    padding: 3px;
    color: #000000 !important;
    margin-left: 0px !important;
}

.ec3_widget_list {
    /*background: #FFFFFF url(../images/SoccerBallBackground400x400.png) no-repeat 0px 20px;*/
    overflow: hidden;
}

.ec3_list ul {
    margin-bottom: 20px;
}

div#wp-calendar a {
    color: #CDCDCD;
    font-weight: bold;
}

/**
 * Style the sidebar
 */

h3.widgettitle {
    font-size: 1.2em;
    margin: 1.2em 0 0.2em;
    padding: 0.5em;
    background-image: url(../images/plates/1x1_green.png);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    overflow: visible;
}

ul.xoxo {
    margin: 0;
    padding: 0 0 0.1em;
    /*border: 0px solid #8A8A8A;*/
    list-style-type: none;
}

ul.xoxo>li {
    /*
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 1px solid #656565;
    background: #DDDDDD none repeat scroll 0 0;
    */
    border-bottom: 7px solid #2F6D2E;
    margin: 0;
    padding: 0 0 0.3em;
}

.xoxo ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #656565;
    border-left: 0px solid #656565;
    border-right: 0px solid #656565;
    border-bottom: 0px solid #656565;
    list-style-type: none;
}

.xoxo ul li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-top: 0px solid #656565;
    border-left: 1px solid #656565;
    border-right: 1px solid #656565;
    border-bottom: 1px solid #656565;
    background-color: #DDDDDD;
}

.xoxo ul a:hover {
    background: #EFEFEF none repeat scroll 0 0;
}

.xoxo ul a {
    display: block;
    padding: 0.3em;
    text-decoration: none;
    font-weight: bold;
    /*
    font-variant: small-caps;
    text-transform: capitalize;
    margin-left: 5px;
    */
}

.xoxo ul a:link, .xoxo ul a:active, .xoxo ul a:visited {
    color: #F66802;
}

.xoxo ul a:hover {
    color: #F66802;
    /*
    text-decoration: underline;
    font-weight: bold;
    */
}

