/******************************
 GENERIC RESETS
 GENERIC RESETS
 GENERIC RESETS
*******************************/
.ww_blog_masterContainer
{
	background-color: #FFFFFF;
}

/* NOTE: Remove this to allow site-specific colours on blog content */
.ww_blog_masterContainer h1, .ww_blog_masterContainer h2, .ww_blog_masterContainer h3, .ww_blog_masterContainer h4, .ww_blog_masterContainer h5, .ww_blog_masterContainer p
{
	color: #262626;
}
/* /NOTE: Remove this to allow site-specific colours on posts */

.ww_blog_masterContainer td
{


}

.ww_blog_masterContainer a
{

}

.ww_blog_genericLabel
{

}
.ww_blog_checkboxLabel
{
}

.ww_blog_radioLabel
{
}

.ww_blog_generic_button
{
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
	margin-right: 5px;
}

.ww_blog_generic_button:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
}
/******************************
 GENERIC RESETS
 GENERIC RESETS
 GENERIC RESETS
*******************************/

/******************************
 BLOG POSTS
 BLOG POSTS
 BLOG POSTS
*******************************/
.ww_blog_post_containerTable
{
	background:#FFFFFF;
	margin-bottom:20px;

}

.ww_blog_post_titleContainerCell
{
	width:300px;
}

.ww_blog_post_title
{
	color: #262626;
	font-size:14pt;
}

.ww_blog_post_dateContainerCell
{
	text-align:right;
}

.ww_blog_post_date
{
	color: #262626;
	font-size:10pt;
}

.ww_blog_post_htmlContainerCell
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.ww_blog_post_commentContainerCell
{
	background:#DDDDDD;
	padding:10px;
	color:white;
}
.ww_blog_post_commentLabelContainerCell
{
	color: #262626;
	width:150px;
}
.ww_blog_post_commentLabel
{
	font-weight:bold;
}
.ww_blog_post_commentFormEmailNoteLabel
{
	color:#262626;
	font-size:7pt;
}
.ww_blog_post_commentButtonContainerCell
{
	padding-left:10px;
}

/* Button Generator http://cssgradientbutton.com/ */
.ww_blog_post_commentButton, .ww_blog_tag_button
{
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
	margin-right: 5px;
}

.ww_blog_post_commentButton:hover, .ww_blog_tag_button:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
}

.ww_blog_post_commentFormLabel
{
	color:#262626;
	font-weight:bold;
	font-size: 8pt;
}

.ww_blog_post_commentFormInput,
{
	color:#262626;
}

.ww_blog_post_commentListContainerTable
{
	margin-top:10px;
	background-color:white;
	border:1px solid #262626;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	color:#262626;

}

.ww_blog_post_commentListContainerCellOdd
{
	background-color:#EEEEEE;
}

.ww_blog_post_commentListContainerCell
{
	padding:10px;
}
.ww_blog_post_commentListPosterName
{
	float:left;
	color:#262626;
	font-weight:bold;
}
.ww_blog_post_commentListCommentDate
{
	float:right;
	font-style:italic;
	color:#262626;
}
.ww_blog_post_commentListComment
{
	color:#262626;
}
.ww_blog_post_socialMediaContainerCell
{
	padding:10px;
	color:#262626;
	background-color: #EEEEEE;
}
.ww_blog_post_socialMediaLabelContainerCell
{
	width:150px;
}
.ww_blog_post_socialMediaLabel
{
	font-weight:bold;
}

.ww_blog_post_socialMediaIconContainerCell
{
	text-align:left;
	padding-left:5px;
}
.ww_blog_post_socialMediaIconContainerTable
{
	float:left;
}

.ww_blog_post_authorContainerCell
{
	padding:10px;
	color: #262626;
	background-color: #EEEEEE;
}
.ww_blog_post_authorLabelContainerCell
{
	width:150px;
}
.ww_blog_post_authorLabel
{
	font-weight:bold;
}
.ww_blog_post_authorDetailsContainerCell
{
	text-align:left;
	padding-left: 10px;
}

.ww_blog_post_tagContainerCell
{
	padding:10px;
	background:#DDDDDD;
	color: #262626;
}
.ww_blog_post_tagLabelContainerCell
{
	width:150px;
	padding:5px;
}
.ww_blog_post_tagLabel
{
	font-weight:bold;
}
.ww_blog_post_tagLinkContainerCell
{
	text-align:left;
}

/* Button Generator http://cssgradientbutton.com/ */
.ww_blog_post_tagButton
{
	border:1px solid #616261; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:9px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
	background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
	background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);

}

.ww_blog_post_tagButton:hover
{
	border:1px solid #a0a0a0;
	background-color: #bababa; background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
	background-image: -webkit-linear-gradient(top, #bababa, #575757);
	background-image: -moz-linear-gradient(top, #bababa, #575757);
	background-image: -ms-linear-gradient(top, #bababa, #575757);
	background-image: -o-linear-gradient(top, #bababa, #575757);
	background-image: linear-gradient(to bottom, #bababa, #575757);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
}

.ww_h1_blog
{
	color: #262626;
}

/******************************
 /BLOG POSTS
 /BLOG POSTS
 /BLOG POSTS
*******************************/

/******************************
 BLOG CONTRIBUTORS
 BLOG CONTRIBUTORS
 BLOG CONTRIBUTORS
*******************************/

.ww_blog_title_contributors
{
	font-weight: bold;
	font-size: 13pt;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #262626;
}

.ww_blog_image_contributor_portrait
{
	max-width: 175px;
	max-height: 175px;
	margin-bottom: 5px;
}

.ww_blog_label_contributor_details
{
	font-weight: bold;
	font-size: 10pt;
}

.ww_blog_value_contributor_details
{
	font-weight: normal;
	font-size: 10pt;
}

.ww_blog_button_show_contributor_blogs
{
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
	margin-top: 5px;
}

.ww_blog_button_show_contributor_blogs:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
}

/******************************
 /BLOG CONTRIBUTORS
 /BLOG CONTRIBUTORS
 /BLOG CONTRIBUTORS
*******************************/

/******************************
 BLOG CATEGORIES
 BLOG CATEGORIES
 BLOG CATEGORIES
*******************************/

.ww_blog_title_categories
{
	font-weight: bold;
	font-size: 13pt;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #262626;
}

.ww_blog_tag_category_button
{
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
	margin-bottom: 5px;
	margin-right: 5px;
}

.ww_blog_tag_category_button:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
}
/******************************
 /BLOG CATEGORIES
 /BLOG CATEGORIES
 /BLOG CATEGORIES
*******************************/

/******************************
 BLOG ARCHIVE
 BLOG ARCHIVE
 BLOG ARCHIVE
*******************************/

.ww_blog_title_archive
{
	font-weight: bold;
	font-size: 13pt;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #262626;
}

.ww_blog_archive_date_range_major
{
	color: #262626;
	font-weight: bold;
	font-size: 11pt;
}

.ww_blog_archive_date_range_minor
{
	color: #262626;
	font-weight: normal;
	margin-left: 10px;
	font-size: 10pt;
}

.ww_blog_archive_link
{
	margin-left: 20px;
}

.ww_blog_archive_link:hover
{
}

/******************************
 /BLOG ARCHIVE
 /BLOG ARCHIVE
 /BLOG ARCHIVE
*******************************/

.ui-dialog-titlebar-close
{
  visibility: hidden;
}