@charset utf-8;
/*
Theme Name: MPUG
Theme URI: http://www.mpug.com
Author: JSS Website Development
Author URI: http://www.jsswebdevelopment.com
Description: A customized theme framework by JSS Website Development.
Version: 1.0

 * 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 {
			
		}
		.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 {
		
	}

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

.search {
	
}

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

#error404 {
	
}

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

#footer {
	
}
	#widget-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widget-area {
	
}

.hide { /* 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;
}

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


/* CBW Changes */
#signingup_error a{
	color:#000;
}

.content_not_availible {
    position: relative;
    width: 480px; 
}
.register-button{
	background: #EE3941;
	padding: 12px;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	display: block;
	line-height: 20px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.75);
	z-index: 99;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	margin: 20px;
	cursor: pointer;
}
.register-button:hover{
	background:#BE252C;
	text-decoration: none;
	color:#fff;
}	
.register-button:active{
	-webkit-box-shadow: inset 1px 1px 7px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 1px 7px 1px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 7px 1px rgba(0,0,0,0.75);
}
.content_not_availible .register-button{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	width: 300px;	
}
.content_not_availible img {
	-webkit-filter: blur(2px) brightness(0.7);
	z-index: 1;
}	
