﻿/*
bowielax style sheet
*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	
	background: #FFFFFF url(images/img01a.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F6A63;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #492B21;
	letter-spacing: -1px;
	font-size: 2.3em;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #492B21;
}

p {
	background-position: left;
	margin-bottom: 1.2em;
	line-height: 140%;
	font-size: 15px;
}

ul {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 180%;
	font-size: 1.2em;
}

blockquote {
	float: right;
	width: 200px;
	margin-top: 20px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}


a {
	text-decoration: none;
	color: #AC021C;
}

a:hover {
	border: none;
	text-decoration: underline;
	color: #DD5C73;
}

img {
	border: none;
}

/* Header */

#header {
	position: relative;
	width: 760px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img08a.jpg);
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAE6D4;
}

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

#header a:hover {
	text-decoration: underline;
}

#logo {
	float: left;
	padding: 0 0 0 0;
}

#logo h1 {
	margin: 0;
	padding-top: 50px;
	font-size: 60px;
}

#logo h2 {
	margin: 0;
	font-size: 18px;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 114px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 4px 4px 18px;
	background: url(images/img03.gif) no-repeat left center;
	font-size: 18px;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 530px;
}

/* Post */

.post {
	padding: 40px 0 20px 0;
}

.post .date {
	margin: 0;
	font-size: .8em;
	color: #C0C0C0;
	padding-bottom: 5px;
}

.post .title {
	margin-top: 0;
}

.post .entry {
}

.post .meta {
	height: 30px;
	font-size: 1em;
}

.post .meta a {
	display: block;
	float: left;
	height: 24px;
	border: none;
}

.post .meta b {
	display: none;
}

.post .category {
	padding: 1px 40px;
	background: url(images/img08.gif) no-repeat;
}

.post .comments {
	padding: 1px 40px;
	background: url(images/img07.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding-top: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-top: 30px;
}

#sidebar li ul {
	padding-left: 15px;
}

#sidebar li li {
	padding: 0;
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	font-size: .75em;
}

#sidebar li h2 {
	margin-top: 0;
	font-size: 1.4em;
}

#sidebar li a {
}

/* Pictures */

.style1 {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 4px 10px 0px 0px;
}

.style2 {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 8px 0px 0px 10px;
}

.style3 {
	margin-left: 80px;
	list-style-image: url('images/img04.gif');
}

.style4 {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 8px 0px 0px 8px;
}

.style5 {
	border: 1px solid #CCC;
	padding: 4px;
	margin: 4px;
	float: left;
}


/* Footer */

#footer {
	clear: both;
	height: 170px;
	padding-top: 30px;
	background: #AC0A22 url(images/img05.gif) repeat-x;
	text-align: center;
}
#footer p {
	font-size: .9em;
	color: #DD5C73;
}

#footer a {
	border: none;
	color: #F29DAE;
}
