/*

Theme Name: Monster

Author: Monster Plugins
Author URI: http://wordpress.org/
Description: Monster Theme
Version: 1.1
License: Copyrighted, you may not reproduce partially or completely in any form
Template:       twentyeleven
*/

/* <div style='display:none'> */

/*
	---------------------------------------------------------------------------------------------------
	Plugin-specific styling
	---------------------------------------------------------------------------------------------------
*/

/* H2,h3 for docs & faq */
.entry-content h2 {
	border-bottom: 1px solid lightgray;
	font-weight: normal;
}

.entry-content h3 {
	font-weight: 600;
}

.entry-content a {
	text-decoration: none;
}

/* Custom icon */
.icon32-posts-subscription, .icon32-posts-product {
	background: url("../images/monster_logo_48.png") no-repeat 0 0 !important;
	width: 48px;
	height: 48px;
}

/* Table of contents */
.mp-toc ol, .mp-toc li {
	list-style: none;
}


/* bbpress list of forums */
.widget_display_forums ul {
	list-style: none !important;
}

/* bbpress list of topics */
.widget_display_topics ul {
	list-style: none !important;
}


/* Messages */
.mp-message {
	border: 1px solid rgb(230, 219, 85);
	background-color: rgb(255, 255, 224);
	padding: 8px !important;
}

/* Errors */
.mp-error {
	border: 1px solid pink !important;
	margin: 0 !important;
	padding: 8px !important;
	background-color: #ffebe8 !important;
}

/* Product description (when purchasing) */
.mp-purchase > .wp-post-image {
	float: left;                        /* Float the thumbnail left and give it a little padding */
	margin-right: 5px;
}

.mp-license-list {
	clear: both;
	padding-top: 30px;
}

/* License options (when purchasing) */
.mp-license-list-table th {
	padding-top: 30px;
	font-weight: bold;
	font-size: 90%;
}

/* License active/inactive */
.mp-license-active {
	color: green;
}

.mp-license-expired {
	color: red;
}

/**
* Account tabs
* Note that this main div ends up getting styled by JQ tab control so there's no point in setting styles here (display:none used to prevent tabs 'jumping' in)
*
**/
.mp-account-tabs {
	visibility: hidden;
	min-height: 400px;
}

.mp-account-tabs .form-table {
	width: 100%;
}
.mp-account-tabs .form-table th {
	width: 200px;
}

