/* COMMON ELEMENTS */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

/* MAIN PAGE STYLES */

body {
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	background-color: #cc9;
	color: #333;
	background-image: url(../i/nb_up.gif);
	background-position: inherit;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 76%;
}


/* BODY LAYOUT GRID */

#bodycopy {
	margin: 77px 0 0 180px;
	padding: 0 0 100px;
	width: 300px;
	position: absolute;
}

h1 {
	margin: 20px 0 8px;
	font-size: 1.1em;
	font-weight: bold;
}

h1.tk {
	word-spacing: -0.15em;
	letter-spacing: 0.075em;
}

h1 a {
	text-decoration: none;
	font-weight: bold;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0 0 4px;
	font-weight: normal;
	font-size: 0.9em;
}

h2 a {
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 3px;
	font-size: 0.8em;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: line-through;
}

strong {
	font-weight: bold;
}


/* PORTFOLIO ENTRIES */

div.bodydiv {
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 350px;
	border-bottom: 1px solid #333;
}


/* PORTFOLIO THUMBNAILS */

div.imagediv {
	width: 100px;
	height: 100px;
	background-color: #333;
	border: 1px solid #333;
	float: left;
}


/* PORTFOLIO ITEM DESCRIPTION */

.copydiv {
	margin: 0 0 0 10px;
	width: 238px;
	float: left;
}


/* FLOAT CLEARER */

.cleardiv {
	clear: both;
}


/* PORTFOLIO ITEM DESCRIPTION ELEMENTS */

div.copydiv h1 {
	margin: 0 0 5px;
	font-size: 1em;
	font-weight: bold;
}

div.copydiv h2 {
	margin: 0 0 5px;
	font-weight: bold;
}

div.copydiv p {
	margin: 0 0 5px;
	line-height: 1.4em;
}

.address {
	font-style: italic;
}

.address a {
	text-decoration: none;
}

.address a:hover {
	text-decoration: underline;
}


/* NEWS POST ELEMENTS */

p.date {
	margin: 0 6px 0 0;
	display: inline;
}

h2.newstitle {
	font-weight: bold;
	display: inline;
}

p.newstitle {
	margin: 0 0 30px;
	font-weight: bold;
	display: block;
}

p.newstext {
	margin: 5px 0 6px;
	line-height: 1.4em;
}