/*=Global
-------------*/
* { margin: 0; padding: 0;}
body {
	color: #444;
	background-color: #f2f2f2;
	text-align: left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
}
ul { list-style: none; }
ul.left li { float: left; }
a { 
	color: #bbb; 
	text-decoration: none;
	outline: none;
}
a:hover { color: #aaa; }
a img { border: none; }
a.on { font-weight: bold;}
a.action { color: #666 !important; }
.p-7 {
	width: 120px;
	height: 32px;
	vertical-align: middle;
	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	background-color: #eee;
	background-image: -moz-linear-gradient(100% 100% 90deg, rgba(0,0,0, .1), rgba(0,0,0, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0, 0)),to(rgba(0,0,0, .1)));
	cursor: pointer;
	border: 1px solid #bbb;
	color: #666;
	-webkit-text-shadow: 0 1px 1px rgba(255,255,255, 1);
	-moz-text-shadow: 0 1px 1px rgba(255,255,255, 1);
	text-shadow: 0 1px 1px rgba(255,255,255, 1);
	line-height: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255, .5), inset 0 1px 0 rgba(255,255,255, .5);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255, .5), inset 0 1px 0 rgba(255,255,255, .5);
	box-shadow: inset 0 -1px 0 rgba(255,255,255, .5), inset 0 1px 0 rgba(255,255,255, .5);
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.p-7:hover {
	background-color: #f7f7f7;
}

.p-7:active {
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0, .2);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0, .2);
	box-shadow: inset 0 1px 3px rgba(0,0,0, .2);
	line-height: 34px;
}


.app-img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 57px;
	height: 57px;
}
.ir {
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	line-height:0;
	text-indent:-10000px;
}
h1, h2, h3, h4 {
    font-family: 'Copse',Georgia,serif;
	font-weight: normal; 
    font-style: normal;
	color: #444;
	margin: 20px 0px 0px 0px;
	-moz-text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}
h1 a, h1 a:hover { color: #444 !important; }
h2 {
    font-size: 28px;
    margin: 0.25em 0 0.75em;
}
h3, h4 { font-size: 18px; 	}
.copse { 
    font-family: 'Copse',Georgia,serif;
	font-weight: normal; 
    font-style: normal;
}
.clear { clear: both; }
.hide { display: none; }

/*=Structure
-------------*/
#wrapper {
	width: 960px;
	margin: 100px auto;
	position: relative;
}
#left {
	position: relative;
	width: 100px;
	border-right: 1px solid #ddd;
	padding: 100px 0px;
	top: 0px;
	float: left;
}
h4 { margin-top: 50px; }

#wrap {
	float: right;
	width: 770px;
	min-height: 300px;
}
#footer {
	clear: both;
	height: 100px;
	width: 500px;
}


/*=Styled
------------*/
#left li {
	text-align: right;
	font-size: 16px;
}
#left li a {
	display: block;
	padding: 5px 10px;
	-moz-text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}
#left li a.active { margin-right: -15px; background-color: #f2f2f2; }
a.active.blue { border-right: 2px solid #009ee0; }
a.active.orange { border-right: 2px solid #fb7500; }
a.active.green { border-right: 2px solid #73b337; }
a.active.purple { border-right: 2px solid #9b6db0; }
a.active.purple { border-right: 2px solid #9b6db0; }

.content {
	min-height: 1000px;
}
.content p {
	-moz-text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

h3.tagline { margin-top: 8px; }
.col {  
	width: 240px; 
	float: left; 
	min-height: 300px; 
	margin-right: 15px; 
	margin-top: 20px;
}
.col.double { width: 440px; }

ul.skills li { 
	padding: 5px;
}
ul.skills li p { color: #888; font-weight: bold; overflow: visible }
ul.skills li p.name { 
	display: block; 
	width: 20%; 
	text-align: right; 
	float: left;
	-moz-text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	transition:	 color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition:	color .2s ease-in-out;
	-o-transition:	 color .2s ease-in-out;

}
ul.skills li p.bar {
	margin-top: 4px;
	display: block; 
	width: 75%;
	background-color: #ddd;
	text-align: left; 
	float: right;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
	position: relative;
}
ul.skills li p.bar span {
	background-color: #666;
	width: 100px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition:	 background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition:	background-color .2s ease-in-out;
	-o-transition:	 background-color .2s ease-in-out;
}
ul.skills li:hover p.bar span {
	background-color: #009ee0;
}
ul.skills li:hover p.name {
	color: #009ee0;
}

.portfolio li {
	float: left;
	width: 330px;
	margin: 10px 10px 15px 10px;
}
.portfolio img { 
	border: 3px solid #fff; 
	-moz-box-shadow: 0 0 10px RGBA(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px RGBA(0, 0, 0, 0.1);
	box-shadow: 0 0 10px RGBA(0, 0, 0, 0.1);
}
.portfolio li p { color: #aaa; }
.portfolio li p.title a {
	font-size: 15px;
	color: #444 !important;
	border-bottom: none;
}

.social {
	display: block;
	height: 22px;
	padding: 5px 5px 5px 37px;
	margin-top: 5px;
	vertical-align: middle;
}

.social.twitter { background: url(images/icons/twitter.png) no-repeat left center; }
.social.facebook { background: url(images/icons/facebook.png) no-repeat left center; }
.social.apple { background: url(images/icons/apple.png) no-repeat left center; }
.social.skype { background: url(images/icons/skype.png) no-repeat left center; }

.msg { 
	padding: 10px; 
	font-weight: bold;
}
.error 		{ border: 1px solid #f02d00; background-color: #ffd7ce; }
.warning 	{ border: 1px solid #f90; background-color: #ffebcc; }
.success 	{ border: 1px solid #87f939; background-color: #e1fdcd; }
.info	 	{ border: 1px solid #376ff1; background-color: #d6e1fc; font-weight: normal; }

/*=Colours
------------*/
.light-grey { color: #ddd; }
.active.blue { color: #009ee0; }
.active.orange { color: #fb7500; }
.active.green { color: #73b337; }
.active.purple { color: #9b6db0; }
#wrap .blue { color: #009ee0; }
#wrap .orange { color: #fb7500; }
#wrap .green { color: #73b337; }
#wrap .purple { color: #9b6db0; }

p a { border-bottom: 1px solid #ddd; }
#about a { color: #009ee0; }

/* Selecting text
-------------------------------------------------- */
::-webkit-selection {
	color:#f2f2f2;
	background-color:#444; 
	text-shadow:none
}
::-moz-selection {
	color:#f2f2f2;
	background-color:#444; 
	text-shadow:none
}
::selection {
	color:#f2f2f2;
	background-color:#444; 
	text-shadow:none
}

/*=Forms
------------*/
form { margin: 5px 0; }

form fieldset { border: none; }

legend {
	display: none;
}

input, textarea, select {
	outline: none;
	display: block;
	margin-bottom: 10px;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:14px;
	line-height: 16px;
	width: 410px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	background-image: -moz-linear-gradient(100% 100% 90deg, rgba(0,0,0, 0), rgba(0,0,0, .03));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0, .03)),to(rgba(0,0,0, 0)));
	-moz-text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 30px;
}

textarea { height: 110px; }

input:focus, textarea:focus { background-color: #fff;}

input, textarea { color: #bbb; }

select { width: 430px; color: #666; }

.highlighted { color: #444; }

input { height: 20px; }
