/*
Theme Name: AmanCara
Theme URI: http://www.amancara.com.au/
Description: The default theme for www.amancara.com.au
Version: 1.0
Author: Chris Vincent
Author URI: http://www.chrisvincent.com.au/
*/

@import 'reset.css';

body {
	min-width: 900px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	background: url('images/bg.jpg') top left repeat-x #fff;
	color: #fff;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: normal;
}

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

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
}

.left, .alignleft {
	float: left;
}

.right, .alignright {
	float: right;
}

.clear {
	clear: both;
}

#page {
	width: 900px;
	max-width: 900px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: left;
	background: url('images/pageBg.jpg') top center no-repeat;
}

#menu {
	height: 40px;
}

#menu ul {
	overflow: auto;
	padding-left: 13px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	color: #dbeffe;
	line-height: 40px;
	padding: 0 20px;
}

#menu ul li a:hover {
	text-decoration: none;
}

#content {
	padding: 0 33px 10px 33px;
	color: #222;
}

#content .article h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	color: #222;
	clear: both;
}

#content .article h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 25px 0 2px 0;
	color: #222;	
}

#content .article img {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

#content .article img.alignleft {
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #ccc;
}

#content .article img.alignright {
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #ccc;
}

#content .article ul,
#content .article ol {
	margin-bottom: 10px;
}

#content .article ul li {
	list-style: disc;
	margin: 0 0 0 20px;
	color: #555;
}

#content .article ol li {
	list-style: decimal;
	margin: 0 0 0 20px;
	color: #555;
}

#content .article p {
	padding: 0;
	margin: 0 0 10px 0;
	color: #555;
}

#content .article a {
	color: #BE0002;
}

#content .article strong {
	color: #333;	
}

#footer {
	clear: both;
	width: 946px;
	height: 111px;
}

#footer p {
	color: #333;
	font-weight: bold;
	padding: 83px 50px 0 0;
	text-align: right;
}








