	/* layout */
  #page {
    background-color: white;
    border: 1px solid #959596;
    margin: 0 auto;
    text-align: left;
    max-width: 750px;
	}

	#sidebar {
    float: right;
    padding: 0px 0px 10px 10px;
    margin: 0px 10px 10px 15px;
    width: 190px;
    border-left: 1px dashed #aaa;
    overflow: hidden;
    white-space: nowrap;
	}
	
  #search-results {
    padding: 0 3px 0 3px;
  }

  p {
    margin-top:0px;
    padding-top:3px;
    padding-bottom:3px;
  }
	
  #content {
    padding: 10px 10px 10px 10px;
    margin: 0px 210px 0px 0px;
  }

  #title {
    padding: 20px;
    text-align: center;
  }

  #sitelogo {
    text-align: center;
  }
  
  .post {
    overflow: auto;
  }

  .postmetadata {
  text-align: center;
  }
	
  /* fonts and typographic */
  #footer {
    text-align: center;
    padding: 5px;
  }
  
  body {
    font-size: 11px;
    font-family: lucida grande, helvetica, arial, sans-serif;
    background-color: #dfdfdf;
    color: #333;
    text-align: center;
  }

  a[href]:link	{ color: #003366; text-decoration: none; }
  a[href]:visited	{ color: #224466; text-decoration: none; }
  a[href]:hover	{ color: #0033FF; text-decoration: underline;}
  a[href]:active	{ color: #0033FF;}



  .post a[href^="http:"] {  
      background: url("http://www.dasgenie.com/Graphics/Site/Link.gif") left center no-repeat; 
      padding-left: 9px; 
      margin-left:1px;
  }

  a.title1:link, a.title1:visited, a.title1:hover, a.title1:active  {
    font-family: "Minion","Times",Serif;
    font-size:25px;
    font-weight:normal;	
    color:#505050;
  }

  a.title2:link, a.title2:visited, a.title2:active {
    font-family: "Minion","Times",Serif;
    font-size: 48px;
    font-style: oblique;
    color:#C0A000;
    text-decoration:none;
  }
  a.title2:hover {
    text-decoration:underline;
  }

  .sidetitle {
    font-family: lucida grande, helvetica, arial, sans-serif;
    color:#C09000;
    font-size:small;
    font-weight:normal;
    padding:0px;
    margin-top:15px;
    letter-spacing: .2em;
    text-transform:uppercase;		
  }

  blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #666;
  color: #666;
  }
  
  blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

  hr {
    border-top: 1px dashed #999;
    height: 0px;
  }


	/* graphics */
	
	#page {
	   background-image: url(http://www.dasgenie.com/Graphics/Site/BackgroundPanther.png)
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/*	Begin Headers */

  h2 a[href]:link	{ color: #333; text-decoration: none; }
  h2 a[href]:visited	{ color: #333; text-decoration: none; }
  h2 a[href]:hover	{ color: #333; text-decoration: underline;}
  h2 a[href]:active	{ color: #333;}

h1 {
    font-size: 18px;
	padding-top: 10px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
    font-size: 16px;
	margin: 30px 0 0;
	margin-bottom: 5px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 5px 0 5px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Comments */

.commentlist a[href]:link	 { color: #003366; text-decoration: none; }
.commentlist a[href]:visited { color: #003366; text-decoration: none; }
.commentlist a[href]:hover	 { color: #003366; text-decoration: underline;}
.commentlist a[href]:active	 { color: #003366;}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	padding: 0;
    padding-top:3px;
    padding-bottom:3px;
	margin: 0;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.graybox {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	display: block;
	}


.trackbacklist {
        padding: 0;
        text-align: justify;
        }

.trackbacklist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist {
	padding: 0;
	margin: 0;
	text-align: left;
	}

.commentlist li {
	margin: 7px 0 7px 0;
	padding: 0px 5px 3px 0;
	list-style: none;
	}

.commentlist div {
	margin: 5px 5px 5px 0;
	padding: 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	}
/* End Comments */

/* Begin Form Elements */
#searchform {
	margin: 10px 0 0 0;
	padding: 5px 3px 0 0; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
#search-results {
  padding: 2px;
  }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */
