/* Nick Styles
http://kuler.adobe.com/#themeID/308132
#363159 - header background
#f2f2f2 - code and form element background
#85ab02 - hover + top header
#e85907 - links + sidebar headers
*/

body {
    margin: 0px;
    color: #363159;
}

#header {
    background: #363159;
    height: 102px;
}

#header-sep {
    background: #85ab02;
    height: 12px;
}

#content {
    margin-top: 7px;
}

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

/* LINKS */
a {
    color: #e85907;
    text-decoration: none;
}

a:hover { color: #85ab02; }

/* HEADER */

#logo {
    padding-top: 50px;
}

#logo #sitename {
    font-size: 5em;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: -2px;
}

#logo h1 a { 
    color: #fff;
    text-decoration: none;
    border: none;
}
#logo #subtitle { 
    color: #fff;
    font-size: 0.4em;
    text-transform: lowercase;
}

/* SEARCH */

#search label {
    display:none;
}

#sidebar #searchform #s {
    width: 130px;
    margin-top: 20px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

/* POST */
.post {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.post h2 {
    margin-bottom: 0px;
}

.post h2 a {
    color: ##363159;
    text-decoration: none;
    border: none;
}

.post h2 a:hover {
    color: #85ab02;
}

p.meta {
    clear: both;
    font-size: 75%;
    text-align: right;
    margin-right: 5px;
}

p.auth {
    padding: 0 0 0 12px;
    font-size: 85%;
    margin-left: 10px;
    font-weight: bold;
    color: #9a9a9b;
    background: url(../../images/theme/bracket.gif) no-repeat;
}

h4.blueblk {
    font-size: 2em;
}

/* COMMENTS */
ol.comment-list {
    margin: 0px;
    list-style-type: none;
}

.comment-list li, #preview {
    border: 1px solid #363159;
    background: #f2f2f2;
    padding: 5px;
    margin-bottom: 8px;
    clear: right;
    min-height: 60px;
}

.gravatar {
    float: right;
    padding: 0 5px;
}

/* SIDEBAR */

#sidebar h3 {
    color: #e85907;
    margin: 10px 0 10px 0;
}


#sidebar h3 a {
    color: #e85907;
}

#sidebar h3 a:hover { color: #85ab02; }

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

#sidebar ul li {
    background: url(../../images/theme/bullet.gif) 0 45% no-repeat;
    padding-left: 17px;
}

.sidebar-node {
    clear:both;
}

#flickr div img {
    border: 4px solid #fff;
}

#flickr div {
    width: 108px;
    border: 2px solid #dbd1c1;
    margin-bottom: 5px;
}

#flickr div.flickrsquare {
    width: 82px;
    border-right: 3px solid #dbd1c1;
    float:left;
    margin-right: 5px;
    margin-right: 5px;
}

#flickr div a { border: none; }

#magnolia-gallery {
    text-align: center;
}
#magnolia-gallery .magnolia-pic {
    border: 1px solid #dbd1c1;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 112px;
}

#magnolia-gallery .magnolia-pic:hover {
    background: #000000;
}

#magnolia-gallery .magnolia-pic img {
    padding: 6px;
}

/* FOOTER */

#footer ul {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

#footer ul li {
    display: inline;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 75%;
}

/* FORMS */

input, textarea, select {
    border: 1px solid #363159;
    background: #f2f2f2;
}

.frm-tbl td { vertical-align: top; padding: 5px; }
td#frm-btns { text-align: right; }

#comment_body { height: 220px; }
#form-submit-button { background: #f2f2f2; }

/* MISC */

.powered { border: none; }
.powered img { margin-top: 20px; }
.pullquote {
    width: 30%;
    float:right;
    color: #666;
    margin:10px;
    background: url(../../images/theme/q-close.gif) no-repeat 70% 100% !important;
    background /**/:url(); /* removing quote graphic in IE5+ */
    padding: 0 25px 5px 0;
}
.pullquote:first-letter {
    background: url(../../images/theme/q-open.gif) no-repeat left top !important;
    padding:5px 2px 10px 35px!important;
    padding /**/:0px; 	/* resetting padding in IE5+ */
    background /**/: url(); /* removing quote graphic in IE5+ */
}

.light-bg { background: #f7f7f7; padding: 2px; }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#errors {
    color: red;
}

.admintools {
    float: right;
    background-color: #fff;
    font-size: smaller;
    padding: 0 2px;
    margin: 0 1px;
    color: #ccc;
    border: 1px solid #ccc;
}

.admintools:hover {
    color: #c00;
    border: 1px solid #c00;
}

a[name] { border: none; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#categories li em, #archives li em
{
    color: #98B4D1;
    font-size: smaller;
}

/* Syntax highlighting */
.typocode_ruby .normal {}
.typocode_ruby .comment { color: #005; font-style: italic; }
.typocode_ruby .keyword { color: #A00; font-weight: bold; }
.typocode_ruby .method { color: #077; }
.typocode_ruby .class { color: #074; }
.typocode_ruby .module { color: #050; }
.typocode_ruby .punct { color: #447; font-weight: bold; }
.typocode_ruby .symbol { color: #099; }
.typocode_ruby .string { color: #944; }
.typocode_ruby .char { color: #F07; }
.typocode_ruby .ident { color: #004; }
.typocode_ruby .constant { color: #07F; }
.typocode_ruby .regex { color: #B66; }
.typocode_ruby .number { color: #F99; }
.typocode_ruby .attribute { color: #7BB; }
.typocode_ruby .global { color: #7FB; }
.typocode_ruby .expr { color: #227; }
.typocode_ruby .escape { color: #277; }
.typocode_xml .normal {}
.typocode_xml .namespace { color: #B66; font-weight: bold; }
.typocode_xml .tag { color: #F88; }
.typocode_xml .comment { color: #005; font-style: italic; }
.typocode_xml .punct { color: #447; font-weight: bold; }
.typocode_xml .string { color: #944; }
.typocode_xml .number { color: #F99; }
.typocode_xml .attribute { color: #BB7; }
.typocode_yaml .normal {}
.typocode_yaml .document { font-weight: bold; color: #07F; }
.typocode_yaml .type { font-weight: bold; color: #05C; }
.typocode_yaml .key { color: #F88; }
.typocode_yaml .comment { color: #005; font-style: italic; }
.typocode_yaml .punct { color: #447; font-weight: bold; }
.typocode_yaml .string { color: #944; }
.typocode_yaml .number { color: #F99; }
.typocode_yaml .time { color: #F99; }
.typocode_yaml .date { color: #F99; }
.typocode_yaml .ref { color: #944; }
.typocode_yaml .anchor { color: #944; }

.typocode {
    border: 1px solid #363159;
    background-color: #f2f2f2;
    padding: 2px 4px;
    margin:5px 0 5px 0;
    margin-bottom:1em;
}

.typocode pre {
    padding: 0px;
    margin: 0px;
    background: transparent;
    font-family: monospace;
    font-size: 120%;
    overflow:auto;
}


.typocode .lineno {
    text-align: right;
    /*  color: #B00;*/
    font-family: monospace;
    padding-right: 1em;
}

/* TAGLIST */

ul#taglist li {
    display: inline;
    line-height: 2em;
}

.tags .tags0  { font-size: 1.0em; }
.tags .tags1  { font-size: 1.2em; }
.tags .tags2  { font-size: 1.4em; }
.tags .tags3  { font-size: 1.6em; }
.tags .tags4  { font-size: 1.8em; }
.tags .tags5  { font-size: 2.0em; }
.tags .tags6  { font-size: 2.2em; }
.tags .tags7  { font-size: 2.4em; }
.tags .tags8  { font-size: 2.6em; }
.tags .tags9  { font-size: 2.8em; }
.tags .tags10 { font-size: 3.0em; }
