/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#pagenav li a span {
	padding: 50px 40px 10px 5px;	
}

#footercolumn {
	float: left;
	line-height: 1.7em;
	margin: 15px 0px 10px 10px;
	width: 170px;
	font-size:13px;
}

#footerlist ul li, #footerlist ul li a:link, #footerlist ul li a:visited, #footerlist ul li a:hover {
	padding: 10px 0px 0px;	
	font-size:13px;
	font-weight: normal;
}

#footercolumn.contact {
	text-align: right;
	font-size:13px;
	font-weight: normal;
}

body  {
	font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.6;  /*unitless for proper inheritance*/
	background: #3ca12e url('http://freshnumbers.com.au/wp-content/themes/suitandtie/styles/default/bgtile.gif') repeat-x 0% 0%;
}

a:link, a:visited  {	
	font-weight:700;
}

a:hover  { 
	font-weight:700;
}

input[type="text"], textarea
{
    margin-bottom: 5px;
    //display: block;
    padding: 4px;
    border: solid 1px #339933; 
    //width: 200px;
    background-color: #c1e0c1;
}

input[type="submit"] {
	//-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	//-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	//text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	cursor: pointer;
	//padding: 5px 10px 6px;
	background:#339933;
	//color:#ffffff;
	font-weight:bold;
}

#sidebar {
padding: 10px 20px 0px 20px;
width:300px;
}