/* @override http://ericsheline.com/wp-content/themes/whiteboard/style.css */

/*
Theme Name: Whiteboard
Theme URI: http://whitebaordframework.com/
Author: Bold Perspective
Author URI: http://boldperspective.com/
Description: description
Version: 3.0
*/

/* Framework Styles */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textjustify { text-align: justify; }

/* Structure Styles */

#main { 
	background:#fff;
	color : #111; 
	font-family :'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
 }
.container { width: 1030px; margin: 0 auto; }

.containersingle{
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 180px;
	float: right;
}
	#nav {  }
		.menu {  }
	#widgitHeader {  }

#content {

}
	.featuredThumbnail {  }
	.postContent {
	width: 640px;
	float: right;
}
		.pagination {  }
	.postMeta {
	width: 185px;
	text-align: right;
	float: left;
	line-height: 22px;
}
	.postNavigation {  }
	
.postmetap{
	border-right: 1px solid #000;
	padding-right: 10px;
}
	
#postcontainer{
	width: 840px;
	float: left;
	padding-bottom: 20px;
}

.postcontainspace{
	width: 840px;
	height: 1px;
	clear: both;
}

#comments {  }
	li.comment {  }
		.odd {  }
		.even {  }
		.authorComment { }
		.commentText {  }
		.commentMeta {  }
			p.gravatar {  }
	#commentsForm {  }

.page {  }

.post {  }

.search {  }

a:link {
	color: #ffffff;
	background-color: #33cccc;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	background-color: #33cccc;
	text-decoration: none;
}
a:hover {
	color: #999999;
	background-color: #ffff00;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	background-color: #ffff00;
	text-decoration: none;
}

.author {  }
#recentAuthorPosts {  }
#recentAuthorComments {  }

#sidebar {
}
	#widgitSidebar {  }
		#sidebarSearch {  }
		#sidebarNav {  }
		#sidebarArchives {  }
		#sidebarMeta {  }

#footer {
	clear: left;
}
	#widgitFooter {  }
	
.noResults {  }

.widgit {  }
