/*
	This is the stylesheet for www.zenstick.com.au
	
	Author Name	: Morgan Daly
	Author Site	: http://www.portalpie.com
	Version		: 0.1
	Comments	: hope you like it
*/

body {
	background-color: black;
	color: white;
	font: light 1em Arial, Helvetica, Geneva, sans-serif;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-weight: lighter;
}

#container {
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
}

#main {
	position: static;
	height: auto;
	display: block;
	width: 900px;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

.zenquotes {
	width: 280px;
	height: 380px;
	float: left;
	display: inline;
	padding-right: 3px;
}

.preview {
	width: 900px;
	height: auto;
	margin-bottom: 25px;
	margin-top: 30px;
}

#middle {
	padding-top: 10px;
	display: block;
	height: 90px;
	position: relative;
	width: 850px;
}

.logo {
	width: 283px;
	height: 81px;
	display: inline;
	float: left;
	background: url(images/WebLogo.jpg) no-repeat;
}

.logo img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}

.menus {
	width: 566px;
	height: 81px;
	float: right;
	text-align: right;
	display: inline;
}

#footer {
	clear: left;
	width: 850px;
	height: 350px;
	margin-top: 23px;
}

.details {
	width: 273px;
	height: 350px;
	float: left;
	padding: 5px;
}

.contact {
	width: 228px;
	height: 350px;
	float: left;
	padding: 5px 5px 5px 50px;
}

.emailform {
	width: 273px;
	height: 350px;
	float: left;
	padding: 5px;
}

blockquote {
	background: none no-repeat;
	padding-left: 0;
	padding-right: 40px;
	text-align: justify;
}

.error {
	color: red;
}

.thanks {
	color: #588d8d;
	margin-top: 0;
}

.vcard {
	color: gray;
}

.menuimage1 img { 
	margin-left: 3px; 
	border:none
}

.menuimage1 img:hover {
	border-left: 1px solid white;
}

.menuimage img { 
	margin-left: 7px; 
	border:none
}

.menuimage img:hover {
	border-left: 1px solid white;
	margin-left: 6px;
}

a img, a img:active, a img:hover, a img:link {
	border: 0;
}

#portfolio {
	width: 900px;
	height: auto;
	text-align: center;
	padding-left: 4px;
	margin: 40px auto 70px;
}

#portfolio img {
	padding-bottom: 2px;
}

#portfolio a {
	font-size: .95em;
}

#portfolio_grid {
	list-style-type: none;
	width: auto;
	font-size: .8em;
	padding: 0;
	height: auto;
	margin: 13px auto;
	overflow: auto;
}

#portfolio_grid li {
	display: block;
	float: left;
	width: 107px;
	text-align: center;
	height: 157px;
	margin: 2px 8px 10px;
}

.hiddenpages {
	display: none;
}


