html, body {
	height: 100%;
	text-align: center; /* horizontal centering for IE Win quirks */ 
	margin: 0;
	padding: 0;
}

#distance { 
	width: 1px;
	height: 53%;
	margin-bottom: -388px; /* half of container's height */
	float: left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: center;
	height: 675px;
	width: 818px;
	clear: left;
}

#cnt_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 280px;
}

#cnt_left {
	position: absolute;
	top: 38%;
	left: 0;
	/* width: 50%; */
	width: 368px;
	text-align: right;
}

* {margin: 0; padding: 0}

#cnt_right {
	position: absolute;
	top: 36%;
	right: 38px;
	width: 45%;
	float: right;
	text-align: left;
	padding-top: 13px;
}

#cnt_uphillslope {
	width: 100%;
}

/* the typography header */
/* oh boy .. I hope you have Trebuchet MS and Century Gothic */
#menu_wrap {
	font-family: "Trebuchet MS", "Century Gothic", sans-serif;
	color: #3d3d3d;
	width: 35%;
	text-align: left;
	margin: auto;
}

#menu_home {
	position: absolute;
	top: 0;
	font-size: 41px;
	font-weight: bold;
	text-align: right;
}

#menu_about {
	position: absolute;
	top: 35px;
	left: 268px;
	font-size: 38px;
	font-weight: bold;
	text-align: right;
}
#menu_portfolio {
	position: absolute;
	top: 72px;
	left: 268px;
	font-size: 25px;
	font-weight: 900;
	text-align: right;
}
#menu_contact {
	position: absolute;
	top: 94px;
	left: 266px;
	font-size: 29px;
	font-weight: bold;
	text-align: right;
}
#menu_blog {
	position: absolute;
	top: 116px;
	left: 265px;
	font-size: 53px;
	font-weight: bold;
	text-align: right;
}

#validation_wrap {
	font-family: "Trebuchet MS", "Century Gothic", sans-serif;
	color: #3d3d3d;
	width: 35%;
	text-align: left;
	margin: auto;
}
#menu_css {
	position: absolute;
	top: 158px;
	left: 19px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#menu_xhtml {
	position: absolute;
	top: 122px;
	left: 43px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* header title*/
#header_welcome {
	position: absolute;
	top: 162px;
	left: 0;
	font-size: 80px;
	font-weight: bold;
	text-align: right;
	font-family: "Trebuchet MS", "Century Gothic", sans-serif;
	color: #3d3d3d;
}

#header_to {
	position: absolute;
	top: 166px;
	left: 50%;
	font-size: 78px;
	font-weight: bold;
	text-align: right;
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	color: #50C2E1;
}

#header_logo {
	position: absolute;
	top: 193px;
	left: 500px;
	width: 280px;
	height: 58px;
	background: url(../img/logo.png) center top no-repeat;
}

p {
	padding-bottom: 1.6em;
	color: #000000;
	font: 0.75em/1.6em arial, helvetica, sans-serif;
}

h1, h2 {
	padding: 0 0 1em 0;
	color: #3d3d3d;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: bold;
}

/* menu style */
a.nav:link {
	color: #3d3d3d;
	text-decoration: none;
}
a.nav:visited {
	color: #3d3d3d;
	text-decoration: none;
}
a.nav:hover {
	color: #AFDA5D;
	text-decoration: none;
}
a.nav:active {
	color: #AFDA5D;
	text-decoration: none;
}
.menu_active {
	color: #AFDA5D;
}
.menu_link {
	color: #3d3d3d;
}

/* Links style */
a.extlinks:link {
	color: #3d3d3d;
	text-decoration: none;
}
a.extlinks:visited {
	color: #3d3d3d;
	text-decoration: none;
}
a.extlinks:hover {
	color: #ff7f00;
	border-bottom: 1px dotted;
}
a.extlinks:active {
	color: #3d3d3d;
	text-decoration: none;
}

.bulletpoint ul li {
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border: none;
	list-style: none;
}

.bulletpoint {
	color: #000000;
	font: 0.75em/1.5em arial, helvetica, sans-serif;
}

.scratch_that {
	text-decoration: line-through;
}

.readthegrey {
	color: #999999;
	font-style: italic;
}

.green {
	color: #AFDA5D;
}

.blue {
	color: #50C2E1;
}
.grey {
	color: #999999;
}

.goingbold {
	font-weight: bold;
	color: #3d3d3d;
}

img { 
	border: none; 
}

/* accordion */

.portmenu_wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 368px;
	text-align: right;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

a.portmenu:link {
	color: #3d3d3d;
	text-decoration: none;
}
a.portmenu:visited {
	color: #3d3d3d;
	text-decoration: none;
}
a.portmenu:hover {
	color: #50C2E1;
	border-bottom: 1px dotted;
}
a.portmenu:active {
	color: #3d3d3d;
	text-decoration: none;
}

.portmenu_active {
	color: #50C2E1;
}

#basic-accordian{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	
	padding: 0 0 0;
	color: #000000;
	
}

.accordion_headings{
	color: #666666;
	cursor: pointer;
	text-align: right;
}
.accordion_headings_l{
	color: #666666;
	cursor: pointer;
	text-align: left;
}

.accordion_headings:hover{
	color: #50C2E1;
}
.accordion_headings_l:hover{
	color: #50C2E1;
}

.accordion_child{
	text-align: left;
	font: 0.75em arial, helvetica, sans-serif;
}

.header_highlight{
	color: #50C2E1;
}
.accordion_content {
	position: absolute;
	width: 380px;
	left: 412px; 
	top: 0;
}
.accordion_headspacer {
	width: 10px;
	height: 5px;
}
.acc_text {
	font: 0.75em arial, helvetica, sans-serif;
	line-height: 100%;
}
.acc_menu_web {
	position: absolute;
	left: 22px;
	top: 30px; 
}
.acc_menu_graphtion {
	position: absolute;
	right: 194px;
	top: 30px; 
}
.acc_menu_interactive {
	position: absolute;
	left: 193px;
	top: 30px; 
}
.acc_menu_animation {
	position: absolute;
	right: 42px;
	top: 30px; 
}
.acc_menu_reel {
	position: absolute;
	right: 0px;
	top: 30px; 
}

.centeralign {
	text-align: center;
}

/* for Movable Type css */
.asset-body, 
.content-nav {
	padding-bottom: 1.6em;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}
.asset-header {
	font: 0.75em/1.6em arial, helvetica, sans-serif;
	color: #3d3d3d;
}
.entry_mtdate {
	border: none;
	color: #999999;
}

#mt_cnt_left {
	position: absolute;
	top: 256px;
	left: 0;
	/* width: 50%; */
	width: 368px;
	text-align: right;
}