/**
 * Content styles for Hospotrade.
 *
 * @author Tom Ryder <tom@prodev.co.nz>
 * @copyright 2009 Professional Development
 */
body {
    color: #000000;
    font: normal normal normal 0.8em/1.5 'Arial', sans-serif;
}

a img {
	border-color: #ffffff;
}
a:hover {
	border-color: #a6cb39;
}

/**
 * Styles for head block.
 */
#head {
	position: relative;
}
#head a {
	color: #a6cb39;
}
#head a:hover {
	color: #aa0000;
}
#head h1 {
    display: inline;
	margin: 0;
	padding: 0;
	position: relative;
	top: 9px;
}
    #site-navigation-head {
        display: inline;
        margin: 0;
        padding: 0;
    }
    #site-navigation-head li {
        display: inline;
        margin: 0 0.4em;
    }
    #site-navigation-head .selected a {
        color: #ffffff;
    }
#head img {
    border: 0;
}
#head #top {
	color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    width: 545px;
    height: 75px;
}

/**
 * Styles for navigation block.
 */
#navigation {
	margin: 1em 0 0 0;
}

/**
 * Styles for menu block.
 */
#menu {
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
    color: #000000;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
    padding: 10px 14px;
	text-decoration: none;
}
#menu a:hover {
	background: url('images/menu-selected-background.gif') left top repeat-x;
	color: #000000;
}
#menu .selected a {
	background: #a3725b;
	border: 2px solid #5f3a1f;
	border-top: 0;
	border-bottom: 0;
    color: #ffffff;
	text-shadow: #884422 1px 1px;
}

/**
 * Styles for search block.
 */
#search {
	color: #dbb1a1;
	position: relative;
}
#search a#search-more {
	color: #a6cb39;
}
#search a#search-more:hover {
	color: #aa0000;
}
#search select {
	border: 2px solid #945337;
	font-size: 1.2em;
	margin: 0 0.5em;
	padding: 0;
}
#search select:focus {
    border-color: #dbb1a1;
}
#search input.text {
	border: 2px solid #945337;
	font-size: 1.2em;
	margin: 0 0.5em;
	padding: 1px;
}
#search input.text:focus {
    border-color: #dbb1a1;
}
#search input.button {
    background: #7e532b url('images/search-go-background.gif');
	border: 2px solid #c79f7c;
	cursor: pointer;
	font-weight: bold;
	margin: 0 0.5em;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#search a {
    margin: 0 0.5em;
}
#search div.note {
	background: transparent url('images/search-tip-background.gif') left top repeat-x;
	color: #000000;
	display: none;
	position: absolute;
	width: 200px;
	z-index: 10;
}
#search div.note div.arrow {
	background: transparent url('images/search-tip-arrow.gif') left top no-repeat;
	padding: 15px 10px 10px 10px;
}
    #search-area-note {
        left: 25px;
        top: 35px;
    }
    #search-keyword-note {
        left: 190px;
        top: 35px;
    }
    #search-panel {
        display: none;
        height: 2em;
        margin: 0;
        padding: 0.5em 0.75em;
    }
    #search-panel .field {
        display: none;
        float: left;
    }
    #search-panel .field label {
        color: #dbb1a1;
        font-weight: bold;
    }

/**
 * Styles for body block.
 */
#body {
}
#body h1,
#body h2,
#body h3,
#body h4,
#body h5,
#body h6 {
	color: #a4cc37;
	margin-bottom: 0;
}
#body h1 {
	margin: 0;
}
#body a {
    color: #672809;
}
#body a small {
	font-weight: normal !important;
}
#body a img { 
	border-color: #ffffff;
}
#body a:hover {
	color: #a4cc37;
}
#body a:hover img {
	border-color: #a4cc37;
}

/**
 * Styles for foot block.
 */
#foot {
	color: #faddce;
	text-align: center;
}
#foot a {
	color: #a4cc37;
}
#foot a:hover {
	color: #aa0000;
}
#foot img {
    border: 0;
	vertical-align: middle;
}
    #site-navigation-foot {
        display: inline;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #site-navigation-foot li {
        display: inline;
        margin: 0 0.5em;
    }
    #site-navigation-foot .selected a {
        color: #ffffff;
    }

div.widget {
	margin: 0 0 1em 0;
}


a.widget.register {
	background: transparent url("images/join-now-button.gif") 0 -135px no-repeat;
	display: block;
	height: 115px;
	margin: 0 auto;
	width: 200px;
}
a.widget.register:hover {
	background-position: 0 0;
}




a.widget.advertise {
    background: #080808 url('images/widget-advertise-background.gif') left top repeat-x;
	border: 2px solid #818584;
	color: #ffffff !important;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	width: 176px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

/**
 * Foot navigation.
 */
#navigation-foot {
	padding: 1em 0;
	text-align: center;
}
#navigation-foot li {
	display: inline;
	margin: 0 0.5em;
}
#navigation-foot a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#navigation-foot .selected a {
	color: #a4cc37;
}

/**
 * Styles for actions.
 */
div.actions a {
    background: transparent none 50% 0 no-repeat;
    display: block;
    float: right;
    font-size: 0.9em;
    font-weight: bold;
    height: 1%;
    padding: 80px 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
div.actions a.report {
    background-image: url("images/pages/report.png");
}
div.actions a.send {
    background-image: url("images/pages/send.png");
}
div.actions a.account {
    background-image: url("images/pages/account.png");
}
div.actions a.index {
    background-image: url("images/pages/index.png");
}
div.actions a.write {
    background-image: url("images/pages/write.png");
}
div.actions a:hover {
    background-position: 50% -137px;
}

.highlight {
    background: #94d54c;
}
