/*
///////////////////////////////////////

    Stylesheet: Speculative Archive Styles
	Version: 0.1
    Author: Ben Mauer aka telephag
    Email: ben@quilted.org
    Website: http://quilted.org

//////////////////////////////////////
*/


/* =Base styles
/////////////////////////////////////// */


body {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 100%;
    padding: 0;
    margin: 0;
    background: #666;
    color: #999;
}

#wrapper {
    width: 40em;
    padding: 3em;
    margin: 3em auto 3em auto;
    /*
    background: #777;
    border: 1px solid #000;
    */
}



h1 {
	font-size: 2.2em;
	font-weight: normal;
}


p {
	line-height: 1.6em;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover {
    color: #BBB;
}


.detail a {
    color: #999;
    text-decoration: none;
	border-bottom: 1px dotted #666;
	font-weight: bold;
}

.detail a:hover {
    color: #BBB;
	border-bottom: 1px solid #BBB;
}



#siteTitle {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
    line-height: .9em;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
}


#siteTitle a {
    padding-right: .5em;
    background: url(../images/global/bullet.gif) no-repeat 100% 73%;
}

#siteTitle a:hover {
    background-image: url(../images/global/bullet-hover.gif);
}

#siteTitle.small {
	font-size: 1em;
}

#siteTitle.small a {
    padding-right: 1em;
    background-position: 100% 73%;
}




/* =Lists
/////////////////////////////////////// */

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

ul li {
    line-height: 1.4em;
    margin-bottom: 1em;
}

ul li a {
    display: block;
    padding-left: 1.4em;
    margin-left: 2em;
    background: url(../images/global/bullet.gif) no-repeat 0 .4em;
}

ul li a:hover {
    background-image: url(../images/global/bullet-hover.gif);
}

ul li a {
    color: #999;
    text-decoration: none;
}

ul li a:hover {
    color: #BBB;
}

/* =Navigation
/////////////////////////////////////// */

.navigation {
	border-top: 1px solid #999;
	padding-top: 1em;
	margin-top: 2.5em;
}

.navigation li a {
	margin-left: 0;
}

.navigation li.previous {
	float: left;
	width: 20%;
	margin-right: 30%;
}

.navigation li.index {
	float: left;
	width: 20%;
	margin-left: -10%;
	text-align: center;
}

.navigation li.index a {
	display: inline;
}

.navigation li.next {
	float: right;
	width: 20%;
}

.navigation li.previous a {
	background: url(../images/global/arrow-left.gif) no-repeat left center;
	padding-left: 1em;
}

.navigation li.previous a:hover {
	background: url(../images/global/arrow-left-hover.gif) no-repeat left center;
}

.navigation li.next a {
	background: url(../images/global/arrow-right.gif) no-repeat right center;
	padding-right: 1em;
	text-align: right;
}

.navigation li.next a:hover {
	background: url(../images/global/arrow-right-hover.gif) no-repeat right center;
}


/* =Image div
/////////////////////////////////////// */

.image a img {
	padding: 3px;
	border: 1px solid #999;
}

.image a img:hover {
	padding: 0;
	border: 4px solid #ffd200;
}

.image a {
	border: 0;
	padding: 0;
	margin: 0;
}

.image a:hover {
	border: 0;
	padding: 0;
	margin: 0;
}


/* =Misc
/////////////////////////////////////// */

.clear {
	clear: both;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}