/* CSS Document */

body {
	padding:0;
	margin:0;
	text-align:center;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	line-height: 1.5;
	font-size: 11px;
	}
n
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663;
	margin-left: 25px;
}

h2 {
	border-bottom: 1px solid #300;
}
h2.title {
	border-bottom: 1px solid #DAD0B1;
}

p, li, blockquote, dd, dt {
	color: #330;
}

p, li {
	margin-left: 25px;
}

blockquote {
	margin-left: 50px;
}

a {
	color: #8B2200;
	text-decoration: none;
	}

a em {
	font-style: normal;
	text-decoration: underline;
	}
	
p a, #articles li a, #archives li a {	
		white-space: nowrap;
	}
p a:hover, #articles li a:hover, #archives li a:hover, #blogroll dd a:hover, #blog dt a:hover  {
	background: transparent url(../images/underline.gif) repeat-x 100% 100%;
	padding-bottom:4px;
	}
	
a.iconlink:hover {
	background: none;
	padding: 0;
}
	
#content, #header, #menu {
	clear:both;
	width:770px;
	margin:0px auto;
	text-align:left;

}

#content {
	background-image: url(../images/bgtexture2.gif);
	border-left: 1px solid #261808;
	border-right: 1px solid #261808;
	background-color: #fff;
}

#header {
	height: 120px;
	background: url(../images/dmtitle1.jpg) no-repeat #261808;
	border-left: 1px solid #261808;
	border-right: 1px solid #261808;
}

#header h1, #header p {
	display: none;
	}

 #menu {
	height: 25px;
	padding: 0;
	color: #ECECDA;
	background-color: #663;
	border: 1px solid #261808;
	}

 #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 15px;
	}
		
 #menu li {
	margin: 0;
	padding: 0;
	float: left;
    }

#menu li a {
	display: block;
	margin:0;
	padding: 4px 20px 4px 10px;
	font-weight: bold;
	color: #ECECDA;
	background:   #663 url(../images/bgspiral.gif) no-repeat right;
}

 #footer a, #footer p {
	color: #ECECDA;
         }
		 
 #menu li a:hover {
	 color: #fff;
	 }		 
   
#footer a:hover  {
	 background: none;
	 color: #fff;
	 }
   
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 20px;
	border-top: 1px solid #261808;
	border-bottom: 1px solid #261808;
	background-color: #663;
}

#footer span.copyright {
	float: left;
	padding-left: 20px;
	}

#footer span.validation {
	float: right;
	padding-right: 20px;
	}
	
h3.date {
	font-size: 100%;
	font-weight: bold;
	color:#C7B787;
	letter-spacing:.15em;
	}

#footer p {
	margin: 0;
}

#footer a {
	color: #ECECDA;
	text-decoration: none;
}

#feature, #articles, #archives {
	width:300px;
	clear: left;
	float: left;
	padding-top: 20px;
}

#blog {
	width:460px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}	

#blog h2, #blog p {
	margin-right: 25px;
}


#articles ul, #archives ul {
	margin: 0;
	padding: 0;

}

#articles li {
	padding: 0 0 6px 14px;
	list-style-type: none;
	background-image:  url(../images/iconarticles.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#archives li {
	padding:0 0 5px 5px;
	list-style-type: none;
}

#articles p img {
	margin: 0 0 10px 0;
}

.latest a:hover {
	background: none;
	padding-bottom: 0;
}

#article {
	width:auto;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

#article h1, h2, h3, h4, p, li {
	margin-left: 25px;
	margin-right: 25px;
}

#article h2 {
	font-size: 18px;
	border: none;
	font-weight: normal;
}

#article h3 {
	font-size: 16px;
	border: none;
	font-weight: bold;
}
#blogroll {
	width:300px;
}
#blogroll dt, #blogroll dd {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	width: 250px;
}
#blogroll dt { margin-left: 25px; margin-bottom: 10px; font-weight: bold; border-bottom: 1px solid #300; }
#blogroll dd { margin-left: 25px; }
#blogroll dd {
	padding: 0 0 0 14px;
	background-image:url(http://www.designmeme.com/images/iconwebsites.gif);
	background-repeat:no-repeat;
	background-position: left 6px;
	}
p#hugh {
	background-image:url(http://www.designmeme.com/images/iconnews.gif);
	background-repeat:no-repeat;
	background-position: left 6px;
	padding-left: 14px;
	}
p.comments {
	font-size: 85%;
	text-align: right;
	}
#blog p {
	margin-bottom: 0;
	margin-top: 0;
	}