/* CSS - Cascading StyleSheet for Templates: Duality */

/* Title Area Rules */

#title
{
 background: #e3e7b1 url(http://www.wildinspirations.com.au/Pics/title_bar.gif) no-repeat top right;
 height: 5em;
 width:100%;
 margin: 0 0 1em;
}

#logo
{
 margin: 0 0 0 .2em;
 vertical-align: top;
 width: 13.5em;
 height: 3.8em;
}

#title h1
{
 display: inline;
 font-size: 1.7em;
}

#title div#name
{
 display: inline;
 position: relative;
}

#wild, #inspirations, #slogan
{
 position: absolute;
}

#wild
{
 top: 0;
 left: -5em;
 font: bold 1.5em Engravers MT,serif;
 color: #c3b37a;
}

#inspirations
{
 top: 1em;
 left: -4.4em;
 font: bold 1.1em Mistral,cursive;
 color: #522900;
}

#slogan
{
 width:500px;
 top: 4.6em;
 left: -15.5em;
 font: .5em Copperplate Gothic Bold, BankGothic Md BT,serif;
 color: #522900;
}

/*------------------------------------------------*/

body {
	background: #FFFFDD;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
	padding: 0px;
}

a:link, a:visited, a:active
{
 color: #785a3c;
 text-decoration: none;
 font-family: Verdana, Helvetica, sans-serif;
}

a:hover
{
 color:#539dbc;
 text-decoration: none;
 font-family: Verdana, Helvetica, sans-serif;
}

.thumbnails {
        background-color: #FFFFDD;
        padding: 5px;
        border: 1px solid #9B9F73;
        margin: 5px;
}

#addcomment {
	background: #FFFFCC;
	border-bottom: 0px dotted #444444;
	border-left: 0px dotted #444444;
	border-right: 0px dotted #444444;
	border-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 10px;
}
/*
#comment-body {                 *//*not used*//*
	background: #F5F5F5;
	color: #444444;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
	padding: 0px;
	text-align: center;
}
*/
#comment-imageinfo {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
}

#comments {
	border: 0px solid #444444;
	font-family: Verdana, Helvetica, sans-serif;
	width: 100%;
}

#comments li {
	border-bottom: 1px dotted #444444;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
}

#comments li a {
	text-decoration: none;
}

#comments li:hover {
	background: #FFFFCC;
}

#comments ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#comment-wrapper {
	border: 1px dotted #9B9F73;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	width: 400px;
}

#comment-wrapper #title-pix img {
	background: #FFFFDD;
	border: 1px solid #9B9F73;
	padding: 5px;
}

#header {
	border-bottom: 0px dotted #111111;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	display: block;
	margin: 0px;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000000;
}

#links {
        width: 200px;
        float: right;
        margin-top:3em;
        font-size: 1.2em;
        font-weight: bold;
        text-align: right;
        line-height: 3em;
}

#image {
	background: #000000;
	border: 1px solid #9B9F73;
	padding: 5px;
}

#image-info, #info-notes {
border: 0px;
	color: #000000;
	display: block;
	font-size: 10px;
	padding: 10px;
	width: 590px;
}

#title-pix {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#wrapper {
	margin: 2em auto 0;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	width: 610px;
}

#poweredby {
vertical-align:middle;
}
/*Photocards image_template*/
#stamp {
 width:60px;
 height:45px;
 float:right;
 margin:.5em .5em 1em;
}
#card {
 width:100%;
 border: #9b9f73 1px solid;
 padding:0.5em;
 text-align:center;
}

#info {
}

.greeting, .message, .farewell {
 padding:.3em 0;
}

.greeting {
 clear:right;
}
/*Photocards browse_template*/
#card_browse_wrapper {
width:600px;
text-align:center;
}

#card_head_text {
font-weight: bold;
font-size:1.5em;
}

#card_images {
border: solid #9b9f73 1px;
}

#card_images img {
border: none;
padding: .5em;
}

/*------------------------------------------------*/

/*Top Nav Bar*/

#Menu1 a
{
 color:#e3e7b1;
 text-decoration:none;
}

#Menu1 li
{
 list-style-type:none;
 float:left;
}

#Menu1 ul
{
 display:none;
}

.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}

/*------------------------------------------------*/

/*Side Bar*/

#side_container
{
 float:left;
 clear:both;
 position:relative;
 top:.5em;
}

#nav_bar
{
 border:1px solid #9b9f73;
 padding:2px;
}

#feature
{
 margin-top:5px;
 border:1px solid #9b9f73;
 padding:2px;
}

#ads
{
 margin-top:5px;
 border:1px solid #9b9f73;
 padding:2px;
}

ul#menu {
  width: 150px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5 5 5 10px;
}

ul#menu li, ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu li {
  border-bottom: solid 1px #9b9f73;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #785A3C;
}
