/*
	
	Grid
		gutter = 20px
		cols = 176
	
	
	Colours
		Orange - 250,175,64
		light Orange - 253,202,133
*/
/*
	Fonts
*/
/*@import url("fonts.css");*/



/*
	Wrap
*/
#wrap {
	position: relative;
	width : 960px;
	margin: 0px auto;
}

/*
	Anchors
*/
a, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333;
}


/*
	My hCard / Header
*/
#header {
	margin-bottom: 3em;
}
#header h1,#header h2, #header ul{
	float: right;
	font-family: Arial, sans-serif;
}

#header h1{
	width : 372px;
	margin-left : 20px;
	margin-top: 13px;
	font-size: 94px;
	line-height : 0.8;
}
#header h1 span {
	font-size: 139px;
}
#header h2 {
	width: 568px;
	margin: 0px;
	font-size : 45px;
	color: rgb(250,175,64);
}
#header h2 + h2{
	margin-top : -31px;
	font-size: 72px;
	color: rgb(253,202,133);
}
#header h1,#header h2 {
	text-transform : uppercase;
}

#header ul {
	list-style: none inside;
	margin-top: 1px;
}
#header ul li {
	width: 176px;
	float: left;
	margin-left : 20px;
	padding-top : 35px;
	
	text-align: center;
	letter-spacing : 2px;
}
#header ul li:first-child {
	margin-left : 0px;
}
#header ul li.url {
	background:transparent url('../img/icons/logo_web.png') no-repeat scroll top center;
}
#header ul li.email {
	background:transparent url('../img/icons/logo_mail.png') no-repeat scroll top center;
	
}
#header ul li.tel {
	background:transparent url('../img/icons/logo_phone.png') no-repeat scroll top center;
	
}


body.hasFont #header h1{
	font-size: 118px;
	line-height : 0.7;
	margin-top: 21px;
	
}
body.hasFont #header h1 span {
	font-size: 167px;
}

body.hasFont #header h2 {
	font-size : 60px;
}

body.hasFont #header h2 + h2 {
	font-size: 96px;
	margin-top : -57px;
}

body.hasFont #header ul li{
	
	padding-top: 29px;
}


/*
	Structure
*/
.work-and-education, #skills {
	float: left;
	position: relative;
}
.work-and-education {
	width: 568px;
	margin-right: 20px;
}
#skills {
	width: 337px;
	padding-left: 35px;
	background:transparent url('../img/corner_black.png') no-repeat scroll top left;
	
}

#work,#education {
	position: relative;
	padding-left: 35px;
	background:transparent url('../img/corner_orange.png') no-repeat scroll top left;
}
#education {
	background:transparent url('../img/corner_black.png') no-repeat scroll top left;
	margin-top : 70px;
}

.work-and-education h3.rotate, #skills h3.rotate {
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-ms-filter : progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	position: absolute;
	display: inline;
}
/*Rotating stuff*/
#skills h3 {
	top : 55px;
	left : -15px;
	color: rgb(250,175,64);
}
#work h3 {
	top : 110px;
	left : -75px;
}
#education h3 {
	top : 75px;
	left : -40px;
	color: rgb(250,175,64);
}
/*Defaults*/
h4 {
	font-weight: normal;
	color: rgb(250,175,64);
	font-size : 25px;
	margin-top : -8px;
	
}
/*Works*/
#work dl {
	margin: 0px;
}
#work dl dt {
	width: 332px;
	margin : 0px;
	float: left;
}
#work dl dt .org {
	font-size : 18px;
}
#work dl dt .url, #work dl dt .no-url {
	display : block;
	color: rgb(250,175,64);
	text-decoration: none;
}
#work dl dt a.url:hover {
	color: rgb(253,202,133);
	text-decoration: underline;
}
#work dl dd {
	width : 176px;
	float: left;
	text-align: right;
	min-height : 50px;
	margin-bottom : 20px;
	
	font-size: 16px;
	color: rgb(253,202,133);
	
	border-top: 1px dotted #aaa;
	border-right : 1px dotted #aaa;
	padding-right : 2px;
	
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}

/*Education*/
#education h4 {
	margin-bottom: 0px;
	line-height: 0.6;
}
#education .university {
	display : block;
	font-size: 18px;
}
#education .meta {
	display: block;
	font-size: 14px;
	color: #888;
	
	line-height: 0.7;
	margin-bottom: 1em;
}
/*Skills*/
#skills h4{
	margin-bottom: 0px;
}
dl {
	margin-left: 2px;
}
dt {
	font-size : 14px;
}
dd {
	color: #333;
	margin-left: 20px;
}
/*Availiable*/
p.available {
	position : absolute;
/*	bottom : 0px;*/
	right : 0px;
	width: 140px;
	clear: both;
	
	font-size: 24px;
	color: rgb(253,202,133);
	text-align: right;
	text-transform: lowercase;
}
p.available span {
	display: block;
}
/*
	Clears
*/
.clear {
	clear : both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}