/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET, BEGIN STYLE -------------------- */

a {
	text-decoration: underline;
}

a:link {
	color: #ffbbaf;
	text-decoration: none;
}

a:visited {
	color: #ffbbaf;
	text-decoration: none;
}

a:active {
	color: #ffbbaf;
	text-decoration: none;
}

a:hover {
	color: #5C453A;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

body {
	background: url(images/bg2.gif) repeat;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

/* HEADER ---------------------- */

#mini-nav { 
    width: 20px;
    float: left;
    margin: 0px;
    top: 10px;
    right: 3px;
    position: fixed;
    padding: 0;
}

#mini-nav a {
    border: none;
}

#mini-nav img {
    margin: 1px;
    border: none;
}

#headimg {
	background: url(images/header.png) no-repeat top left;
	margin: 8px auto 0 auto;
	width: 700px;
	height: 250px;
}

#headnav {
	background: url(images/mainback.png) top center repeat-y;
	margin: 0 auto;
	width: 700px;
	height: 20px;
}

#headnav p {
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 7pt;
}

#headnav ul {
	margin: 0 0 0 15px;
	float: left;
}

#headnav ul li {
	float: left;
}

#headnav ul li a {
	border-right: 1px solid #333;
	padding: 0 10px;
	color: #5C453A;
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
}

#headnav ul li a:hover {
	color: #5C453A;
	text-decoration: underline;
}

#headnav ul li a.nobo {
	border: none;
}

#dangohouse {
	border: none;
	float:left;
	display: block;
        margin: 5px 0 0 10px;
}

/* MAIN CONTENT ------------------ */

#mainwrap {
	background: url(images/mainback.png) top center repeat-y;
	margin: 0 auto 0 auto;
	width: 700px;
}

#left {
	float: left;
	background: transparent;
	padding: 20px 0 0 0;
	width: 500px;
}

#left .post {
	margin: 40px 15px 0 15px;
}



#left .post h3 {
	margin: 0 0 0px 0;
	border-left: 5px solid #6a3200;
	line-height: 170%;
	color: #666;
	font-size: 7pt;
	text-align: left;
	padding-left: 10px;
}

#left .post h2 {
	margin: 0 0 0px 0;
	border-left: 5px solid #f9bbb0;
	line-height: 170%;
	color: #666;
	font-size: 8pt;
	text-align: left;
	padding-left: 10px;
}


#left .post p {
	margin: 0 0 10px 0;
	color: #333;
	font-size: 7pt;
	line-height: 14px;
	text-align: left;
}

#left .post img {
	margin: 0px;
	padding-top: 15px
}

#left .post h4 {
	border-top: 1px solid #999;
	padding: 5px 0 0 0;
	color: #999;
	font-size: 7pt;
	font-weight: normal;
	text-align: right;
}

#right {
	margin: 0 0 0 15px;
	padding: 15px 0 0 0;
	background: transparent;
	width: 200px;
	text-align: left;
	float: left;
}

#right #sidebar #s {
	border: 1px solid #aaa;
	background: transparent;
	padding: 3px;
	font-size: 7pt;
}

#right #sidebar #searchsubmit {
	border: 1px solid #aaa;
	background: transparent;
	margin: 0 0 0 0;
	padding: 2px;
	width: 40px;
	font-size: 7pt;
}

#right #sidebar li {
	margin: 10px 0 30px 0;
}

#right #sidebar li h3 {
	margin: 0 0 10px 0;
	font-size: 7pt;
	font-weight: normal;
}

#right #sidebar li ul {
	margin: 15px 0 0 0;
	font-size: 7pt;
}

#right #sidebar li ul li {
	margin: 5px 0;
}

#right #sidebar li ul li a {
	font-size: 7pt;
}

/* ARCHIVES -------------------------- */

.archives {
	text-align: left;
	padding: 20px;
	font-size: 7pt;
}

.archives h1 {
	margin-bottom: 20px;
}

.archives input {
	font-size: 7pt;
}

.archives h2 {
	margin: 10px 0;
}

.archives ul {
	margin-left: 10px;
}

.archives ul li {
	margin-top: 5px;
}

/* COMMENTS -------------------------- */

#left .comments-template {
	margin: 30px 5px 20px 10px;
	text-align: left;
}

#left .comments-template #comments {
	color: #333;
	font-size: 7pt;
	font-weight: normal;
}

#left .comments-template #respond {
	margin: 50px 0 10px 0;
	color: #333;
	font-size: 7pt;
	font-weight: normal;
}

#left .comments-template .commentlist {
	margin: 20px 0 0 10px;
}

#left .comments-template .commentlist li .commentmetadata {
	font-size: 7pt;
}

#left .comments-template .commentlist li p {
	border: 1px solid #e0e0e0;
	background: #f7f7f7;
	margin: 14px 5px 20px 5px;
	padding: 5px 7px 5px 7px;
	font-size: 7pt;
	line-height: 15px;
}

#left #commentform p {
	font-size: 7pt;
	margin: 10px 0 0 0;
}

#left #commentform label {
	font-size: 7pt;
}

.navigation {
font-size: 8pt;
}

/* FOOTER --------------------------- */

#footer {
	background: url(images/footer.png) top center repeat-y;
	margin: 0 auto 0 auto;
	width: 700px;
}

#footer ul li {
	float: right;
}

#footer a {
	padding: 10px;
	color: #efefef;
	font-size: 7pt;
}

#footer2 {
	background: url(images/footer2.png) top center no-repeat;
	margin: 0 auto 8px auto;
	width: 700px;
	height: 18px;
}

