* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0px;
  padding: 0px;
  background: #ffffff none repeat scroll 0% 50%;
  font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 62.5%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #222222;
}
body a, body a:visited {
   color: #06c;
	  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
#page {
  width: 995px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  border-style: none none solid;
  border-bottom: 5px solid #bbb;
  background: #fff none repeat scroll 0% 50%;
  margin-right: auto;
  margin-left: auto;
  width: 995px;
  margin-top: 2px;
}
#header_right {
  padding: 51px 5px 2px 1px;
  float: right;
  width: 390px;
  text-align: right;
  font-size: 1.2em;
  color: #ffffff;
}
#header_left {
  padding: 10px 0px 14px 20px;
  float: left;
  width: 480px;
  text-align: left;
  font-size: 1.2em;
  color: #ffffff;
}
.description {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
}
#subscribe {
  text-align: right;
}
#wrapper {
  width: 100%;
}
#content {
  float: left;
  width: 500px;
  line-height: 1.6em;
  padding-left: 20px;
  padding-top: 20px;
}
#sidebar {
  float: right;
  width: 410px;
  margin-left: 0px;
  padding-top: 20px;
}
#footer {
  background: #eee;
  color: #888;
  width: 100%;
	  font-size: 10px;
  clear: both;
	 
}
#footer a, #footer a:hover, #footer a:visited {
  color:#06c;
  text-decoration: none;
}
#footer_left {
  padding: 10px 0 10px 20px;
  text-align: left;
  float: left;
  width: 480px;
  line-height: 1.6em;
}
#footer_right {
  padding: 10px 20px 10px 0;
  text-align: right;
  float: right;
  width: 390px;
  margin-left: 0px;
}
h1, h2, h3, h4 {
  font-family: Helvetica,Arial,Sans-Serif;
}
h1 {
  font-size: 3em;
  line-height: 1em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1em;
}
.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
  font-size: 16px;
  text-decoration: none;
	
 /* color: #990033;*/
   color: #222;
  margin-bottom: 10px;
  line-height: 1em;
}
.post {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 30px;
  text-align: justify;
}
.post p {
  margin: 5px 0px;
  padding: 5px 0px;
}
.post ul, .post ol {
  margin: 10px 0;
  padding-left: 40px;
}
.post li {
  padding: 2px 0;
}
.post img {
  border: 1px solid #666666;
}
.entry {
  margin-bottom: 10px;
  text-align: justify;
}
.entrytext .postmetadata {
  margin-top: 20px;
  text-align: justify;
}
.postmetadata {
  border-top: 1px solid #cccccc;
  padding-top: 2px;
  margin-bottom: 40px;
  text-align: right;
}
.postmetadata alt {
  border-top: 1px solid #cccccc;
  padding-top: 2px;
  margin-bottom: 40px;
  text-align: left;
}
.navigation {
  display: block;
  margin-bottom: 20px;
}
#nav {
  list-style-type: none;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 3.15em;
  height: 40px;
}
#nav a {
  margin: 0px;
  padding: 0 0 10px;
  width: 94px;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  display: block;
}
#nav a:hover {
  background: #000000 none repeat scroll 0% 50%;
}
#nav li {
  border-right: 1px solid #ffffff;
  margin: 0px;
  float: right;
  list-style-type: none;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
.pagetitle {
  font-size: 1.6em;
  margin-bottom: 20px;
}
blockquote {
  border-top: 1px solid #9db7ff;
  border-bottom: 1px solid #9db7ff;
  margin: 10px 0;
  padding: 5px 10px;
  background: #d7e1ff none repeat scroll 0% 50%;
}
code {
  border-top: 1px solid #9db7ff;
  border-bottom: 1px solid #9db7ff;
  margin: 10px 0;
  padding: 5px 10px;
  background: #d7e1ff none repeat scroll 0% 50%;
  font-family: 'Courier New',Courier,Fixed;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  display: block;
  overflow: auto;
  text-align: left;
}
a img {
  border:  none;
}
#sidebar ul {
  margin-bottom: 20px;
}
#sidebar a {
 /* color: #660033;*/
 color: #06c;
}
#sidebar .sidebar_left ul h2 {
  padding-bottom: 10px;
  font-size: 14px;
}
#sidebar .sidebar_right ul h2 {
  padding-bottom: 10px;
  font-size: 14px;
}
#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: 1.6em;
  font-size: 12px;
}
#sidebar ul ul {
}
#sidebar .sidebar_left ul ul li {
  border-bottom: 1px solid #cccccc;
}
#sidebar .sidebar_right ul ul li {
  border-bottom: 1px solid #cccccc;
}
#sidebar a:hover {
}
#sidebar .sidebar_left {
  padding: 0 10px;
  width: 185px;
  float: left;
}
#sidebar .sidebar_right {
  padding: 0 10px;
  width: 185px;
  float: right;
}
#comments {
  border-bottom: 1px dashed #cccccc;
  font-size: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#respond {
  font-size: 1.6em;
  margin-bottom: 5px;
}
ol.commentlist {
  list-style-type: none;
  font-size: 1.2em;
}
ol.commentlist li {
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
ol.commentlist li.alt {
  border-bottom: 2px dotted #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#comment_title {
  margin-bottom: 5px;
}
#commentform {
  margin-bottom: 20px;
}
#commentform p {
  margin-bottom: 10px;
}
#commentform textarea {
  border: 1px solid #cccccc;
  padding: 2px;
  width: 99%;
  font-size: 12px;
  background-color: #ffffff;
}
#search {
  margin-bottom: 20px;
  text-align: right;
}
#searchform {
  margin-bottom: 20px;
}
#searchform input {
  background: #ffffff none repeat scroll 0% 50%;
  width: 180px;
}
#wp-calendar {
  width: 180px;
  text-align: left;
  margin-top: 5px;
}
#wp-calendar th {
  margin-top: 5px;
}
#wp-calendar caption {
  font-size: 1.2em;
  margin-top: 5px;
}
hr {
  display: none;
}
#adsense_singlepost_top_square {
  float: left;
  margin-right: 10px;
}
#adsense_singlepost_bottom_square {
}
#adsense_singlepost_top_banner {
  margin-bottom: 5px;
}
#adsense_singlepost_bottom_banner {
  margin-bottom: 30px;
}
#adsense_homepage_linkunit {
  margin-bottom: 30px;
}
#adsense_homepage_banner {
  margin-bottom: 30px;
}
#ads {
  position: static;
  float: left;
  margin-right: auto;
  margin-top: 10px;
  margin-left: 7px;
}
#content-page {
  float: right;
  width: 761px;
  position: relative;
}
#instruc {
 width: 500px;
   /*background: #c2e;*/
  margin-top: 20px;
}
#desc {
 width: 500px;
 /* background: #a5e;*/
  margin-top: 20px;
}
