/* Elements */

body {
	/*background: #000000 url(images/img1.gif) repeat-x left top; */
	margin: 0px;
	padding: 0px;
	background: #F9CBA4;
	text-align: justify;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #E97705;
	line-height: 20px;
}

h1 {
	margin-top: 1px;
}

h2, h3 {
	margin-top: 1px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img { border: 2px solid #FFFFFF; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

/* Header */

#header {
	width: 420px;
	height: 76px;
	background-color: #000000;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

#header h1 {
	margin: 1px;
	padding-top: 10px;
	font-size: 38px;
	letter-spacing: -1px;
	line-height: 0.8;
}

#header h2 {
	margin: 0px;
	padding-top: 8px;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Post */

.latest-post {
	padding: 0px 1em 1em 1em;
}

.latest-post h2 {
	font-size: 1.6em;
	color: #FFCC00;
}

.post {
	padding: 1em 2em 1em 1em;
}

.post h3 {
	border-bottom: 3px dashed #B5D6FF;
	background-position: top;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 12px;;
	color: #FFCC00;
}

.file * {
	color: #DDCB00;
}

/* Content */

#content {
	width: 420px;
	margin: 0px auto;
	background: #000000;
	padding: 0px 0px;
	height: auto;
	clip:  rect(   )
}

#colOne {
	float: right;
	width: 420px;
	color: #FFFFFF;
}

#colOne .search {
	width: 420px;
	background: url(images/img3.jpg) no-repeat;
	margin-bottom: 18px;
	padding-left: 5px;
	height: 65px;
}
/* Footer */


#footer p {
	margin: 0px;
	padding-top: 45px;
	text-align: center;
	valign: bottom;
	font-size: 10px;
}

#footer a {
	color: #4D2803;
}
