
/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #282131 url(images/) repeat-x;
	font-size: 12px;
	color: #000;
	font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	color: #282131;
	text-decoration: none;
        font-weight: bold;
}

a:hover {
	color: #282131;
	text-decoration: underline;
}

a:visited {
	color: #282131;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 920px;
	position: relative;
	background: #fff url(images/contentBg2.gif) repeat-y;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

#header {
	width: 900px;
	background: #fff url(images/zd1.jpg) top center no-repeat;
	height: 180px;
	margin-top: 0;
	color: #fff;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#Nav {
	display: block;
}

#content {
	width: 510px;
	float: left;
	color: #000;
	padding: 20px;
}


#footer {
	clear: both;
	width: 891px;
	background: #000;
	color: #fff;
	text-align: left;
	height: 33px;
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer a {
	color: #fff;
}


/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	
	background: #EFEFEF url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: "Trebuchet MS", Lucida Grande, Lucida, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}


/***** FOOTER FORMATTING *****/

#footer p {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #DDD9D9;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #DDD9D9;
	background: none;
	border-bottom: none;
}

