/* screen.css
 * written by jason moiron for jmoiron.net
 * license: public domain
 *
 * any files imported above without any explicit licensing
 * information can be assumed to be in the public domain.
 */

body {
	margin: 0;
	padding: 0;
	font-family: Frutiger, Univers, Trebuchet, TrebuchetMS, Verdana, Sans-Serif;
	font-size: .9em;
	background-color: #fff;
	background-image: url("/media/img/bg.png");
	background-position: top left;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

a { color: #09f; }
a:hover { color: #9d2; }

a img { 
    border: 0;
    vertical-align: middle;
}

h1 {
	display: none;
}

#menu {
	width: 640px;
	margin: 0em auto 1em auto;
	padding: .5em 1em .5em 1em;
	border: 1px solid #bbb;
	color: #333;
	font-weight: bold;
	background-color: #6e6e6e;
	background-image: url("/media/img/menubg.png");
	border-top: 5px solid #e1ffa9;
}

#menu a.active {
    border-top: 3px solid #888;
    color: #e1ffa9;
}

#menu ul {
	padding-left: 0;
	margin: 0;
	display: block;
	border: none;
}

#menu ul li {
	margin-right: .2em;
	list-style: none;
	display: inline;
}

#menu a {
	margin: 0;
	padding: .25em .5em .5em .5em;
	color: #ddd;
}

#menu a:hover {
	color: #e1ffa9;
}

#content {
	width: 640px;
	margin: 0 auto 0 auto;
	text-align: left;
    color: #4d4a45;
	padding: 1em;
	margin-bottom: 2em;
}

.post_header {
    margin-top: 1em;
    background-color: #fbfbfb;
    border-top: 3px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 1em;
    margin-left: -1em;
    margin-right: -1em;
}
.post_header h2, .post_header h3, .post_header h4 { margin: 0; padding: 0; }
.post_header h2 { font-size: 1.15em; }
.post_header h3 {
    font-size: 1em;
    float: right;
    margin-top: -1.25em;
}
.post_header h3 a { font-weight: bold; color: #8c2; }
.post_header h4.tags {
    margin-top: .5em;
    padding: .25em;
    padding-left: 2em;
    border: 1px dotted gray;
    background-color: #eee;
}

.post_header h4.tags a { color: #09f; }
.post_header h4.tags a:hover { color: #9d2; }

.post_header h4.comments a { color: #8c2; }
.post_header h4.comments a:hover { color: #8d3; }

.post_header h4.comments {
    margin-top: -1.55em;
    padding-right: 2em;
    text-align: right;
}

.post_body {}
.post_comment fieldset { border: 0; }

ul.breadcrumbs {
    display: block;
    padding: .25em;
    border: 1px dotted gray;
    background-color: #eee;
    padding-left: 2em;
}

ul.breadcrumbs li {
	margin-right: .5em;
	list-style: none;
	display: inline;
}

ul.breadcrumbs li:after {
    content: "›";
    padding-left: .5em;
}

blockquote, pre {
    color: #666;
    background-color: #fbfbfb; /* aiiiii */
    border: 1px dotted black;
}

pre { padding: 3px; padding-left: 1em; }
blockquote { padding-left: 1em; padding-right: 1em; padding-bottom: .5em; size: .6em; border-left: 3px solid black;}

#login {
    position: absolute;
    top: 3px;
    right: 3px;
}


#footer {
    width: 640px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: .5em;
    color: #888;
}

#altstyle {
    position: absolute;
    top: 26px;
    right: 3px;
}

#login a, #altstyle a { border: 0; }

#login a img, #altstyle a img {
    border: 1px solid #444;
}
