@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;
}
#cert-form .submit-wrap {
	text-align: center;
	position: relative;
}

#cert-form-wrap.active {
	position: relative;
	margin-bottom: 50px;
	margin-top: 25px;
}

#cert-form-wrap .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: url('/wp-admin/images/wpspin_light.gif') center center no-repeat;
  background-color: rgba(255,255,255,0.75);
  top: 0px;
}

#cert-form .submit-wrap input.submit {
	  font-size: 1.3em;
	  text-transform: uppercase;
	  font-weight: bold;
	  padding: 9px 50px;
	  margin-bottom: 9px;
}

.download-filter {
	width:40%;
	float:left;
	margin-right:3%;
}

body .bbp-topic-permalink{
	color:#000000 !important;
	font-weight:bold !important;
}

.bbp-topics a,
a.page-numbers {color:#000;}

body #sidebar .widget-area {
    margin-bottom: 60px !important;
}

body .featured_articles .nav-list{
	margin-top:0px !important;
}

.wpcr3_item_name, .wpcr3_item_name a {display:none;}
.wpcr3_review_author,
.wpcr3_review_title.wpcr3_caps {font-size:0 !important;}
.wpcr3_review_author .wpcr3_caps {
	font-size:18px !important;
}
