/*---------------------------------------------
	Reset (Props to Y! lib)
---------------------------------------------*/
body{
	/* ../images/normbg.gif */
	background: url(../images/normbg.gif) repeat 0 0;
	margin: 0 0 50px 0;
	color: #7e7e7e;
	font: .6em Georgia, Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	padding-bottom: 3px;
	color: #93867d;
}
a:hover {
	color: #ccc;
}
a img {
	border-width: 0;
}
h1 , h2 , h3 , h4 , h5 , h6 , p , form , ul , ol , li {
	margin:0;
	padding: 0;
}
p{
	margin-bottom:10px;
}
h2 , h4 {
	color: #4D4D4D;
	font-size: 2em;
	margin-bottom: -5px;
	font-weight: normal;
	letter-spacing: -2px;
}
h3 {
	color: #333;
	font-size: 1em;
	letter-spacing: -1px;
	margin-bottom:12px;
}
h4 {
	font-size: 1.7em;
	margin-top: 25px;
	margin-bottom: 5px;
}
h2 , h3 , h4 {
	text-transform: uppercase;
}
ul {
	list-style-type: none;
}







/*---------------------------------------------
	Basics
---------------------------------------------*/
ul#nav , div#main-image , div#short-nav , div#comments-title , div#comments , form , div#copyright {
	margin: auto;
	width: 816px;
}
div#about , div#main-image img {
	border: 8px solid #272727;
	background-color: #1f1c1a;
}







/*---------------------------------------------
	Head
---------------------------------------------*/
div#header {
	background: url(../images/headbg.gif) repeat 0 0;
	height: 113px;
}
ul#nav {
	background: url(../images/navback.gif) no-repeat 100% 0;
	height: 50px;
	text-transform: uppercase;
	padding: 16px 0 0 0; 
}
ul#nav li {
	float: left;
	background: url(../images/navitemdiv.gif) no-repeat 100% 50%;
	padding-right: 24px;
}







/*---------------------------------------------
	Body
---------------------------------------------*/
div#main-image {
	min-width: 942px;
	width: auto !important; width: 942px;
	min-height: 638px;
	height: auto !important: height: 639px;
	text-align: center;
	background: url(../images/bird.gif) no-repeat 50% 0;
}
div#short-nav {
	margin-top: 10px;
	margin-bottom: 80px;
	text-align: right;
	text-transform: uppercase;
}

/* 	About said image
---------------------------------------------*/
div#about {
	width: 800px;
margin: auto;
}
div#about:after , form:after {
	display: block;
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px/1px;
}
div#about-title {
	font-size: 2em;
	text-transform: uppercase;
	color: #403e3d;
	padding-top: 10px;
}
div#about-title , div#about-notes {
	padding-left: 13px;
}
div#about-notes {
	margin-top: 5px;
}
div#about-cat {
	float: right;

}
div#about-date {
	float: right;

}
div#about-cat , div#about-date {
	margin-top: 0px;
	background-color: #272727;
	padding: 5px 0 0 10px;
}

/* 	Comments?
---------------------------------------------*/
div#comments-title {
	background: url(../images/dots.gif) repeat-x 0 100%;
	text-align: right;
	text-transform: uppercase;
color: #403e3d;
font-size: 2em;
padding-top: 35px;
letter-spacing: -1px;
}
div#comments {
padding-top: 10px;
	background: url(../images/dots.gif) repeat-x 0 100%;
}
div#comments li {
padding-bottom: 10px;
}
form {
padding-top: 35px;
padding-bottom: 80px;
background: url(../images/dots.gif) repeat-x 0 100%;
}
div#form-left {
float: left;
width: 365px;
}
div#form-right {
float: left;
width: 365px;
}
input {
width: 160px;
margin: 0 10px 5px 0;
}
textarea {
width: 325px;
height: 100px;
}
textarea , input {
border: none;
background-color: #272727;
padding: 5px;
color: #585654;
font: 1em georgia;
}
input#add {
border: double 3px #000;
background-color: #6f655e;
color: #000;
width: 5em;
height: 3em;
clear: both;
margin-right: 150px;
margin-top: 40px;

}






/*---------------------------------------------
	Feet
---------------------------------------------*/
div#copyright {
padding-top: 10px;
padding-bottom: 50px;
text-indent: -80000em;
background: url(../images/copyright.gif) no-repeat 50% 10px;
}









