/* misc */
* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style-type: none;
    font-family: frutiger, arial, verdana, sans-serif;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
    color: #000 ;
    line-height: 15px;
}
.date {
    background: #000;
    color: #fff;
    padding: 5px;
    font-variant: small-caps;
}
h2 {
    margin-top: 10px;
}
h2 a {
    color: #fff;
}
h2 span {
    background: #000;
    color: #fff;
    padding: 5px;
    line-height: 22px;
}
p {
    margin-bottom: 10px;
}
.invisible {
    display: none;
}
input {
	background: #f2f2f2;
}
textarea {
    /*border: 1px solid #000;*/
    background: #f2f2f2;
    width: 625px;
}
#respond * {
	color: #666;
}
#respond h3 {
	font-variant: small-caps;
	height: 30px;
	font-size: 14px;
	font-weight: normal;
}
#respond #submit {
	padding: 5px;
}



/* posts */
div.post {
    padding-bottom: 20px;
    border-bottom: 1px dotted #666;
    margin-bottom: 30px;
    width: 600px;
}
.entry {
    padding: 10px 0 10px 0;
    width: 600px;
}
.entry * {
    font-size: 13px;
    line-height: 18px;
}
.postmetadata *,
.postmetadata {
	font-size: 11px;
	color: #666;
}
.navigation {
	text-align: right;
	height: 25px;
	width: 620px;
}
.navigation a {
	color: #666;
}

/* Begin Typography & Colors */
#page {
	background-color: white;
	text-align: left;
	width: 900px;
	}



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	background: #f2f2f2 url('images/body.png');
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 900px;
	background: #fff url('images/background.gif') repeat-x;
	position: relative;
	}
#sidebar {
    position: absolute;
    top: 300px;
    left: 25px;
    width: 220px;
}
.widget_categories h2 {
    height: 20px;
}
#header {
	/*background-color: #73a0c5;*/
	height: 285px;
	width: 900px;
	position: relative;
	}
#header .description {
    position: absolute;
    left: 255px;
    top: 40px;
    width: 630px;
    height: 190px;
    color: #000;
    font-family: american typewriter, courier;
    font-size: 12px;
    font-weight: normal;
}
#header #menu {
    position: absolute;
    top: 245px;
    width: 900px;
    height: 40px;
    background: url('images/menu.gif') no-repeat;
}
#logo {
    position: absolute;
    left: 15px;
    top: 30px;
}
#menu ul {
    position: absolute;
    left: 255px;
    top: 0;
    padding-top: 12px;
}
#menu ul li {
    display: inline;
    padding-right: 10px;
}
#menu ul li a {
    color: #000;
}
#menu form {
    text-align: left;
    width: 245px;
    height: 20px;
    position: absolute;
    left: 25px;
    top: 0;
    padding: 10px 0 0 0;
    margin: 0;
}
#menu form input {
    width: 90px;
    
}
#menu form label {
    display: none;
}
#content {
	width: 635px;
	padding-left: 255px;
	padding-top: 30px;
}
#footer {
	text-align: center;
	padding: 20px;
	background: #fff url('images/footer.png') repeat-x;
	height: 145px;
	margin-top: 50px;
	position: relative;
}
#footer p {
	position: absolute;
	bottom: 15px;
	width: 100%;
}











