@charset utf-8;
/*
Theme Name: Clare Bayley 2.0
Theme URI: http://clarebayley.com/
Author: Clare Bayley
Author URI: http://clarebayley.com/
Description: Custom theme for Clare Bayley's website, built off of the Whiteboard Framework. 
Version: 3.1.3

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

body{
	
}

#main {

}

header {
	
}

	#headerbar{
		padding:15px 0px 14px 0px;	
	}

	nav {
		
	}
	nav.primary {
		
	}
	nav.footer {
		
	}
	#widget-header {
		
	}
	#widget-alert {
		
	}

.container {
	padding: 0 30px;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	width:100%;
}
	article {
		
	}
		.featured-thumbnail {
			
		}
		
		
		.post-single{
			
		}
		
		.post-single-title{
			width:100%;
			border-bottom:1px solid black;
			font-family: palatino,platino linotype,georgia,times,times new roman,serif;
			font-weight: normal;
			font-size:20px;
			font-variant:small-caps;
			padding-top:20px;
			padding-bottom:5px;			
		}
		
		#single-time{
			float:right;
			font-size:10px;
			font-family:Arial, Helvetica, sans-serif;		
			font-variant:normal;
			margin-top:8px;	
		}
		
		.post-single-like{
			padding-top:5px;	
			float:left;
		}
		
		.post-single-comments{
			padding-top:5px;
			float:right;	
			font-size:smaller;
		}
		
		.post-mini-all{
		}
		
		.leftcol{
			margin-right:80px;	
		}
	
		.post-mini{	
			float:left;
			border-style:none;
			border-width:0 0 1px 0;
			border-color:#dedede;
			height:220px;
			width: 460px;
			padding-bottom:20px;
		}
		
		.post-mini-img{
			float:left;
			width:150px;
			text-align:center;
		}
		
		.post-mini-text{
			padding-right:10px;
			padding-left:10px;
			float:left;
			width: 230px;
			height:150px;
		}
		
		.post-mini-text2{
			padding-right:10px;
			padding-left:10px;
			float:left;
			width: 380px;
			height:150px;
		}	
		
		.bottomnav{
			border:1px solid black;	
			padding-right:20px;
			padding-left:20px;
			margin-top:20px;
		}
		
		.post-content {
			
		}
			.pagination {
				
			}
	.post-meta {
		padding:10px 20px 0 0;
		width:450px;
		font-size:smaller;
		font-family:Arial, Helvetica, sans-serif;
		
	}
		.meta-time{
			float:left;
		}
		.meta-comments{
			float:right;
		}
	.post-navigation {
		
	}


	.singlecontainer{
		border: 1px solid black;
		padding:0px 20px 20px 20px;
	}


#comments {
	
}
	li.comment {
		
	}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			
		}
			p.gravatar {
				
			}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}

.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}

.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}

nav.oldernewer {

}
	.older {
		float:left;
		font-family:Arial, Helvetica, sans-serif;
	}
	.newer {
		float:right;
		font-family:Arial, Helvetica, sans-serif;
	}

.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}

#sidebar {
	
}
	#widget-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
			
		}

#footer {
	
}
	#widget-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widget-area {
	
}

.hide { /* this class is used to hide the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */