@charset "UTF-8";

/*  
Theme Name: Shawn1.0
Description: Shawn1 is a 2-column Wordpress theme using "Vesper" as a starting point.
Copyright: 2009
Version: 1.0.0
Author: <a href="http://www.sbeelman.com">Shawn Beelman Graphic Design</a> 
Tags: fixed width, widget ready, two columns, sidebar right, ie7, firefox 2.0, wp-pagenavi
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
margin: 0;
padding: 0;
outline: none;
}

body {
margin: 0px;
font: normal 80%/140% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
background: #e5d06e url(images/page-bkg-image.jpg) no-repeat fixed center top;
}

li {
list-style: none;
}

hr {
clear: both;
height: 1px;
line-height: 1px;
font-size: 1px;
visibility: hidden;
margin: 0;
padding: 0;
}

/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1,
h2,
h3,
h4,
h5 {
font-family: georgia, 'times new roman', times, serif;
font-weight: normal;
line-height: 1.3em;
}

h1 {
font-size: 1.8em;
margin: 0 0 .3em 0;
}

h2 {
font-size: 1.6em;
margin: 1em 0 .2em 0;
}

h3 {
font-size: 1.3em;
margin: 1em 0 .3em 0;
}

h4 {
font-size: 1.2em;
font-weight: bold;
margin: 1em 0 .3em 0;
}

/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
color: #2c5787;
text-decoration: none;
}

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

/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper_outer {
}

#wrapper {
position: relative;
width: 840px;
margin: 0 auto;
}

#wrapper:after,
#header:after,
.post:after,
.post-date:after,
#sidebar #search_wrapper:after {
content:  ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#header {
position: relative;
}

#content_wrapper {
width: 800px;
padding: 16px 20px 20px;
margin: 0 auto;
background-image: url(images/content-bkg.png);
background-repeat: repeat;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

#content {
background-color: #FFF;
width: 570px;
float: left;
min-height: 400px;
padding: 15px 20px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#sidebar {
width: 176px;
min-height: 400px;
float: right;
padding: 0px 0px 15px;
}

/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header h2 {
height: 116px;
width: 440px;
margin: 0px auto;
}

#header h2 a {
background-image: url(images/header-logo.png);
background-repeat: no-repeat;
text-indent: -9999px;
display: block;
height: 116px;
width: 440px;
}

#header span.description {
display: none;
}

#header #navbar_wrap {
background: #063870 url(images/header-nav-bkg.gif) repeat-x 0px 0px;
}

#navbar_wrap #nav-inner {
background: url(images/header-nav-left-edge.gif) no-repeat 0px 0px;
padding-left: 6px;
}

#navbar_wrap ul {
list-style: none;
background: url(images/header-nav-right-edge.gif) no-repeat right top;
height: 26px;
}

#navbar_wrap li {
float: left;
}

#navbar_wrap li a {
font: bold 11px/11px Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
color: #a9bace;
display: block;
padding: 7px 20px 9px;
text-decoration: none;
}

#navbar_wrap li a:hover {
color: #EEE3AD;
}

#navbar_wrap li.current_page_item a {
color: #fff;
}

/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post {
margin: 0 0 1em 0;
}

.post-info {
padding: 14px 0 .4em 0;
font-size: 85%;
margin: 0 0 .5em 0;
color: #999;
background-image: url(images/post-info-top-b.gif);
background-repeat: no-repeat;
background-position: left top;
}

.post-info .setting {
padding:3px;
padding-left:20px;
margin-right: 5px;
}

.post-info .datetime {
background:#fff url(images/clock.png) no-repeat 0 2px;
}

.post-info .user {
background:#fff url(images/user.png) no-repeat 0 2px;
}

.post-info .filedlink {
background:#fff url(images/document.png) no-repeat 0 2px;
}

.post-info .commentslink {
background:#fff url(images/comments.png) no-repeat 0 2px;
}

.post-info .editlink {
background:#fff url(images/write.png) no-repeat 0 2px;
}

.post-entry p {
margin: .4em 0 .6em 0;
}

.post-entry .more-link {
display: block;
padding: 0.6em 0 0.3em;
}

.post-entry li .more-link {
margin-bottom: -1.3em;
}

.post-entry h3 {
font-size: 1.25em;
padding: 0 0 .5em;
margin: 0 0 .5em;
}

.post-entry ul,
.post-entry ol {
margin: .5em 0 1em;
}

.post-entry ul li,
.post-entry ol li {
list-style: none;
background: url(images/bullet-square.gif) no-repeat 0.1em 0.5em;
padding-left: 13px;
margin-bottom: .3em;
overflow: hidden;
}

.post-entry ol {
margin-left: 2em;
}

.post-entry ol li {
list-style: decimal;
}

.post-entry blockquote {
margin: 1.5em;
padding: 1em;
color: #999;
font-style: italic;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
clear: both;
}

.post-entry img {
padding: 0 0px 10px 0;
}

.post-entry img.alignright {
float: right;
padding: 2px 0 10px 15px;
margin-top: 2px;
}

.post-entry img.alignleft {
float: left;
padding: 2px 15px 10px 0;
margin-top: 2px;
}

.post-entry img.aligncenter {
display: block;
margin-right: auto;
margin-bottom: 0.1em;
margin-left: auto;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}

.post-meta {
margin-top: 1em;
font-size: 95%;
color: #999;
}

.post-arch-info {
font-size: 95%;
color: #999;
margin: 0 0 2em;
padding: 0 0 1em;
border-bottom: 1px solid #f5f5f5;
}

.wp-pagenavi {
font-size: 11px;
text-transform: uppercase;
clear: both;
color: #555;
padding: 0;
text-align: right;
}

.wp-pagenavi a,
.wp-pagenavi .current {
padding: 3px 7px;
border: 1px solid #ccc;
color: #f7951e;
margin-left: 1px;
font-weight: normal;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
color: #555;
background: #e2e2e2;
font-weight: normal;
}

.wp-pagenavi .pages {
float: left;
line-height: 13px;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 14px;
margin-bottom: 14px;
margin-left: 14px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 13px;
padding: 5px;
margin: 0;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments,
#respond h3 {
font-size: 1.4em;
margin: 0 0 .5em;
padding: 0 0 .5em;
}

#comments {
margin: 0 0 1em;
background: url(images/post-info-top.gif) 0% 100% no-repeat;
padding: 0 0 1em;
}

#comments h3 {
font-size: 1.2em;
}

#comments img {
float: left;
margin: 2px 8px 5px 0;
}

#comments p {
padding-left: 40px;
}

.commentlist li {
margin: 0 0 .5em;
padding: 0 0 .5em;
border-bottom: 1px solid #f5f5f5;
}

#respond .commentinput input,
#respond .commenttext textarea {
width: 490px;
border-top: 1px solid #AAA;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
border-left: 1px solid #AAA;
padding: 3px;
margin: 0.1em 0 .6em;
}

#respond label {
display: block;
}

#respond .commentsubmit {
margin-top: .6em;
}

/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar h2 {
margin: 0 0 .3em 0;
padding: 0 0 .3em 0;
border-bottom: 1px solid #EAD993;
font-size: 18px;
line-height: 18px;
}

#sidebar li ul {
margin: 0 0 1.5em 0;
}

#sidebar li ul li {
padding: 5px 0;
line-height: 120%;
font-size: .9em;
}

#sidebar li ul li:hover {
}

#sidebar li ul li.current_page_item {
}

#sidebar li ul li.current_page_item a {
text-decoration: none;
cursor: default;
color: #84755c;
}

#sidebar li ul li ul li,
#sidebar li ul li ul {
display: none;
}

#sidebar li a {
}

#sidebar li a:hover {
}

#calendar {
margin-top: 10px;
border-bottom: 1px dotted #ccc;
}

#wp-calendar {
width: 90%;
margin-left: 5%;
}

#wp-calendar caption {
color: #864901;
margin-top: 5px;
}

/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
position: relative;
clear: both;
text-align: center;
padding: 10px 0 20px;
margin: 0px auto;
width: 840px;
}

#footer {
position: relative;
clear: both;
text-align: left;
font-size: 11px;
width: 800px;
padding: 0 20px;
margin: 0 auto;
}

#footer a {
}

#footer a:hover {
}

#footer #rss {
position: absolute;
right: 20px;
bottom: 0;
margin: 0;
}

#rss-entries {
background: url(images/rss-entries.png) no-repeat 0 0;
border: none;
float: left;
height: 16px;
margin: 0 4px 0 0;
padding: 0;
text-decoration: none;
text-indent: -9999px;
width: 44px;
}

#rss-entries:hover {
background: url(images/rss-entries.png) no-repeat 0 -16px;
}

#rss-comments {
background: url(images/rss-comments.png) no-repeat 0 0;
border: none;
float: left;
height: 16px;
margin: 0 4px 0 0;
padding: 0;
text-decoration: none;
text-indent: -9999px;
width: 44px;
}

#rss-comments:hover {
background: url(images/rss-comments.png) no-repeat 0 -16px;
}

/* SB added styles 
------------------------------ */
.clearer {
display: block;
font-size: 0px;
line-height: 0px;
height: 0px;
clear: both;
float: none;
}

#sidebar #search_wrapper {
margin-bottom: 1.5em;
}

#sidebar #search_wrapper input {
width: 129px;
height: 21px;
background: url(images/input.gif) no-repeat;
border: none;
margin-right: 0px;
float: left;
font: normal 1em;
padding-right: 2px;
padding-left: 24px;
}

#sidebar #search_wrapper button {
width: 21px;
height: 21px;
background: url(images/search.gif) no-repeat;
border: none;
text-indent: -9999px;
float: right;
}

.required {
color: #666;
}

#quick_contact_form td {
padding: 3px 3px 3px 0;
}

.nocomments {
display: none;
}

.clean-contact-msg {
padding: .7em;
}

.post .donate {
margin: 1em 0;
text-align: center;
}

#sidebar .donate,
#sidebar .donate input {
border: none;
}

#intro-text {
margin-bottom: 1.3em;
}
#intro-text h1 {
margin-top: 0;
}
.single .post h2,
.page .post h2 {
margin-top: 0;
}
#content .navigation {
padding-top: 16px;
}
.excerpt-thumbnail {
background-position: center;
background-repeat: no-repeat;
width: 160px;
height: 130px;
float: right;
margin: 0 0 8px 8px;
}
.excerpt-thumbnail a {
display: block;
width: 100%;
height: 130px;
}