@charset utf-8;
/*
Theme Name: Whiteboard
Theme URI: http://whiteboardframework.com/
Author: Bold Perspective
Author URI: http://boldperspective.com/
Description: The Whiteboard Famework for Wordpress is built to speed up the process of developing a Wordpress theme. Whiteboard does so by eliminating the time spent on Wordpress' backend PHP by including what is common to all Wordpress powered Web sites with nothing extra.
Version: 3.1.5

 * 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 {
	min-height: 440px;
}
	nav {
	}
	nav.primary {
	}
	nav.footer {
		
/	}
	#widget-header {
		
	}
	#widget-alert {
		
	}

#logo {
	float:left;
	padding-top: 10px;
}
#contact {
	float:right;
	color: #fff;
	padding-top: 22px;
	padding-left: 10px;
	/*font-family: georgia,palatino,platino lino;*/
	font-size: 20px;
}

#header #contact {
	padding-left: 50px;
	padding-top: 50px;
}

#header #tel {
	float:left;
}
#header #email {
	float:left;
	padding-left: 15px;
}

#pink {
	color: #E02C74;
	/*font-family: georgia,palatino,platino lino;*/
	font-size: 12px;
}

#white {
	color: #FFFFFF;
	/*font-family: georgia,palatino,platino lino;*/
	font-size: 20px;
}

#tpink {
	color: #E02C74;
	/*font-family: georgia,palatino,platino lino;*/
	font-size: 12px;
}

#twhite {
	color: #FFFFFF;
	/*font-family: georgia,palatino,platino lino;*/
	font-size: 20px;
}

#epink {
	color: #E02C74;
	/*font-family: georgia,palatino,platino lino;*/
	font-size: 12px;
}

#ewhite {
	color: #FFFFFF;
	/*font-family: georgia,palatino,platino lino;*/
	font-size: 20px;
}
#content {
	
}
	article {
		
	}
		.featured-thumbnail {
			
		}
		.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 {
			
		}



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

nav.oldernewer {
	
}
	.older {
		
	}
	.newer {
		
	}

.search {
	
}

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

#error404 {
	
}


#page {
	display:inline;
	float:right;
	width:610px;
}
	#page h1 {
		font-size:32px;
		color:#E02C74;
		background-image: url(images/whitegreydotted.gif);
	}
	#page p {
		width:600px;
		font-size:14px;
	}
	#homepage h6 {
		font-size:32px;
		color:#E02C74;
		background-image: url(images/greywhitedotted.gif);
		padding-top:65px;
		padding-bottom:20px;
	}
	#homepage p {
		font-size:12px;
		color:#1F1F1F;
	}
	#homepage b {
		color:#E02C74;
	}
	#homepage a:link {
	color: #000;
	}
	#homepage a:visited {
	color: #000;
	}
	#homepage a:hover,a:active {
	color: #CCC;
	}
	#page p {
		width:600px;
		font-size:14px;
		padding-bottom: 5px;
	}
	#page-meta {
		
	}
	#page img {
		float:right;
	}
.page-content {

}

#sidebar {

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

#footer {
	
}
	#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;
}
.menu-header-container {
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */