
/*
Theme Name: SBeelman2
Description: Custom theme designed by Shawn Beelman, using the default Kubrick WordPress theme as starting point.
Version: 1.0
Author: Shawn Beelman
Author URI: http://sbeelman.com/
*/


/* Begin Typography & Colors */

#page {
text-align: left;
}

#headerimg {
margin: 7px 9px 0;
height: 192px;
width: 770px;
}

.widecolumn .entry p {
font-size: 1.05em;
}

.narrowcolumn .entry,
.widecolumn .entry {
margin-top: 10px;
}

.narrowcolumn .postmetadata {
text-align: center;
}

.thread-alt {
background-color: #141D21;
}

.thread-even {
background-color: #141D21;
}

.depth-1 {
border: 1px solid #06293C;
}

.even,
.alt {
}

#footer {
border: none;
}

small {
font-size: .8em;
line-height: 1.4;
}

#headerimg .description {
font-size: 1.2em;
text-align: center;
}

#content_sidebar h2 {
font-size: 1.2em;
}

h3 {
font-size: 1.5em;
}
h6 {
font-size: 1em;
line-height: 1.1;
color: #CCC;
margin-top: .2em;
margin-bottom: .7em;
}

/*
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
*/
h2,
h2 a,
h2 a:hover,
h2 a:visited,
h3,
h3 a,
h3 a:hover,
h3 a:visited,
#content_sidebar h2,
#wp-calendar caption,
cite {
text-decoration: none;
}

.commentlist li,
#commentform input,
#commentform textarea {
font-size: 0.9em;
}

.commentlist li ul li {
font-size: 1em;
}

.commentlist li {
font-weight: bold;
}

.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

.commentlist cite,
.commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

#content_wrapper .commentlist p {
font-size: 100%;
font-weight: normal;
text-transform: none;
}

.commentmetadata {
font-weight: normal;
}
.blog #content_wrapper li.comment {
background-image: none;
list-style: none;
margin-left: 0;
}
#content_sidebar {
font-size: 1.1em;
}

small,
#content_sidebar ul ul li,
#content_sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
color: #CCC;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,
abbr,
span.caps {
font-size: 0.9em;
letter-spacing: .07em;
}

#wp-calendar #prev a,
#wp-calendar #next a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}

/* End Typography & Colors */



/* Begin Structure */
body {
margin: 0 0 20px 0;
padding: 0;
}

.blog #header {
background-image: url(images/header-blog.jpg);
}
#header .description {
display: none;
}
/*
#nav {
width: 770px;
margin: 0px auto;
padding: 0;
height: 22px;
background-image: url(images/navbar.jpg);
background-repeat: no-repeat;
background-position: center top;
}

#nav li {
float: left;
list-style: none;
padding: 0;
margin: 0;
height: 22px;
}

#nav li a {
display: block;
color: #FFF;
padding: 4px 0px;
font: 13px/13px;
text-decoration: none;
width: 100px;
text-align: center;
height: 22px;
}

#nav li a:hover {
background-color: #f4f1ee;
color: #a3886a;
}
*/
.blog #nav li {
margin-right: 1.5em;
overflow: hidden;
}
.blog #nav a {
background-image: none;
text-indent: 0;
display: block;
font-size: 12px;
line-height: 12px;
color: #C0DEE3;
padding-top: 3px;
padding-bottom: 4px;
font-weight: normal;
}
.blog #nav a:hover {
color: #fff;
}
.blog #nav {
padding-left: 110px;
}
#nav li.clearer {
clear: both;
float: none;
height: 0px;
font-size: 0px;
line-height: 0px;
}

.narrowcolumn {
float: left;
padding: 0 0 20px 110px;
width: 530px;
}

.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
}

.post {
margin: 0 0 40px;
}

.widecolumn .post {
margin: 0;
}

.narrowcolumn .postmetadata {
padding-top: 15px;
}

.widecolumn .postmetadata {
margin: 30px 0;
}

.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}

#content_wrapper p.postmetadata {
clear: both;
}

.clear {
clear: both;
}

/* End Structure */


/* Begin Sidebar */

#content_sidebar {
padding: 0px 90px 10px 16px;
width: 199px;
float: right;
}

#content_sidebar form {
margin: 0;
}

/* End Sidebar */



/*	Begin Headers */
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
color: #FFF;
}
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active {
color: #179DCA;
}

h3 {
padding: 0;
margin: 30px 0 0;
}

h3.comments {
padding: 0;
margin: 40px auto 20px;
}

/* End Headers */


/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 5px 10px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 10px 5px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul,
.postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#content_sidebar ul,
#content_sidebar ul ol {
margin: 0;
padding: 0;
}

#content_sidebar ul li {
list-style-type: none;
list-style-image: none;
background-image: none;
margin-bottom: 15px;
}

#content_sidebar ul p,
#content_sidebar ul select {
margin: 5px 0 8px;
}

#content_sidebar ul ul,
#content_sidebar ul ol {
}

#content_sidebar ul ul ul,
#content_sidebar ul ol {
}

ol li,
#content_sidebar ul ol li {
list-style: decimal outside;
}

#content_sidebar ul ul li,
#content_sidebar ul ol li {
margin-bottom: 3px;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: left;
}

#content_sidebar #searchform #s {
width: 100px;
padding: 2px;
}

#content_sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform {
margin: 5px 10px 0 0;
}

#commentform textarea {
width: 100%;
padding: 2px;
}

#respond:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#commentform #submit {
margin: 0 0 5px auto;
float: right;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
}

.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
list-style: none;
}

.commentlist li ul li {
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0;
}

.children {
padding: 0;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
font-size: 80%;
margin: 0;
display: block;
}

/* End Comments */




/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff;
}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym,
abbr,
span.caps {
cursor: help;
}

acronym,
abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 25px;
margin-bottom: 60px;
color:#CCC;
}

.clearer {
height: 0px;
font-size: 0px;
line-height: 0px;
clear: both;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #00232A;
text-align: center;
padding: 4px;
margin: 15px 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #091416;
}
.wp-caption.alignright {
margin-right: 0;
margin-left: 15px;
}

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

#content_wrapper .wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 14px;
padding: 0 4px 5px;
margin: 0;
color: #CCC;
}
/* End captions */

