body {
	overflow-x: hidden;
}

h1 {
	font-family: 'Neuton', serif;
	font-size: 48px;
	line-height: 40px;
}
.myname {
	font-size: 32px;
	margin-bottom: 0;
	padding-bottom: 0;
	height: 5px;
}
h2 {
	font-family: 'Neuton', serif;
	font-size: 30px;
}

hr {
	border: none;
	width: 100%;
	height: 10px;
	background-image: url('hr.png');
	background-position: center top;
	clear: both;
	margin: 15px 0 5px 0;
}
p {
	clear: both;
	font-family: Poly, serif;
}
.thumbnail {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 10px 10px 0;
	width: 150px;
	height: 100px;
	float: left;
}
.feature:hover > img {
	border: 1px solid #00f;
}
.nohover:hover {
	border: 1px solid #ccc !important;
}
.feature {
	font-weight: bold;
	color: #00f;
	text-decoration: none;
}
.feature:hover {
	text-decoration: underline;
}
a {
	color: blue;
}
a:hover {
	color: red;
}
ul {
	list-style: none;
}

/* content */
#content {
	top: 0px; left: 0px;
	width: 100%;
	height: 350px;
	z-index: -1;
	position: fixed;
	background-image: url('gradient.png');
	
	-moz-transition: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition: all;
	-o-transition-duration: 0.5s;
	transition: all;
	transition-duration: 0.5s;
}
.personalcontent {
	background-color: #1ea245;
}
.professionalcontent {
	background-color: #1e69de; /* Old browsers */
}
.othercontent {
	background-color: #de1e69; /* Old browsers */
}

/* contact forms */
.formclear {
	clear: both;
}
label {
	font-family: Poly, serif;
	font-weight: bold;
}
input, textarea {
	float: right;
	width: 350px;
	margin: 2px;
	padding: 2px;
	font-family: sans, Verdana, Arial, sans-serif;
	border: #ccc 1px solid;
}
textarea {
	height: 100px;
}

/* main */
.maincontainer {
	position: relative;
	top: 0; left: 0;
	width: 550px;
	margin: auto !important;
	z-index: 0;
	overflow-x: visible;
	overflow-y: visible;
}
.main {
	width: 100%;
	background: white;
	padding: 0 15px;
	top: 15px;
	position: absolute;
	display: block;
	
	-moz-transition: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition: all;
	-o-transition-duration: 0.5s;
	transition: all;
	transition-duration: 0.5s;
}
.def { position: relative; display: inline; }

.centredmain {
	left: 0px;
	opacity: 1.0;
}

.rightmain {
	left: 600px;
	opacity: 0.0;
}

.leftmain {
	left: -600px;
	opacity: 0.0;
}

.hiddenmain {
	display:none;
}

#ctri {
	display: inline-block;
	-moz-transition: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition: all;
	-o-transition-duration: 0.5s;
	transition: all;
	transition-duration: 0.5s;
}
#ctri.open {
	transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
#ctri.closed {
	transform: rotate(-90deg); 
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
#chead {
	cursor: hand;
	margin-bottom: 0;
	padding-bottom: 0;
}
#chead:hover {
	color: #00f;
}
h2 > .tip {
	color: #fff;
	display: inline-block;
}
h2:hover > .tip {
	color: #aaa;
}
#cform {
	-moz-transition: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition: all;
	-o-transition-duration: 0.5s;
	transition: all;
	transition-duration: 0.5s;
	overflow: hidden;
	margin-top: 0;
	padding-top: 0;
}
#cform.open {
	max-height: 400px;
}
#cform.closed {
	max-height: 0px;
}

.bookmark {
	font-weight: inherit !important;
	font-family: inherit !important;
	color: inherit !important;
	text-decoration: inherit !important;
}
