@charset "UTF-8";
/*
Theme Name: Jason Robert Brown
Theme URI: http://whiteboardframework.com/
Author: Bold Perspective
Author URI: http://boldperspective.com/
Description: Whiteboard Framework has been helping Wordpress developers cut back on their development time and improve their Wordpress powered websites since 2008.
Version: 3.2.1

 * 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 {
	
}
	nav {
		
	}
	nav.primary {
		
	}
	nav.footer {
		
	}
	#widget-header {
		
	}
	#widget-alert {
		
	}

#content {

}

	article {
		
	}
		.featured-thumbnail {
			float: left;
			margin-top: -5px;
			margin-right:10px;
		}
		.post-content {
			
		}
			.pagination {
				
			}
	.post-meta {
		
	}
	.post-navigation {
		
	}

#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 {
		
	}

.oldernewer {
    margin-left: 2px;
    margin-top: -14px;	
}
	.older {
		float:left;
	}
	
	.older a {
    background: none repeat scroll 0 0 #57D2FF;
    color: #fdfdfd !important;
    display: block;
    font-family: 'GothamMediumRegular';
    height: 29px;
    line-height: 29px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 106px;
    margin-bottom:7px;
    padding-top: 1px;
    border-radius: 6px;
    border: 1px solid #4ebde5;
 }
	
	.newer {
		float:right;
	}


	.newer a {
    background: none repeat scroll 0 0 #57D2FF;
    color: #fdfdfd !important;
    display: block;
    font-family: 'GothamMediumRegular';
    height: 29px;
    line-height: 29px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 106px;
    padding-top: 1px;
    border-radius: 6px;
    border: 1px solid #4ebde5;	
	}

	.newer a:hover, .older a:hover {
		background-color: #4ebde5;
	}
.search {
	
}

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

#error404 {
	
}

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

#footer {
	margin-top:10px;
	margin-bottom:50px;
	font-family: 'GothamMediumRegular';
}

.home #footer {
	margin-top:20px;
	padding-top: 10px;
	font-family: 'GothamMediumRegular';
	border-top: solid 1px #4e4e4e;
}
	#widget-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widget-area {
	
}

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}


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