/*  Theme Name: Blogos
    Theme URI: http://nickbair.net/
    Description: Made for my blog, Ὁ ΒΛΟΓΟΣ.
    Version: 0.8
    Author: Nick Bair
    Author URI: http://nickbair.net
    Tags: fluid, widgets, two columns
*/



/*  BEGIN RESET STYLES */

/*  LIFTED FROM http://meyerweb.com/eric/tools/css/reset/ */

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;
}

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;
	border: solid 1px;
}
del {
	text-decoration: line-through;
}

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



/*  BEGIN ELEMENT STYLES */

p {
    margin: 1em 0;
}

ul, ol {
    margin: 1em 0;
    padding-left: 2em;
}

ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }

ol { list-style: upper-roman; }
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: decimal; }
ol ol ol ol { list-style: lower-alpha; }

blockquote {
    margin: 1em 3em;
}

/*  END ELEMENT STYLES */



/*  BEGIN COLORS AND TYPE */

body {
    background: #fdfdfd;
	font-size: 83%;
	font-family: "Lucida Sans Unicode", Sans-Serif;
	color: #1C1F06;
	letter-spacing: normal;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 { font-size: 2em;    margin: .5em 0; }
h2 { font-size: 1.5em;  margin: .66em 0; }
h3 { font-size: 1.25em; margin: .8em 0; }
h4 { font-size: 1em;    margin: 1em 0; }
h5 { font-size: .8em;   margin: 1.25em 0; }
h6 { font-size: .66em;  margin: 1.5em 0; }

a {
    color: #D92B2B;
}

a:hover {
    color: #FF5E5E;
}

:focus {
	background: #FFCCCC;
}

blockquote {
    color: #695126;
}

small {
    font-size: 88%;
}

.post_header {
    font-family: "Palatino", "Palatino Linotype", serif;
    font-size: 1.5em;
    font-weight: normal;
}

.post_header a {
    color: #515914;
    text-decoration: none;
}

.post_header a:hover {
    color: #A5AD68;
}

.widgettitle {
    margin: .66em 0 .33em 0;
    color: #515914;
    font-family: "Palatino", "Palatino Linotype", serif;
    font-size: 1.5em;
    font-weight: normal;
}

/*  END COLORS AND TYPE */



/*  BEGIN POSITIONS AND LOCAL STYLES */

#page {
    position: relative;
    margin: 0 auto;
    max-width: 1024px;
}

#header {
    position: relative;
    top: 0; left: 0;
    width: 100%;
    height: 130px;
}

#header h1,
#header .description {
    position: absolute;
    top: 0; left: 0;
    margin: 0;
    width: 100%;
}

#header_image {
    z-index: 1;
    position: absolute;
    top: 20px; right: 2%;
    background: url('images/header01.png') no-repeat;
    width: 96%;
    height: 100px;
}

#header h1 a {
    z-index: 2;
    display: block;
    position: absolute;
    top: 34px; left: 4%;
    background: url('images/title.png') no-repeat;
    height: 72px;
    width: 320px;
    text-decoration: none;
    text-indent: -9999px;
}

#header .description {
    text-indent: -9999px;
}

#header_border1 {
    position: absolute;
    top: 0; left: 33%;
    border: dashed 1px #CCBAAD;
    border-top: none;
    border-right: none;
    height: 10px;
    width: 66%;
}

#header_border2 {
    position: absolute;
    top: 10px; left: 33%;
    border-right: dashed 1px #CCBAAD;
    height: 120px;
    width: 66%;
}

#sidebar {
    float: left;
    margin: 0 0 1em 2%;
    width: 28%;
}

#sidebar .widget {
    margin: 0 0 2em 0;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .widget ul {
    padding-left: 2em;
}

#sidebar .widget ul li {
    list-style: circle;
}

#sidebar .widget ul li:hover {
    list-style: disc;
}

#sidebar .widget_text {
    font-weight: bold;
}

#content {
    position: relative;
    margin: 0 1% 0 33%;
    padding: 1px 1% 1px 1em;
    border: dashed 1px #CCBAAD;
    border-right: none;
    border-bottom: none;
}

#content:after {
    display: block;
    content: '.';
    visibility: hidden;
    clear: both;
    height: 1px;
}

.pagetitle {
    z-index: 3;
    position: absolute;
    top: -1.5em; right: 1em;
    margin: 0;
    padding: 0 .66em 1px .66em;
    border: dashed 1px #CCBAAD;
    border-bottom: none;
    background: #FFF;
    font-size: 1.5em;
    font-weight: normal;
    text-align: right;
}

.post {
    margin-bottom: 5em;
}

.post_header {
    margin-top: .66em;
    margin-bottom: .1em;
    border-bottom: solid 1px #A68F81;
    line-height: 1;
}

.post small {
    display: block;
    text-align: right;
    color: #A68F81
}

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

.post .postmetadata {
    margin-left: 2em;
    padding-top: 1em;
    border-top: solid 1px #A68F81
}

#footer {
    margin: 0 67% 0 1%;
    padding: 1px 1em;
    border: dashed 1px #CCBAAD;
    border-right: none;
}

#footer p {
    position: relative;
    width: 300%;
}

#footer_border {
    margin-right: 67%;
    border-right: dashed 1px #CCBAAD;
    height: 10px;
}

/* END POSITIONS AND LOCAL STYLES */

