/* @override http://alec-morrison.co.uk/alec-morrison.css */

/* Alec Morrison */
/* July 2010 */
/* mail@alec-morrison.co.uk */

/* Start with Eric Mayer's CSS Reset */
/* 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;
}

/* start of real styling */

body {
	margin: 0px; padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.6em;
	background-color: #111;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ddd;
}
#container {
	width: 100%;
	padding-top: 5px;
}
#content {
	width: 1050px;
	margin: auto;
}
.category_title {
	text-align: right;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-right: 5px;
	color: #fff;
	font-size: 1.0em;
	}
.flash {
	margin-top: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	width: 564px;
	float: left;
	display: inline;
	border: 1px solid #fff;
	background-color: #11292e;
}
.flash_title {
	border-bottom: 1px solid #fff;
	background-color: #11292e;
	padding-left:  5px;
	padding-top:  10px;	
}
.html {
	margin-top: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	width: 288px;
	float: left;
	display: inline;
	border: 1px solid #fff;
	background-color: #11292e;
}
.html_title {
	border-bottom: 1px solid #fff;
	background-color: #11292e;
	padding-left:  5px;
	padding-top:  10px;	;
}
.wordpress {
	margin-top: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	width: 144px;
	float: left;
	display: inline;
	border: 1px solid #fff;
	background-color: #11292e;
}
.wordpress_title {
	border-bottom: 1px solid #fff;
	background-color: #11292e;
	padding-left:  5px;
	padding-top:  10px;	;
}
.website {
	float: left;
	display: inline;
	margin: 5px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #FFF;
	width: 121px;
	height: 260px;
	font-size: 0.7em;
	line-height: 1.5em;
	background-color: #091618;
}
#header {
	padding: 0px 5px 5px 0px;
	text-align: right;
	border: 1px solid #FFF;
	width: 1005px;
	margin-top: 10px;
	background-color: #091618;
}
h1	{
	font-size: 2em;
	font-weight: 100;
	padding: 25px 0;
	color:  #fff;
}
h2	{
	font-size: 1em;
	line-height: 0.5em;
	font-weight: 100;
	padding-bottom: 10px;
}
h4 {font-size: 1.0em;
	line-height: 0.1em;
	font-weight: normal;
	font-style: normal;
	padding: 10px 0px;
}
h5 {
	padding: 4px 0px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
img {
	border: 1px solid #fff;
}