/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/img_22.gif) repeat-x;  
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #4c4c4c;
	}
acronym { 
	cursor: help; 
	border-bottom: 1px dashed #999; 
	}
a { 
	text-decoration: none; 
	color: #666; 
	border-bottom: 1px dashed #666; 
	}
a:hover { 
	border-bottom: 1px dashed #1ea2c1; 
	color: #1ea2c1; 
	}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 850px;
	background: #fff;
	border-left: 4px solid #eaf7ce;
	border-right: 4px solid #eaf7ce;
	border-bottom: 4px solid #eaf7ce;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
.rowcontainer {			/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	width: 100%;
	overflow: hidden;
	}
.halfcolumn { 
	float: left; 
	width: 45%;
	}
.thirdcolumn {
	float: left;
	width: 60%;
	}

.onethirdcolumn {
	float: left;
	width: 35%
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #eaf7ce url(img/header_right.png) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 1px solid #dce2ea;
	padding: 28px 30px;
	}	
#header h1 { 	
	margin: 0;
	color: #1ea2c1;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #3f3f3f;
	font-size: 1em;
	padding-left: 1px;
	cursor: default;
	}	
#top_desc h1{
	text-transform: uppercase;
	font-size: 9px;
	padding: 3px;
	font-weight: bold;
	margin: 0;
	}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #a5d23d; 
	border-top: 1px solid #fff;
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #3f3f3f;
	background-color: #a5d23d;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 8.5pt;
	float: left;
	}
#nav li a:hover { 
	background-color: #1ea2c1; 
	color: #fff;
	}
#nav li a.on { 
	background-color: #1ea2c1; 
	color: #fff; 
	}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 165px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	text-align: left;
	}
/*#sidebar div { 
	background: #fff url(img/para_bg.jpg) repeat-x; 
	}*/

#sidebar a { 
	text-decoration: none; 
	font-size: 8.5pt;
	color: #666; 
	border-bottom: 1px dashed #666; 
	}

#sidebar a:hover { 
	font-size: inherent;
	border-bottom: 1px dashed #c8533e; 
	color: #c8533e; 
	}
	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h1, #content h1 { 
	font-size: 1.1em; 
	color: #1ea2c1; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	/*border-top: 1px solid #ddd; */	
  padding: 10px;
	}
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 650px;
	position: relative;
	margin-left: 15px;
	line-height: 17px; 
	text-align: left; 
	word-spacing: 1px;	
	}	
#contentStore {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 auto;
	line-height: 17px; 
	text-align: justify; 
	word-spacing: 1px;
	text-align: center;
		
	}	

/*------------------------------------------------------------*
**  images
**------------------------------------------------------------*/
img {
	padding: 2px;
	border: 1px solid #bbb;
	margin: 0;
	}
.image_side {
	margin: 0pt 10px 10px 0pt;
	float: left;
	cursor: pointer;
	}
.google {
	padding: 3px;
	background: #fff;
	border:2px solid #eaf7ce;
	margin: 5px 0;
}
/*------------------------------------------------------------*
**  Blog
**------------------------------------------------------------*/
.blog_date {
	font-size: 75%;
	}
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }
  
  /* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #eaf7ce /*url(img/header_right.gif) no-repeat 100% 0*/;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #5d6051;
	font-size: 1em;
	padding: 10px;
	line-height: 18px;
	clear: both;
	}
	
#footer a { 
	text-decoration: none; 
	color: #5d6051; 
	border-bottom: 1px dashed #5d6051; 
	}
#footer a:hover { 
	border-bottom: 1px dashed #c8533e; 
	color: #c8533e; 
	}