/*   
Theme Name: Document One
Theme URI: 
Description: 
Author: Geoffrey Weeks (from Ian Stewart's Thematic)
Author URI: http://themeshaper.com/
Template: thematic
Version: 2.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/* @import url('../thematic/library/styles/default.css'); */
@import url('../documentone/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

div.cat_archive_box {
	float: left;
	width: 106px;
	height: 205px;
	padding: 0;
	margin: 0 55px 0 0;
}

div.cat_photo {
	padding: 0;
	margin: 0 0 5px 0;
}

div.cat_photo a {
	display: block;
	padding: 3px;
}

div.cat_photo a:link,
div.cat_photo a:visited,
div.cat_photo a:active {
	background-color: #e1e1e1;
}

div.cat_photo a:hover {
	background-color: #666;
}

div.cat_photo a img {
	/*border: 1px solid #999;*/
}

div.cat_archive_box p {
	font-size: 1em;
	line-height: 1.2em;
	color: #999;
	margin-top: 10px;
}

div.cat_archive_box p span {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

#blog-title,
#blog-title a {
	display: block;
	text-indent: -9000px;
	background: url(images/logo_documentone.gif) no-repeat top left transparent;
	width: 173px;
	height: 16px;
}

#blog-title a:hover {
	color: #000;
}

#header #searchform {
	float: right;
}

#searchform {
	margin: 10px 0 20px 0;
}

#searchform input#s {
	width: 190px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 3px;
	background-color: #ececec;
	border: 0;
}

#searchform input#searchsubmit {
	display: none;
}

#container {
    width:728px;
    float:left;
    padding-bottom: 44px;
}

#content {
    margin:0 0 0 10px;
    width:724px;
    overflow:hidden;
}

#content .project {
	/*clear: left;*/
	overflow: auto;
	width: 85%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

#content .project-image {
	float: left;
	margin-right: 20px;
}

#content .project-image a {
	display: block;
	padding: 0;
	margin: 0 10px 10px 0;
	background-color: transparent;
	border: 1px solid #ccc;
}

#content .project-image a:hover {
	border: 1px solid #999;
}

#content .project-info {
	float: left;
	width: 350px;
}

p.large {
	font-size: 16px;
	line-height: 21px;
}

.main-aside {
    width:200px;
    float:right;
    position:relative;
}

.main-aside blockquote {
	margin: 0 .5em;
}

/*.list-categories ul {
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}*/

.list-categories ul li a {
	font-size: 1em;
	color: #666;
	text-decoration: none;
}

.list-categories ul li a:hover {
	text-decoration: underline;
}

.list-categories ul li.current-cat a {
	color: #fff;
	background-color: #666;
	padding: 3px;
}

.main-aside h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.photo_texts {
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.photo_texts a:link {
    font-weight: bold;
}

.main-aside h1 {
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 2px;
}

.photo_texts p {
	margin-bottom: 5px;
}

.main-aside p.date {
	font-size: 0.9em;
	font-style: italic;
	color: #999;
	margin-top: 0;
	margin-bottom: 0;
}

.nav_prev_next {
	/*margin-top: 1px;*/
	margin-bottom: 22px;
}

.nav_prev_next a {
	display: inline-block;
	padding: 3px 16px 2px 15px;
	margin: 0;
	background-color: #999;
	font-size: 0.8em;
	/*line-height: 0.8em;*/
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.nav_prev_next a:hover {
	background-color: #000;
}

#gallery_link {
	margin: 15px 0 0 0;
}

#gallery_link a {
	padding: 5px 7px 4px 7px;
	margin: 10px 0;
	background-color: #999;
	font-size: 0.8em;
	line-height: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#gallery_link a:hover {
	background-color: #000;
}

#row_of_posts {
	clear: both;
	width: 940px;
	padding: 22px 0;
	margin: 22px 0 0 10px;
	border-top: 1px solid #ccc;
}

#row_of_posts h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#row_of_posts ul {
	padding-left: 0;
	margin-left: 0;
}

#row_of_posts ul li {
	float: left;
	width: 200px;
	list-style-type: none;
	padding: 0 35px 0 0;
}

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

#row_of_posts ul li a:hover {
	text-decoration: underline;
}

#row_of_posts .date {
	display: none;
	font-size: 0.9em;
	font-style: italic;
	color: #999;
	margin-bottom: 10px;
}

#row_of_posts .title {
	font-size: 1.4em;
	margin-bottom: 7px;
}

#row_of_posts .description {
	line-height: 1.2em;
	color: #333;
}

#featured_image {
	/*background-color: #e1e1e1;*/
	/*position: relative;*/
}

#featured_image img {
	border: 1px solid #ccc;
	/*position: absolute;
	left: 0;*/
	/*padding: 8px;
	background-color: #e1e1e1;*/
}

.comment-notes {
	color: #666;
	font-style: italic;
}

.unapproved {
	display: block;
	color: #666;
	font-style: italic;
	margin-bottom: 10px;
}

.comment-content {
	width: 400px;
}

.entry-content p {
	width: 80%;
}

.gallery-icon {
	border: 0;
	padding: 0;
	margin: 0;
}

.main-aside .gallery-icon a,
a.project-link,
a.comment-link {
	display: inline-block;
	background-color: #fff;
	font-size: .8em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	padding: 5px 6px 5px 6px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.gallery-icon a:hover,
a.project-link:hover,
a.comment-link:hover {
	/*background-color: #e1e1e1;*/
	color: #111;
	border: 1px solid #b1b1b1;
}

#project-gallery {
	border-top: 1px dotted #ccc;
	padding-top: 20px;
	margin-top: 20px;
	/*float: right;
	width: 302px;
	margin: 0 0 20px 20px;*/
}

#project-gallery .gallery-icon a {
	display: block;
	width: 200px;
	padding: 0;
	margin: 0 10px 10px 0;
	background-color: transparent;
	border: 1px solid #ccc;
}

#project-gallery .gallery-icon a:hover {
	border: 1px solid #999;
}

form#commentform input[type=text],
form#commentform textarea {
	background-color:#ECECEC;
	border:0 none;
	color:#666666;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	padding:4px;
	width:400px;
	margin-top: 7px;
}

.page_navigation {
	clear: left;
	margin-bottom: 30px;
}

#comments p {
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: 11px;
	color: #666;
}

.comment_credit {
	font-size: 0.9em;
	font-style: italic;
	color: #999;
}

.comment_credit a {
	color: #999;
}

.comment_credit a:hover {
	color: #333;
}

#footer #site-info,
#footer #site-generator,
#footer #content-licence {
	color: #aaa;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

#site-generator {
	margin-top: 10px;
}

#content-licence img {
	float: left;
	margin-right: 10px;
}

.editors_note {
	font-style: italic;
}

#message {
	width: 85%;
	border: 1px solid #ccc;
	background-color: #fdfdea;
	padding: 10px;
	margin-bottom: 20px;
}
.category-topics-for-humans h1.entry-title,
.category-projects h1.entry-title {
	width: 90%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
ol.wp-paginate {
	margin-bottom: 20px;
}
/*#entry .book_cover {
	float: right;
	width: 280px;
	padding-left: 20px;
}

#entry .book_description {
	float: left;
	width: 410px;
}

#entry p.book_subtitle {
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #666;
}

#entry p.book_subtitle {
	padding: 0;
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #666;
}

#entry p.book_credit {
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
}*/
