/*
 * Ian's stylesheet to go with Movable Type V3.0 standard templates.
 */

/*
 * Styles for All Consuming sidebars.
 */
.ac_image     { margin-top: 5px; }
.ac_link      {}
.ac_image_tag {}
.ac_title     {}
.ac_author    {}
.ac_comment   {}
.ac_logo      { margin-bottom: 10px; }

/*
 * Page body
 */
body {
  margin: 0px 0px 20px 0px;
  background-color: #8FABBE;
  text-align: center;
}

a {
/*
  text-decoration: underline;
*/
  color: #996;
  text-decoration: none;
  font-weight:bold;
}

a:link {
/*
  color: #8FABBE;
*/
  color: #996;
  text-decoration: none;
}

a:visited {
/*
  color: #8FABBE;
*/
  color: #996;
  text-decoration: none;
}

a:active {
/*
  color: #8FABBE;
*/
  color: #9C6;
  text-decoration: underline;
}

a:hover {
/*
  color: #006699;
*/
  color: #9C6;
  text-decoration: underline;
}

h1, h2, h3 {
   margin: 0px;
   padding: 0px;
   font-weight: normal;
}

/*
 * The container is essentially all of a page.  It is horizontally
 * centered.
 */
#container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  width: 750px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

#banner {
/*
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  background-color: #999999;
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #FFFFFF;
  height: 39px;
*/
  font-family:verdana, arial, sans-serif;
  color:#FFF;
  font-size:x-large;
  font-weight:normal;
  border-bottom:1px dotted #FFF;
  border-top:3px solid #99CCFF;
  background:#336699;
  padding:15px; 
  text-transform:uppercase;
  letter-spacing: .2em; 		
}

a#banner-img {
  display: none;
}

#banner a {
  color: #FFFFFF;
  text-decoration: none;
}

/*
 * h1 in the banner is used for the blog title.
 */
#banner h1 {
/*
  font-size: xx-large;
*/
  font-size: x-large;
}

/*
 * h2 in the banner is used for the description.
 */
#banner h2 {
/*
  font-size: small;
*/
  color:#99CCFF;
  font-size:x-small;
  font-weight:bold;
  background:#336699;	
  text-transform:none;	
  letter-spacing: none; 		
}

#center {
  float: left;
  width: 550px;
  overflow: hidden;
}

/*
 * The content box is where most things go.
 */
.content {
/*
  padding: 15px 15px 5px 15px;
  background-color: #FFFFFF;
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
*/
  padding: 15px 15px 5px 15px;
  background-color: #FFFFFF;
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
}

#right {
  float: left;
  width: 200px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.content p {
/*
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  margin-bottom: 10px;
*/
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  line-height: 140%;
  text-align: left;
  margin-bottom: 10px;
}

code, tt {
  font-family: Courier New, Courier, monospace;
}

img.thumbnail {
  border: 0;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.content pre {
  font-family: Courier New, Courier, monospace;
  border: #777777 1px solid;
  padding: 0.5em;
  margin-left: 1em;
  margin-right: 2em;
  white-space: pre;
  background-color: #e6e6e6;
  color: black;
  line-height: 120%;
}

.content blockquote {
  line-height: 140%;
}

.content li {
  line-height: 150%;
}

/*
 * h1 in content is used for the page title.
 */
.content h1 {
  font-family: Verdana, Arial, sans-serif;
  color: #036;
  font-weight: normal;
  font-size: x-large;
}

/*
 * h2 in content is used for the entry date.
 */
.content h2 {
/*
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
*/
  font-family:georgia, verdana, arial, sans-serif; 
  font-size: small; 
  color: #666; 
  border:1px solid #999;
  padding:5px;
  margin-bottom:10px;
  font-weight:normal;
}

/*
 * h3 in content is used for the entry title.
 */
.content h3 {
/*
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
*/
  font-family: verdana, arial; 
  font-size: small; 
  color: #003366; 
  text-transform: uppercase;
  font-weight:bold;	
}

/*
 * h4 in content for section divisions
 */
.content h4 {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  line-height: 140%;
  text-align: left;
  margin-bottom: 10px;
}

/*
 * "posted by" paragraph.
 */
.content p.posted {
/*
  color: #999999;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  border-top: 1px solid #999999;
  text-align: left;
  margin-bottom: 25px;
  line-height: normal;
  padding: 3px;
*/
  font-family:verdana, arial, sans-serif; 
  font-size: x-small; 
  color: #003366;
  margin-bottom:15px; 
}

/*
 * "Continue reading" paragraph.
 */
.content p.extended {
  font-size: x-small;
}

.sidebar {
/*
  padding: 15px;
*/
  padding: 15px 15px 5px 15px;
  background-color: #FFFFFF;
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  border-left:1px dotted #999;
}

#calendar {
  line-height: 140%;
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  padding: 2px;
  text-align: center;
  margin-bottom: 30px;
}

#calendar table {
  padding: 2px;
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}

#calendar caption {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .3em;
}

#calendar th {
  text-align: center;
  font-weight: normal;
}

#calendar td {
  text-align: center;
}

/*
 * h2 in the sidebar is for section titles.
 */
.sidebar h2 {
/*
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .3em;
*/
  font-family:verdana, arial, sans-serif;
  color:#666;
  font-size:x-small;
  font-weight:bold;
  background:#EEE;
  line-height:140%;
  padding:2px;
  margin-top: 0px;
  margin-bottom:5px;
  text-align:center;
  text-transform:uppercase;
  letter-spacing: .2em;  					
}

/*
 * First level UL in the sidebar.
 */
.sidebar ul {
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 30px;
}

/*
 * First level list entry in the sidebar.
 */
.sidebar li {
/*
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  line-height: 150%;
  margin-top: 10px;
  list-style-type: none;
*/
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  line-height: 140%;
  margin-top: 5px;
  list-style-type: none;
}

/*
 * Second level UL in the sidebar.
 */
.sidebar ul ul {
  padding-left: 10px;
  margin: 0px;
  margin-bottom: 0px;
}

.sidebar img {
  border: 3px solid #FFFFFF;
}

.photo {
  text-align: left;
  margin-bottom: 20px;
}

.link-note {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  padding: 2px;
  margin-bottom: 15px;
}

#powered {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  color: #666666;
  margin-top: 50px;
}

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
  width: 80%;
}

div.adsense-banner-bottom {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 0px;
}

div.adsense-banner-right {
  padding-left: 10px;
  padding-right: 0px;
  float: right;
}

/* END */

