body, ul, ol, li, h1 {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial;
	color: #555;
}

a {
	cursor: pointer;
	color: #999;
}

img {
	border: none;
}

a:hover {
	color: #555;
}

li, p {
	font-weight: 300;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}

.centered {
	max-width: 960px;
	margin: 0 auto;
}

header {
	position: fixed;
	top: 0;
	z-index: 1;
	height: 60px;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #333;
	background: linear-gradient(to bottom, #999 0%, #444 2%, #111 100%);
	background-color: #111;
	box-shadow: 0 1px 10px rgba(0,0,0,0.8);
}

header li {
	list-style: none;
}

#heading {
	float: left;
	color: white;
}

#heading h1 {
	margin: 0;
	font-size: 2em;
}

#heading h2 {
	margin: 0;
	font-size: 0.8em;
	font-weight: normal;
}

#header-holder {
	height: 80px;
}

#contact-me {
	float: right;
	margin-top: 6px;
}

#contact-me li {
	float: left;
}

#contact-me li+li {
	margin-left: 6px;
}

#contact-me li a {
	background-image: url(sprite.png);
	width: 48px;
	height: 48px;
	display: inline-block;
	color: transparent;
}

#contact-me li a.facebook {background-position: -75px -75px;}
#contact-me li a.email {background-position: -150px -75px;}
#contact-me li a.youtube {background-position: -225px -75px;}
#contact-me li a.blog {background-position: 0 -75px;}

#contact-me li a.facebook:hover {background-position: -75px 0;}
#contact-me li a.email:hover {background-position: -150px 0;}
#contact-me li a.youtube:hover {background-position: -225px 0;}
#contact-me li a.blog:hover {background-position: 0 0;}

#slides {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
}
#carousel li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#carousel i {
	float: right;
	width: 100%;
	background-position: 50% 0;
	background-size: cover;
}

#slides, #carousel i {
	/* Dynamically calculated by js code */
}	

#pager a {
	position: absolute;
	z-index: 1;
	/* top: Dynamically calculated by js code */
	width: 52px;
	height: 52px;
	background-image: url(sprite.png);
}
#pager .previous {
	left: 24px;		
	background-position: 0 -150px;
}
#pager .previous:hover {background-position: -60px -150px;}
#pager .next {
	right: 24px;
	background-position: -120px -150px;
}
#pager .next:hover {background-position: -180px -150px;}

#main h2,#main h3, #main h4 {
	color: #111;
}

#main h4 {
	margin: 1.8em 0 0.8em;
}

#main p {
	margin-top: 1.3em;
	line-height: 1.5em;
}

#main em {
	font-style: normal;
	font-weight: 500;
	color: #333;
}

#main-column {
	float: left;
	width: 62%;
}

#about-me ul {
	padding-left: 16px;
}

#about-me ol {
	padding-left: 22px;
}

#about-me li+li {
	margin-top: 0.5em;
}

.fb-like-box {
	margin-top: 50px;
}	

aside {
	float: right;
	width: 20%;
}

aside li {
	list-style: none;
}

aside li+li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

aside a {
	display: block;
	text-decoration: none;
}

aside h3 {
	font-size: 1.2em;
	margin: 0 0 0.1em;
}

aside img {
	margin-top: 8px;
	width: 100%;
}

aside .facebook {
	float: right;
	width: 24px;
	height: 24px;
	background: url(sprite.png) 0 -260px;
	text-indent: -9999px;
}
aside .facebook:hover {
	background-position: 0 -220px;
}

footer {
	margin-top: 50px;
	width: 100%;
	padding: 30px 0;
	background: #efefef url(bg-gray.png);
	border-top: 1px solid #ddd;
}

footer a {
	text-decoration: none;
}