/* Default */
/***********/

body {
	margin: 0;
	padding: 0;
	font-family: Calibri, verdana, arial;
	line-height: 130%;
}

a:link {
	color: #486B15;
}

a:visited {
	color: #1B2807;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.noborder {
	border: 0;
}

p {
}

/* Masthead */
/************/

ul#masthead {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 89px;
	padding-bottom: 20px;
	position: relative;
	list-style: none;
}

.menu {
	position: relative;
	height: 76px;
}

#menu_sewcrates {
	width: 622px;
}

#menu_sewcrates:hover {
	background: url('/styles/Mastheads/hover.png') no-repeat;
	background-position: 0px 0px;
}

#menu_about {
	left: 623px;
	width: 82px;
}

#menu_about:hover {
	background: url('/styles/Mastheads/hover.png') no-repeat;
	background-position: -623px 0px;
}

#menu_photos {
	left: 704px;
	width: 82px;
}

#menu_photos:hover {
	background: url('/styles/Mastheads/hover.png') no-repeat;
	background-position: -704px 0px;
}

#menu_archives {
	left: 786px;
	width: 83px;
}

#menu_archives:hover {
	background: url('/styles/Mastheads/hover.png') no-repeat;
	background-position: -786px 0px;
}

#menu_comment {
	left: 869px;
	width: 82px;
}

#menu_comment:hover {
	background: url('/styles/Mastheads/hover.png') no-repeat;
	background-position: -869px 0px;
}

/* Content */
/***********/

div#wrapper {
	width: 800px;
	margin: 0 auto;
	background: white;
	padding: 0 75px 0px 75px;
}

div#content {
	padding-bottom: 35px;
}

.menu {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}


/* Post */
/********/

div.post {
	border-bottom: solid 2px #B1B0B5;
	margin-bottom: 35px;
	padding-bottom: 3px;
	overflow: hidden;
}    	

h3 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	text-align: left;
	font-weight: normal;
	margin-bottom: 15px;
}

a.post_title, a.post_title:visited {
	font-weight: bold;
	color: #BC1D56;
	text-decoration: none;
}

a.post_footer, a.post_footer:visited, a.post_date, a.post_date:visited, a.post_categories, a.post_categories:visited {
	color: #858487;
	text-decoration: none;
}

a.post_footer:hover, a.post_title:hover, a.post_date:hover, a.post_categories:hover {
	text-decoration: underline;
}

h4 {
	font-weight: normal;
	margin-bottom: 0;
	color: #858487;
	margin-top: 12px;
	font-size: 75%;
	clear: both;
}

div.post_doodle {
	text-align: center;
}

div.nextprev {
	text-align: right;
}

/* Photos */
/**********/

div.photos {
        text-align: center;
}

img.photos {
}

div.thumbnails {
        text-align: center;      
}

img.thumbnails {
	margin: 6px;
}

div.photo_download {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* Photo Index */
/***************/

div.index_photo {
	text-align: center;
	float: left;
	width: 266px;
	height: 325px;
}

div.photos_index_tags {
	text-align: right;
	font-size: 75%;
	margin-right: 10px;
}

span.index_photo_title {
}

img.index_photo {
}

a.index_photo {
	font-size: 115%;
}

div.index_photo_year {
	font-size: 250%;
	padding-top: 30px;
	padding-bottom: 20px;
	clear: both;
	text-align: center;
}

div.index_photo_year_all {
	text-align: center;
	padding-top: 20px;
}

a.index_photo_year {
	padding-left: 3px;
	padding-right: 3px;
}

/* Archives */
/************/

div.archives {
	margin-top: 10px;
	text-align: right;
}

/* Index */
/*********/

span.post_type {
	font-size: 60%;
	position:relative;
	bottom:0.4em;
	padding-left: 2px;

}

div.index_heading {
	font-size: 250%;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.index_quicklink {
	text-align: center;
	padding-top: 30px;
	width: 75%;
	margin: 0 auto;
}

a.index_quicklink, a.index_quicklink:visited {
	font-size: 175%;
	padding-left: 4px;
	padding-right: 4px;
}

a.index_date, a:index_date:visited {
	font-size: 125%;
	padding-left: 5px;
	padding-right: 5px;
}

div.index_date {
	text-align: left;
}

/* Tags */
/********/

div.index_tags {
	padding-top: 50px;
}

div.tags {
	text-align: center;
	padding-bottom: 5px;
}

a.tags,a.tags:visited {
	padding-left: 20px;
}

/* Page footer */
/***************/
div#footer {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 68px;
	padding-top: 15px;
	position: relative;
	list-style: none;
	background: url('/styles/Mastheads/footer.png') no-repeat;
	color: white;
	font-size: 125%;
}

a.footer, a.footer:visited {
	text-decoration: none;
	color: white;
}

div#footer_text {
	margin-top: 20px;
}

img.xml {
        border: none;
        padding-left: 5px;
}

/* Style for comments */
/**********************/
div.comments {
	margin-top: 50px;
	margin-bottom: 25px;
	text-align: center;
	color: #C6A622;
}

/* Style for Wiki-Style text translations */
/******************************************/
div.normal, p.normal {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        padding-top: 8px;
        padding-bottom: 8px;
}

div.center, p.center {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
}

div.left, p.left {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
}

div.right, p.right {
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
}

div.nospaceCenter, p.nospaceCenter {
        text-align: center;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
}

div.nospaceRight, p.nospaceRight {
        text-align: center;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
}

div.nospaceLeft, p.nospaceLeft {
        text-align: left;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
}

div.floatLeft, p.floatLeft {
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
}

div.floatRight, p.floatRight {
        float: right;
        padding-top: 10px;
        padding-bottom: 10px;
	margin-left: 10px;
}

div.nospacefloatLeft, p.nospacefloatLeft {
        float: left;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
}

div.nospacefloatRight, p.nospacefloatRight {
        float: right;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
}

div.indent, div.indent_first, p.indent, p.indent_first {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
}

span.bold {
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}

span.italics {
        font-style: italic;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}

span.underline {
        text-decoration: underline;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}

span.smallcaps {
        font-variant: small-caps;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}

span.strike {
        text-decoration: line-through;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}

div.code {
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: consolas,monospace;
        background: rgb(230,230,230);
        overflow: auto;
        overflow-x: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Style for books */
/***********************************/
img.star {
        border: none;
        padding-bottom: 5px;
}

div.book {
	float: right;
	width: 200px;
	padding-bottom: 10px;
}

img.book {
        border: none;
}

div.book_year {
        font-size: 150%;
        padding-top: 25px;
        text-align: center;
        color: rgb(200,0,0);
        border-bottom: solid 2px rgb(200,0,0);
        margin-bottom: 20px;
        margin-left: 10%;
        margin-right: 10%;
}

div.spacer {
        margin-top: 20px;
        clear: both;
        color: white;
}

div.clear {
        clear: both;
        color: white;
}

/* Horribles */
/*************/

.horribles {
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
}

/* Style for admin functions (shhh) */
/*********************************************/
div#admin_menu {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;      
}

a.admin_menu:link, a.admin_menu:visited {
        text-decoration: none;
        color: black;
        padding-left: 20px;
        padding-right: 20px;
}

a#admin_menu:hover, a#admin_menu:hover {
        text-decoration: none;
        color: rgb(180,180,180);
        border: none;
}
        
div.delete_request {
        text-align: center;
        color: red;
        padding-bottom: 15px;
        border-bottom: dotted 1px gray;
        margin-bottom: 15px;
}

div.admin {
        text-align: center;
}

div.authenticate {
        text-align: center;
}

div.edit {
        text-align: center;
        margin-left: 20px;
}

a.admin:link, a.admin:visited {
        color: black;
        text-decoration: none;
}

div.render {
        padding-bottom: 10px;
}

div.referer {
        line-height: 200%;
}

div.tooltip {
        position: absolute;
        background: rgb(255,255,204);
        color: black;
        font-size: 70%;
        border: solid 1px black;
}

#banner {
	text-align: center;
	padding-top: 20px;

}
