/* Reset CSS Below */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* BEGIN MY STYLES */

#wrapper {
width: 960px;
margin: 0 auto;
}

#content {
width: 480px;
float: left;
margin: 0 40px;
}

#content.home {
width: 960px;
margin: 0px;
}

#promotions.home {
display: none;
}

#sidebar.home {
display: none;
}

#promotions {
width: 180px;
float: left;
background-image: url("/assets/promo_bkgd.gif");
background-repeat: repeat-y;
}

#promo_content {
width: 150px;
margin-left: 15px;
}

#portfolio_table {
margin-top: 20px;
}

#portfolio_table td {
padding-bottom: 15px;
}

#sidebar {
width: 220px;
float: left;
}

#logo {
height: 48px;
width: 960px;
margin: 20px 0 20px 0;
background-image: url("/assets/bkgd_line.gif");
background-repeat: repeat-x;
text-align: center;
}

#footer {
width: 960px;
height: 200px;
margin-top: 40px;
border-top: 1px solid #DDD;
padding-top: 10px;
}

.clear {
clear: both;
}

.delicious-posts ul {
margin: 0px;
}

/* editor styles */

h1 {
font: normal 24px/28px 'Lucida Grande', Arial, Verdana, sans-serif;
margin: 0px 0px 8px 0px;
color: #000;
}

h1#home {
display: none;
}

h2 {
font: normal 14px/20px 'Lucida Grande', Arial, Verdana, sans-serif;
margin: 0px 0px 10px 0px;
padding: 0px;
color: #666;
border: 0px;
}

h3 {
font: normal 18px/22px 'Lucida Grande', Arial, Verdana, sans-serif;
margin: 0px;
margin-bottom: 5px;
color: #000;
}

h4 {
font: bold 12px/16px 'Lucida Grande', Arial, Verdana, sans-serif;
margin: 0px;
margin-bottom: 2px;
color: #000;
}

h5 {
font: normal 12px/18px 'Lucida Grande', Arial, Verdana, sans-serif;
margin: 15px 0px 15px 30px;
padding: 0px 0px 0px 10px;
color: #666;
border-left: 3px solid #DDD;
}

h5 b {
color: #000;
}

p, ul, ol {
font: normal 11px/16px 'Lucida Grande', Arial, Verdana, sans-serif;
margin: 0px 0px 8px 0px;
color: #666;
}

ul, ol {
margin: 5px 0px 8px 30px;
}

li {
font: normal 11px/16px 'Lucida Grande', Arial, Verdana, sans-serif;
margin: 0px 0px 4px 0px;
color: #666;
}

pre {
font: normal 11px/16px 'Lucida Grande', Arial, Verdana, sans-serif;
margin: 15px 0px 15px 0px;
padding: 11px 0px 18px 36px;
color: #c00;
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
background:url("/assets/line-numbers.png") 0px 0px no-repeat;
}

address {
font: italic 10px/15px 'Lucida Grande', Arial, Verdana, sans-serif;
margin: 0px 0px 8px 0px;
color: #000;
}

a {
color: #005CAF;
text-decoration: underline;
}

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

blockquote {
background:url("/assets/blockquote.gif") 0px -2px no-repeat;
color:#aaa;
margin-left:30px;
padding-left:30px;
line-height:1.6em;
margin-bottom:15px;
}

i {
font-style: italic;
}
