@CHARSET "UTF-8";

/**
 * header
 */
div#at_header, div#at_warning {
	margin-left:auto;
	margin-right:auto;
	width:70%;
	
	text-align:center;
	border-width:2px; 
	border-style: solid; 
	border-color:#804000; 
	background-color:#F1EBDD; 
	padding:5px;
}

div#at_warning {
	margin-top: 2px;	
}

/**
 * where
 */
div#at_where {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	width:70%;
	
	text-align:left;
	border-width:2px; 
	border-style: solid; 
	border-color:#804000; 
	background-color:#F1EBDD; 
	padding:5px;
}

/**
 * container
 */
div#at_container {
	margin-left:auto;
	margin-right:auto;
	width:70%;
	
	padding:0px;
}

/**
 * navigation
 */
div#at_nav {
	float:left;
	width:25%;
	
	padding:2px;
	margin:0px;
	
	/*border-width:2px; 
	border-style: solid; 
	border-color:#804000; 
	background-color:#F1EBDD; */
}

div.at_nav_cat {
	border-width:2px; 
	border-style: solid; 
	border-color:#804000; 
	margin-bottom:7px;
	background-color:#F1EBDD;
	width:100%;
}

div.at_nav_cat h1 {
	font-size:10.4pt; 
	font-weight:bold;
	margin-bottom:2pt; 
	font-style:italic;
	background-color:#DED3B9;
	padding:3px;
}

div.at_nav_cat ul {
	list-style-type:none;
	padding-left:2px;
	padding:5px;
	padding-top:2px;
}

div.at_nav_cat li {
	padding:1px;
	padding-bottom:2px;
	padding-top:1px;
}

/*
div.at_nav_cat ul.show {
	list-style-type:none;
	padding-left:2px;
	display:block;
}

div.at_nav_cat:hover ul.show {
	list-style-type:none;
	padding-left:2px;
	display:block;
}
*/

/**
 * OLD
 */
div#at_nav_cat {
	border-width:2px; 
	border-style: solid; 
	border-color:#804000; 
	margin-bottom:7px;
	background-color:#F1EBDD;
}

div#at_nav_cat h1 {
	font-size:10.4pt; 
	font-weight:bold;
	margin-bottom:2pt; 
	font-style:italic;
	background-color:#DED3B9;
	padding:3px;
}

div#at_nav_cat ul {
	list-style-type:none;
	padding-left:2px;
}

div#at_nav_cat li {
	padding:1px;
}
/**
 * /END OLD
 */

/**
  * content 
  */
div#at_content {
	width:70%;
	float:right;
	
	margin:0px;
	padding:7px;
	
	border-width:2px; 
	border-style: solid; 
	border-color:#804000; 
	background-color:#F1EBDD; 
}

/**
 * misc
 */
a.extern { 
	background: url(/images/icons/world_link.png) center right no-repeat; 
	padding-right: 17px; 
}

div.code {
	background-color:#DED3B9;
	border:1px solid black;
	margin:5px;
	padding:1px;
}

div#amungus {
	text-align:center;
	padding: 5px;
}

div#counter {
	padding: 5px;
}

div#noshow {
	display: none;
}

ul.bb-list-unordered { }
ol.bb-list-ordered { }
ol.bb-list-ordered-d { list-style-type:decimal; }
ol.bb-list-ordered-lr { list-style-type:lower-roman; }
ol.bb-list-ordered-ur { list-style-type:upper-roman; }
ol.bb-list-ordered-la { list-style-type:lower-alpha; }
ol.bb-list-ordered-ua { list-style-type:upper-alpha; }
ol.bb-listitem { }

.bb-code,
.bb-php {
  border: 1px solid black;
  padding: 10px;
  font-family: Courier;
  white-space: nowrap;
  margin: 5px;
  background-color: #FFFBEF;
}

.bb-quote {
  border: 1px solid black;
  padding: 10px;
  margin: 5px;
  font-style:italic;
  background-color: #FFFBEF;
}

.bb-email { }
.bb-url { }

.bb-image {
  border-width: 0;
  border-style: none;
}

.feedcn {
	float:right;
	margin:0px;
	
}