/* ======= Rest  ==========   */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a {
	margin: 0;
	padding: 0;
}
body {
	background: url(/images/background-tile.jpg) repeat;
	font: 15px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
}
img,
a img {
	border: 0;
}
p a,
li a {
	color: #5090D0;
	text-decoration: none;
}
p a:hover,
li a:hover {
	color: #7DAEDF;
	text-shadow: 0 0 10px #5090D0;
}
#wrapper {
	margin: 20px auto;
	width: 999px;
}
.clear {
	clear: both;
}
/*   =====  Main and Sub headings   ======   */
h1 {
	font: 202px 'Yanone Kaffeesatz', Arial, serif;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
	text-align: center;
}
h2, h2 a {
	font: 35px 'Crimson Text', Arial, serif;
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
	h2 a:hover {
		color: #F90;
		text-shadow: 0 0 10px #FADA00;
	}

/*   =====  Links on the top   ======   */

#contact-info {
	color: #fff;
	font-size: 14px;
	width: 999px;
	border-bottom: 2px dashed #000;
	padding-bottom: 20px;
	float: left;
	list-style: none;
}
	#contact-info .col1,
	#contact-info .col2 {
		text-align: left;
	}
	#contact-info .col1 {
		text-align: right;
		padding-right: 10px;
	}
	#contact-info a {
		color: #FADA00;
		text-decoration: none;
	}
	#contact-info a:hover {
		color: #FF0;
		text-decoration: none;
		text-shadow: 0 0 5px #fff;
	}
.links {
	float: left;
	margin-left: 175px;
	display: inline;
}

/*   =====  Introduction text   ======   */

#intro {
	margin: 10px 50px 0;
	text-align: center;
	font: 45px'Crimson Text', arial, serif;
	color: #fff;
}
p#intro:selection {
	color: #000;
}
.highlight {
	color: #FADA00;
}
::selection,
::-moz-selection {
	background: #000;
	color: #fff;
}

/*   =====  Sections   ======   */
.section {
	margin: 30px 0;
}
.section-title {
	background: url(/images/section-title-bg.png) no-repeat;
	width: 171px;
	height: 36px;
	float: left;
	padding: 7px 0 0 7px;
	font-weight: 700;
}
.section-top {
	overflow: hidden;
}
.section-body {
	background: #fff;
	width: 94%;
	margin: -10px 0 0 10px;
	padding: 0 25px 25px;
}
.section-body p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 25px;
}
.last-item {
	margin-bottom: 0;
	border-bottom: 0;
}
.skill-name {
	float: left;
}
ul.skill-list {
	list-style: none;
}
.skill-rating {
	font: 55px 'Crimson Text', arial, serif;
	float: right;
	border: 0;
	padding-top: 5px;
}
a.hidden,
a.hidden:hover {
	text-decoration: none;
	color: #4D4D4D;
}
ul.your-details {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px dashed #CCC;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 25px 0;
}
ul.your-details.lessmargin {
	margin-bottom: 0;
}
	ul.your-details li.date-location {
		float: left;
	}
	ul.your-details li.course,
	ul.your-details li.codings ul li {
		padding: 9px 10px 7px 40px;
		height: 25px;
		display: inline;
		background: url(/images/icon-check.jpg) no-repeat;
		float: right;
		margin-top: 10px;
	}
.text-small {
	font-size: 12px;
	color: #4D4D4D;
	text-transform: uppercase;
}
.first {
	margin-bottom: 3px;
	padding-top: 10px;
}
#go-top {
	margin: -8px 0 0 1px;
}
.hand-cursor {
	cursor: pointer;
}
.scroll-links {
	margin: 3px 0 0 0;
	color: #fff;
	text-align: right;
	float: right;
}
.scroll-links a, .scroll-links a:active, .scroll-links a:visited {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}
.scroll-links a:hover {
	color:#FF0;
}

/*   =====  Footer   ======   */

#footer {
	color: #fff;
	font-size: 12px;
}
	#footer p {
		margin-bottom: 10px;
	}
	#footer img {
		float: left;
		margin-right: 5px;
	}
	#footer a {
		color: #FADA00;
		text-decoration: none;
	}
	#footer a:hover {
		color: #FF0;
		text-shadow: 0 0 5px #fff;
	}
