/*
styles.css

Stylesheet for front page of
milkit.com.au

Last Edited: 3 June 2008
By: Shu-Min Heng

*/


/* * * * * * * * * * * * * * * * START 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: 0;
}
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: "" "";
}

/* * * * * * * * * * * * * * * * * END RESET * * * * * * * * * * * * * * * * */

/* TOP LEVEL */

body
{
	text-align: center;
	background-color: #fefefe;

	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
	line-height: 130%;
}

div#wrap
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #ADD379 url(images/front/bg.png) no-repeat;	
	padding: 0 10px 5px 10px;
}

div#header
{
	padding: 20px 10px;
	height: 230px;	
}

div#flash
{
	margin-top: -60px;
	margin-left: 430px;
}

div#content_left, div#content_right
{
	margin-bottom: 10px;
}

div#content_left
{
	float: left;
	margin-right: 5px;
}

div#content_right
{
	float: right;
	margin-left: 5px;
}

div#footer
{
	width: 100%;
	height: 40px;
	clear: both;
	background: #FFFFFF;
	margin-bottom: 10px;
}

div#footer_text
{
	float: left;
}

/* CONTENT LEVEL */

div#tagline
{
	margin-bottom: 10px;
	padding: 15px;
	width: 740px;
	height: 52px;
	background-color: #FFFFFF;
	
	color: #F48120;
	font-size: 16pt;
	font-weight: bold;
	line-height: 110%;
}

div.box
{
	margin-right: 10px;
	float: left;
	width: 185px;
}

div.box_pic
{
	width: 185px;
	height: 110px;
	background-color: gray;
}

div.box_title
{
	height: 36px;
	padding: 8px 10px;
	background-color: #FFFFFF;
	
	color: #F48120;
	font-size: 14pt;
}

div.box_content
{
	height: 69px;
	padding: 8px 22px;
	background-color: #D3DEDC;
	border: 2px dashed #FFFFFF;
	border-top: none;
	
	color: #616D6F;	
}

div#right_1, div#right_2, div#right_3
{
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 8px 10px 8px;
	width: 180px;
	border: 2px dashed #FFFFFF;
	
	color: #FFFFFF;
}

div#right_1
{
	padding: 15px 8px 15px 8px;
	background-color: #F48120;
}

div#right_2
{
	background-color: #F49620;
}

div#right_3
{
	background-color: #F4A820;
}

div#latest
{
	margin-bottom: 10px;
	padding: 15px;
	background-color: #FFFFFF;
	clear: both;
}

div#footer_info
{
	float: left;
	padding: 10px 0;
	color: #AAAAAA;
}

.latest_content p
{
	margin: 5px 0;
}

/* TYPOGRAPHY ONLY */

.latest_heading
{
	padding-bottom: 5px;
	color: #F48120;
	font-size: 14pt;
	font-weight: bold;
	line-height: 110%;
}

.latest_content
{
	color: #616D6F;
}

a.a1:link, a.a1:visited
{
	color: #616D6F;
}

a.a2:link, a.a2:visited, a.a3:link, a.a3:visited, a.a4:link, a.a4:visited
{
	color: #FFFFFF;
}

a.a1:hover
{
	background-color: #616D6F;
	text-decoration: none;
	color: #D3DEDC;
}

a.a2:hover
{
	background-color: #FEFEFE;
	text-decoration: none;
	color: #F48120;
}

a.a3:hover, a.a4:hover
{
	background-color: #FEFEFE;
	text-decoration: none;
	color: #F4A820;
}

div.t1, div.t2
{
	margin-bottom: 5px;
	font-weight: bold;
}

div.t1
{
	font-size: 14pt;
}

div.t2
{
	font-size: 12pt;
}

div#footer_info a:link, div#footer_info a:visited
{
	color: #AAAAAA;
}

div#footer_info a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background: #AAAAAA;
}

/* RANDOM */

ol, ul {
	list-style: square;
}

div.clearer
{
	clear: both;
}

.rssus
{
	width: 40px;
	height: 20px;
	padding: 2px 0 2px 20px;
	background: url('../images/feed-icon-16x16.png') #fff;
	background-repeat: no-repeat;
	color: #fff;
}

.floatleft
{
	float: left;
}