/*

Title: Main Styles
Colour: Brown/Orange

*/

@import url(fonts.css);

html  		{overflow-y: scroll;}
*  {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    list-style: none;
    border: none;
    outline: none;
}

body {
    background: url(/images/webcard/mainstyles/body-bg.jpg) top left;
}

#wrapper {
    width: 860px;
    margin: 0 auto 20px;;
}

a:link, a:visited {
    color:#f26522;
}

a:hover, a:active {
    color:#4e3a1a;
    border-bottom: 1px dotted #4e3a1a;
}

/* Header
----------------------------------------*/

#header{
    height: 145px;
    background: none;
    padding:0;
    width: 860px;
    margin: 30px auto 20px;
    background: url(/images/webcard/mainstyles/main-banner.png) no-repeat center center;
}

#logo {
}

#logo h1, #logo h2 {
    text-align: center;	
}

#logo h1 {
    font-family: 'Alice', georgia, serif;
    font-size: 50px;
    text-shadow: 2px 2px 0 #4e3e28;
    color: #fffee4;
    line-height: 74px;
}

#logo h1 a:hover {
    text-shadow: 2px 2px 0 #f67b20;
    color: #fffee4;
    border: none;
}

h2#slogan {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    text-shadow: 1px 1px 0 #4e3e28;
    color: #fffee4;
    font-size: 16px;
    letter-spacing: 2px;
}

/* Banner */
#banner_wrapper {
    margin: 0 20px;
}
#banner, #banner_content {
    font-family: 'Droid Sans',sans-serif;
}

/* Navigation
----------------------------------------*/

#menu ul {
    width: 832px;
    /*height: 50px;*/
    margin: 0 auto;
    background: url(/images/webcard/mainstyles/nav-bg.png) no-repeat center top;
    text-align: center;
}

#menu ul li {
    position: relative; 
    z-index: 97;
    color: #645234;
    display: inline;
}

#menu ul li:hover {
    z-index: 99;
}

#menu ul li a {
    text-decoration: none; 
    display: inline; 
    text-align: center;
    border-right: 0;
    color: #645234;
    padding:11px 5px;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 #fff;
    height: 50px;
}

#menu ul li a span.left, #menu ul li a span.right {
    display: none;
}

#menu ul li a span.text {
    line-height:52px;
    padding: 0 15px;
    text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.active, #menu ul li:hover a {
    color: #f26522;
    text-decoration: none;
    height: 44px;
    border: none;
}

/* Sub-Navigation
----------------------------------------*/

#menu div.sub {
    display:none;
    width: 225px;
    position:absolute;
    top:30px;
    left: 20px;
    z-index: 98;
    background: rgb(255, 254, 228) ; opacity: 0.8;
    border-left: 2px solid #1a1103;
    border-bottom: 2px solid #1a1103;
    border-right: 2px solid #1a1103;	
    white-space: nowrap;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow:  0 4px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0 4px 4px 0px rgba(0, 0, 0, 0.4));
}
#menu div.sub ul {
    height: auto;
    margin: 0;
    background:none;
    padding: 0;
    border: none;
}

#menu div.sub ul li {
    display: block;
}

#menu div.sub li, #menu div.sub li:hover {
    width: 225px;
    text-align: left;
    float: none;
    height: auto;
    padding: 10px;
}

#menu div.sub li a {
    float: none;
    padding: 10px 15px;
    background: none;
    text-align: left;
    height: auto;
    border: none;
    text-shadow: 1px 1px 0 #fff;
    color: #2c2010;
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    opacity: none;
}

#menu div.sub li a span.text {
    line-height: normal;
}

#menu div.sub li a:hover, #menu div.sub li a.active {
    color: #f26522;
    background: url(/images/webcard/mainstyles/sub-menu-list-point.png) no-repeat 12px center;
}

#menu div.sub .left, #menu div.sub .right {
    display: none;
}

#menu li:hover div.sub {
    display: block;
}

#menu div.sub ul li {
    background: none;
}

/* IE7 Special */

#menu div.sub ul {
    *margin-left: -300px; 
}

#menu div.sub {
    *top: 43px;
}


/* Content
----------------------------------------*/

#content h2 {
    font-family: 'Droid Serif', serif;
    font-size: 26px;
    line-height: 30px;
    color: #4e3a1a;
    text-shadow: 1px 1px 0 #fff;
    padding: 0 0 8px 0;
    background: url(/images/webcard/mainstyles/heading-underline.png) no-repeat left bottom;
    font-weight: bold;
}

#content h3 {
    font-family: 'Droid Serif', serif;
    font-size: 20px;
    color: #4e3a1a;
    text-shadow: 1px 1px 0 #fff;
    padding: 0 0 8px 0;
    background: url(/images/webcard/mainstyles/heading-underline.png) no-repeat left bottom;
    font-weight: bold;
    margin: 30px 0 15px;
}

#content_wrapper {
}
#content { 
    padding: 20px;
    color: #333333;
    text-align: justify; 
}
#content p, #content span { 
    line-height: 1.5em; 
}
#content p {
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 0 #fff;
}

#content ul {
    margin-bottom: 15px;
}

#content ul li {
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
    background: url(/images/webcard/mainstyles/list-point.png) no-repeat left center;
    padding-left: 26px;
    margin-bottom: 4px;
    text-shadow: 1px 1px 0 #fff;
}

/* Images
----------------------------------------*/

#content .ed-image img {
    -webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

/* Forms
----------------------------------------*/
form dl dt {
    display: block;
    float: left;
}
form dl dd {
    margin-left: 100px;
}

#content label {
    font-family: 'Droid Sans', sans-serif;
    color: #5a4521;
    font-weight: normal;
    font-size: 15px;
    text-shadow: 1px 1px 0 #fff;
    cursor: pointer;
}

#content input[type=text], #content input[type=password], #content textarea {
    background: url(/images/webcard/mainstyles/input-bg.png) repeat-x 0 -2px #f5f5f5;
    border: 2px solid #e3d9c0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 10px;
    margin-bottom: 20px;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    font-family: 'Droid Sans', sans-serif;
    color: #5a4521;
    font-size: 15px;
}

#content input[type=text]:focus, #content input[type=password]:focus, #content textarea:focus, #content textarea:focus {
    border: 2px solid #f26522;
    background: url(/images/webcard/mainstyles/input-focus-bg.png) repeat-x 0 -2px #faf9e1;
}

#content input[type=text]:hover, #content input[type=password]:hover, #content textarea:hover, #content textarea:hover {
    background: url(/images/webcard/mainstyles/input-focus-bg.png) repeat-x 0 -2px #faf9e1;
}

#content input[type=submit] {
    background: #f26522;
    border: 2px solid #cb551c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 30px;
    margin: 15px 10px 15px 0;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: #fffee4;
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 0 #9e4216;
}

#content input[type=submit]:hover {
    background: #7b623a;
    border: 2px solid #4e3a1a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 30px;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: #fffee4;
    text-shadow: 1px 1px 0 #4e3a1a;
}


/* Footer
----------------------------------------*/

#footer {
    width: 860px;
    height: 59px;
    background: url(/images/webcard/mainstyles/footer-bg.png) no-repeat center center;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}

#footer p {
    font-family: 'Droid Sans',sans-serif;
    font-size: 12px;
    color: #fffee4;
    text-shadow: 1px 1px 0 #2c2010;
}

#footer a:link, #footer a:visited {
    color: #fffee4;
    text-shadow: 1px 1px 0 #2c2010;
}

#footer a:hover, #footer a:active {
    text-shadow: 1px 1px 0 #f67b20;
}