/*
Sydney Singles Theme
Version: 1.0
Author: Karen Lai
Author URI: http://www.sydneysingles.com.au/
*/

body {
	background: #362f2d url('images/bgcolor.png') top left repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	}

h2 {
	font-size: 18px;
	font-weight: bold;
	}

a, a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
}	
a:hover { color: #666; text-decoration: underline;}
a em { font-weight: normal; font-style: normal; }


#nav {
    background: url('images/menu-items.png') no-repeat;
    width: 215px;
    height: 180px;
    margin: 0;
	padding: 0;
    }

#nav span { display: none; }

#nav li, #nav a {
    height: 29px;
    display: block;
	margin: 0;
	padding: 0;
	text-decoration: 0;
	border: 0;
    }

#nav li {
    float: left;
    list-style: none;
    display: inline;
    }

li#home { width: 215px;}
li#events { width: 215px; }
li#contact { width: 215px; }
li#mailing { width: 215px; }
li#photo { width: 215px; }
li#faq  { width: 215px; }

#home a:hover { background:url('images/menu-items.png') -215px 0px no-repeat; }
#events a:hover { background:url('images/menu-items.png') -215px -29px no-repeat; }
#contact a:hover { background:url('images/menu-items.png') -215px -58px no-repeat; }
#photo a:hover { background:url('images/menu-items.png') -215px -87px no-repeat; }
#mailing a:hover { background:url('images/menu-items.png') -215px -116px no-repeat; }
#faq a:hover { background:url('images/menu-items.png') -215px -145px no-repeat; }


.pagecontainer {
	width: 986px;
	padding: 0px;
	margin: 0px;
	}
	
.leftshade {
	width: 18px;
	background: url('images/shade-left.png') top left repeat-y;
	}
	
.rightshade {
	width: 18px;
	background: url('images/shade-right.png') top left repeat-y;
	}

.tablecontainer {
	width: 950px;
	padding: 0px;
	margin: 0px;
    background: url('images/contentgradient.png') bottom repeat-y;
	}

.container {
	width: 950px;
	padding: 0px;
	margin: 0px;
    background: url('images/bouquet2.png') bottom no-repeat;
	}
	
.banner {
	width: 950px;
	background: url('images/header.jpg') top left no-repeat;
	}
	
.menuheader {
	background: url('images/menu.jpg') top left no-repeat;
	overflow: hidden;
	}

.menumain {
	background: url('images/menumain.png') top no-repeat;
	}
	
.menucontent {
	height: 233px;
	position: relative;
	left: 20px;
	top: 20px;
	}

.contentshadow {
	background: url('images/contentleftshadow.png') top right repeat-y;
	}

.menuright {
	background: #363636 url('images/menuright.png') top left no-repeat;
	}
	
.menutopright {
	background: #363636 url('images/menutopright.png') top left no-repeat;
	}

.pagetitle {
	background: url('images/content.png') top left repeat-y;
	}
	
.content {
	background: url('images/content.png') top left repeat-y;
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	}

.content p {
	padding-right: 25px;
	}

.contentfooter {
	background: url('images/contentfooter.png') right no-repeat;
	}
	
.space {
	background: url('images/space.png') center no-repeat;
	}

.footer {
	background: #000 url('images/contentgradient.png') top left repeat-y;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	}

.faq {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px; 
	font-size: 10px;
	}