/*
Theme Name: Rustic
Theme URI: http://www.anmari.co.za/
Description: The official theme to the An-Mari web site.
Version: Version 2.0
Author: The Creative Bureau
*/

/*Standard Page Styling ------------------------------------------------------------ */
body {
	background: #000000;
	background-image: url('images/backg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #3C3C3C;
}

#container {
	background: transparent;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

h1.title { 
	margin: 12px 0px 0px 0px;
	padding-bottom: 0px; 
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 26px;
	font-weight: normal;
	color: #332515;
	border-bottom: 0px solid #3C3C3C;
}

h2.title { 
	margin: 12px 0px 0px 0px;
	padding-bottom: 0px; 
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: normal;
	color: #332515;
	border-bottom: 0px solid #3C3C3C;
}

p {
	margin-top: 0px;
}

strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

img {
	border: 0px;
}

/*Header Styling ------------------------------------------------------------------- */
#header {
	background: transparent;
	width: 860px;
	height: 150px;
}

#logo {
	background: transparent;
	width: 290px;
	height: 150px;
	margin: 0px;
	float: left;
}

a.rollover {
	display: block;
	width: 290px;
	height: 150px;
	background: url("images/pageTitle.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.rollover {
	background-position: 0 -150px;
}

#info {
	background: transparent;
	width: 142px;
	height: 150px;
	margin: 0px;
	float: left;
}

a.inforollover {
	display: block;
	width: 142px;
	height: 150px;
	background: url("images/info.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.inforollover {
	background-position: 0 0px;
}

#gallery {
	background: transparent;
	width: 146px;
	height: 150px;
	margin: 0px;
	float: left;
}

a.galleryrollover {
	display: block;
	width: 146px;
	height: 150px;
	background: url("images/gallery.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.galleryrollover {
	background-position: 0 0px;
}

#reservations {
	background: transparent;
	width: 142px;
	height: 150px;
	margin: 0px;
	float: left;
}

a.reservationsrollover {
	display: block;
	width: 142px;
	height: 150px;
	background: url("images/reservations.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.reservationsrollover {
	background-position: 0 0px;
}

#contact {
	background: transparent;
	width: 140px;
	height: 150px;
	margin: 0px;
	float: left;
}

a.contactrollover {
	display: block;
	width: 140px;
	height: 150px;
	background: url("images/contact.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.contactrollover {
	background-position: 0 0px;
}

/*Content Styling ------------------------------------------------------------------ */
#content {
	background: #EFECCA;
	background-image: url('images/paperBackg.jpg');
	background-position: top;
	background-repeat: repeat-y;
	width: 860px;
}

#gallerycontent {
	background: #EFECCA;
	background-image: url('images/galleryPaperBackg.jpg');
	background-position: top;
	background-repeat: repeat-y;
	width: 860px;
}

#content a, #content a:visited {
	text-decoration: none;
	color: #332515;
	border-bottom: 1px dotted #332515;
}

#content a:hover, #content a:active {
	text-decoration: none;
	color: #0000000;
	border-bottom: 1px solid #332515;
}

#bordertop {
	width: 860px;
	height: 15px;
}

#main {
	background: transparent;
	padding: 5px 35px 20px 40px;
}

#borderbottom {
	width: 860px;
	height: 11px;
}

/*Home Page Styling ---------------------------------------------------------------- */
#hometext {
	background: transparent;
	padding: 5px 35px 20px 40px;
	width: 370px;
}

#homeimage {
	background: transparent;
	padding: 0px;
	width: 425px;
	height: 365px;
	position: absolute;
	margin-top: 35px;
	margin-left: 410px;
}

/*Form Styling ----------------------------------------------------------------------*/
#formmessage {
	background: url(images/formpaper.png) top left no-repeat;
	width: 445px;
	height: 107px;
	|height: 95px; /*IE Only*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 8px 20px 0px 20px;
	|padding: 20px 20px 0px 20px; /*IE Only*/
}

/*Footer Styling ------------------------------------------------------------------- */
#footer {
	background: transparent;
	width: 850px;
	margin: 0px 0px 35px 0px;
	padding: 8px 5px 5px 5px;
	color: #D6CDC5;
}

#copyright {
	background: transparent;
	float: left;
}

#credit {
	background: transparent;
	float: right;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#credit a{
	background: #240F09;
	padding: 3px 2px 3px 3px;
	text-decoration: none;
	color: #CDD8D9;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;

}
#credit a:hover{
	color: #3c3c3c;
	background: #FFFFFF;
}
	





















