/*
** Copyright Stephen Neate - http://subtledifference.com.au/
** Base Design for editEase example
** Theme Name:  Wine
**
** ## easy find replace ##
** Primary Colour: #4C1803
** Primary Colour Shade: #D8DEDD (20% shade)
** 2nd Colour: #8D2710
** 3rd Colour: #A38F6E (link hover)
** 4th Colour: #494037
** 4th Colour Shade: #807A73 (20% shade)
** 5th Colour: #6C6829
**
** Width Figure: 900px
**
** Last Updated: 06 July 2008
*/

body { font: 62.5% "Century Gothic", Geneva, Verdana, Arial, Helvetica, sans-serif; color: #4C1803;}

#fti a{ color:#fff; text-decoration:none; }
#fti a:hover { color:#000; text-decoration:underline; }

/* page constants */

.clear { clear: both; } /* universal clear */
.left { float: left; } /* universal float left */
.right { float: right; } /* universal float right */
.align-left { text-align: left; } /* universal text left */
.align-right { text-align: right; } /* universal text right */
.pad {padding:10px;}
.color-01 {color:#4C1803}
.color-01s {color:#D8DEDD}
.color-02 {color:#8D2710}
.color-03 {color:#A38F6E}
.color-04 {color:#494037}
.color-04s {color:#807A73}
.color-05 {color:#6C6829}
.bg-01 {background:#4C1803;color:#D8DEDD}
.bg-01s {background:#D8DEDD}
.bg-02 {background:#8D2710;color:#D8DEDD}
.bg-03 {background:#A38F6E;color:#D8DEDD}
.bg-04 {background:#494037;color:#D8DEDD}
.bg-04s {background:#807A73;color:#D8DEDD}
.bg-05 {background:#6C6829;color:#D8DEDD}

/* images */
img {border:0;} /* remove border from all images*/
.img {background: #fff;border: 1px solid #494037;padding: 5px;}
.img-right {background: #fff;border: 1px solid #494037;padding: 5px;margin: 5px 0px 5px 10px;float:right;}
.img-left {background: #fff;border: 1px solid #494037;padding: 5px;margin: 5px 10px 5px 0px;float:left;}
/* end - images */

/*##### END: HTML Main #####*/


/*##### START: Content Layout #####*/
#page {background: #fff url(../files/header.jpg) repeat-x top center; border-top:8px solid #4C1803;font-size:1.2em;}
#head-wrap {width:900px;margin:0 auto;height:190px;}
#content-wrap {width:900px;margin:0 auto;}

.wrapleft {float:left;width:66%;}
.wrapleft02 {float:left;width:34%;}
.wrapright {float:right;width:32%;}
.wrapright ul, .wrapright ol {margin:5px;padding:0;list-style:none;}
.padUL li {margin:5px 0;padding:7px;}

#logo {background:#fff;width:350px;float:left;padding:10px;margin:30px 0 0 10px;}
#logo h1 {margin:0;padding:0 0 5px 0;}

#foot-wrap {background:#494037;padding:10px 30px 30px;color:#fff;min-height:250px;}
#foot-wrap a, #foot-wrap a:visited {color:#fff}
#foot {width:900px;margin:0 auto;}
#footerResources {color:#807A73;border-top:1px solid #807A73;margin-top:20px;}
#footerResources a, #footerResources a:visited {color:#807A73;}

/* Navigation */
#nav {position:absolute;top:0;text-align:right;width:900px;left:50%;margin-left:-450px;}
#nav ul {margin:0;padding:0;font: bolder 1.3em 'Trebuchet MS', sans-serif; color: #4C1803; list-style: none; }
#nav li {display:inline;}
#nav li a {float:right;display: block;padding: 3px 12px;color: #D8DEDD;text-decoration:none;background:#8D2710;margin-left:3px;border-bottom:4px solid #D8DEDD;}
#nav li a:hover {color:#8D2710;background:#D8DEDD;border-bottom:4px solid #8D2710;padding:8px 12px;}
#nav li a.active {color:#8D2710;background:#D8DEDD;border-bottom:4px solid #8D2710;padding:8px 12px;}

/*##### END: Content Layout #####*/