/* Style Sheet */
H1      {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	     min-height: 30px; font-size: 140%; font-weight: bold; height: 20px; text-align: center;}
H2      {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
         font-size: 100%; font-weight: bold; }
NORMAL  {font-size: 100%;}
SMALL   {font-size: 70%;}
STRONG  {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
         font-weight: bold;}
CAPTION {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
         font-size: 65%;}
EM    {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
         font-size: 65%;}
HR   { color: #eeeeee; }
a:link { color: #eeeeee } /* for unvisited links */
a:visited { color: #eeeeee } /* for visited links */
a:active { color: #eeeeee } /* when link is clicked */
a:hover { color: #eeeeee } /* when mouse is over link */

@media all {
  body {
    background: #202020; 
    font:x-small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background-image: url('../Images/Background_1024.png');
    background-repeat: no-repeat;
    background-position: top left;
    text-align:left;
    font-size: small;
    color: #ffffff;
  }
  #linkline {
    background-image: url('../Images/Line.png');
    background-repeat: no-repeat;
    background-position: top left;
  }
  #menu {
    display: inline;
    background: #202020; 
    background-image: url('../Images/Line.png');
    background-repeat: no-repeat;
    background-position: top left;
  }
  #content {
  	display: table;
    min-width:800px;
    min-height: 800px;
    height: 800px;
    margin:15px 20px 20px 20px;
    text-align:left;
    }
  #main {
  	display: table;
    width:550px;
    padding:0px 0px 20px 220px;
    float:right;
    }
  #teaser {
  	display: table;
    width:200px;
    padding:0px 20px 20px 0px;
    float:left;
    }
  #sidebar {
    padding:0px 0px 20px 220px;
    }
  #footer {
    width:100%;
    padding:0px 20px 10px 0px;
	margin-top: 30px;
	text-align: right;
	font-size: 50%;
    float:none;
	}  
  }
@media print {
  body {
    background:#ffffff;
    font:x-small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    font-size: small;
  }
  #sidebar {display: none;}
  }
@media handheld {
  body {
    background: #202020; 
    font:x-small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    font-size/* */:/**/small;
    font-size: /**/small;
  }
  #linkline {
  }
  #menu {
    display: inline;
    background: #202020; 
    background-image: url('../Images/Line.png');
    background-repeat: no-repeat;
    background-position: top left;
  }
  #content {
    width:90%;
    }
  #main {
    width:100%;
    padding:40px 10px 10px 10px;
    float:none;
    }
  #sidebar {
    width:100%;
    padding: 0px 10px 20px 10px;
    float:none;
    }
  #footer {
    padding: 0px 10px 20px 10px;
    float:none;
    width:100%;
	margin-top: 30px;
	text-align: center;
	font-size: 50%;
	}  
  }

#header {
    min-height: 60px;
  	color: #eeeeee;
	font-size: 70%;
    text-align: center;
    }

#sidebar img {
    float: left;
    margin:0 10px 5px 0;
    }

#centerl {
	width : 45%; 
	float : left; 
	padding-right: 8px;
}

#centerr {
	width : 45%; 
	float : right; 
	padding-left: 8px;
	padding-right: 8px;
}

/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#008DC4;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  /*color:#ccc;*/
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
/* 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;
  }
/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0px 1.5em 10px;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0px .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

.sidebar-title {
  padding: 10px;
  }
  
/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  /*color:#c60;*/
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  /*color:#ccc;*/
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Thesis Sans", "Myriad Pro", "Lucida sans", 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 "Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0px 1.5em 10px;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 10px .25em 15px;
  /*text-indent:-15px;*/
  line-height:1.5em;
  }
/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

.sidebar-title {
  padding: 10px;
  }
  
/* Menu
*/

#menu {
        width: 150px;
        margin-top: 10px;
        }

#menu li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }


#menu li a:link, #menu li a:visited {
        color: #E5E8D4;
        display: block;
        padding: 8px 0 0 10px;
        }

#menu li a:hover, #menu li #current {
        color: #725033;
        padding: 8px 0 0 10px;
        }

#menu li a:active {
        color: #fff;
        padding: 8px 0 0 10px;
        }
  