/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	ALEX'S CSS STARTS HERE 

	Stop looking at my code, you code lookers!
	
	Colin, that one's for you :)
	
*/
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #2e3436;
}

div#header {
	background-image: url("images/header-background.png");
	background-position: bottom left;
	background-repeat:  repeat-x;
	height: 75px;	
	position: relative;
	border-bottom: 1px solid #930;
}

div.contentHolder {
	width: 750px;
	margin: 0 auto;
}

div#header h1 {
	background-image: url("images/alex-walker.png");
	height: 75px;
	position: absolute;
	width:250px;
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: -1000em;
}

div#header h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	text-indent: -1000em;	
}

div#menu {
	background-color: #555;
	color: #eee;	
	padding: 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #222;
}

div#menu a {
	color: #eee;	
	text-decoration: none;
	font-weight: bold;
}

div#menu a:hover {
	color: #fff;
}

div#stickyFooterWrap {
	background-color: #eee;	
}

div#content {
	background-image: url(http://alex.maylene.eu/wp-content/themes/blank2L-1/images/main-back.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-bottom: 40px;
}

div#menu ul li {
	display: inline;
	margin-right: 10px;	
}

div.socialLinks {
	float: right;
	margin-top: 21px;
}

div.socialLinks ul li {
	float: left;
	margin-left: 10px;	
}

div.socialLinks a {
	display: block;
	height: 32px;
	width: 32px;	
}

div.socialLinks span {
	display: none;
}

a.twitterLink {
	background-image: url("images/twitter.png");	
}

a.lastfmLink {
	background-image: url("images/lastfm.png");	
}

div#homepageIntro {
	background-image: url("images/wood.jpg");
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #dfba8d;
	border-bottom: 1px solid #c79d6b;
}

div#homepageIntro div.contentHolder {
	font-size: 1.5em;
	color: #210;
	font-family: Georgia, "Times New Roman", serif;	
}

div#footer {
	background-image: url("images/footer-bezel.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #233336;
	border-top: 1px solid #666;
}

div#footer div.contentHolder {
	border-top: 1px solid #999;
	width: auto;	
}

div#footer a {
	color: #fff;
	text-decoration: none;	
}

div.footerColumns {
	width: 750px;
	margin: 20px auto;	
}

ul.footerLinks {
	overflow: hidden;
	color: #fff;	
}

ul.footerLinks > li {
	float: left;
}

ul.footerLinks > li h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	padding: 3px;
	border-bottom: 1px solid #fff;
	width: 180px;
	margin-right: 10px;
}

ul.footerLinks > li ul li {
	padding: 3px;
	font-size: 0.8em;
}

div.post h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #00a67c;
}

div.post {
	margin-bottom: 20px;	
}

div.post h2 a {
	text-decoration: none;
	color: #00a67c;
}

div.post small {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
	color: #666;	
}

div.post div.entry {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.post p.postmetadata {
	font-size: 0.8em;
	color: #666;	
	padding-top: 5px;
}

div.post p.postmetadata a {
	color: #666;	
}

div.post div.entry {
	font-family: Georgia, "Times New Roman", serif;	
}

div.post div.entry p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4em;
}

div#content ul {
	margin-left: 2em;
	list-style: disc outside none;
	line-height: 1.4em;	
}

/* STICKY FOOTER */

html, body {
	height: 100%;	
} 

div#stickyFooterWrap {
	min-height: 100%;
}

div#container {
	overflow: auto;
	padding-bottom: 170px;	
}

div#footer {
	position: relative;
	margin-top: -170px;
	height: 169px;
	clear: both;	
}