* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

img {
	border: 2px solid #FFF;
}


#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 45px 0 0 40px;
	font-size: 1.8em;
	
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(images/img04.jpg) no-repeat;
}

#content {
	float: left;
	width: 605px;
}

#content.wadv {
	width: 900px;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
}

.post h1 {
	letter-spacing: -1px;
	font-size: 2em;
	border-bottom: 1px solid #454545;
}


.post .title a {
	text-decoration: none;
}


.post .entry {
	padding: 0 20px;
}

.post .entry .gal {
	width: 550px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}

.post .entry .gal a {
	text-align: center;
	padding: 10px 30px;
}

.post .entry .gal a img {
	border: 2px solid #FFF;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

.post .meta .comments {
	float: right;
}

#sidebar {
	float: right;
	width: 295px;
}

#sidebar ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 6px 0;
	list-style-type: none;
	line-height: 13px;
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style-type: none; 
	font-size: 0.9em;
}

#sidebar b {
	height: 50px;
	padding: 13px 20px 0 20px;
	font-size: 1.6em;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

#sub {
	width:100%;
	font-size: 1.1em;
	float: left;
	text-align: left;
	padding: 30px 0 0 0;
}

#sub ul {       
	width:910px;
	text-align: left;
	font-size: 0.9em;
	list-style-type:none; 
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 0px;
}

#sub li {
	display: block;
	float: left;
	width: 280px;
	margin: 5px;
	padding: 5px;
	text-align: left;
	line-height: 1.1em;
	font-size: 0.9em;
}

#sub li a {
	border-bottom: none;
}