/*
Created by:
Andrew J. Walker
VISTA Member
Alaska Department of
Commerce Community and
Economic Development
*/

/***********
GENERIC CODE
***********/

body{
	margin: 0px;
	padding: 10px 0px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color: #000;
	text-align:center;
	background: #325C80;
}

td, tr, p, div {
}

ul {
	margin			: 0px 0px 0px 0px;
}

a:link, a:visited {
}

a:hover {
}

.clearboth  {clear:both;} /*Yep. The old standby...*/


/**********
LAYOUT CODE
**********/

#container {
	width: 770px!important;
	text-align:left;
	margin: auto;
	border: 1px solid;
	background: url(images/main.gif) repeat-y;
}

#breadcrumbs {
	background: #FFE4BF;
	color: #000;
	text-align: left;
	width: 770px;
	height: 15px;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 0px;
}

#left {
	padding: 0px;
	width: 125px;
	float: left;
	height: 300px;

}

#maincontent {
	width: 620px;
	margin-left:125px;
	padding: 1em!important;
	padding: 10px;
	font-size: 12px;
	text-align: left;
}

#footer {
	text-align:center;
	font-size:9px;
	color: #fff;
}


/*************
LOOK/FEEL CODE
*************/

#maincontent a {
	color: #BA7800;
	text-decoration:none;
}

#footer a {
	color:#fff;
	text-decoration:none;
	border-bottom: 1px dashed;
}

#footer a:hover {
	color: #F60;
}

/********
MENU CODE
********/

#left ul{
	list-style: none;
	padding: 0px;
}

#left ul ul{
	padding: 0px;
}

#left li{
	display: block;
}

/* level 0 */
li.menu_c a,
li.menu a {
	display: block;
	height: 18px;
	background:url(images/menu_bg.png) no-repeat;
	/*background-color: #4682B4;*/
	/*border-top: 1px solid black;*/
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-indent: 20px;
	padding-top: 2px;
}

li.menu_c a {
	background-position: 0px -20px;
}

li.menu a:hover {
	/*background-position: 0px -20px;*/
	color: #FFF;
}

li.menu_c a:active,
li.menu a:active {

}

/* level 1 */
ul ul li.menu_c a,
ul ul li.menu a {
	display: block;
	position: relative;
	height: 13px!important;
	padding-top: 2px!important;
	height: 14px;
	padding-top: 1px;
	background:url(images/menu_bg2.png) no-repeat;
	/*background-color: #389138;*/
	/*border-top: 1px solid black;*/
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Black;	
	text-indent: 25px;
}

ul ul li.menu_c a {
	background-position: 0px -15px;
}

ul ul li.menu a:hover{
	/*background-position: 0px 0px;*/
	/*background-color: #4cc34c;*/
}

ul ul li.menu_c a:hover{
	background-position: 0px -15px;
	/*background-color: #389138;*/
}

ul ul li.menu_c a:active,
ul ul li.menu a:active {
	color: #000;
	background-color: #fff;
}

/*******************
MODULE-SPECIFIC CODE
*******************/

/***NEWS MODULE********************************
To get the module to work with this CSS, please
fill in the following values in the settings
menu.
-------
Header:
-------
<div>
<div class="news" style="display:[DISPLAY_PREVIOUS_NEXT_LINKS];">
<a class="next_link" style="display:[DISPLAY_NEXT_PG];" href="[NEXT_PAGE_LINK]"></a>
<div class="page_display">Entries [OUT_OF]</div>
<a class="prev_link" style="display:[DISPLAY_PREVIOUS_PG];" href="[PREVIOUS_PAGE_LINK]"></a>
<br /><hr />
</div>
----------
Post Loop:
----------
<div class="news">
<div class="news_title">[TITLE]</div>
<a class="news_link" title="View complete minutes" href="[LINK]"></a>
<br /><hr />
<div style="text-align: justify;">[SHORT]</div></div>
-------
Footer:
-------
</div>
------------
POST HEADER:
------------
<div class="news">
<div class="news_title">Minutes for [TITLE]</div>
<a class="back_link" title="Return to list" href="[BACK]"></a>
<br /><hr />
<div style="text-align: justify;">
------------
POST FOOTER:
------------
</div>
</div>
*************************************************/
.news {
	width: 600px!important;
	width: 590px; /*IE FIX for padding*/
	margin: 10px auto;
	padding: 5px;
	/*background: #AAA;
	border: 1px solid black;*/
}

.news_title {
	float: left;
	font-size: 16px;
	font-weight:bold;s
}

.news_link,
.back_link,
.next_link,
.prev_link {
	display: block;
	float:right;
	height: 16px;
	width: 16px;
	background:url(images/readmore.png) no-repeat;
}

.back_link {
	background:url(images/back.png) no-repeat;
}

.next_link {
	background:url(images/page_next.png) no-repeat;
	margin-left: 10px;
}

.prev_link {
	background:url(images/page_prev.png) no-repeat;
}

.page_display {
	float: right;
	margin-left: 10px;
}

.news hr{
	clear:none!important;
	clear: both;
	/*Still looking into why clear is necessary for IE and why it breaks firefox.  I have no clue, so
	for now it's a browser hack*/
	height: 1px;
	border: none;
	border-top: 1px dashed #000;
	/*for IE*/
	background:inherit;
	/*for Mozilla*/

}
