/*
Theme Name: Baarbarian
Theme URI: http://baarbarian.com
Description: RAAAARRRGH!
Version: 1.0
Author: Badfeather
Author URI: http://badfeather.com/
Tags: baarbarian, custom header, fixed width, two columns, widgets
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}


/* Begin BAARBARIAN */
/* begin structure */

body {
font: 12px/1.5 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #FFF;
color: #333;
text-align: left;
padding: 20px;
}
#page {
text-align: left;
width: 960px;
overflow: hidden;
}
.column {
float: left;
margin: 0 30px 20px 0;
}
.one-third {
width: 300px;
}
.two-thirds {
width: 600px;
}
.post {
margin: 0 0 20px 0;
padding-top: 20px;
border-top: 1px solid #C0D2FA;
}
#footer {
width: 930px;
clear: both;
padding: 10px 0 20px 0;
border-top: 1px solid  #C0D2FA;
}
.postmetadata {
font-size: 10px;	
}
.navigation {
width: 100%;
overflow: hidden;
}

/* begin typography */
p, ul, ol, h1, h2, h3, form, table {
margin-bottom: 20px;
}
h1, h2, h3, #nav {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #3872F8;
}
h1, h2.page-title {
font-size: 20px;
text-align: center;
margin-bottom: 10px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
}
a {
color: #3872F8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.clear {
clear: both;
}
ul {
list-style: inside disc;
}
ol {
list-style: decimal inside;
}
li {
margin-bottom: 10px;
}
ol ol, ul ul, ul ol, ol ul {
padding: 10px 0 0 1em;
margin-bottom: 0;
}
table {
width: 100%;
border: 1px solid #3872F8;
margin:0 -1px 1.5em 0;
}
table td {
border-top: 1px solid #3872F8;
padding: 5px 24px;
}
table th {
padding:5px 24px;
font-weight: bold;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 10px;
}
blockquote {
padding-left: 1em;
border-left: 1px solid #3872F8;
font-style: italic;
}
blockquote cite {
font-style: normal;
}
hr {
display: block;
width: 100%;
clear: both;
margin-bottom: 20px;
border: 0;
background: #C0D2FA;
height: 1px;
}
.copyright {
width: 100%;
clear: both;
}
span.credit {
float: right;
}
/* images */
.post p img {
max-width: 100%;
height: auto;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright, .wp-caption.alignright {
margin: 0 0 20px 20px;
display: inline;
}
img.alignleft, .wp-caption.alignleft {
margin: 0 20px 20px 0;
display: inline;
}
.wp-caption-text {
font-size: 12px;
margin: 5px 0 0 0;
line-height: 18px;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/* header */
#logo {
width: 275px; 
height: 286px; 
font-size: 30px;
line-height: 1;
border: 0;
}
#logo a {
text-indent: -9999em;
text-decoration: none;
display: block;
width: 275px; 
height: 286px;
background: url(images/Baarbarian_HouseSplash.jpg) no-repeat 0 0; 
}
#nav {
list-style: none;
font-size: 16px;
text-transform: uppercase;
}
ul#nav ul {
padding: 5px 0 0 1em;
font-size: 14px;
text-transform: none;
list-style: none;
margin: 0;
}
#nav li {
margin-bottom: 5px;
}
#nav .current-cat a, #nav .current_page_item a {
text-decoration: underline;
}
#nav .current-cat ul a, #nav .current_page_item ul a {
text-decoration: none;
}





