
body {
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 0px;
	background-color: #FFF;
  	max-width: 100%;
  	overflow-x: hidden;
}

a         { color: #336666; text-decoration: none; }
a:link    { color: #336666; text-decoration: none; }
a:visited { color: #336666; text-decoration: none; }
a:active  { color: #669999; }
a:hover   {color: #669999; }

#banner {
	width: 100%;
	font-family: verdana, arial, sans-serif;
	color: #CC9933;
	font-size: x-large;
	font-weight: bold;
	background: #FFF;
	padding-left: 30px;
	padding-top: 24px;
	padding-bottom: 8px;
	border-top: 14px solid #cacaca;
	border-bottom: 2px solid #cacaca;
}

#banner a, #banner a:link, #banner a:visited, #banner a:active, #banner a:hover {
	font-family:verdana, arial, sans-serif;
	font-size: xx-large;
	color: #CC9933;
	text-decoration: none;
}

.description {
	font-family:verdana, arial, sans-serif;
	color:#CCC;
	font-size: small;
	font-weight:bold;
	text-transform:none;
	letter-spacing: 0.6em;
}

#links {
	background:#FFF;
	color:#CCC;
	margin-top: 23px;
}

.blog {
	padding-left: 30px;
	padding-top: 15px;
	padding-right: 15px;
}

	.blogbody {
		font-family: verdana, arial, sans-serif !important;
		color: #555;
		/* font-size: smaller; */
		font-weight: normal;
  		background: #FFF;
  		/* line-height: 140%; */
  		border-bottom: 1px dotted #666;
  		padding: 10px;
	}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.blogcommentbody {
		background-color: #FFFFcc;
		font-family: verdana, arial, sans-serif;
		color: #555;
		font-size: smaller;
		font-weight: normal;
  		line-height: 140%;
  		padding: 10px;
		margin-left: 2em;
		margin-bottom: 1em;
	}

	.title, .title a {
		font-family: verdana, arial;
		font-size: 1em;
		color: #aaa;
		text-transform: uppercase;
		font-weight: bold !important;
		text-decoration: none !important;
		/* display: inline; */
	}

	h1 {
		font-size: larger !important;
		margin-bottom: 0.5em;
		margin-top: 0.5em;
	}

    h3.title {
        margin-bottom: 1em;
    }

    h4.title {
        margin-top: 2em;
        font-size: smaller !important;
    }

	#menu {
  		margin-bottom:10px;
		background:#FFF;
		/* font-size:small; */
		font-weight:bold;
		}

	.date	{
		font-family:verdana, arial, sans-serif;
		font-size: smaller;
		color: #888;
		font-weight:bold;
/*		text-transform:uppercase; */
		margin-top:10px;
		padding-bottom: 1px;
  		border-bottom:1px dotted #666;
		}

	.posted	{
		font-family:verdana, arial, sans-serif;
		color: #999;
	}

	.side {
		font-family:verdana, arial, sans-serif;
		#color:#CCC;
		color:#777;
		font-size: smaller;
		font-weight:normal;
/*  		background:#FFF; */
  		line-height:140%;
		}

	.sidetitle {
		font-family:verdana, arial, sans-serif;
		color:#999;
		font-size: smaller;
		font-weight:bold;
  		background:#FFF;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		border-bottom:1px dotted #666;
  		text-transform:uppercase;
		letter-spacing: .2em;
		}


.imgborder {
	border: 1px solid black;
	margin-right: 10px;
}

.side a {
	#text-transform: uppercase;
	font-weight: bold;
}

.side a:hover {
	text-decoration:underline;
}

#mainnav {
	background-color: #f0f0f0;
}
#mainnav a {
	text-transform: uppercase;
	font-size: larger;
	#font-variant: small-caps;
}

.side li {
	list-style-type: none;
	padding-bottom: 0.4em;
}

#tagcloud {
	padding-top: 20px;
	margin-bottom: -10px;
	text-align: center;
}

#tagcloud ul {
    padding-left: 0;
}

#tagcloud li {
    font-family:verdana, arial, sans-serif;
    list-style-type: none;
    display: inline;
    margin: 0.5em;
}

#tagcloud li a {
    text-decoration: none;
}

a.readmore {
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: smaller;
}

.pagination {
	/* text-align: center; */
    	font-family: verdana, arial, sans-serif;
    	color: #555;
    	font-weight: bold;
    	font-variant: small-caps;
}


blockquote, .code {
          margin-left: 2em;
          padding-left: 2em;
          border-left: 4px solid #999 ;
      }

blockquote {
	font-style: italic;
}

pre, tt {
          font-size: larger;
          color: #222;
      }
