/*  <Variable name="textcolor" description="Text Color"
             type="color" default="#333" value="#333333">
   <Variable name="linkcolor" description="Link Color"
             type="color" default="#58a" value="#5588aa">
   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#666" value="#666666">
   <Variable name="descriptioncolor" description="Blog Description Color"
             type="color" default="#999" value="#999999">
   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#c60" value="#cc6600">
   <Variable name="bordercolor" description="Border Color"
             type="color" default="#ccc" value="#cccccc">
   <Variable name="sidebarcolor" description="Sidebar Title Color"
             type="color" default="#999" value="#999999">
   <Variable name="sidebartextcolor" description="Sidebar Text Color"
             type="color" default="#666" value="#666666">
   <Variable name="visitedlinkcolor" description="Visited Link Color"
             type="color" default="#999" value="#999999">
   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
   <Variable name="headerfont" description="Sidebar Title Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
   <Variable name="pagetitlefont" description="Blog Title Font"
             type="font"
             default="normal normal 200% Georgia, Serif" value="normal normal 198% Georgia, Times, serif">
   <Variable name="descriptionfont" description="Blog Description Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="postfooterfont" description="Post Footer Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="startSide" description="Side where text starts in blog language"
             type="automatic" default="left" value="left">
   <Variable name="endSide" description="Side where text ends in blog language"
             type="automatic" default="right" value="right">
*/

#custom-doc {
    margin:auto;text-align:left;
    width: 660px;
    *width: 660px;
    min-width:660px;
}

body {
    margin: 0;
    padding: 0;
    font: normal normal 90% Georgia, serif;
    color: #333333;
    line-height: 1.6em;
}

a:link {
  color: #00cc00;
  text-decoration:none;
}

a:visited {
  color: #99cc99;
  text-decoration:none;
}

a:hover {
  color: #cc3399;
  text-decoration:underline;
}

a img {
  border-width:0;
}

h1 {
    font-size: 120%;
    color: #cc3399;    
}

h2 {
    margin:1.5em 0 .75em;
    font: normal normal 85% Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #999999;
}


#header-wrapper {
    width:660px;
    margin: 1em 0 1em 0;
    border: 1px solid #cccccc;
}

#header {
    margin: 5px;
    border: 1px solid #cccccc;
    text-align: center;
}

#header a {
  color: #666666;
  text-decoration:none;
}

#header-title {
    margin:5px 5px 0;
    padding:15px 20px .25em;
    font: normal normal 198% Georgia, Times, serif;
    line-height: 1.2em;
    letter-spacing: .2em;
    text-transform:uppercase;
    color: #666666;
}

#header-description {
    margin:0 5px 5px;
    padding:0 20px 15px;
    font: normal normal 78% Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
    color: #999999;
    letter-spacing:.2em;
    line-height: 1.4em;
    text-transform:uppercase;
}

.post {
    margin:.5em 0 1.5em;
    padding-bottom:1.5em; 
}

.post h1 {
    margin: .25em 0 0;
    padding: 0 0 4px;
    font-weight: normal;
    line-height: 1.4em;
}

.post-body {
    margin:0 0 .75em;
    line-height:1.6em; 
}

.sidebar { 
    color: #666666;
    line-height: 1.5em;
    font-size: 80%;
}

ul {
    list-style: none;
    margin: 0 0 0;
    padding: 0 0 0;
}

li {
    margin:0;
    padding:0 0 .25em 15px;
    padding: .25em;
    line-height: 1.5em;
}

