/* 
	_style.css (6,750), 
	_content.css (2,682)
 */

/* --------- _STYLE.CSS --------- */
body {
	padding:10px;	
	background:#e4eaf2;
	font-size:12px;
}
.global {
	margin:0 auto;
	background:#fff;
	width:1000px;
	-moz-border-radius:3px;
	overflow:hidden;	
	padding:10px;	
	border:1px solid #d0dbe8;
}
.site-logo {
	padding:3px;
	background:#fff;
	-moz-border-radius:3px;
	border:1px solid #d0dbe8;
	display:block;
	float:left;
}
.page-meta-data {
	clear:both;	
}
/*Position CSS*/
.br {
	clear:both;	
}
.fr {
	float:right;	
}
.first {
	margin-left:0 !important;
	margin-top:0 !important;	
}
.last {
	margin-bottom:0 !important;	
}
/*TITLE AND HEADER*/
.header-sub {
	color:#ccc;
	padding-left:10px;
}
.page-restricted {
	padding-left:16px;
	background:left center url(/skins/common/icons/icon-lock.gif) no-repeat;
}
/*PAGE ALERTS*/
#deki-page-alerts div.toggle {
	padding:0;
	border:0;
	background:none;	
}
#deki-page-alerts form {
	font-size:11px;
	padding:3px;
	-moz-border-radius:3px;	
}
/*SITE HEAD*/
.site-head {
	width:1020px;
	margin:0 auto 10px;
	overflow:hidden;
}
.site-search,
.user-auth {
	display:block;
	text-align:right;
	margin:0 0 10px 0;
}
.user-auth a {
	padding:0 0 0 10px;	
}
/*SITE SIDE*/
.site-side {
	float:left;
	width:180px;
	margin-right:20px;
}
/*SITE CONTENTS*/
.site-content {
	width:800px;
	float:left;	
}
/*PAGE & SITE NAVIGATION*/
.user-nav ul,
.page-nav ul,
.site-nav ul{
	overflow:hidden;	
	-moz-border-radius:3px;
	margin:0 0 3px 0;
	padding:3px;
}
.user-nav li,
.page-nav li,
.site-nav li {
	float:left;
	list-style-type:none;
	margin:0 5px 0 0;
}
.user-nav li a,
.page-nav li a,
.site-nav li a{
	text-decoration:none;
	-moz-border-radius:3px;
	padding:2px;
	display:block;
	white-space:nowrap;
}
.user-nav li a:hover,
.page-nav li a:hover,
.site-nav li a:hover{
	background:#666;
	color:#fff;	
}
/*LEFT NAVIGATION*/
#siteNavTree {
	background:#efefef;
	padding:3px 3px 10px 3px;
	-moz-border-radius:3px;	
}
#siteNavTree a {
	width:auto !important;	
	font-size:12px;
	display:block !important;
	-moz-border-radius:3px;	
}
#siteNavTree .selectedChild a {
	background:#f9f9f9;	
}
#siteNavTree a:hover {
	background:#666;
	color:#fff;		
}
/*BREADCRUMBS*/
.dw-hierarchy {
	font-size:11px;
	margin:10px 0 5px 0 ;
	padding:0 0 3px 0 ;
	display:block;
}
/*SITE HISTORY*/
.site-history {
	font-size:11px;
	color:#999;	
}
/*POWERED BY MINDTOUCH*/
.powered-by {
	margin:20px auto 0 auto ;
	text-align:center;
}
/*SUCCESS / ERROR MESSAGE*/
#sessionMsg {
	border:1px solid #f8f0a9;	
	padding:5px;
	background-color:#fefbe1;
	margin:5px 0;
}
/*PAGINATION*/
.deki-pagination {
	padding:5px 0;
	overflow:hidden;
}
.deki-pagination div {
	padding:0;
	margin:0;
	float:left;
	color:#999;
	font-size:11px;
}
.deki-pagination div.prev {
	width:20%;
}
.deki-pagination div.info {
	width:60%;
	text-align:center;
}
.deki-pagination .next {
	width:20%;
	text-align:right;
}
/*SEARCH RESULTS*/
#searchResults {
	margin:10px 0;	
}
#searchResults .searchResults {
	margin:0 0 20px 0;
	font-weight:bold;	
}
#searchResults ul {
	margin:0;
	padding:0;
}
#searchResults li {
	margin:10px 0 ;	
	list-style-type:none;
	border-top:1px dotted #ccc;
	padding:5px 0;
}
#searchResults .icon {
	vertical-align:bottom;	
}
#searchResults li a {
	font-weight:bold;	
}
.deki-parsed-query {
	padding:5px;
	background:#f5f5f5;	
	border:1px solid #efefef;
	-moz-border-radius:3px;
}
/*SUBNAV*/
.deki-page-subnav {
	background:#efefef;
	padding:5px;
	-moz-border-radius:3px;
	margin:0 0 10px 0;	
	overflow:hidden;
}
.deki-rc-allchanges {
	float:left;	
}
.deki-rc-feeds {
	float:right;	
}
.deki-page-subnav ul,
.deki-page-subnav ul li {
	display:inline;
	padding:0;
}
/*DROPDOWN CSS*/
.dmenu-body {
	background:#fff;
	-moz-border-radius:3px;
	border:1px solid #d0dbe8;
	padding:5px;
}
.dmenu-body ul,
.dmenu-body li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dmenu-body li a {
	text-decoration:none;
	padding:3px 0;
	margin:3px 0;
	display:block;
}
.dmenu-body li a img {
	margin:0 10px 0 0;	
	vertical-align:middle;
}
/*PAGE STATS*/
.page-stats span {
	display:block;	
}
/*RELATED PAGES*/
.related-tag {
	margin:0 0 10px 0;	
}
/*TABLE CSS*/
table {
	width:100%;
	border:1px solid #ccc;	
}
td, th {
	padding:5px;	
}
table th {
	background-color:#efefef;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
table .bg2 {
	background-color:#f3f6fa;
}
/*COMMENTS*/
.commentMore {
	margin:0 0 10px 0;	
}
.commentNum {
	float:left;	
}
.comment {
	margin:5px 0;
	padding:5px;
	border:1px solid #efefef;
}
.comments .commentText {
	margin:0 0 0 50px;
}
.commentActions {
	float:right;	
}
textarea.commentText {
	width:70%;
	height:80px;
	padding:5px;	
}
/*IE6*/
* html body {
	text-align:center;	
}
* html body .site-head,
* html body .global {
	width:1020px;
	text-align:left;
}
* html body .site-head .fr {
	width:50%;	
}
* html body .site-logo {
	padding:3px 3px 0 3px;	
}
* html body .comment {
	padding-top:0 ;
}
* html body .user-nav ul,
* html body .page-nav ul,
* html body .site-nav ul{
	height:100%;	
}
* html body td, th {
	font-size:12px;
}
* html body .dmenu-body {
	text-align:left;	
}
/* ======== custom menu override  ========= */
.custom-menu-nav {background:#D1D1D1; position:relative; -moz-border-radius:3px; }
.custom-menu-left {float:left;}
.custom-menu-right {float:right;}
.custom-menu-nav ul { overflow:hidden; -moz-border-radius:3px; margin:0 0 3px 0; padding:3px; }

.custom-menu-nav li {
	float:left;
	list-style-type:none;
	margin:0 5px 0 0; }

.custom-menu-nav li a {
	text-decoration:none;
	-moz-border-radius:3px;
	padding:2px;
	display:inline; 
	white-space:nowrap;
}

.custom-menu-nav li a:hover {
	background:#666;
	color:#fff;	
}
/*
.custom-page-nav, .custom-site-nav, .custom-user-nav { background: #EFEFEF; position: absolute; width:100% }
*/
/* beech-mediterrane menu */
#m-page-nav, #m-site-nav, #m-user-nav {position: absolute; width:100%;  background: #EFEFEF; border-bottom:1px solid #555;  margin-bottom:3px; padding-bottom:3px; font-size:90%}
#m-page-nav .custom-menu-left, #m-site-nav .custom-menu-left, #m-user-nav .custom-menu-right {  }
div.custom-menu-visible li, #m-page-nav li, #m-site-nav li, #m-user-nav li { border-bottom:1px solid #555; margin:4px}

span.dw-hierarchy {background: #EFEFEF;}
div.pageTitle { margin-top:3px; padding-top:3px; border-top:1px solid #555;}
div#deki-page-tags { position:relative; z-index:999;  background-color:#ffffff;margin-top:5px; padding-top:3px;}
div#deki-page-tags table {background-color:#fff}


/* --------- _CONTENT.CSS --------- */
body {
	font-family: "Lucida Sans", Verdana, Arial, Sans-Serif;	
	font-size: 12px;
	line-height: 1.5;
}
blockquote {
	margin: 0 3em;	
}
a {
	color: #36c;
	text-decoration:none;
}
em {
	font-style: italic;	
}
a.new,
a.new:visited {
	text-decoration: none;
	border-bottom: 1px dotted #af6666;
	color: #af6666;	
}
a.new:hover {
	color: #790000;
	border-bottom: 1px solid #790000;
}

a:visited {
	color: #5c85d6;
}

a:hover {
	color: #004a80;
	text-decoration:underline;
}
a.disabled:hover,
a.disabled {
	color:#999 !important;
	cursor:default;
	text-decoration:none;
	background:none !important;
}
p, 
blockquote, 
pre,
h2, 
h3, 
h4, 
h5, 
h6, 
ol, 
ul, 
dl {
	margin: 0.5em 0 ;
}

ol, 
ul, 
dd {
	padding-left: 3em; 
}
ol li {
	list-style-type: decimal;
}
div.wiki-toc ol li {
	list-style-type: none;
}
ul li {
	list-style-type: disc;
}
ul ul, 
ul ol, 
ol ul, 
ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
ol ul, 
ul ul	{
   list-style-type: circle;
}

ol ol ul, 
ol ul ul, 
ul ol ul, 
ul ul ul {
	list-style-type: square;
}
blockquote {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin-left: 1.8em;
	margin-right: 1.8em;
	padding: 0.6em;
	text-align: center;
	color: #777;
	font-size: 12px;
}
/*** 
 * specificity kills us here
 */
body.deki-content-edit span.comment,
body.deki-content-edit div.comment, 
body.deki-content-edit p.comment {
	font-family: "Lucida Console", Courier, Monospace;
	background-color: #fff799;
	padding: 3px;
}
code {
	font-family: "Lucida Console", Courier, Monospace;
	font-size: 14px;
	color: #003471;
}
pre {
	color: #777;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 4px solid #aaa;
	background-color: #fefefe;
	overflow: visible;
}
/* Editor scripting styles */
body.deki-content-edit pre.script {
	color: #004184;
	font-size: 12px;
	line-height: 18px;
}
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #b58228;
	font-weight: bold;
	padding: 0;
	padding-top: 0.375em;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1;
}

h1,
.header_1,
#body div.title h1 {
	font-family: "Lucida Sans",Verdana,Arial,Sans-Serif;
	color: #000;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	margin:10px 0 0 0;
}
h2,
.header_2 {
	font-size: 22px;
	font-weight: normal;
	border-top: 1px dotted #aaa;
}
h3,
.header_3 {
	font-size: 19px;
	font-weight: normal;
	border-top: 1px dotted #aaa;
}
h4,
.header_4 {
	font-size: 16px;
	color: #000;
}
h5,
.header_5 {
	font-size: 14px;
	color: #000;
}
h6,
.header_6 {
	font-size: 12px;
	color: #000;
}
