/*  
Theme Name: JCtei
Author URI: http://blog.jc-tei.com/ 
Version: 1.0
Author: JCtei
Description: JCtei Blog Themes

The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

html, body { margin: 0; padding: 0; }
body { 
  background: url(images/body-bg.gif) top left repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}
body * {margin: 0px; padding: 0px;}
p, ul, ol, blockquote {color: #959595;}
ol, ul {
  margin: 5px 35px;
}
blockquote {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid #142d50;
}
#container {
  text-align: left;
  margin: 0px auto;
  width: 900px;
  padding: 0px;
}
#blogheader .logo {
  background: url(images/jctei-logo.png) no-repeat left;
  padding: 20px 0px 0px 0px;
}
#blogheader .title {
  padding: 20px 60px;
  font-family: Arial, Times New Roman, Sans-Serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#blogheader .title a {
  font-family: Arial, Times New Roman, Sans-Serif;
  font-weight: normal;
  font-size: 23pt;
  color: #142d50;
  letter-spacing: -1px;
  text-decoration: none;
}
#blogheader .title a:hover {
  color: #99CCFF;
}
#blogheader .description {
  font-family: Arial, Times New Roman, Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  color: #0064B6;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}
#menu { 
  color: #0099CC;
  font-size: 13px;
  font-family: Arial, Times New Roman, Sans-Serif;
  font-weight: bold;
  text-align: right;
  padding: 20px 0px 10px 0px;
}
#menu li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px 10px;
}
#menu li.home {
  background: url(images/home-icon.gif) no-repeat left;
}
#menu li.page_item {
  background: url(images/about-icon.gif) no-repeat left;
}
#menu li.feed {
  background: url(images/feed-icon.gif) no-repeat left;
}
#menu li.links {
  background: url(images/links-icon.gif) no-repeat left;
}
#menu ul {
  margin: 0px;
  padding: 0px;
}
#menu ul li a {
  color: #333333;
  padding: 0px 10px;
  margin: 0px;
  text-decoration: none;
}
#menu ul li a:hover {
  color: #99CCFF;
  text-decoration: none;
}
#r_sidebar {
  float: right;
  border: 0px solid black;
  width: 200px;
  margin: 0px 0px 15px 0px;
}
#r_sidebar h1, #r_sidebar h2, #r_sidebar h3 {
  font-size: 14px;
  color: #666666;
  font-family: Arial, Times New Roman, Sans-Serif;
  padding: 0px 10px;
  margin: 20px 0px 10px 0px;
  font-weight: bold;
  border-left: 5px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#r_sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#r_sidebar ul li {

}
#r_sidebar ul li ul {
  padding: 0px 0px 0px 7px;
}
#r_sidebar ul li a {
  color: #959595;
  text-decoration: none;
}
#r_sidebar ul li a:hover {
  color: #666666;
  text-decoration: underline;
}
#content {
  float: left;
  width: 655px;
  border: 0px solid black;
  padding: 0px 20px 20px 20px;
}
#content a {
  color: #0099CC;
  text-decoration: none;
}
#content h1, #content h1 a, #content h2, #content h2 a, #content h3, #content h3 a {
  color: #950095;
  font-size: 22px;
  text-decoration: none;
  font-family: Arial, Times New Roman, Sans-Serif;
  font-weight: normal;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
#content h2, #content h2 a {
  font-size: 25px;
}
#content h2 {
  border-bottom: 1px dotted #999999;
}
#content h3, #content h3 a {
  font-size: 20px;
}
#content a:hover {
  color: #CCCCFF;
}
#content p {
  color: #000000;
  font-size: 11pt;
  padding: 5px 0px;
   line-height: 150%;
}
#content ol, #content ul {
  color: #000000;
  font-size: 11pt;
  padding: 5px 0px;
   line-height: 150%;
}
#content pre {
  color: #000000;
  font-size: 11pt;
  padding: 5px 0px;
  line-height: 100%;
}
.comments {
  padding: 8px;
}
.comments * {
  font-size: 13px;
}
.comments h3 {
  font-family: Arial, Times New Roman, Sans-Serif;
  margin-bottom: 10px;
  font-size: 15px;
}
.comments .commentlist {
  padding: 0px;
  margin: 0px;
}
.comments .commentlist {
}
.comments .commentlist div {
  margin: 5px 0px 5px 0px;
  padding: 10px;
  background: #FFFFFF;
  width: 518px;
  overflow: hidden;
  border-bottom: 1px dotted #142d50;
}
.comments .commentlist .alt {

}
#footer {
  border-top: 8px solid #142d50;
  margin: 15px 0px 5px 0px;
  padding: 20px;
  clear: both;
}
#footer a {
  color: #999999;
  text-decoration: underline;
}
#footer a:hover {
  color: #0000000;
  text-decoration: none;
}

/** l_sidebar setting **/
/*
#l_sidebar {
  border: 0px solid black;
  width: 200px;
  margin: 0px 0px 15px 0px;
  float: left;
  display: inline;
}
#l_sidebar h1, #l_sidebar h2, #l_sidebar h3 {
  font-size: 14px;
  color: #666666;
  font-family: Arial, Times New Roman, Sans-Serif;
  padding: 0px 10px;
  margin: 20px 0px 10px 0px;
  font-weight: bold;
  border-left: 5px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#l_sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#l_sidebar ul li {

}
#l_sidebar ul li ul {
  padding: 0px 0px 0px 7px;
}
#l_sidebar ul li a {
  color: #959595;
  text-decoration: none;
}
#l_sidebar ul li a:hover {
  color: #666666;
  text-decoration: underline;
}
#content {
  margin-left: 242px;
  margin-right: 0px;
  border: 0px solid black;
  padding: 0px 20px 20px 20px;
}
#footer {
  margin: 15px 0px 5px 0px;
  padding: 20px;
  border-top: 8px solid #142d50;
  clear: left;
}
*/
