@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 40px 0 20px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #666666;
}

ul, li {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
a {
	color: #666666;
	border: 0;
	text-decoration: none;
}
a:hover {
	background-color: #00adee;
	color: #ffffff;
}
img {
	border: 0;
}
p {
	margin: 0;
}

/* Layout Setup */

.content_wrapper {
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 800px;
}
.normal_text {
	font-size: .9em;
}
.small_text {
	font-size: .8em;
}

/* Menu Setup */

.menu {
	width: 144px;
	float: left;
	text-align: left;
	min-height: 370px;
}
.menu ul {
	height: 20px;
}
.menu li {
	float: left;
	list-style-position: none;
	height: 15px;
}
.menu li a {
	padding: 0 1px 0 1px;
	text-decoration: none;
	background-color: #ffffff;
	text-align: center;
	font-size: .8em;
}
.menu li a:hover {
	background-color: #00adee;
	color: #ffffff;
}
.menu .logo {
	margin-bottom: 5px;
}
.menu .spacer {
	margin-bottom: 3px;
}
.spacer {
	margin-bottom: 5px;
	margin-top: 5px;
}
.end_spacer {
	margin-top: 5px;
}

/* Corner Text Setup */

.corner_text {
	position: absolute;
	bottom: 0;
	font-size: .8em;
	width: 144px;
}
.corner_text#portfolio {
	bottom: -90px;
}

/* Main Content Setup */

.main_content {
	margin: 0 0 0 164px;
	min-height: 370px;
}
.main_content#about, .main_content#news, .main_content#shop {
	padding-top: 120px;
}
/* About Setup */

.main_content#about p {
	margin: 0 0 10px;
	font-size: .7em;
}
.main_content#about p {
	margin-right: 170px;
}
.main_content#about p.content_header {
	font-weight: bolder;
	padding: 40px 0 0 0;
}
.main_content#about ul {
	width: 360px;
}
.main_content#about li {
	display: inline-block;
	width: 160px;
	font-size: .7em;
	font-style: italic;
}

/* News Setup */

p.news_title {
	margin-bottom: 3px;
}
p.news_title span {
	background-color: #00adee;
	color: #ffffff;
	padding: 0 3px 0 3px;
	font-size: .8em;
	width: auto;
}
p.news_date {
	color: #00adee;
	font-size: .7em;
	margin-bottom: 3px;
}
p.news_content {
	font-size: .7em;
	margin-bottom: 12px;
}
#news ul li {
	padding: 0 0 15px 0;
}
.news_menu {
	margin: 25px 0;
}
.news_menu li.header {
	font-size: .8em;
}
.news_menu li {
	float: none;
	font-size: .84em;
}
.news_menu li.divider {
	height: 7px;
	background-image: url(/images/spacer.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 2px 0 2px 0;
}

/* Shop Setup */

p.shop_content {
	font-size: .7em;
	margin-bottom: 12px;
}

/* Work Setup */

.work_menu {
	margin: 30px 0 0 0;
}
.work_menu li {
	float: none;
	font-size: .84em;
	height: 15px;
}
.work_menu li a:hover {
	background-color: #00adee;
	color: #ffffff;
}
.project_info {
	width: 190px;
	position: absolute;
	top: 390px;
	left: 207px;
	font-size: .7em;
}

/* CV Setup */

.cv_image {
	position: absolute;
	bottom: 0;
	right: 0;
}