@charset "utf-8";

/* 
Site Name Here 
Designed by Avato Studios
Copyright Avato Limited
alexhughes@avato.co.uk
*/

@import url("style/layout.css");
@import url("style/assets.css");
@import url("style/thickbox.css");

ul,li {list-style-type: none;}
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, input, 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;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.6em;
	font-size: 11px;
	text-align: center;
}
p {
	margin-bottom: 15px;
}
a {
	color: #ce0000; 
	text-decoration: underline; 
	cursor: pointer; 
	outline: none;
}
a:hover {
	text-decoration: none;
}
strong {font-weight: bold;}
/* Logo */

h1 {
	font-size: 32px;
	float: left;
	position: relative;
	top: 9px; 
	left: 0px;
	width: 465px;
	height: 75px;
	letter-spacing: -2px;
	line-height: normal;
	background: url(style/images/content/dewan-logo2.jpg);
	background-image: url(style/images/content/dewan-logo2.jpg);
}
h1 a {
	float: left;
	text-decoration: none;
	color: #ce0000;
}
	h1 a span {font-size: 11px; color:#938F8F; letter-spacing: -0.2px;}

/* Headings */

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif}

	h2 {
		font-size: 42px;
		font-style: italic;
		margin-bottom: 15px;
	}
	h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	h4 {
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 20px;
	}
	h5 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
/* Lists */

ul.list {
	margin-bottom: 15px;
}
	ul.list li{
		list-style-type: disc;
		margin-left: 20px;
	}

ol.list {
	margin-bottom: 15px;
}
	ol.list li{
		list-style-type: decimal;
		margin-left: 25px;
	}
	
/* Quotes and Pre */

pre {
	width: 90%;
	float: left;
	position: relative;
	border-left: 3px solid #566FA7;;
	padding-left: 30px;
	margin-bottom: 15px;
}

blockquote {
	width: 90%;
	float: left;
	position: relative;
	border-left: 3px solid #2f2f2f;;
	padding: 10px 0px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 15px;
}
blockquote p {margin-bottom: 0px;}
