


/* YUI CSS RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

/* HYPERLINKS */
a {
	color: #000;
	outline-style: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* BASIC */
body {
	color: #000;
	font-family: Calibri, 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 20px /*1.75em*/;
}

#wrapper {
	margin: 60px auto;
	position: relative;
	width: 8in;
}

a.creativetechs { display: none;
}

/* HEADER */

h1.title , h2.title { /* ONLY VISiBLE AT PRINT */
	color: #000; 
	font-weight: bold; 
	margin-bottom: 10px;
} 
h1.title {
	font-size: 32px;
	margin-bottom: 40px;
}
h2.title {
	font-size: 22px;
}
#header h1 a {
	display: none;
}

#header h1 a span {
	display: none;
}

#header .header_banner {
	display: none;
}

/* NAVIGATION */
ul#nav { display: none;
}

/* MAIN */
#main {
	line-height: 20px;
	margin-top: 40px;
}

#content {
	float: left;
	width: 720px;
}

#sidebar { display: none;
}

/* POST */
.post {
	padding-left: 120px /*140px*/;
	position: relative;
	margin-bottom: 40px; 
	width: 520px;
}

.post h1, .post h2, .post h1 a, .post h2 a {
	color: #000;
	font-size: 22px;
	line-height: 20px;
	margin-bottom: 24px;
	letter-spacing: 1px;
}

.post h3 {
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}

.post .post_icon {
	display: block;
	margin-bottom: 6px;
	width: 40px; height: 40px;
}

.post .meta {
	margin-left: -120px;
	width: 140px; /* restricts meta line length so that it does not overlap with the main content*/
	position: absolute;
	top: -1px;
}

.post .post_date {
	display: block;
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
}

.post .post-categories {
	color: #000;
	display: block;
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
}

.post .post-categories a {
	color: #000;
	line-height: 20px;
}

.post .post-author {
	color: #000;
	display: block;
	font-size: 9px;
	line-height: 20px;
}

.post p {
	line-height: 20px;
	margin-bottom: 20px;
}

.entry {
	border-bottom: 1px solid #999;
}

.entry img {
	border: 1px solid #999;
	margin-top: 5px;
}

.more-link {
	color: #000;
	display: block;
	margin-bottom: 20px;
	text-align: right;
}

code {
	background-color: #eee;
	display: block;
	height: 100%;
	font-family: Consolas, 'Lucida Console', 'Courier New', monospaced;
	padding: 10px 15px;
	white-space: pre;
}

tt {
	font-family: Consolas, 'Lucida Console', 'Courier New', monospaced;
	font-weight: bold;
	line-height: 18px;
}

blockquote {
	font-weight: bold;
	margin: 0px 0px 20px;
	padding: 0px 24px;
	text-align: center;
}

#content blockquote p {
	margin: 0;
	padding: 0;
}

.note {
	color: #000;
	font-weight: normal;
	line-height: 20px;
}

strong {
	font-weight: bold;
}

/* PAGES */

.pg_entry {
	border-bottom: 1px solid #fff;
}


/* CONTACT FORM */
.contactform { display: none;
}


.pagination { display: none;
}
