/********************************************************/
/* Print stylesheet for Writing Designs					*/
/* Author Emma Clark - 10.06.08							*/
/* Default												*/
/********************************************************/
/* Reset ************************************************/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px;
	-moz-outline: 1px dotted #666 !important;
	-moz-outline-offset: 1px !important;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********************************************************/
/* Elements												*/
/********************************************************/
body {
	font-family:arial, verdana, sans-serif;
	background:#000;
	color:#000;
}

a:link, a:active, a:visited, a:hover {
	color:#000;
	text-decoration:underline;
}

h1 {
	font-size:2.5em;
	font-weight:normal;
	width:auto;
}

h2 {
	font-size:0.85em;
	font-weight:bold;
	padding:0 0 0.5em 0;
}

h3 {
	font-size:0.8em;
	font-weight:normal;
	padding:0 0 0.5em 0;
	line-height:1.4em;
}

h4 {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	line-height:1.4em;
	font-weight:bold;
}

em {
	font-style:italic;
}


/********************************************************/
/* Shared												*/
/********************************************************/
.bold {
	font-weight:bold;
}

/********************************************************/
/* Structure											*/
/********************************************************/
#header {
	height:auto;
	background:#F57760 url(../images/header-bg.gif);
	padding:0 0 1em 0;
}

#site {
	width:auto;
	float:left;
}

#site #main-menu {
	display:none;
}

#site #main-content {
	width:auto;
	float:none;
	padding:1em 0;
	border-top:1px solid #000;
}

#site #main-content .page-title {
	height:auto;
	padding:0 0 1em 0;
}
body.home #site #main-content .page-title {
	height:auto;
}

#site #main-content .print {
	display:none;
}

#site #main-content .left {
	width:auto;
	float:none;
	padding:0 0;
	border-top:0;
}

#site #main-content .right {
	width:auto;
	float:none;
	padding:1em 0;
	border-top:1px dashed #000;
}

#footer {
	display:none;	
}

/********************************************************/
/* Content												*/
/********************************************************/
/* Page backgrounds *************************************/


/* Header ***********************************************/


/* Main nav *********************************************/


/* Page header ******************************************/
#site #main-content .page-title h1 {
	width:auto;
	height:auto;
	display:block;
	text-indent:0;
}

/* Main content *****************************************/
#site #main-content p,
#site #main-content ul,
#site #main-content ol {
	font-size:0.7em;
	padding:0 0 1.2em 0;
	line-height:1.6em;
}

#site #main-content p.less-padding {
	padding:0 0 0.4em 0;
}

#site #main-content .left ul {
	list-style:disc;
	margin:0 0 0 1.5em;
}

#site #main-content .left ul li {
	margin:0 0 0.3em 0;
}

#site #main-content .left h2 {
	font-size:1.1em;
	padding:0.8em 0 1em 0;
	font-weight:normal;
}

#site #main-content .right img {
	border:1px solid #000;
}

#site #main-content .right .content-menu ul {
	list-style:disc;
	margin:0 0 0 1.5em;
}

#site #main-content .right .content-menu ul li {
	padding:0 0 0 0;
	margin:0 0 0.4em 0;
}

#site #main-content .right .testimonial {
	font-style:italic;
}

#site #main-content .right .testimonial span {
	font-style:normal;
	display:block;
	padding:0.2em 0 0 0;
}

/* Footer ***********************************************/


/* Hide content *****************************************/
#accordian div {
	display:block;
}
