/* Text formatting section				*/
/* ----------------------------------------------------	*/

a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #205A4B;
}

a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #79A399;
}

a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #205A4B;
}

a:visited:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #79A399;
}

.post a:link
{
	text-decoration: underline;
}

.post a:visited
{
	text-decoration: underline;
}

.footer_text
{
	color: #FFFFFF;
}

#title
{
	text-align: left;
	padding: 10px 0px 0px 0px;
	text-indent: 30px;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#title_desc
{
	text-align: left;
	padding: 0px 0px 0px 0px;
	text-indent: 40px;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
}

.links
{
	font-size: 13px;
}

.links desc
{
	background-color: #C9DBD9;
	margin: 8px;
	padding: 3px;
}

.links a
{
	border-bottom: 1px dashed #205A4B;
}

h4
{
	font-weight: bold;
	font-size: 15px;
	color: #205A4B;
	border-bottom: 1px dashed #205A4B;
}

/* basic formatting section				*/
/* ----------------------------------------------------	*/

body
{
	background: #BDD3CF;
	text-align: center;
	margin: 0px;
	padding: 0px 0px;
}

#head
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 60px;
	background: url(../images/logo_back.jpg) repeat-y;
}

img
{
	border: 0px;
}

/* outline design formatting				*/
/* ----------------------------------------------------	*/

#main
{

	font-family: Trebuchet MS;
	margin: 0 auto;
	width: 750px;
	background-color: #205A4B;
	border: 1px solid #205A4B;
}

#menu
{
	text-align: left;
	width: 750px;
	background-color: #8BB5AB;
	height: 50px;
}

#menu img
{
	margin: 5px 0px 0px 5px;
}

#menubar_left
{
	float: left;
	width: 20px;
	height: 50px;
	background-color: #79A399;
}

#menubar_right
{	
	float: right;
	margin: 0px;
	padding: 0px;
	width: 25%;
	height: 50px;
	background-color: #79A399;
}

#text_body
{
	min-height: 550px;
	padding: 5px;
	margin-left: 20px;
	margin-right: 187px;
	text-align: left;
	font-size: 13px;
	background-color: #E1EBEA;
}

#main_left
{
	float: left;
	width: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #B5C8C6;
}

#main_right
{
	float: right;
	width: 25%;
	margin: 0px;
	padding: 0px;
	background-color: #AAC0BD;
}

#main_body
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../images/column.jpg) repeat-y;
}

#main_body_bar
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 20px;
}

#side
{
	float: right;
	background: url(../images/rightbar.gif) top right repeat-y;
	width: 25%;
}

#footer
{
	clear: both;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #568479;
}

/* comment design formatting				*/
/* ----------------------------------------------------	*/

.comment_contain
{
	border: 1px solid #678984;
	margin: 0px 0px 6px 0px;
}

.comment_menu
{
	text-align: center;
	background-color: #C9DBD9;
	font-size: 12px;
	padding: 0px;
	border: 1px solid #F3F7F6;
}

.comment_head
{
	background: #AAC0BD url(../images/bullet_sm.jpg) no-repeat 4px 5px;
	text-indent: 11px;
	border-top: 1px solid #F3F7F6;
	border-left: 1px solid #F3F7F6;
	border-right: 1px solid #F3F7F6;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
}

.comment
{
	background-color: #C9DBD9;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #F3F7F6;
}

/* post design formatting				*/
/* ----------------------------------------------------	*/

.quotes {
  display: block;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  margin-top: 0;
}

.quotes:before {
  color: #B5C8C6;
  margin-left: -26px;
  display: block;
  height: 10px;
  content: open-quote;
  font-size: 45px;
}

.quotes:after {
  margin-top: -27px;
  color: #B5C8C6;
  margin-left: 487px;
  display: block;
  height: 0;
  content: close-quote;
  font-size: 45px;
}

.post_title
{
	background: url(../images/bullet.jpg) no-repeat 0px 4px;
	font-size: 13px;
	color: #205A4B;
	font-weight: bold;
	text-indent: 15px;
}

.post_img
{
   border: 0px;
   margin: 0px;
   padding: 0px;
   vertical-align: text-bottom;
}

.post_time
{
	width: 527px !important;
	width: 520px;	
	background-color: #ADC6BD;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	border: 1px solid #79A399;
	font-size: 11px;
}

.post
{
	margin: 0px 0px 14px 0px;
	padding: 3px;
	font-size: 13px;
	border-bottom: 1px dashed #BDD3CF;
}

img.left
{
	border: 1px solid #B5C8C5;
	margin: 3px 4px 3px 0px;
	padding: 2px;
	float: left;
}

img.center
{
	border: 1px solid #B5C8C5;
	margin: 3px 4px 3px 0px;
	padding: 2px;
	text-align: center;
}

img.right
{
	border: 1px solid #B5C8C5;
	margin: 3px 0 3px 4px;
	padding: 2px;
	float: right;
}

/* sidebar design formatting				*/
/* ----------------------------------------------------	*/

.sidebar
{
	width: 179px;
	border: 1px solid #79A399;
	margin: 3px;
}

#main_right .rss
{
	background: #ADC6BD url(../images/rss.gif) no-repeat 50px 2px;
	text-indent: 16px;
	margin: 0 0 0 0;
	width: 177px;
	font-size: 13px;
}

#main_right h2
{
	background-color: #ADC6BD;
	border-bottom: 1px solid #79A399;
	margin: 0;
	width: 177px;
	font-size: 13px;
}

#main_right h3
{
	text-align: left;
	text-indent: 12px;
	background: #AAC0BD url(../images/bullet_sm.jpg) no-repeat 3px 4px;
	border-bottom: 1px dashed #79A399;
	margin: 2px;
	width: 177px;
	font-size: 11px;
	font-weight: normal;
}

/* project design formatting				*/
/* ----------------------------------------------------	*/

.project {
	margin: 5px 0 5px 0;
	border-top: 1px dashed #79A399;
}

.projecthead {
	margin: 5px;
	padding: 0 0 0 3px;
	background: #B5C8C6;
}

.projecthead h1 {
	font-size: 16px;
}