/* CSS Document */

body {
	margin: 0;
	background:#e7e7e7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #404041;
}


h1 { 
	font-size: 13px;
}

h2 { 
	font-size: 12px;
}

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

td.content { 
	background:url(images/beautyblog-background.gif) repeat-y;
}


/**********************************
		Left Column Styles
**********************************/

td.left-column { 
	vertical-align: top;
	color: #00a3ab;
}

.left-column a 		 { color: #00a3ab; text-decoration: underline; }
.left-column a:hover { color: #00a3ab; text-decoration: none; }


/**********************************
   Middle Column / Font Styles
**********************************/

td.middle-column { vertical-align: top; }

td.heading { 
	background:url(images/heading-background.gif) no-repeat center;
	color: #00a3ab;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
}

.green-text { color:#00a3ab; }

.green-text a 		{ color: #00a3ab; text-decoration: underline; }
.green-text a:hover { color: #00a3ab; text-decoration: none; }

div.date { font-size: 10px; font-style: italic; text-align: center; }


/**********************************
		Right Column Styles
**********************************/

td.right-column { 
	vertical-align: top;
	color:#00a3ab;
	line-height: 1.3;
	font-size: 12px;
	font-weight: bold;
}

.right-column a 		{ color:#00a3ab; text-decoration: none; font-size: 11px; font-weight: normal; } 
.right-column a:hover   { color:#00a3ab; text-decoration: underline; font-size: 11px; font-weight: normal; } 

.homepage-link a 		{ font-size: 12px; font-weight: bold; text-decoration: none; color:#404041; }
.homepage-link a:hover  { font-size: 12px; font-weight: bold; text-decoration: hover; color:404041; }

#right-content { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #404041;
	font-weight: normal;
}


/**********************************
		Footer Styles
**********************************/

td.footer { 
	background: url(images/footer-background.gif) no-repeat;
	height: 29px;
}

td.footer-text { 
	font-size: 10px;
	color: #FFFFFF;
}

.footer-text a 		 { text-decoration: none; color: #FFFFFF; }
.footer-text a:hover { text-decoration: underline; color: #FFFFFF; }

td.footer-bottom { 
	background:url(images/footer-bottom.gif) no-repeat;
	height: 14px;
	font-size: 9px;
	line-height:1;
	padding: 10px 3px 10px 3px;
}


/**********************************
		Leave Comments
**********************************/

div.comment {
	margin: 5px 0px 5px;
	padding: 5px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #f8f8f8;
}

.comment h1 { 
	margin-top: 0px;
	margin-bottom: 0px;
}

.comment h2 { 
	margin-top: 0px;
	font-size: 10px;
	color: #00a3ab;
}

span.errors { 
	line-height: 1.2;
	font-size: 11px;
	font-style: italic;
	color:#FF0000;
}

a.comments-link { 
	color: #00a3ab;
	text-decoration: none;
}

a.comments-link:hover { 
	color: #00a3ab;
	text-decoration: underline;
}

#leave-comment input { 
	margin: 4px 0px 4px; 
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: left;
	background:#FFFFFF!important;
	border: 1px solid #dfdfd9;
}

#leave-comment input.submit { 
	width: 120px;
}

#leave-comment textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 300px;
}

#leave-comment label {
	margin: 4px 0px 4px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}	

div.homepage-comment { 
	width: 370px;
	height: 17px;
	background:url(images/homepage-comments-bg.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	color: #404041;
	font-size: 10px;
	margin: 20px 0 30px;
}

.homepage-comment a 		{ text-decoration: none; }
.homepage-comment a:hover	{ text-decoration: underline; }
	
.spam-text { font-size: 10px; }


td.left-column div.homecomments { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #404041;
	margin: 0 5px 0 5px;
	display:block;
}

td.left-column div.homecomments a { 
	font-weight:bold;
	text-decoration:none;	
}

td.left-column div.homecomments a:hover { 
	text-decoration:underline;
}