/*  960 GRID */

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}
/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:baseline;*/
	/*background:transparent;*/
}
body {
	line-height:1;
}
ol, ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #003460;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	margin: 0px;
	padding: 0px;
}
th {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #003460;
}
p {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #003460;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009fca;
	text-decoration: none;
}
a img {
	border: none;
}
#topBar {
	background-color: #00203b;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
p img {
        padding-left: 10px;
}
p li img {
        padding: none;
}
#slide {
	background-image: url(/assets/images/slidebg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 580px;
}
#footBar {
	background-color: #0d3153;
	margin: 0px;
	padding: 0px;
	height: 8px;
	clear: both;
}
#footer {
	background-color: #275066;
	margin: 0px;
	padding: 0px;
}
.container {
	margin: auto;
	padding: 0px;
	width: 960px;
	position: relative;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#socialLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #a3e9fc;
	text-decoration: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
}
#socialLinks {
	position: absolute;
	top: 2px;
	display: block;
	right: 20px;
}
#socialLinks a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 5px;
}
#socialLinks p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
}
#slideWater {
	background-image: url(/assets/images/slideWater.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: auto;
	padding: 0px;
	height: 580px;
	width: 960px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logoGlass {
	background-image: url(/assets/images/logoGlass.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 330px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 20px;
	top: -30px;
}
#logoGlare {
	background-image: url(/assets/images/logoGlare.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 330px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logoGlare a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dropShadow {
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
}
.textShadow {
	text-shadow: 1px 2px 1px #000;
}
#menuBG {
	background-color: #33a7c9;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 560px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	right: 20px;
	top: 90px;
}
#menuGlare {
	background-image: url(/assets/images/menuGlare.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 560px;
	text-align: center;
}
#menuGlare a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #00203b;
	text-decoration: none;
        margin: 0px 5px;
}
#slideFrame {
	background-image: url(/assets/images/slideFrame.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 392px;
	width: 920px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 20px;
	top: 170px;
}
#slideGlare {
	background-image: url(/assets/images/slideGlare.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 392px;
	width: 920px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slideShow {
	height: 352px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #00203b;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: .5px;
}
#fourStep {
	padding: 0px;
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#stepBar {
	background-image: url(/assets/images/4stepBG.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 920px;
}
#step1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 212px;
	background-image: url(/assets/images/step1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#step1 p {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
}
#step2 p {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
}
#step3 p {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
}
#step4 p {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
}
#step2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 212px;
	background-image: url(/assets/images/step2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#step3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 212px;
	background-image: url(/assets/images/step3.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#step4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 212px;
	background-image: url(/assets/images/step4.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#stepBar .divider {
	background-image: url(/assets/images/divider.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.steps h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fdcd7a;
	margin: 10px;
	padding: 0px;
	letter-spacing: .5px;
}
.steps p {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.steps p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fdcd7a;
	letter-spacing: .5px;
}
#mainContent {
	text-align: justify;
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#sideContent {
	text-align: justify;
	padding: 0px;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 0px;
	float: right;
	margin-right: 20px;
}
#monthTip {
	float: right;
	width: 300px;
	padding-bottom: 0px;
	background-color: #08a0c9;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(/assets/images/monthTipTop.png);
	clear: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00203b;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 28px;
}
#sideContent p {
	font-size: 14px;
	text-align: left;
}
#monthTip p {
	font-size: 15px;
	text-align: left;
}
#monthTip a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009fca;
	text-decoration: none;
}
#monthTipBottom {
	height: 100%;
	position: relative;
	background-image: url(/assets/images/monthTipBottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
}
#monthTipBottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
}
#monthTipBottom h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fdcd7a;
	padding: 0px;
	margin: 0px;
}
#monthTipBottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fdcd7a;
}
#footerMenu {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footerMenu .footerHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8ee5fc;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#footerMenu .footerContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #8ee5fc;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
#footerMenu .footerContent p {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #8ee5fc;
}
#footerMenu .footerContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #009fca;
	text-decoration: none;
	display: block;
}
#footerMenu .footerContent a:hover {
	color: #8ee5fc;
}
#footerMenu .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8ee5fc;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerMenu .copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8ee5fc;
}
#footerMenu .copy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009fca;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerMenu .copy a:hover {
        color: #8ee5fc;
}
#slideWaterInside {
	background-image: url(/assets/images/slideWaterInside.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: auto;
	padding: 0px;
	height: 170px;
	width: 960px;
}
#slideInside {
	background-image: url(/assets/images/slidebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 170px;
}
#menuBar {
	background-color: #09253b;
}
#menuBar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8ee5fc;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sideMenu {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#sideMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #009fca;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
#sideMenu a:hover {
	color: #09253b;
}
.widgetBG {
	width: 300px;
	margin-bottom: 10px;
	background-color: #08a0c9;
	background-image: url(/assets/images/monthTipTop.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 267px;
	position: relative;
}
.bottomGrad {
	background-image: url(/assets/images/monthTipBottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
#softener {
	background-image: url(/assets/images/softener.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	height: 100%;
}
.widgetContent {
	padding: 10px;
}
.widgetContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fdcd7a;
	margin: 0px;
	padding: 0px;
}
.widgetContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #c6f7fe;
}
.widgetContent a {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: #fdcd7a;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #09253B;
}
#drinking {
	background-image: url(/assets/images/drinking.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	height: 100%;
}
.smallWidgetBG {
	float: right;
	width: 300px;
	padding-bottom: 0px;
	background-color: #08a0c9;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(/assets/images/monthTipTop.png);
	clear: both;
	margin: 0px;
	position: relative;
}
.LiveEdit_drop_down a {
	background-color: #5BB8D3;
	color: #00203b;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 8px;
	text-decoration: none;
}
.LiveEdit_drop_down a:hover {
	text-decoration: none;
}
ul.slideshow {  
     list-style:none;  
     width:880px;  
     height:352px;  
     overflow:hidden;  
     position:relative;  
     margin:0;  
     padding:0;  
       
}     
ul.slideshow li {  
     position:absolute;  
     left:0;  
     right:0;  
}  
ul.slideshow li.show {  
     z-index:500;      
}  
ul img {  
     border:none;      
}  
#slideshow-caption {  
     width:880px;  
     height:70px;  
     position:absolute;  
     bottom:0;  
     left:0;   
     color:#fff;  
     background:#000;  
     z-index:500;  
}  
#slideshow-caption .slideshow-caption-container {  
     padding:5px 10px;     
     z-index:1000;     
}  
#slideshow-caption h3 {  
     margin:0;  
     padding:0;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 18px;
     font-weight: bold;
     color: #fdcd7a;  
}  
#slideshow-caption p {  
     margin:5px 0 0 0;  
     padding:0;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 15px;
     color: #c6f7fe;
} 
/* Front end */
.blog_viewPostTitle {
	color: #049BE4;
        font-family: Trebuchet MS,Tahoma,Arial;
	padding: 4px;
	margin-bottom: 6px;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
        font-family: Trebuchet MS,Tahoma,Arial;
	font-size: 16px;
	font-weight: bold;

}

#blog_rightMenu {
	float: right;
	width: 20%;
	margin-left: 12px;
}

.blog_rightMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 4px;
	background: #f0f0ee;
}

.blog_rightMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

.blog_rightMenuContainer {
	border: 1px solid silver;
	margin-bottom: 12px;
}

#blog_leftData {
	float: left;
	width: 75%;
}

.blog_mostPopularLink,
.blog_mostPopularLink:HOVER,
.blog_mostPopularLink:VISITED,
.blog_mostRecentLink,
.blog_mostRecentLink:HOVER,
.blog_mostRecentLink:VISITED {
	display: block;
	margin: 0px 4px 6px 4px;
	color: #0000ff;
}

.leBlog_formRow {
	margin-bottom: 8px;
}

#leBlog_comment_field {
	width: 100%;
	height: 150px;
}

#leBlog_email_field {
	width: 250px;
}

#leBlog_submitCommentButton {
	margin-top: 6px;
	margin-bottom: 6px;
}
/* End Front End */




#blog_branding {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #023971;
        margin-bottom: 24px;
}

#blog_branding span {
	font-weight: bold;
	font-size: 20px;
}

#blog_postCount {
	float: right;
	font-weight: bold;
	margin-right: 34px;
	margin-bottom: 24px;
}

#blog_postCount span {
	font-size: 20px;
}

#blog_mainContent {}

#blog_leftMenu {
	float: left;
	width: 30%;
	margin-right: 12px;
}

.blog_leftMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_leftMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

#blog_newBlog,
#blog_newBlog:HOVER,
#blog_newBlog:VISITED {
	display: inline-block;
	margin: 0px 4px 12px 4px;
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
}

.blog_postSummary .blog_pictureItem { 
        display: none;
        float: left;
 }

#blog_branding img,
.blog_pictureItem img {
	border: none;
	float: left;
	margin-right: 4px;
}

.blog_pictureItemText {
        font-size: 12px;
	position: relative;
	top: 0px;
	padding-left: 54px;
	word-wrap: break-word;
        color: gray;
}

#blog_rightData {
	float: left;
	width: 66%;
}

#blog_commentsHeader,
.blog_commentsHeader {
	border: 1px solid silver;
	background: #f0f0ee;
	padding: 2px 4px;
	font-weight; bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_postSummary,
.blog_commentSummary {
	clear: both;
	margin-bottom: 24px;
	padding: 6px;
}

.blog_commentSummary {
	border: 1px solid silver;
}


.blog_rightMenuHeading a,
.blog_rightMenuHeading a:HOVER,
.blog_rightMenuHeading a:VISITED,
.blog_leftMenuHeading a,
.blog_leftMenuHeading a:HOVER,
.blog_leftMenuHeading a:VISITED,
.blog_postSummary a,
.blog_postSummary a:HOVER,
.blog_postSummary a:VISITED {

	text-decoration: underline;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
	text-decoration: none;
}

.blog_postTitle {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 6px;
}

.blog_postSummaryActions,
.blog_commentSummaryActions {
	float: right;
}

.blog_postSummaryActions a,
.blog_commentSummaryActions a {
	margin-left: 6px;
}

.blog_postSummaryText,
.blog_commentSummaryText {
	margin-top: 4px;
}

.blog_commentSummaryText {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px inset silver;
}

.blog_postReadMore a {}

/* Edit Create Post */
#blog_postPageHeader {
	font-weight: bold;
	font-size: 24px;
	margin-left: 12px;
	margin-bottom: 24px;
	padding-left: 30%;
}

.blog_formElement {
	margin-bottom: 12px;
}

.blog_formElement label {
	margin-bottom: 6px;
	display: inline-block;
	font-size: 14px;
}

.blog_formElement input {
	width: 100%;
}

#blog_postOptionInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}
.blog_postOptionElement {
	padding-bottom: 12px;
	margin-bottom: 12px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement {
	padding-bottom: 18px;
	margin-bottom: 18px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement select,
.blog_postPublishElement input {
	width: 100%;
}

.blog_formElement input,
.blog_postPublishElement input {
	padding-top: 2px;
	padding-bottom: 2px;
}

#blog_publishDateDate {
	margin-bottom: 8px;
}

#blog_postPublishInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}

#blog_postSubmitButton,
#blog_postCancelButton {
	width: 150px;
	background: #f0f0ee;
	padding: 8px 0px;
	text-align: center;
	text-decoration: none;
}

#blog_postSubmitButton:HOVER ,
#blog_postCancelButton:HOVER {
	background: #c2daf0;
}

#blog_postSubmitButton {
	float: right;
}

#blog_postCancelButton {
	float: left;
}

.blog_postRevision {
	font-weight: normal;
	font-size: 10px;
}
/* End Edit Create Post */

/* Status Elements */
.blog_blogInactive {
	background: #A8A8A8;
}

.blog_postInactive {
	color: #A8A8A8;
}
/* End Status Elements */



/* Page Navigation */
#blog_pageNavigation {
	margin: 0px 0px 12px 0px;
	color: #0000ff;
}

#blog_pageNavigation a,
#blog_pageNavigation a:HOVER,
#blog_pageNavigation a:VISITED {
	color: #0000ff;
	text-decoration: underline;
}

#blog_nextLink,
#blog_prevLink {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.blog_pageLink {
	display: inline-block;
	padding: 0px 1px;
	text-align: center;
}
/* End Page Navigation */

/* Form Display */
#blog_updateBlogButton,
#blog_updateBlogButton:HOVER,
#blog_updateBlogButton:VISITED {
	float: right;
	color: #0000ff;
}
/* End Form Display */

.blog_clear {
	clear: both;
}

.blog_floatRight {
	float: right;
}
.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

