/* ----- website name mobile stylesheet ----- */
/* ----- Fuse Digital 2008 ------------------ */
/* ----- enjoy. ----------------------------- */

/*
	
	----- Site Dimensions -----
	
	Recommended Max Size: 200px 250px

*/

body {
	margin: 0;
	padding: 0;
	font: small Arial, Verdana, sans-serif;
}

/* ------ Header ------ */
/* ------------------------------------------------------------ */
#header {
	margin: 0 0 5px 0;
	padding: 5px;
	background: #fff;
	color: #666;
	border-bottom: 3px solid #820000;
}
#header h1 {
	margin: 0;
}
#header p {
	margin: 0;
	font-size: smaller;
}

/* ------ Footer ------ */
/* ------------------------------------------------------------ */
#footer {
	margin: 10px 0 0 0;
	padding: 5px;
	background: #b11116;
	color: #fff;
	border-top: 3px solid #820000;
}
#footer p {
	margin: 0;
	font-size: smaller;
}
#footer p a {
	color: #fff;
	text-decoration: underline;
}

/* ------ Content ------ */
/* ------------------------------------------------------------ */
#content {
	padding: 0 5px;
}

/* ------ Typography ------ */
/* ------------------------------------------------------------ */
a {
	text-decoration: none;
	font-weight: bold;
	color: #820000;
}
a.alt {
	font-weight: normal;
	font-size: smaller;
}
ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: outside;
}
ol#tech li {
	margin-bottom: 8px;
}
h2 {
	margin: 0;
	font-size: 1em;
	color: #820000;
}
h3 {
	margin: 0;
	font-size: 1em;
}
#content h2, #content h3, #content p, #content ul {
	margin: 0 0 8px 0;
}
.row-1, .row-2 {
	padding: 6px 0;
}
#content .row-1 h2, #content .row-2 h2 {
	margin: 0;
}
.row-1 {
	background: #e9e9e9;
}
#content .row-1 p, #content .row-2 p {
	margin-bottom: 0;
}
p.end-lnk {
	padding-top: 12px;
	font-size: smaller;
}
strong.date {
	font-size: smaller;
}
