/*  
Theme Name: Primasoy
Theme URI: http://www.theitch.com.au/
Description: The WordPress theme created for the Primasoy website.
Version: 1.0
Author: John Ngo
Author URI: http://www.theitch.com.au/
*/

*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none;
}

body
{
	font: normal normal normal 80% Helvetica, Arial, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6
{
	font: normal normal normal 2em Helvetica, Arial, sans-serif;
	color: #9BC42C;
	text-decoration: none;
	margin: 0em 0em 0.5em 0em;
}

h2
{
	font-size: 1.8em;
}

h3
{
	font-size: 1.6em;
}

h4
{
	font-size: 1.4em;
}

p, ul
{
	margin: 0em 0em 1em 0em;
}

a
{
	color: #9BC42C;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

small
{
	font-size: 0.9em;
}

#frame
{
	margin: 0px auto 0px auto;
	width: 550px;
	overflow: auto;
}

#header
{
	background: #9BC42C;
	margin: 0em 0em 0.1em 0em;
	padding: 0em 0em 0em 1em;
}

#logo
{
	display: block;
	margin: 0em 1em 1em 1em;
}

#navigation
{
	background: url(images/background01.gif) #9BC42C no-repeat bottom center;
	margin: 0em 0em 1em 0em;
	font-size: 0.9em;
	text-align: right;
}

#navigation ul
{
	list-style: none;
	padding: 0.5em 0em 0.5em 0em;
	margin: 0em 0em 0em 0em;
}

#navigation li
{
	list-style: none;
	display: inline;
	padding: 0em 1.2em 0em 0em;
	margin: 0em 0em 0em 0em;
}

#navigation a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#banner
{
	display: block;
	margin: 0em 0em 0.1em 0em;
}

#categories
{
	background: url(images/background02.gif) #666666 no-repeat bottom center;
	font-size: 0.9em;
	color: #FFFFFF;
}

#categories ul
{
	list-style: none;
	padding: 0.5em 0em 0.5em 0em;
	margin: 0em 0em 0em 0em;
}

#categories li
{
	list-style: none;
	display: inline;
	padding: 0em 0em 0em 1.2em;
	margin: 0em 0em 0em 0em;
}

#categories a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#body
{
	padding: 1em 1em 1em 1em;
}

#body div.post
{
	margin: 0em 0em 1em 0em;
}

#footer
{
	margin: 2em 0em 1em 0em;
	padding: 1em 1em 1em 1em;
	font-size: 0.9em;
	border-top: 1px dotted #666666;
}

#footer table
{
	margin: 0em 0em 1em 0em;
}

#footer table td.column01
{
	padding-right: 3em;
}

#footer td
{
	vertical-align: top;
}

#footer ul
{
	list-style: none;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

#footer li
{
	list-style: none;
	display: inline;
	padding: 0em 1.2em 0em 0em;
	margin: 0em 0em 0em 0em;
}

#footer a
{
	font-weight: normal;
}

#body ul li
{
	margin: 0.2em 5em 0.2em 5em;
	padding: 0.2em 0em 0em 0em;
	list-style: none;
	border-top: 1px dotted #666666;
}

#body ol li
{
	margin: 0.2em 2em 0.2em 2em;
	padding: 0.2em 0em 0.1em 0em;
}

input.text
{
	width: 50%;
	border-bottom: 1px dotted #666666;
	color: #666666;
}

textarea
{
	width: 100%;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}