@charset utf-8;
/*
Theme Name: Whiteboard
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
*/

html {
	height: 100%;
	margin:0px !important;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.1em;
	height: 100%;
	margin:0;
}

#main {
	margin:0 auto;
	background-color:#f5f5f5;
	min-height:100%;
	width:100%;
	min-width:1000px;
	overflow:auto;
	padding-bottom: 80px;
	
	
}

#wrap {
        
}  /* must be same height as the footer */

#container {
	min-height: 100%;
	margin-bottom:0px;
	background-color:#f5f5f5;
}

/* content wrapping etc. for wordpress alignment */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 0;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* end wrapping */

header {
	width:100%;
	min-width:1000px;
	margin:0;
	height:130px;
	display:block;
	background-color:#0099cc;
	
}


header #logo {
	display:none;
}

header #tagline {
	display:none;
}

header #header-image {
	display:block;
	width:20%;
	padding-left:0%;
	margin:0 auto;
	margin-bottom:-20px;
	
}



a {
	text-decoration:none;
	
}

a:link {color:#0099cc;}      /* unvisited link */
a:visited {color:#0099cc;}  /* visited link */
a:hover {color:#0099cc;}  /* mouse over link */
a:active {color:#0099cc; }  /* selected link */

	nav {	
		margin:0 auto;
		margin-left:-30px;
		display:block;
		color:#ffffff;
		font-size:16px;
		text-align: center;
		font-weight:600;
		letter-spacing: 0.1em;
		width:100%;
	}

	nav a:link {color:#ffffff;}      /* unvisited link */
	nav a:visited {color:#ffffff;}  /* visited link */
	nav a:hover {color:#dbdbdb;}  /* mouse over link */
	nav a:active {color:#ffffff;}  /* selected link */

	.menu-item-44 a:link {color:#4f4f4f; text-shadow: 0px 1px 2px #555555;}      /* unvisited link */
	.menu-item-44 a:visited {color:#4f4f4f; text-shadow: 0px 1px 2px #555555;}  /* visited link */
	.menu-item-44 a:hover {color:#dbdbdb;}  /* mouse over link */
	.menu-item-44 a:active {color:#4f4f4f; text-shadow: 0px 1px 2px #555555;}  /* selected link */

	.menu-item-1031 a:link {color:#4f4f4f; text-shadow: 0px 1px 2px #555555;}      /* unvisited link */
	.menu-item-1031 a:visited {color:#4f4f4f; text-shadow: 0px 1px 2px #555555;}  /* visited link */
	.menu-item-1031 a:hover {color:#dbdbdb;}  /* mouse over link */
	.menu-item-1031 a:active {color:#4f4f4f; text-shadow: 0px 1px 2px #555555;}  /* selected link */
	
	.menu-item-45 a:link {color:#4f4f4f; text-shadow: 0px 1px 2px #555555;}      /* unvisited link */
	.menu-item-45 a:visited {color:#4f4f4f; text-shadow: 0px 1px 2px #555555;}  /* visited link */
	.menu-item-45 a:hover {color:#dbdbdb;}  /* mouse over link */
	.menu-item-45 a:active {color:#4f4f4f; text-shadow: 0px 1px 2px #555555;}  /* selected link */
	
	.current_page_item  {
		background-image:url('images/activepage.png');
		background-repeat:no-repeat;
		background-position:center bottom;
		padding-bottom:8px;
	}

	.current_page_parent {
		background-image:url('images/activepage.png');
		background-repeat:no-repeat;
		background-position:center bottom;
		padding-bottom:8px;
	}

	.current-page-ancestor {
		background-image:url('images/activepage.png');
		background-repeat:no-repeat;
		background-position:center bottom;
		padding-bottom:8px;
	}

	nav ul li {
		list-style-type:none;
		display:inline-block;
		margin:0 auto;
        margin-top:5px;
		padding-left: 10px;
		padding-right:10px;
		padding-bottom:6px;
	}

	

	

	nav img {
		margin:0 auto;
		margin-bottom:0;
		display:block;
	}
		
	}
	nav.primary {
		margin-bottom:-20px;
		
	}
	nav.footer {
		
	}
	#widget-header {
		
	}
	#widget-alert {
		
	}


.pagebreak {
	margin:0 auto;
	margin-bottom:25px;
	width:600px;
	height:10px;
	border-bottom:1px solid #bdbdbd;
}

/* fix for gallery plugin */

.galleria-info {
	display:none;
 }

/* FB feed styling */

#fbfeedwrapper {
	display: block; 
	margin-left: 22.5%;
}


/* styling for side navigation*/

.DOPThumbnailScrollerContainer {
	padding-top:-50px;	
	padding-right:60px;
    display:block;
}

.DOP_ThumbnailScroller_ThumbnailsNavigationPrev {
	
}

.DOP_ThumbnailScroller_ThumbnailsNavigationNext {
	
}

/* individual product page css */


#content {
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	width:901px;
	min-height:100%;
    height: auto;
	background-color:#ffffff;
	font-size:12px;
	padding:30px;
	
	

	/* drop shadow */

	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),0px 0px 0px transparent;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1),0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),0px 0px 0px transparent;
	
}

#content p {
	display:relative;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
}

#content img {
	max-width:100%;
}


/* page headings */
#content h2 {
	font-size:50px;
	font-style: italic;
	font-weight: 300;
	color:#0099cc;
	margin:0;
	padding-left:95px;
}

#content h3 {
	font-size:26px;
	font-style: italic;
	font-weight: 300;
	color:#0099cc;
	margin:0;
	padding-left:60px;
}

/* product page content css */

.mainproductpage #content {
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:30px;
 	width:901px;
	min-height:100%;
    height: auto;
	background-color:#ffffff;
	font-size:12px;
	padding:30px;

	/* drop shadow */

	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),0px 0px 0px transparent;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1),0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),0px 0px 0px transparent;

}

.mainproductpage #content p {
	padding-left:20px;
	padding-right:20px;
	font-size:13px;
}

.mainproductpage #content h2 {
	padding-left:20px;
}



/* homepage content css */

.home #content {
	background-color:#ffffff;
	min-height:100%;
	margin: auto;
	margin-top:30px;
	margin-bottom:30px;
	padding: 5px 30px 3px 10px;
	width:931px;
	
	

	/* drop shadow */

	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),0px 0px 0px transparent;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1),0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1),0px 0px 0px transparent;
}

.home #content h3 {
	font-size:36px;
	/* size 30->36 add weight for sale */
	font-weight: 600;
	/* padding-left:375px; better to center */
	text-align: center;
	padding-bottom:15px;
}

.home #content img {
	padding:0;
}

.post-edit-link {
	display:none;
}




#content h1 {
	display:none;
}
	article {
		
	}
		.featured-thumbnail {
			
		}
		.post-content {
			
		}
			.pagination {
				
			}
	.post-meta {
		display:none;
	}
	.post-navigation {
		
	}

#comments {
	display:none;
}
	li.comment {
		display:none;
	}
		.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 {
		display:none;
	}

.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}

nav.oldernewer {
	
}
	.older {
		
	}
	.newer {
		
	}

.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}

#sidebar {
	
}
	#widget-sidebar {
		
	}
		#sidebar-search {
			display:none;
		}
		#sidebar-nav {
			display:none;
		}
		#sidebar-archives {
			display:none;	
		}
		#sidebar-meta {
			display:none;
		}
		.widget {
			
		}

#footer {
	width:100%;
	min-width:1000px;
	background-color:#4f4f4f;
	height:80px;
	color:#ffffff;
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	clear:both;


}

#footer #contact {
	width:1000px;
	margin: 0 auto;
}

#footer p {
	font-size:14px;
	float:right;
	padding-left:30px;
	padding-right:22px;
	
}



#nav-footer {
	display:none;
}
	#widget-footer {
		
	}
	#footer-nav {
		display:none;
	}
	
.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;
	display:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
    display:block;
    margin:0 auto;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}


/* responsive mobile layout */

@media (max-width: 900px) {
  
	#main {
	  min-width:100%;
	  width:100%;
	}
	
	#header {
	  min-width:none;
	  width:100%;
	}

	header {
	  min-width:1px;
	  width:100%;
        }
  
  	header #header-image {
	  width:auto;
	  
        }
		
	
	header #header-image img {
	  width: 200px;
	  padding: 0;
	  display:block;
	  padding-top:17px;
          margin:0 auto;
	}
	
  
    .current-page-ancestor {
		background-image:none;
	}
  
    .current_page_item  {
		background-image:none;
	}

	.current_page_parent {
		background-image:none;
	}

  	#fbfeedwrapper {
	display: block; 
	margin-left: 0;
	}
	
	.pagebreak {
	  width:80%;
	}
		  
	.mainproductpage #content {
	  min-width:90%;
	  width:90%;
	}
	  
	#content {
	  min-width:90%;
	  width:90%;
  	  height:auto;
	}

	#content img {
  	  height:auto;
    }
  
	  
	.DOPThumbnailScrollerContainer {
	  display:none;
	}
	
	.home #content {
	  min-width:90%;
	  width:90%;
  	  min-height:none;
	}
  
	#footer {
	  min-width:100%;
	  width:100%;
	  margin:0;
	}

	#footer p {
	  padding:5px;
	}
  
	#footer #contact {
	  width:inherit;
	}
  
	
}