
/**
 * Structural Components
 */

* {
	outline: none;
}

body {
	margin: 0;
	padding: 20px 0 10px 0;
	width: 95%;
	min-width: 500px;
	line-height: 135%;
	color: #333;
	background: #fff;
	margin: 0 auto 0 auto;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 13px;
}

#header {
	height: 87px;
	padding: 5px 0 0 0;
	background-color: #006c82;
	color: #fff;
	text-align: center;
	margin: 0 0 0px 0;
}

body > #header {
	height: 95px;
	background-image: url(images/header_tear.png);
}

#topMenu {
	height: 16px;
	padding: 5px;
	text-align: center;
	font-family:  "AmericanTypewriter-Medium", "Trebuchet MS", arial, verdana, tahoma, sans-serif;
	color: #666;
	font-size: 16px;
	margin: 13px 0 0 0;
}

#overview {
	background-color: #006c82;
	color: #fff;
	padding: 0 15px 30px 15px;
	margin: 10px 0 0 0;
}

#page > #overview {
	padding: 15px 15px 30px 15px;	
}

#mainContent {
	background: #F5F5F5;
	padding: 0 20px 0 20px;
	margin: 10px 0 10px 0;
	color: #666;
}

#page > #mainContent {
		padding: 0 20px 20px 20px;
		margin: 20px 0 15px 0;
}

.menuSection {
	border-top: 0px solid #3fbcec;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	height: auto;
	background: #f7d744;
	color: #006c82;
}

#sidebar > .menuSection {
	padding: 20px 20px 0 20px;
}

#footer {
	text-align: center;
}

.column {
	float: left;
	width: 55%;
	margin: 0 2% 0 2%;
}

.menuSection .column {
	width: 28%;
}

.column#postsColumn {
	width: 35%
}

#links .column {
	width: auto;
	margin-right: 15px;
}

#sidebar div.holder {
	float: left;
	margin: 0 30px 0 0;
	list-style-type: none;
}

.navigation {
	text-align: center;
	margin: 0 0 15px 0;	
}

.postMeta { 
	float: right;
	width: 180px;
	margin: 45px 10px 15px 30px;
	font-family: verdana, tahoma, arial, sans-serif;
}

.theDate {
	width: 45px;
	height: 43px;
	margin: 0 10px 10px 0;
	padding: 3px 0 0 0;
	float: left;
	text-align: center;
	font-family: georgia, times, serif;
	background: #006c82;
	color: #f7d744;
}

.theDate .theMonth, .theDate .theDay {
	display: block;
	font-size: 14px;
}

.theDate .theDay {
	font-size: 25px;
	margin: -2px 0 0 0;
}

#overview .date, #search .date, .postMeta {
	font-size: 11px;
}

.entry {
	clear: left;
	margin: 10px 0 0 0;
        padding-right: 40px;
}

.entry p {font-family: "AmericanTypewriter-Medium", "Trebuchet MS", arial, verdana, tahoma, sans-serif;
	font-weight: normal; font-size: 16px; line-height: 20px;}

.post {
	margin-right: 220px;
	text-align: left;
}

.mini-post {
	text-align: left;
	float: left;
	width: 45%;
	margin: 30px 4% 0 0;
}

#commentForm {
	padding: 0 20px 0 20px;
	background: #ddd;
	margin: 30px 0 0 0;
}

#colourControl {
	position: absolute;
	width: 650px;
	height: 360px;
	background: url(images/controlmainback.gif) repeat-y top left #fff;
	border: 3px solid #ddd;
	overflow: hidden;
}

#colourControl #headerOptions {
	background: url(images/controlheader.gif) repeat-x #1676f9;
	font-weight: bold;
	cursor: move;
	height: 26px;
	color: #fff;
	padding: 8px 0 0 15px;
}

#headerOptions span {
	position: absolute;
	right: 10px;
	top: 8px;
}

.topTear, .bottomTear {
	height: 22px;
        clear: both;
}

.topTear {
	margin: -20px -20px 15px -20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://sixes.net/rdc2009/wp-content/themes/durable.v2/images/body_tear.png', sizingMethod=crop );
}

.topTear[class] {
	filter: none;
	background: url(images/body_tear.png) repeat-x left top;	
}

.bottomTear {
	margin: 15px -20px -20px -20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://sixes.net/rdc2009/wp-content/themes/durable.v2/images/header_tear.png', sizingMethod=crop );
}

.bottomTear[class] {
	filter: none;
	background: url(images/header_tear.png) repeat-x;		
}

.align-right {
	text-align: right;
}

/**
 * Headings
 */

h1, h2, h3, h4, h5, h6 {
	line-height: 110%;
}

h1 {
	margin: 0;
	font-size: 32px;
	font-family: Rockwell, "Rockwell Std", "Trebuchet MS", arial, verdana, tahoma, sans-serif;
	font-weight: normal;
	cursor: pointer;
}

h2 {
	margin: 2px 0 0 0;
	font-family: Rockwell, "Rockwell Std", "Trebuchet MS", arial, verdana, tahoma, sans-serif;
	font-size: 20px;
}

.menuSection h2 {
	color: #006c82;
	margin: 0 0 15px 0;
}

.menuSection h3 {
	font-size: 14px;
	margin: 10px 0 0 0;
}

#links h2 {
	margin: 0;
}

h1.pagetitle {
	font-family: georgia, times, serif;
	font-size: 28px;
	color: #666;
	text-align: center;
	margin: 0 0 8px 0;
        color: #FF5C3E;
	font-family: Rockwell, "Rockwell Std", "Trebuchet MS", arial, verdana, tahoma, sans-serif;
}

#mainContent h3, h3#comments {
	font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
	color: #006c82; /* NEEDS TO BE SELECTABLE */
	margin: 15px 0 10px 0;
	font-size: 18px;
}

#overview h2 {
	color: #fff;
}

#commentForm h2 {
	color: #666;
	margin: 0 0 15px 0;
}

#colourControl h4 {
	float: right;
	font-family: georgia, times, serif;
	font-size: 18px;
	width: 50%;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0 10px 0 0;
}

.narrowcolumn { font-family: verdana, tahoma, arial, sans-serif; }

/**
 * Anchors
 */

a {
	color: #ff5c00;
	text-decoration: none;
}

a:visited {
	color: #006C82;	
}

a:hover {
	background: transparent;
	color: #FF5C00;
}

a.url:hover {
	background: transparent;
	color: #006c82;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h1 a:visited {
	color: #fff;
	text-decoration: none;
}

h1 a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}

#topMenu a {
	color: #666;
	padding: 9px 7px 5px 7px;
	text-decoration: none;
	font-size: 16px;
	margin: 0 5px 0 5px;
}

#topMenu a:hover {
	background-color: #f7d744;
	color: #006c82;
}

#topMenu a.menuSelected { /* Need to duplicate for colormod */
	background-color: #f7d744;
	color: #ff5c00;
}

.menuSection a {
	color: #006c82;
}

.menuSection a:visited {
	color: #a79129;
}

.menuSection a:hover {
	background: #006c82;
	color: #FFF;
}

#mainContent a.postHeading {
	text-decoration: none;
	color: #006c82;
}

#mainContent a.postHeading:hover {
	background: none;
	color: #ff5c00;
}

.categories a {
	font-size: 11px;
	line-height: 22px;
	background: #fffbcc;
	border: 1px solid #e6db55; 	
	color: #FF5C3E;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	font-family: verdana, tahoma, arial, sans-serif;
}

.categories .post-edit-link {
	font-size: 11px;
	background: #FF5C3E;
	border: 1px solid #FF5C3E; 	
	color: #fffbcc;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}


a.post-edit-link:visited {
	font-size: 11px;
	background-color: #FF5C3E;
	border: 1px solid #FF5C3E; 	
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #fff;
}

a.post-edit-link:hover {
	font-size: 11px;
	background: #FF5C3E;
	border: 1px solid #FF5C3E; 	
	color: #fffbcc;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

.categories a.post-edit-link:visited {
	font-size: 11px;
	background-color: #FF5C3E;
	border: 1px solid #FF5C3E; 	
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #fff;
}

.categories a.post-edit-link:hover {
	font-size: 11px;
	background: #FF5C3E;
	border: 1px solid #FF5C3E; 	
	color: #fffbcc;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

.categories a:hover {
	color: #008fb9;
	background: #ddffcc;
}

.categories a:visited {
	color: #006C82;
	background: #ddffcc;
}

.categories#mCats a {

}

.numComments a {
	color: #666; /* NEED TO MAKE THIS SELECTABLE */
	font-size: 16px;
	font-family: georgia, times, serif;
	margin: 6px 0 0 0;
}

.numComments a:visited {
	color: #666;
}

.numComments a:hover {
	background: #666; /* NEED TO MAKE THIS SELECTABLE */
	color: white;
}

.alt a {
	color: #ff5c00;
}

.alt a:hover {
	background: ;
	color: #fff;
}

#colourControl dd a:hover, #saveSettings a:hover {
	color: #fff;
	background: #555;
}

#overview a {
	color: #ffea00;
}

#overview a:hover {
	background: #ffea00;
	color: #3fbcec;
}

#overview .date, #overview .date a {
	color: inherit;
}

#overview .date a, #overview .date a:hover {
	text-decoration: none;
	background: none;
}

#colourControl dt a, #colourControl dt a:visited {
	color: #f36d21;
}

#colourControl dt a:hover {
	color: #fff;
	background: #f36d21;
}

#colourControl dd a, #colourControl dd a:visited, #saveSettings a {
	color: #555;
}

#colourControl #saveSettings {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 44%;
	text-align: right;
	padding: 3px;
	font-size: 11px;
}

/**
 * Lists
 */

#topMenu ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#topMenu ul li {
	display: inline;
	font-size: 11px;
}

div.holder ul {
	margin: 0 0 0 30px;
	padding: 0;
}

.cats {
	margin: 0 0 20px 0;
}

#overview li, #search li {
	margin: 0 0 5px 0;
}

ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

ol.commentlist li {
	padding: 15px;
}

.alt { 
	background: #fff;
	margin: 0 0 10px 0;
}

#colourControl dl {
	position: absolute; 
	top: 40px;
	left: 6px;
	width: 50%;
	padding: 0 0 15px 15px;
}

#colourControl dt {
	color: #f36d21;
	font-size: 14px;
	margin: 3px 0 3px 0;
}

#colourControl dd {
	font-size: 10px;
	margin: 3px 0 3px 15px;
}

/**
 * Paragraphs
 */

#header p {
	margin: 5px 0 15px 0;
}

#header > p {
	margin: 5px 0 5px 0;
}

.postMeta p {
	clear: both;
	margin: 5px 0 5px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #ddd;
}

/**
 * Tables
 */

.menuSection td {
	border: 1px dotted #fff;
	text-align: center;
	padding: 2px;
}

.menuSection td.pad, .menuSection tfoot td {
	border: none;
}

.menuSection table caption {
	font-family: "AmericanTypewriter-Medium", "Trebuchet MS", arial, verdana, tahoma, sans-serif;
	font-size: 16px;
	color: #FF5C00;
}

/**
 * Images
 */

img {
	vertical-align: middle;
	border: none;
}

	.entry img {
		margin: 6px;
	}

.entry img.wp-smiley {
	float: none;
	margin: 0;
	vertical-align: absmiddle;
}

img.float-right {
	float: right;
	margin: 0 0 0 20px;
}

img.no-float {
	float: none;
	margin: 15px;
	display: block;
}

li img.gravatar {
	float: left;
	margin: 0 10px 5px 0;
	padding: 3px;
	border: 3px solid #fff;
}
	li.alt img.gravatar {
		border-color: #F5F5F5;
	}


/**
 * Forms
 */

label {
	display: block;
	font-size: 11px;
}

input, select, textarea {
	width: 98%;
	margin: 0 0 10px 0;
}

input#submit, input#livesearchButton {
	width: auto;
}

#colourControl input {
	margin: 0;
}

/**
 * Misc Elements
 */

hr {
	clear: both;
	visibility: hidden;
	margin: 0;
}

code {
	display: block;
	padding: 6px 15px 0 15px;
	border-left: 5px solid #FF5C00;
	color: #006C82;
	margin: 15px 0px 15px 0px;
	background-color: #ffc;
	width: 500px;
}

blockquote {
	padding: 0 15px 0 15px;
	border-left: 5px solid #666;
	text-align: justify;
}

.twitFeed li { list-style: none; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dashed #fff; font-size: 10px; } 
.twitFeed ol, ul { list-style: none; }

#twitFeed a {color: #008fb9; background-color: #ddffcc;}
#twitFeed a:visited {color: #666; background-color: transparent;}

p.catcloud a { margin-right: 10px; }

.navtext { background-color: #fffbcc; border: 1px solid #e6db55; padding-left: 10px; padding-right: 10px;  }
.navtext li { list-style: none; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #fff; font-size: 11px; } 
.navtext ol, ul { list-style: none; }

#twitFeed a {color: #008fb9; background-color: #ddffcc;}
#twitFeed a:visited {color: #666; background-color: transparent;}

.extracred {
	font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
	color: #006c82; /* NEEDS TO BE SELECTABLE */
	margin: 15px 0 10px 0;
}

.extracred-header { margin-bottom: 0px; }

table.djvu {
border-collapse: collapse;
}
table.djvu td {padding: 0 0 10px 0;
width: 90%;
margin: 0;
line-height: 135%;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 13px;
background: #fff;
min-width: 90px;}
.header_ia_identifier {color: #006c82;
	background-color: #f7d744;}
.header_pdf {color: #006c82;
	background-color: #f7d744;}
.header_b-w_pdf {color: #006c82;
	background-color: #f7d744;}
.header_full_text {color: #006c82;
	background-color: #f7d744;}
.header_djvu {color: #006c82;
	background-color: #f7d744;}
.header_imagecount {color: #006c82;
	background-color: #f7d744;}
.header_djvu_memory_per_page {color: #006c82;
	background-color: #f7d744;}
.odd_ia_identifier {color: #666;
 	background-color: #eee;}	
.even_ia_identifier {color: #666;
	background-color: #fff;}
.odd_pdf {color: #666;
	background-color: #eee;}
.even_pdf {color: #666;
	background-color: #fff;}
.odd_b-w_pdf {color: #666;
	background-color: #eee;}
.even_b-w_pdf {color: #666;
	background-color: #fff;}
.odd_full_text {color: #666;
	background-color: #eee;}
.even_full_text {color: #666;
	background-color: #fff;}
.odd_djvu {color: #666;
	background-color: #eee;}
.even_djvu {color: #666;
	background-color: #fff;}
.odd_imagecount {color: #666;
	background-color: #eee;}
.even_imagecount {color: #666;
	background-color: #fff;}
.odd_djvu_memory_per_page {color: #666;
	background-color: #eee;}
.even_djvu_memory_per_page {color: #666;
	background-color: #fff;}


img.bookcover { width: 100px; height: 125px; padding: 5px; } 
.thumbnail { float: left; width: 120px; height:175px }
.collection-container { width: 90%; text-align: center; margin-left: 70px; }
.navigation-books { position: absolute; top: 250px; left: 40px; width:50px; }