/*
	Default Dipsomania Society Style Sheet
	
	Created 08/05/2005
*/

 
@import url(layout.css);

body {
	margin: 0;
	padding: 0;
	font: 12px/150% Arial, Verdana, Helvetica, Tahoma, sans-serif;
	background-color: #000;
	color: #FFF;
	height: 100%;
}


a, a:visited{ 
	color: #09C;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
	color: #FB3; 
}

/* p header is again in for the old site as I can't be aped changing it all */
h1, p.header { 
	color: #36C;
	font-size: 20px;
}

h4 {
	font-size: 12px; /* for ie as font is stupidly large otherwise */
	color: #36C;
	margin: 0;	
}

br {
}

hr {
	width: 95%;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
} 


a.tooltip {
	position: relative;
}
 
a.tooltip:hover span {
        position: absolute;
        top: 5px;
        left: 15px;
        width: 150px;
        display: block;
        background: #333;
        border: 1px solid black;
	color: #FFF;
        z-index: 11;
  }

span.tooltip {
        display: none;
}

/* MISC Styles */

div#header{
	background: #A58E64 url(../images/logos/default.jpg) 0 0 no-repeat;
	height: 84px;
}

ul#topmenu {
	list-style: none;
	float: right;
	text-align: right; 
	background-color: #333;
	margin: 0;
	width: 100%;
}

/* prevents horizontal scrolling in firefox with text align right and 100% width */
html>body ul#topmenu{
	margin: 0 3px 0 0;
}

ul#topmenu li {
	display: inline;
	padding: 5px;
}

ul#topmenu li a, div#login a{
	font-weight: bold;
	color: #FFF;
}

ul#topmenu li a:hover, div#login a:hover{
	color: #FFBB28; 
}

div#leftnav {
/*	background: #333 url(../images/valid-xhtml10.png) 10px bottom no-repeat; */
	background-color: #333; 
}


div#leftnav ul.options {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#leftnav ul.options li {
	border-top: 1px solid #444;
	border-bottom: 1px solid #222;
	line-height: 200%;
        position: relative;
}


div#leftnav ul.options li a{
	display: block;
	width: 100%;	
	color: #FFF;
	font-weight: bold;
}

div#leftnav ul.options li a:hover{
	color: #FFBB28;
	background-color: #222;
	text-decoration: none;
}

div#leftnav ul.options li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 184px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 185px; /* Width of Menu Items */
	z-index:11;
	}

div#leftnav ul.options li ul li a { 
	width: 100%;	
	color: #FFF;
	font-weight: bold;
} /* Sub Menu Styles */

div#leftnav ul.options li:hover ul,ul.options li.over ul{ 
	display: block; 
	border-top: 1px solid #444;
	border-bottom: 1px solid #222;
	background-color: #333; 
}

div#rightcolumn {
	margin-left: 3px;
	border-left: 1px solid #CCC;
}

body>div#content hr {
	border-top: 1px solid #FFF;
}

div#footer{
	font-size: 11px;
}

/* for use on home page only as side bar is in place */
div#homewrapper{
  margin-right: 37%;
  /* IE 5 Box Model Hack */	
  voice-family: "\"}\""; 
  voice-family:inherit;
  margin-right: 30%;
}

/* HACK: Hide from IE */
html>body div#homewrapper {
	margin-right: 38%;
}

div#login {
	padding: 5px;
	line-height: 180%;
}

div#cmsmenu {
	background-color: #E1FFF0;
	margin: 7px;
	padding: 5px;
	border: 1px solid #09C;
}


div#cmsmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#cmsmenu ul li {
	line-height: 180%;
}

div#cmsmenu ul li a {
	color: #3CB578;
	text-decoration: none;
	font-weight: bold;
}

div#cmsmenu ul li a:hover {
	color: #056258;
}

div#news {
	border: 1px dashed #09C; 
	padding: 6px;
}

div.box {
	border: 1px dashed #09C;
	padding: 6px;
	margin: 0 10px;  
}

div.box:hover, div#news:hover{
	border-color: #FB3;
}


span.retard {
	font-weight: bold;
}

/* FORMS */
form {
	display: inline;
}

.textnrm {
	border: 1px solid #000;
	width: 150px;
	height: 15px;
}

.textnrm:focus, textarea:focus {
	border-color: #09C;
}

.button {
	border: 1px solid #999;
}



/* 
	NON NAVIGATION LINKS - 
		most of these added for backwards compatibility as I can't be aped 
		rebuilindg all teh pages and removing the syles
 */
a.managelinks, a.managelinks:visited{
	color: #3CB578;
	font-weight: bold;
}

.headerlink {
	font-size: 1.5em;
	font-weight: bold;
}

div#footer a{
	color: #5CCEE2;
}

/* MISC STYLES */

/* For hidding elements at times */
.hide {
	display: none;
}

.errors{
	color: #F00;
	font-weight: bold;
}


blockquote.quote {
	background: #CCCCCC url(../images/themes/default/start_quote.png) top left no-repeat;
	color: #000;
	margin: 5px;
	padding: 5px;
	padding-left: 18px;
	width: 150px;
	font-weight: bold;
}

blockquote.quote div {
	background: #CCC url(../images/themes/default/end_quote.png) right bottom no-repeat;
}


/* This is to separate the qwuoted name from the quote: this is the name component */
blockquote.quote span{
	font-weight: normal;
	font-style: italic;
}


div#rightcolumn h4, h4.talkback{
	padding-left: 10px;
}

div.module { 
	float: left;
	margin : 0 10px; 
	padding : 5px 0 0 0;
}

div#talkbackwrapper hr {
	border-top: 1px dashed #FFF !important;
}

div#talkbackwrapper p.alt {
	color: #CCC;
}

.tkbackdate {
	font-style: italic;
}

form#frmtalkback fieldset{
	border: 1px solid #FFF;
	padding: 4px;
	width: 60%;
}

form#frmtalkback label{
	font-weight: bold;
	vertical-align:top;
}

.box ul{
	list-style: none;	
	margin: 0 10px;
	padding: 0 10px;
}


div#talkbackbox{
	width: 220px;
        float: left;
}
