/*   
Theme Name: Nyx
Theme URI: http://www.pig-monkey.com
Description: A custom theme designed for simplicity, standards-compliance, and black magick.
Author: Pig Monkey
Author URI: http://www.pig-monkey.com
Version: 1.0

http://creativecommons.org/licenses/by-nc-sa/3.0/

*/

/* YUI Reset Min 2.7.0  */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* YUI Fonts Min 2.7.0 */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*** General ***/

html {
    background-color: #131313;
    color: #dad4ca;
}

a, a:visited {
    color: #638186;
    text-decoration: none;
}

a:hover {
    color: #da7453;
}

blockquote {
    background: url(img/quote.gif) no-repeat top left;
    font-style: italic;
    margin-left: 2em;
    padding: 1em 0 .5em 2em;
}

em {
    font-style: italic;
}

.error {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 153.9%;
    font-style: italic;
    text-align: center;
}

pre, code {
    font-family: Courier, monospace;
}

pre {
	border: 1px solid #191e20;
    border-left-width: 10px;
    margin: 0 0 1em 2em;
    overflow: auto;
    padding: .2em .2em .2em .5em;
}

strong {
    font-weight: bold;
}

/* Header */

#header {
    background-color: #638186;
    margin-bottom: 4em;
    padding: 0 .2em 0 .2em;
    width: 100%;
}

#header a {
	color: #242121;
    text-decoration: none;
}

#header .rss {
    float: right;
    font-size: 85%;
}

#header .title {
	font-size: 93%
    font-style: italic;
}

/*** Sidebar ***/

#sidebar {
    float: left;
    margin: 6em 0 2em 2em;
    width: 11.5em;
}

#navigation a, #navigation a:visited {
    background-color: #191e20;
    color: #fff;
    display: block;
    margin-left: 1em;
    padding: .3em 0 .3em .4em;
    text-decoration: none;
}

#navigation a:hover {
    background-color: #638186;
    color: #000;
}

#navigation ul li {
    background-color: #da7453;
    margin-bottom: .5em;
}

#navigation ul li:hover {
    background-color: #303030;
}

#search input {
    background-color: #191e20;
    border: 1px dotted #303030;
    color: #dad4ca;
    margin-top: 2em;
    padding: .2em 0 .2em 0;
    text-align: center;
    width: 100%;
}

#search input:focus {
    background-color: #638186;
}

#flickr {
	border: 1px solid #191e20;
	float: right;
    margin-top: 2em;
    padding-bottom: .5em;
    text-align: center;
    width: 100%;
}

#flickr a {
    text-decoration: none;
}

#flickr li {
    margin-top: .5em;
}

#flickr p {
    background-color: #191e20;
}

#flickr img {
    border: .5em solid #fff;
}

#flickr img:hover {
    border-color: #638186;
}

/*** Content ***/

#container {
    margin: 1em 1em 1em 18em;
    width: 56em;
}

#container h1, #container h1 a, #container h2, #container h3, #container h4 {
    color: #fff;
    font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#container h1, #container h1 a {
    font-size: 146.5%;
}

#container h2 {
    font-size: 138.5%;
    margin-bottom: .3em;
}

#container h3 {
    font-size: 123.1%;
    font-weight: normal;
    margin-bottom: .3em;
}

#container h4 {
    font-size: 108%;
    font-weight: normal;
    margin-bottom: .3em;
}

.content {
    border-top: 1px solid #191e20;
    margin-bottom: 2em;
    padding: 1em;
}

.content p {
    margin-bottom: 1em;
}

.content .comments {
    float: right;
}

.content .comments a {
    text-decoration: none;
}

.content ol, .content ul, .content dl {
    margin: 0 0 1em 1em;
}

.content ol li {
    list-style: decimal inside;
}

.content ul li {
    list-style: disc inside;
}

.content dl dt {
    border-left: .6em solid #da7453;
    padding-left: .6em;
}

.content dl dd {
    margin: 0 0 .7em 1.9em;
    padding-left: .6em;
}

.content dl dd:hover {
    background-color: #191e20;
}

.post {
    font-size: 108%
    padding-left: .5em;
}

.post a {
    text-decoration: underline;
}

.post img {
    border: 1.3em solid #fff;
    display: block;
    margin: 0 auto;
}

.post img.thumb {
    border: .65em solid #fff;
}

.post img.right {
    float: right;
    margin: 0 0 .75em .75em;
}

.post img.left {
    float: left;
    margin: 0 .75em 0 0;
}

.post ul.thumbs {
    text-align: center;
    margin: 0;
}

.post ul.thumbs li {
    display: inline;
    list-style: none;
    margin-right: 1em;
}

.post ul.thumbs li img {
    border: .65em solid #fff;
    display: inline;
}

.post img:hover, .post img.thumb:hover, .post ul.thumbs li img:hover {
    border-color: #638186;
}

.reply p {
    margin-left: 1.5em;
}

.reply input, .reply textarea {
    background-color: #191e20;
    border: none;
    color: #dad4ca;
    margin-top: .5em;
    padding: .2em 0 .2em 0;
}

.reply input:focus, .reply textarea:focus {
    background-color: #638186;
}

.tags {
    background-color: #0A0A0A;
    border: 1px dotted #191e20;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 4em auto;
    padding: .3em;
    text-align: center;
    width: 400px;
    clear: right;
}

.tags a{
    text-decoration: none;
}

.timestamp {
    font-size: 85%;
    padding-left: .3em;
}

#twitter {
    background-color: #0A0A0A;
    border: 1px dotted #191e20;
    margin-bottom: 2em;
    padding: .6em;
}

#twitter h1 {
    font-size: 116%;
    display: inline;
}

#twitter img {
    margin-left: .5em;
}

#twitter .aktt_tweets ul {
    margin-left: 2em;
    margin-top: .75em;
}

#twitter .aktt_tweets ul li {
    border-left: .3em solid #191e20;
    padding: .3em .2em .3em .75em;
}

#twitter .aktt_tweets ul li:hover {
    background-color: #191e20;
    border-left-color: #DA7453;
}

#twitter .aktt_tweets ul li.aktt_more_updates {
    padding-top: .5em;
    list-style-type: none;
    background-color: #0A0A0A;
    border-left-color: #0A0A0A;
}

ol.commentlist {
    margin-left: 1.5em;
}

.commentauthor, .commentauthor a {
    font-size: 114%;
    text-decoration: none;
}

.commenttext {
    padding: .3em 0 0 1em;
}

.commentmetadata {
    float: right;
}

ol.commentlist li {
    padding: .5em;
    margin-bottom: 1em;
}

.alt {
    background-color: #191e20;
}

ul.blogroll li {
    list-style: none;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 5px solid #DA7453;
}

ul.blogroll li a {
    display: block;
    font-size: 114%;
    margin-left: -10px;
}

ul.blogroll li:hover, .vitals li:hover {
    background-color: #191e20;
}

.item {
    font-size: 116%;
}

.previous {
    float: left;
}

.next {
    float: right;
}

.fingerprint {
    color: #191e20;
}

.fingerprint:hover {
    color: #fff;
}

.wishlist {
    width: 500px;
}

.wishlist td {
    padding: 5px;
}

.wishlist tr {
    border: 1px solid #303030;
}

.wishlist tr:hover {
    background-color: #191e20;
}

/*** Footer ***/

#footer {
	clear: both;
    color: #514e4d;
    font-size: 85%;
    margin-top: 10em;
    text-align: center;
}

#footer .quote {
    font-style: italic;
}
