body,html {
      margin:0;
      padding:0;
      background-color: #999999;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: .9em;
}

body {

    }

code {
     font-size: 1em;
}


a {
      text-decoration: underline;
       }

#container {
	background-color: #FFFFFF;
	border: 1px solid orange;
        margin:0 auto;
        width:90%;
	}

#header {
	color: white;
	background-color: orange;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	height: 5em;
        padding: .5em;
	}

#header-img {
	display: none;
	}


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

#header h1 {
        font-size: 2em;
	font-weight: bolder;
        padding-bottom: 0em;
        margin-bottom: 0em;
	}

#header h2 {
        margin-top: 0em;
        padding-top: 0em;
        font-size: 1em;
	}

#main {
	padding: 1.5em;
        margin: .5em;
	background-color: white;
        float: left;
        width: 75%;
	}

#mainsplash {
	padding: 1.5em;
        margin: auto;
        margin-top: 2em;
	background-color: white;
	border: 1px solid orange;
        width: 75%;
	}

#footer {
      clear: both;
      text-align: center;
}

#sidebar {
        width: 15%;
	background-color: #FFFFFF;
	overflow: hidden;
        float:right;
        font-size: .8em;
        padding-right: 3em;
	}

#main p {
	margin-bottom: 1em;
	}

#main h1 {
	margin-bottom: 1em;
	}

#main h2 {
	margin-top: 1.5em;
        font-size: 1.2em;
	}

#main h3 {
	margin-bottom: 1em;
	}

#main p.posted {
	}

#main p.commentposted {
	}

#main p.postimage {
        text-align:center;
        }

p.center {
	text-align: center;
}

#sidebar h2 {
	font-size: x-small;
	text-transform: uppercase;
  	letter-spacing: .3em;
	}

#sidebar h3 {
	font-size: x-small;
        letter-spacing: .1 em;
	}

#sidebar li {
}

div.module {
	line-height: 150%;
	padding: .1em;
	margin-bottom: 1.5em;
	}

div.ads {
       margin-bottom: 1.5em;
}

ul.recent-entries {
      	padding-left: 0px;
	margin: 0px;
        }

ul.recent-entries li {
	text-align: left;
	line-height: 150%;
	margin-top: 1em;
	list-style-type: none;
       }

.photo {
	text-align: left;
	margin-bottom: 2em;
	}

.footertext {
	font-size: x-small;
	padding: .2em;
	margin-bottom: 1.5em;
	}

#powered {
	font-size: x-small;
	line-height: 150%;
	margin-top: 5em;
	}

#comment-data {
	float: left;
	width: 30%;
	padding-right: 1.5em;
	margin-right: 1.5em;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

img.typekeyicon {
        border-style:none;
        vertical-align:middle;
        }

div.comment {
          border-style: dotted;
          border-width: 0px 0px 1px 1px;
          padding: .5em;
          margin-top: 1em;
          }

img.button {
        border-style:none;
        }

pre {
       background: #dddddd;
       padding: .5em;
       border-style: solid;
       border-width: 1px;
       border-color: black;
       margin-left: 1em;
}

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