/* styles that need to be visible when editing via the wysiwyg should go into classes.css */

body {
	background: #d3caaa url('../images/bg.png') repeat-x;
    color: black;
}

#main-content ol, ul {
	margin-left: 20px;
}

#main-content ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}

#page {
	background: #fff url('../images/body-bg.png') repeat-y;
	margin-top: 15px;
}

#site-header {
	background: url('../images/top.png') no-repeat top;
	padding-top: 2px;
	margin: 0;
}

#site-header, #site-subheader, #site-header .block, #ribbon .block {
	margin-bottom: 0;
}

#ribbon .block {
	background-color: #FFFF66;
	padding: 4px;
}

#footer {
	background: url('../images/bottom.png') no-repeat bottom;
	padding-bottom: 25px;
}

#aboutmenu {
    text-align: right;
}
#aboutmenu ul, #aboutmenu li {
    display: inline;
}

#aboutmenu li:after {
    content: " - ";
}

#aboutmenu li.last:after {
    content: "";
}
.menu li.collapsed, .menu li.leaf {
	list-style-image: url('../images/bullet-triangle.png');
}

.menu li.expanded {
	list-style-image: url('../images/bullet-triangle-down.png');
	padding-right: 0;
}

.menu .menu li.collapsed, .menu .menu li.leaf, .menu li.expanded li.expanded {
	list-style-image: url('../images/bullet-triangle2.png');
}

.menu .menu {
	background-color: #F0EEEB;
	border-top: 1px dotted #656565;
}

.menu li {
	border-bottom: 1px dotted #656565;
}

.menu .menu li a {
	text-decoration: none;
	color: #474747;
	background-color: #F0EEEB;
}

.menu .menu .menu {
	border-top-style: none;
}

.menu .menu .menu li {
	list-style-image: none;
	list-style-type: none;
	padding-left: 15px;
	font-size: 87.5%;
}
#topNav {
	width: 100%;
	position: relative;
	height: 80px;
}
#topNav a {
	color: #656565;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#topNav li a:hover {
	border-bottom: 1px dotted #656565;
}
#topNav ul {
	display: block;
	margin: 0;
	padding: 0 0px .5em 0px;
	position: absolute;
	top: 10px;
	right: 0px;
	border-bottom: 1px solid #D6D6D6;
}
#topNav ul ul {
	padding-bottom: 0;
}
#topNav li {
	display: block;
	float: left;
	margin: 0 18px 0 0;
	text-indent: 13px;
	padding-bottom: 0;
	background-image: url(../images/bullet-triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.1em;
	position: relative;
}
#topNav li.last {
	margin: 0;
}
#topNav li ul {
	position: absolute;
	background-color: #fff;
	border: 1px solid #D3CAAA;
	width: 10em;
	left: -999em;
	top: 1.1em;
	z-index: 100;
	font-size: 90%;
}
#topNav li:hover ul {
	left: 0;
	z-index: 1000;
}
#topNav li ul li {
	background-image: none;
	text-indent: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
#topNav li ul li a {
	display: block;
	width: 100%;
	padding: .2em 0;
	text-indent: .2em;
}
#topNav li ul li a:hover,#topNav li ul li a:active {
	color: white;
	background-color: #D3CAAA;
}
#topNav img {
	margin: 0;
	padding: 0;
	border-style: none;
}
#topNav img.rule {
	border-top: 1.7em solid white;
	/* ugly, ugly, but the line is too close to the tabs w/out it
 * 	   using ems means this lowers as the users font-size increases */
}
#ubuntulogo {
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 202px;
	height: 55px;
	background-image: url('../logo.png');
	text-indent: -300px;
}
#searchbox {
	width: 50%;
	height: 25px;
	text-align: right;
/*	line-height: 60px; */
	position: absolute;
	top: 3.0em;
	right: 9px;
}
#searchbox p {
	line-height: 1.1em;
	position: absolute;
	bottom: 0;
	right: 0;
}
#searchbox label {
	display: none;
}
#searchbox button {
	border-style: none;
	background-color: #fff;
	background-image: url(../images/icon-search.png);
	width: 34px;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 28px;
}
#searchbox button span {
	display: block;
	text-indent: -100px;
	overflow: hidden;
}
#searchbox input {
	border: 1px solid #C6C6C6;
	color: #777;
	font-size: 70%;
	padding: 2px;
}

tbody {
	border-top-style: none;
}

.content ul {
	padding-left: 15px;
}

.content ul.menu {
	padding-left: 0;
}
.menu li {
	list-style-position: inside;
}
li .menu li {
	padding-left: 8px;
	border-bottom-style: none;
}
.menu a {
	text-decoration: none;
	color: #474747;
}
/* header images */
#masthead {
        clear: both;
        height: 95px;
        background-image: url(../images/mastheadbg.png); 
        background-repeat: repeat-x;
        margin: 0;
        padding: 0;
        position: relative;
        border-left: 204px solid #fff;
        border-right: 216px solid #fff;
        border-bottom: 10px solid #fff;
        z-index: 1;
}
#mastheadimage {
        position: absolute;
        top: 0;
        left: -204px;
        z-index: 4;
}
#mastheadnotice {
        width: 216px;
        height: 95px;
        position: absolute;
        top: 0;
        right: -216px;
        z-index: 2;
        background-image: url(../images/masthead-border-red.png);
        background-repeat: no-repeat;
        background-position: right top;
        overflow:hidden;
}
#mastheadnotice h2 {
        margin: 8px 8px 0 20px;
        padding: 0;
        color: #FFC547;
        font-size: 100%;
}
#mastheadnotice p {
        margin: 6px 8px 8px 20px;
        margin-top: -1.4em; /* added for ubuntulive */
        padding: 0;
        color: white;
        font-size: 70%;
        font-weight: bold;
        position: absolute;
        height: 50%;
        top: 25%;
}
#mastheadnotice a {
        color: white;
        font-weight: bold;
        font-size: 110%;
        text-decoration: none;
}
#mastheadcenter {
        padding: 0;
        margin: 0;
        width: 100%;
        overflow: hidden;
        position: absolute;
        bottom: 6px;
        left: 0;
	letter-spacing: 1.5px;
}
#mastheadcenter h1 {
        margin: 0;
        padding: 0 36px;
/*        font-size: 150%; */
	font-family: "MG Open Modata","Arial Rounded MT Bold","Futura", "Helvetica Neue",Arial;
        color: #c00;
}
#mastheadcenter p {
        font-size: 80%;
        margin: 0;
        padding: 0 .6em;
        line-height: 1.4em;
}
/* end header/masthead images */

#newsbox-homepage {
padding-bottom:10px;
padding-top:10px;
position:relative;
width:195px;
}

#newsbox-homepage-top {
background-image:url(../images/newsbox-top.png);
background-repeat:no-repeat;
height:10px;
left:0;
position:absolute;
top:0;
width:195px;
}

#newsbox-homepage-bottom {
background-image:url(../images/newsbox-bottom.png);
background-repeat:no-repeat;
bottom:0;
height:10px;
left:0;
position:absolute;
width:195px;
}

#newsbox-homepage p, #newsbox-homepage h3 {
padding-left:15px;
padding-right:15px;
}

#hotlinks_fancy {
	margin: 1em 0;
}
#hotlinks_fancy div {
	margin-bottom: 1em;
	position: relative;
	background-image: url(../images/feature-button-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right; 
	border-top: 1px solid white; /* needed to make ie6 behave */
}
#hotlinks_fancy div a {
	color: #BD0901;
	display: block;
	margin-left: 52px;
	text-decoration: none;
}
#hotlinks_fancy div img {
	border-style: none;
	position: absolute;
	top: 0;
	left: 4px;
}
#hotlinks_fancy div p {
	margin: .5em 0 0 52px;
	font-size: 90%;
	padding-bottom: 1em;
}
#hotlinks_fancy div p a {
	display: inline;
	margin: 0;
}
#hotlinks {
	margin: 2em 0;
}
#hotlinks div {
	margin-bottom: 1em;
	position: relative;
	border-top: 1px solid white; /* needed to make ie6 behave */
}
#hotlinks div a {
	color: #BD0901;
	text-decoration: none;
}
#hotlinks div img {
	border-style: none;
	vertical-align: middle;
}

.clear-block {
	clear: both;
}
