/*
Theme Name: Glengarry
Description: 2009 flavour
Version: 2009
Author: Almost Anything Web and Graphic Design
Author URI: http://www.almostanything.com.au
*/

/*
 * COLOURS
 * red					:	810000
 * yellow				:	e9a207
 * 
 * CONTENTS
 * 1.Header and Body
 * 2.Main Content
 * 3.Forms
 * 3.Footer
 * 4.Forms
 * 5.Navigation
 * 6.News
 */

/*
 * 1.Header and Body
 */
body {
    margin: 0;
    padding: 0;
    font-family: calibri, verdana, sans-serif;
	background:#e9a207 url(images/body_bg.jpg) repeat-x;
}
#header {
    background: url(images/masthead.jpg);
    width: 985px;
    height: 464px;
}
#header h1 {
	text-indent:-999em;
	padding:0;
	margin:0;
}
.widthlimiter {
    width: 985px;
    margin: 0 auto;
	position:relative;
}
#menu {
    width: 100%;
    height: 2em;
	position:absolute;
	top:20px;
}
#content{
	width: 785px;
	color:#fff;
	padding:20px 100px 0 100px;
	background:#810000 url(images/content_bg.jpg) repeat-y;
}

/*
 * 2.Main Content
 */
#content h1{
	font: 1.8em Georgia, "Palatino Linotype" serif;
	color:#fff;
	border-bottom:1px solid #fff;
} 
#content h2{
	color:#fff;
	font: 1.4em Georgia, "Palatino Linotype" serif;
	margin-top:2em;
}
#content a {
    color: #e9a207;
}
#content a:hover {
    background-color: #e9a207;
    color: #810000;
    text-decoration: none;
}
#content img{
	border:2px solid #e9a207;
}
#content img.alignleft, #content div.alignleft {
	float:left;
	margin:0 0.5em 0.5em 0;
}
#content img.alignright, #content div.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
}
#content img.aligncenter, #content div.aligncenter {
	text-align:center;
	margin:0 auto;
}
table.table-contact{
	width:100%;
	border:0;
}
.table-phone{
	width:50%;
	padding-left:10px;
}
.table-address{
	width:50%;
	text-align:right;
	padding-right:10px;
}


/*
 * 3.Forms
 * Override any of the default cforms styles here by prefixing with #content
 * to increase specifity
 */
#content .cform{
	float:right;
} 
#content .cform p.cf-sb {
    background:none;
}
#content .cform label {
    color: #fff;
	font-size:1em;
}
.linklove { /*hides link to author but still gives them the backlink*/
    display: none;
}

/*
 * gallery adjustments
 *
*/
.piclenselink{
	text-align:center;
	font-size:80%;
}
#content div.ngg-gallery-thumbnail{
	margin-right:0;
}

/*
 * 3.Footer
 * Text should be a little smaller and more subtle in contrast.
 */
#footer {
    background: #e9a207 url(images/footer.jpg) no-repeat;
    width: 100%;
    height: 5em;
	text-align:center;
	clear:both;
}
#footer p {
	margin:0;
	padding:0;
    font-size: 0.6em;
    line-height: 2em;
    color: #810000;
}
#footer p.description{
	text-align:right;
	font-size:20px;
	font-weight:bold;
	margin-right:16px;
}
#footer a {
    color: #810000;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

/*
 * 5.Navigation
 * Ahhh, the fun part. If you get stuck, ask Jeff Vader. I'm his brother.
 * http://www.youtube.com/watch?v=7tUNNM-Hyu8
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:32px;
}
.nav ul { /* dropdown width */
	position:absolute;
	top:-999em;
	width:140px;
}
.nav ul li,
.nav a {
	width: 140px;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
	width:140px;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul { /* vertical pozzie of dropdown */
	left:5px;
	top:25px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul { /* 2nd level dropdown */
	left:90px;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** SKIN ***/
.nav {
	float:left;
}
.nav li {
	background:none;
	width:140px;
	text-align:center;
	font-weight:bold;
}
.nav a {
	color: #000;
	text-decoration:none;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#810000;
	border-bottom:2px solid #810000;
	color:#fff;
}
.nav li li {
	/*background:#ccc;*/
}
.nav li li li {
	/*background:#ccc;*/
}

/*
 * 6.News
 */
.postdate, .postmetadata{
	font-size:0.8em;
	font-style:italic;
}

