* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    border: 0px;
}

body {
    font-family: georgia, serif;
    font-size: 14px;
    line-height: 19px;
    color: #444;
    background: white url(images/black120.gif) repeat-x;
}

#page {
    width: 750px;
    margin: auto;
}

#header {
	background: black;
	height: 120px;
}

#sitetitle {
	float: left;
    padding-top: 20px;
}

#sitetitle h1 {
    text-decoration: none;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    display: block;
    letter-spacing: -.05em;
}

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

#sitetitle h1 a:hover {
    text-decoration: none;
    background: magenta;
}

#search {
    float: left;
    padding-left: 30px;
    margin-top:45px;
}

#searchform #s {
    border: 0px;
    height: 21px;
    width: 100px;
    font-size: 15px;
    color: black;
    padding: 3px;
}

.searchformbutton {
    cursor: pointer;
    border:outset 0px;
    background: transparent;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    display: block;
    letter-spacing: -.05em;   
    float: right;
}

.searchformbutton:hover {
	background: magenta;
}

#mainmenu {
	float: left;
	padding-left: 30px;
	margin-top: 40px;
}

#mainmenu ul {
	text-decoration: none;
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -.05em;
}

#mainmenu ul li {
	display: inline;
	height: 35px;
	line-height: 35px;
}

#mainmenu ul li a {
	color: white;
	float: left;
	text-transform: uppercase;
	padding: 0px 10px 0 10px;
}

#mainmenu ul li a:hover{
	background: magenta;
	color: white;
	text-decoration: none;
}

.entry {
	width: 700px;
	padding: 10px 0px 10px 0px;
	background: #fff;
	border: 0px;
	margin-bottom: 10px;
}

.entry h2 {
    text-decoration: none;
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    letter-spacing: -.05em;
    margin: 25px 0px 0px 0px;
}

.entry h3 {
    text-decoration: none;
    color: white;
    background: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    letter-spacing: -.05em;
    padding: 5px;
}

.entry h4 {
    text-decoration: none;
    color: white;
    background: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    letter-spacing: -.05em;
    margin: 30px 0px 20px 0px;
    padding: 5px;
}

.entry h5 {
    text-decoration: none;
    color: black;
    background: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    display: block;
    letter-spacing: -.05em;
    margin: 20px 0px 10px 0px;
}

.entry h2 a {
	color: black;
	text-decoration: none;
}

.entry h2 a:hover {
	text-decoration: none;
	background: cyan;
}

.entry a {
	color: black;
    text-decoration: underline;
}

.entry a:hover {
	color: black;
    text-decoration: underline;
    background: yellow;
}

.entry p {
    padding: 5px 0px 5px 0px;
}

img.centered {
    display: block;
    margin: auto;
}

img.alignright {
    margin: 0px 0px 15px 15px;
    float: left;
}

img.alignleft {
    margin: 0px 15px 15px 0px;
    float: left;
}

.entrydetails {
	font-size: 14px;
	font-style: italic;
	height: 20px;
	padding: 5px 0px 15px 0px;
}

.postmetadata {
	padding: 5px;
	background: cyan;
}
.commentformauthorname {
    font-style: italic;
    padding-bottom: 10px;
}
.commentauthor {
    color: black;
}

#commentsmallprint {
	padding-top: 20px;
	width: 500px;
}

#commentblock {
    padding: 40px 0px 40px 0px;
}
	
#commentform p {
	padding: 20px 0px 0px 0px;
}

#commentform #author {
	border: 1px solid #333;
	height: 21px;
	width: 200px;
	font-size: 15px;
	color: #444;
	padding: 3px;
}

#commentform #email {
	border: 1px solid #333;
	height: 21px;
	width: 200px;
	font-size: 15px;
	color: #444;
	padding: 3px;
}

#commentform #url {
	border: 1px solid #333;
	height: 21px;
	width: 200px;
	font-size: 15px;
	color: #444;
	padding: 3px;
}

#commentform #comment {
	border: 1px solid #333;
	height: 200px;
	width: 500px;
	font-size: 15px;
	color: #444;
	padding: 3px;
}

#commentform label {
	padding: 0px 0px 0px 15px;
}

.commenttext {
	font-size: 14px;
	padding: 0px 0px 20px 0px;
}

.commentformbutton {
    cursor: pointer;
    border: outset 1px;
    background: transparent;
    color: black;
    padding: 0px 10px 0px 10px;
    margin: 0px 10px 50px 0px;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    display: block;
    letter-spacing: -.05em;
    float: left;
}

.commentformbutton:hover {
    background: magenta;
}

#pingbacks {
    margin: 0px 0px 20px 0px;
}

pre {
    color: black;
    font-size: 13px;
    padding: 10px 0px 10px 0px;
}

code {
    color: cyan;
    font-size: 13px;
    color: #000;
    text-align: center;
}

.wp-tag-cloud {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    letter-spacing: -.05em;
    padding: 50px 0px 0px 0px;
	margin: auto;
    width: 500px;
    height: 300px;
    list-style: none;
}

.wp-tag-cloud li {
	display: inline;
	height: 50px;
	line-height: 50px;
}

.wp-tag-cloud a {
	color: black;
	float: left;
	padding: 0px 10px 0px 10px;
}

.wp-tag-cloud a:hover {
	background: yellow;
	color: black;
	text-decoration: none;
}

#footer {
	background: black;
	height: 120px;
	font-size: 14px;
	width: 100%;
	margin: auto;
}

#footercontent { width: 750px;
    margin: auto;
    padding-top: 25px;
    font-weight: normal;
    background: black;
}

#footercontent a {
	color: #ccc;
	border: 0px;
	text-decoration: underline;
}

#footercontent a:hover {
	color : white;
	background: magenta;
	text-decoration: none;
}

#footercontent ul {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 20px;
    display: block;
    letter-spacing: -.05em;
	margin: 0px;
	background: black;
	color: #ccc;
}

.footer-cmyken-c {
    color: cyan;
}
.footer-cmyken-m {
    color: magenta;
}
.footer-cmyken-y {
    color: yellow;
}

.more-link {
    cursor: pointer;
    background: transparent;
    margin: 15px 0px 0px 0px;
    color: red;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -.05em;   
    float: left;
    text-transform: uppercase;
}

.older-newer a {
	color: black;
	text-decoration: underline;
    margin: 10px 25px 10px 0px;
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -.05em;   
    float: right;
    text-transform: uppercase;
}

.older-newer a:hover {
    background: magenta;
}

.clear {
    clear: both;
}

.entry-twitter {
    width: 680px;
    padding: 6px 6px 6px 6px;
    background: #eee;
    border: 0px;
    margin: 25px 0px 0px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px cyan solid;
}

img.twitterlogo {
    margin: 1px 8px 3px 3px;
    float: left;
    border: 0px;
}

.twitter-timestamp {
    font-style: italic;
}

.entry-twitter a {
    color: black;
    text-decoration: underline;
}

.entry-twitter a:hover {
    color: black;
    text-decoration: underline;
    background: yellow;
}

img#wpstats{display:none}

.clear
{
     clear: both;
     display: block;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

