.invisible {
	display: none;
}

body {
	background: none;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: black;
	text-transform: uppercase;
}
h1, h2, h3 {
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

a {
	color: #000000;
	text-decoration: none;
}

#page {
	display: block;
	width: 640px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	background: none;
	margin: 0px 0 70px 0;
	padding: 0px;
	height: 180px;
	width: 640px;
}
#header #logo {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#header #servicenav {
	display: none
}

#content {
	display: block;
	width: 550px;
	float: left;
}
#sidebar {
	display: none;
}

#searchform input {
	border: none;
}
#searchform #s {
	width: 123px;
}
#searchform #searchsubmit {
	background: none;
	font-family: "Hoefler", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: black;
	margin: 0;
	padding: 0;
	font-style: italic;
	text-transform: uppercase;
}

hr {
	display: none;
}

#footer {
	display: block;
	clear: both;
	color: #666666;
}

/* CONTENT ELEMENTS begin */

#content .post {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
}
#content .post .gallery img{
	border: none;
}

#content .post h2 {
	border: none;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	color: black;
	text-transform: uppercase;
	padding: 0;
	margin: 4px 0;
}

#content .post .project {
	display: block;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 4px 0;
}
#content .post .description {
	display: block;
	clear: both;
	font-style: italic;
}
#content .post .excerpt {
	display: block;
	clear: both;
	text-transform: none;
	
}
#content .post .functions {
	display: block;
	clear: both;
	margin: 4px 0;
}


/* CONTENT ELEMENTS end */
