/*
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 {  }
.container { width: 960px; margin: 0 auto; }

#header {  }
	#nav {  }
		.menu {  }
	#widgitHeader {  }

#content {  }
	.featuredThumbnail {  }
	.postContent {  }
		.pagination {  }
	.postMeta {  }
	.postNavigation {  }

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

.page {  }

.post {  }

.search {  }

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

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

#footer {  }
	#widgitFooter {  }
	
.noResults {  }

.widgit {  }