/* Start of CMSMS style sheet 'Blog' */
/***********************************************
BLOG SUMMARY AND DETIAL
************************************************/
.CGBlogSummary{
	width: 100%;
	margin-bottom: 15px;
	background: transparent url(images/bg_CGBlogSummary.gif) no-repeat scroll center bottom;
	padding-bottom: 40px;
}
.CGBlogSummaryPostdate,
div#CGBlogPostDetailDate{
	color: #d09835;
	font-size: 9px;
}
.CGBlogSummaryLink {
	width: 100%;
	margin-bottom: 8px;
}
.CGBlogSummaryLink a,
h3#CGBlogPostDetailTitle {
	color: #a06600;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h3#CGBlogPostDetailTitle {
	margin-bottom: 8px;
}
.CGBlogSummaryLink a:hover {
	color: #ce9c47;
}
.CGBlogCommentsLink {
	width: 100%;
	margin-bottom: 10px;
}
.CGBlogCommentsLink a {
	font-size: 11px;
	text-decoration: none;
	color: #9e6e24;
	font-family: Arial, Helvetica, sans-serif;
}
.CGBlogSummaryCategory,
.CGBlogSummaryCategory a {
	color: #b5822a;
	font-size: 9px;
	line-height: 1.2;
	text-decoration: none;
       margin: 5px 0px;
}
.CGBlogSummaryAuthor{}
.CGBlogSummarySummary,
.CGBlogSummaryContent{}

 /* Blog Selectors Specific to Detail Template*/
#CGBlogPostDetailSummary {}
#CGBlogPostDetailSummary{}
#CGBlogPostDetailContent {}
/***************************************************************************************
FEEBACK FORM FOR COMMENTS
****************************************************************************************/
.CGFeedBackAverage {
	width: 90%;
	margin: 10px 0;
	float: left;
}
.cgfeedback_addcoment{
	width: 100%;
	clear: both;
	margin: 20px 0px 10px 0px;
}

/****************
SUMMARY STYLES
*****************/
.feedback_item_wrapper {
	float: left;
	margin:0px 10px 15px 10px;
	width: 85%;
}
.feedback_item_userinfo{
	width: 30%;
	float: left;
}
.feedback_summary_item{
	width: 62%;
	float: left;
	padding: 5px;
	border: 1px solid #511900;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.blogRow1{background-color:#9cc770 !important;color:#511900 !important;}
.blogRow2{background-color:#CDAE78 !important;color:#54361b!important;}
.blogRow-over {background-color:#5b544d !important;color:#ffffff !important;}
.feedback_item_authorname {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 2px;
}
.feedback_item_postdate {
	color: #a48e8d;
	font-size: 9px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.feedback_confirmation_msg {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
.feedback_captcha {
         margin-left: 33%;
         line-height: 1.6;
         
}
.feedback_captcha input {
        margin: 10px 0 0 0;
        padding: 0 auto;
}
/***************************************************************************************
 --FORMS STYLES--
****************************************************************************************/
/* Fieldsets,legend,label */
fieldset { 
	clear:both;
	padding: 10px 1.4em 1.4em 1.4em;
	margin: 10px 0 30px .3em;
	background:transparent;
	border:1px solid #5b544d;
	}
fieldset div {
	width: 100%;
	float: left;
	margin: 3px 0;
}
legend { 
	margin:;
	padding: 5px 12px;
	font-weight:bold;
	font-size:1.4em;
	font-family: "Palatino Linotype", "Book Antiqua",Palatino, serif;
	text-transform:capitalize;
	color:#54361b; 
	background-color: transparent;
	}
label,
.group-label { 
	float:left;
	width:30%;
	margin-top:9px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#54361b;
	text-transform:lowercase;
	}
fieldset div p,
.static-text {
	font-size:12px;
	font-weight:bold;
	color:#54361b;
	text-transform:lowercase;
	padding: 0px 0px 4px 0px;
}
.rating-group label {
	margin-top: 4px;
	margin-right: 20px;
}
label.selection-label { 
	float:none;
	width:auto;
	text-align:left;
	color:#666; 
	}

/* Text fields */
input,
textarea,
select { 
	width:60%;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-size:1.1em;
	color:#666;
	margin-left:20px;
	padding:5px;
	font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	z-index:100 !important;
	position:relative;
	border-collapse:collapse;
	}
input { 
	border:2px solid #54361b;
	background-color:#fff; 
	}
input:focus,
textarea:focus { 
	border:2px solid #d29457;
	background:#fff; 
	}
input[type="radio"],
input[type="checkbox"],
input.ie6_checkbox { 
	background:transparent !important;
	border:0 !important;
	width:16px !important; 
	}
input[type="radio"] { 
	width:13px !important; 
	}
button { outline:none; }

/* Textareas */
textarea { 
	height:150px;
	padding:5px;
	border:2px solid #43321d;
	font-size:1.1em;
	color:#666;
	background-color:#fff; 
	}

/* Select fields */
select { 
	border:2px solid #ccc;
	background:#fff;
	width:62%;
	padding:2px; 
	}
select:focus { 
	border:1px solid #999;
	background:#fff; 
	}

/* required elements */
.indicates-required { 
	margin:0 6% 10px 0;
	text-align:right;
	font-size:90%;
	font-style:italic;
	color:#c60; 
	}
span.required,
label sup { 
	color:#c60;
	font-weight:bold;
	font-size:115%; 
	}

/* general form utility */

/* wrap label and input in <div class="fieldgroup"> to style as group */
.field-group { 
	float:left;
	clear:both;
	width:100%;
	margin:6px 0 4px;
	position:relative; 
	}
/* wrap label and input in <div class="fieldgroup"> to style as group */
.selection-group { 
	float:left;
	clear:both;
	width:100%;
	margin:3px 0; 
	}
.selection-group-elements { 
	width:60%;
	margin-left:20px;
	margin-top:5px; 
	}
.form-btn-group { 
	clear:both;
	margin:-10px 0 10px 0;
	padding-left:34%; 
	}
.form-btn-group input { 
	margin:0;
	width:200px; 
	}
.btn,
input[type="submit"],
input.fbsubmit
 { 
	display:block;
        padding: 4px 0px;
	width:auto !important;
	min-width:120px;
	margin:0;
	background:#54361b;
	border:3px solid #d29457;
	color:#fff;
	font-size:12px;
       height: 35px;
	font-weight:bold;
	letter-spacing:0;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px; 
	}
.btn:hover,
input.fbsubmit:hover,
input[type="submit"]:hover { 
	background:#7A624D;
	border:3px solid #DCAB7C;
	color:#fff; 
	}
input[type="submit"].cancel { 
	margin-left:15px;
	background:#ccc;
	color:#666 !important;
	border:3px solid #ccc; 
	}
input[type="submit"].cancel:hover { 
	color:#333 !important; 
	}
.field-help { 
	float:right;
	min-width:120px;
	margin:-10px 5.5% 4px 34%;
	padding:12px 5px 4px;
	background:#ccc;
	color:#666;
	font-style:italic;
	font-size:85%;
	text-align:center;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	position:absolute;
	right:10px;
	top:30px; 
	}
.captcha-group label { margin-top:0; }
.captcha-group img { float:left;margin:0 0 0 3%; }
.captcha-group input { float:left;width:36%; }

/* Success,error & notice boxes for messages and errors. */
.error,
.warning,
.success { 
	padding:10px 4px 10px 60px;
	margin-bottom:1em;
	border:1px solid #ddd;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px; 
	}
.error_message {
	background:#FFF6BF url(images/cms/icons/flag_24.png) no-repeat 14px 50%;
	color:#D12F19;
	border: 1px solid #FBC2C4;
	padding: 15px 15px 15px 20px;
	margin: 0px 0px 15px 0px;
}
.error,
.plan-response-error { 
	background:#FFF6BF url(images/cms/icons/flag_24.png) no-repeat 14px 50%;
	color:#D12F19;
	border-color:#FBC2C4; 
	}
.warning { 
	background:#FFF6BF url(images/cms/icons/flag_24.png) no-repeat 14px 50%;
	color:#817134;
	border-color:#FFD324; 
	}
.success{ 
	background:#E6EFC2 url(images/cms/icons/success_24.png) no-repeat 14px 50%;
	color:#529214;border-color:#C6D880; 
	} 
.error a { color:#D12F19; }
.notice a { color:#817134; }
.success a { color:#529214; }
.success strong { color:#2a4d09; }

/*Fix to work w/ jquery validation class*/
input.error,
textarea.error,
select.error { 
	background-color:#fff;
	background-image:none;
	padding:5px;
	border:2px solid #CCCCCC;
	color:#666666; 
	}
input.error:focus { 
	border:2px solid #a2bede;
	background:#def3f7; 
	}
label.error { 
	display:block;
	margin: 1.1em 0 0 35%;
	padding: 15px 10px 15px 50px;
	text-align:left;
	position:relative;
	top:-15px;
	background-position: 12px 50% !important;
	color:#D12F19;
	width: 48%;
	z-index:50;
	line-height: 1.5;
	}
div.fb_invalid {
	margin: 0;
}

/* End of 'Blog' */

