/*
Theme Name: MindBoom.tv
Theme URI: http://wedoitforyouwebsites.com/staging/mindboom.tv
Description: MindBoom theme
Version: 1.0
Author: Chris Violette
Author URI: http://www.linksonlinesolutions.com/
*/

body {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 15px;
	background: #1E1E1E;
}

#wrapper {
	background: #FFFFFF;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

p a, #sidebar a {
	color: #CE2127;
	border-bottom: 1px dotted #CE2127;
}

p a:hover, #sidebar a:hover {
	color: #CE2127;
	border-bottom: 1px solid #CE2127;
	text-decoration: none;
}

img.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;	
}

img.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}

#container {
	padding: 10px 0 10px;
}

#logo {
	margin-bottom: 0;
	clear: none;
	float: left;
	height: 80px;
	overflow: hidden;
}

	#logo a {
		display: block;
		width: 230px;
		height: 80px;
		overflow: hidden;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		background: url(images/logo.gif) 0 0 no-repeat;
	}
	
#tagline {
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/tagline.gif) 0 0 no-repeat;
}

#header-widget-area .textwidget {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	margin-left: 65px;
	font-weight: bold;
	font-size: 22px;
	color: #B2B2B2;
}

#header-widget-area .subscriber_count {
	font-size: 22px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #CE2127;
}

	#header-widget-area .subscriber_count .subscriber-title {
		color: #006699;
		font-weight: normal;
		font-size: 16px;
	}

#header-widget-area #search-3 #s {
	font-family: Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 1;
	width: 240px;
	padding: 5px;
	padding-left: 23px;
	border: 1px solid #CCCCCC;
	background: url(images/search-icon.gif) 5px 50% no-repeat;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	#header-widget-area #search-3 #s:focus {
		border-color: #999999;
		color: #666666;
	}

#header-widget-area #search-3 label,
#header-widget-area #search-3 #searchsubmit {
	display: none;
}

#nav {
	height: 35px;
	padding-bottom: 4px;
	background: url(images/nav-bg.gif) 0 0 no-repeat;
}

	#nav ul {
		margin: 0 17px;
		padding: 0;
		list-style-type: none;
	}
	
		#nav ul li {
			list-style-type: none;
			margin: 0;
			padding: 0;
			display: block;
			float: left;
			border-right: 1px solid #979797;
			width: 113px;
		}
		
		#nav ul li ul {
			display: none;
		}
	
			#nav ul li a {
				display: block;
				font-family: Helvetica, Arial, sans-serif;
				font-weight: bold;
				color: #292929;
				font-size: 14px;
				line-height: 1;
				padding: 12px 1px 9px;
				text-shadow: #CECECE 1px 1px 1px;
				border-right: 1px solid #BDBDBD;
				text-align: center;
			}
			
				#nav ul li:hover {
					border-color: #808080;
				}
				
				#nav ul li a:hover {
					text-decoration: none;
					color: #FFFFFF;
					text-shadow: #292929 -1px -1px 1px;
					border-color: #A6A6A6;
				}
				
					.rgba #nav ul li a:hover {
						background: rgba(0,0,0,0.15);
					}
					
					#nav ul li a:hover,
					#nav ul li a:hover {
						background: url(images/transpng/transblack15pct.png) 0 0 repeat;
					}
			
				#nav ul li:active,
				#nav ul li.current_page_item {
					border-color: #626262;
				}
				
				#nav ul li a:active,
				#nav ul li.current_page_item a {
					border-color: #808080;
					color: #FFFFFF;
					text-shadow: #292929 -1px -1px 1px;
				}
				
					.rgba #nav ul li a:active,
					.rgba #nav ul li.current_page_item a {
						background: rgba(0,0,0,0.35);
					}
					
					#nav ul li a:active,
					#nav ul li a:active,
					#nav ul li.current_page_item a,
					#nav ul li.current_page_item a {
						background: url(images/transpng/transblack35pct.png) 0 0 repeat;
					}

.post {
	margin-bottom: 20px;
}

.entry-date {
	height: 0.7em;
	border-bottom: 1px dashed #CCCCCC;
	text-align: center;
	margin-bottom: 20px;
}

	.entry-date abbr {
		font-size: 14px;
		padding: 4px;
		background: #FFFFFF;
		text-decoration: none;
		border: 0;
		color: #777777;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

.entry-title {
	color: #CE2127;
	font-size: 32px;
	line-height: 37px;
	margin: 0;
	text-align: center;
	position: relative;
	font-weight: bold;
	margin-bottom: 0.5em;
}

	.entry-title a {
		color: #006699;
		text-decoration: none;
		padding: 0.15em 0.25em;
	}
	
		.entry-title a:hover {
			background: #E9F1F5;
		}
	
	.entry-title .edit-link {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
		.entry-title .edit-link a {
			display: block;
			padding: 3px 23px 3px 0;
			font-size: 12px;
			line-height: 1;
			background: url(images/edit.png) 100% 50% no-repeat;
			color: #555555;
			text-transform: uppercase;
			text-align: right;
			width: 35px;
			height: 12px;
			overflow: hidden;
			text-indent: 9999px;
		}
		
			.entry-title .edit-link a:hover {
				text-indent: 0;
			}

.author-meta {
	text-align: center;
	font-size: 18px;
	word-spacing: 3px;
	margin-bottom: 10px;
}

	.author-meta .meta-prep-author {
		font-style: italic;
		text-transform: lowercase;
	}
	
	.author-meta .author a {
		color: #006699;
		text-decoration: none;
		text-transform: uppercase;
	}
	
		.author-meta .author a:hover {
			text-decoration: underline;
		}

.entry-meta {
	font-size: 14px;
	color: #555555;
	font-style: italic;
}

	.entry-meta .categories-links, .entry-meta .tags-links {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
	}


#comments-list li {
	list-style-type: none;
	margin-bottom: 10px;
}

	#comments-list .comment-author img {
		margin-left: 10px;
		padding: 2px;
		border: 1px solid #CCCCCC;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		float: left;
		display: inline;
	}
	
		#comments-list .odd .comment-author img {
			margin-left: 0;
			margin-right: 10px;
			float: right;
		}
	
	#comments-list .comment-author span {
		float: left;
		display: inline;
		font-size: 14px;
		line-height: 1;
		font-style: italic;
		padding: 22px 30px 27px 10px;
		background: url(images/comment-quote-1.gif) 100% 100% no-repeat;
	}
	
		#comments-list .odd .comment-author span {
			float: right;
			padding: 22px 10px 27px 30px;
			background: url(images/comment-quote-2.gif) 0 100% no-repeat;
		}

	#comments-list .comment-content {
		padding: 10px;
		background: #CCCCCC;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		clear: both;
	}
	
		#comments-list .odd .comment-content {
			background: #E5E5E5;
		}
	
	#comments-list .comment-meta {
		text-align: right;
		color: #555555;
		font-style: italic;
	}

#loadwidget {
	display: none;
}

.frontpage-widget-container div.MailPress div.mp-loading, .frontpage-widget-container div.MailPress div.mp-message {
}

#mailpress-6 .mp-container {
	margin: 60px 10px;
}

#mailpress-6 .MailPressFormEmail, #mailpress-6 .MailPressFormName {
	width: 282px;
	padding: 3px;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#home-video {
	height: 420px;
	overflow: hidden;
	/*text-indent: -9999px;*/
	/*background: url(images/video-mockup.jpg) 0 0 no-repeat;*/
	margin-bottom: 10px;
	width: 628px;
	height: 394px;
	border: 1px solid #CCCCCC;
}

	#home-video .frontpagevideo-widget-container {
		padding: 0 5px;
	}

	#home-video.videoActive {
		height: 389px;
		background: none;
	}
	
		#home-video .vvqvideo {
			margin: 0;
		}

#home-optin {
	height: 420px;
	/*background: url(images/frontpage-optin.gif) 0 0 no-repeat;*/
}

	#home-optin .frontpage-widget-container {
		/*padding-top: 290px;*/
		padding: 4px;
		border: 1px solid #CCCCCC;
		height: 386px;
	}

	#home-optin input,
	#home-optin button,
	.af-form input,
	.af-form button {
		width: 298px;
		clear: both;
		font-size: 13px;
		line-height: 1;
		padding: 5px;
		border: 1px solid #CCCCCC;
		color: #999999;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
		#home-optin input:focus,
		.af-form input:focus {
			border-color: #999999;
			color: #666666;
		}
		
		#home-optin input.button,
		.af-form input.button {
			color: #666666;
			cursor: pointer;
			font-size: 12px;
			width: 200px;
			margin-left: 93px;
		}
		
			#home-optin button:hover,
			.af-form-wrapper button:hover {
				background-color: #F5F5F5;
			}
		
	#home-optin .af-header p,
	.af-form .af-header p {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 12px;
		border-bottom: 1px solid #CCCCCC;
		margin-bottom: 12px;
	}
	
	#home-optin .af-body,
	.af-form .af-body {
		margin-bottom: 1em;
	}
	
	#home-optin .previewLabel,
	.af-form .previewLabel {
		font-size: 12px;
		font-weight: normal;
	}
	
	#home-optin input.text:focus,
	.af-form input.text:focus {
		background: #FFFAD6;
	}
	
	#home-optin .af-footer p,
	.af-form .af-footer p {
		font-size: 13px;
		color: #333399;
		font-weight: bold;
	}
	
	#home-optin input.submit,
	.af-form input.submit  {
		background: #ACACAC url(http://forms.aweber.com/images/auto/gradient/button/ccc.png) 0 0 repeat-x;
		border: 1px solid #ACACAC;
		color: #000000;
		font-family: Verdana, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		width: auto;
		margin-left: 93px;
	}

#home-handwriting {
	height: 420px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/handwriting.jpg) 0 0 no-repeat;
	margin-bottom: 10px;
}

.home-lower-box {
	display: inline;
	float: left;
	width: 310px;
	margin: 0 3px;
}

.home-lower-box h3 {
	display: none;
}

.home-lower-box a {
	display: block;
	width: 308px;
	height: 208px;
	border: 1px solid #CCCCCC;
	position: relative;
	overflow: hidden;
}

.home-lower-box a:hover {
	text-decoration: none;
}

	.home-lower-box a span {	
		display: block;
		width: 298px;
		color: #FFFFFF;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
		position: absolute;
		bottom: 0;
		text-align: right;
		padding: 5px;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
	}
	
		.rgba .home-lower-box a span {
			background: rgba(0,0,0,0.3);
		}
		
		.home-lower-box a span,
		home-lower-box a span {
			background: url(images/transpng/transblack30pct.png) 0 0 repeat;
		}
	
	#home-expert a {
		background: url(images/lower-box-charicature.jpg) 0 0 no-repeat;
	}
	
	#home-event a {
		background: url(images/lower-box-makeover.jpg) 0 0 no-repeat;
	}
	
	#home-stuff a {
		background: url(images/lower-box-stuff.jpg) 0 0 no-repeat;
	}

#optin-arrow {
	height: 100px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/optin-arrow.gif) 0 50% no-repeat;
}

#optin .mp-container {
	margin-top: 50px;
}

#optin input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}

#sidebar .widget-area ul.xoxo {
	margin: 0;
	list-style-type: none;
}

	#sidebar .widget-area ul.xoxo li {
		clear: both;
	}

	#sidebar h3.widget-title {
		font-size: 16px;
		letter-spacing: 1px;
		color: #006699;
		font-style: italic;

		margin-bottom: 0.5em;
		text-align: center;
		padding: 5px;
		background: #EEEEEE;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	#sidebar .widget-container {
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	#sidebar .textwidget .input {
		width: 262px;
		padding: 3px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		color: #666666;
	}
	
	#sidebar form input.button {
		color:#666666;
		cursor:pointer;
		font-size:12px;
		margin-left:35px;
		margin-right:35px;
		width:200px;
		border: 1px solid #CCCCCC;
		line-height: 1;
		padding: 5px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	#sidebar #login {
		padding: 0;
	}
	
		#sidebar #login p {
			margin: 0;
			clear: both;
		}
		
		#sidebar #login label {
			float: left;
			padding: 5px 0;
		}
		
		#sidebar #login input {
			float: right;
			padding: 3px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		
		#sidebar #login .simplelogin-links {
			clear: both;
		}
		
	#sidebar #simplelogin .simplelogin-avatar {
		float: left;
	}
	
	#sidebar #simplelogin .simplelogin-links {
		float: left;
		margin-left: 20px;
		list-style-type: none;
	}

	#sidebar #search-4 #s {
	font-family: Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 1;
	width: 240px;
	padding: 5px;
	padding-left: 23px;
	border: 1px solid #CCCCCC;
	background: url(images/search-icon.gif) 5px 50% no-repeat;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	#sidebar #search-4 #s:focus {
		border-color: #999999;
		color: #666666;
	}
	
	#sidebar #search-4 .screen-reader-text,
	#sidebar #search-4 #searchsubmit {
		display: none;
	}

#footer {
	padding: 10px;
}

#social-links {
	width: 207px;
	margin: 0 auto;
	list-style-type: none;
}
	#social-links li {
		display: inline;
		float: left;
	}
	
		#social-links li a {
			display: block;
			overflow: hidden;
			text-indent: -9999px;
		}
		
		#social-links .rss {
			width: 34px;
			height: 47px;
		}
		
		#social-links .rss a {
			width: 34px;
			height: 47px;
			background: url(images/rss-button.png) 0 0 no-repeat;
		}
		
		#social-links .facebook {
			width: 38px;
			height: 42px;
		}
		
		#social-links .facebook a {
			width: 38px;
			height: 42px;
			background: url(images/facebook-button.png) 0 0 no-repeat;
		}
		
		#social-links .twitter {
			width: 23px;
			height: 35px;
		}
		
		#social-links .twitter a {
			width: 23px;
			height: 35px;
			background: url(images/twitter-button.png) 0 0 no-repeat;
		}
		
		#social-links .youtube {
			width: 75px;
			height: 48px;
		}
		
		#social-links .youtube a {
			width: 75px;
			height: 48px;
			background: url(images/youtube-button.png) 0 0 no-repeat;
		}
		
		#social-links .gratitudelog a {
			width: 37px;
			height: 42px;
		}
		
		#social-links .gratitudelog a {
			width: 37px;
			height: 42px;
			background: url(images/gratitudelog-button.png) 0 0 no-repeat;
		}
