﻿*{
    margin: 0;
    padding: 0;
}


body.normal
{
    background-color: #808080;    
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	z-index: 1;
    background: url(images/html-bg.gif);
    background-color: #808080;
    background-repeat: repeat-x;
    background-position: 955px -90px; /* 955 */
}

html>body.normal
{
}

html body.homepagebody
{
	background-color: #808080;
	background-repeat: repeat-x;
	background-position: top left;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
    background: url(images/htmlhome-bg.gif);
	background-color: #808080;
	background-repeat: repeat-x;
    background-position: 955px -90px; /* 955 */
}


td,p,ul,caption,label,li, ul, ol, div, img, dl, dd, dt {
	text-align:left;
	vertical-align:top;
	line-height: 1.5em;
}

p
{
    padding-bottom: 15px;
}

img 
{
	padding: 0;
	margin: 0;
	border:0;
}

div#pagecontainer
{	
	z-index: 2;
	height: 575px;
	overflow: visible;
	width: 960px;
	margin: 0;
	position: relative;	
	top: -90px;
	left: -40px;
	background: url(images/page-bg.gif) ;
}

div#pagecontainer-home
{	
	width: 960px;
	min-height: 575px;	
	margin: 0;
	position: relative;	
	top: -90px;
	left: -40px;
	background: #808080 url(images/homepage-bg.gif) no-repeat;
}



img#logo
{
    position: absolute;
    left: 678px;
    top: 99px;
}

div#news
{
    position: absolute;
    top: 411px;
    left: 0;
    width: 252px;
    height: 124px;
    background: url(images/news-bg.gif) top left no-repeat;
}


div#news p
{
    padding: 55px 25px 5px 48px;
    line-height: 1.3em;
    font-size: 10px;
}

div#header
{
    position: absolute;
    left: 248px;
    top: 193px;
    z-index: 10;
}

ul#nav
{
    background: #78D218 url(images/nav-top.gif) top left no-repeat;
    width: 298px;
    height: 21px;
    display: block;
    padding-left: 1px;
    top: -5px;
    left: 10px;
	position:relative;
	z-index: 30;
    
}

ul#nav li
{
    float:left;
    display: block;
    padding: 0px 2px 0px 2px;
}

ul#nav li a
{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    line-height: 20px;
    text-transform: lowercase;
    border-bottom: 1px dotted white;
    /*background: url(images/nav-sep.gif) right 17px  no-repeat;*/
    
}

ul#nav li a:hover
{
    background: #fff;
    color: #333;
    border-bottom: 1px dotted #78D218;
}

div#subpage-header
{
    width: 690px;
    height: 240px;
    /*background-color: #000;*/
    float: left;
	margin-top:-19px;
}

div#whyidaho{
	position:absolute;
	left:253px;
	top:139px;
}

div#photo
{
    width: 185px;
    height: 191px;
    background-color: #fff;
    float: left;
    margin-left: 3px;
}

div#subnav
{
    width: 170px;
    height: 191px;
    background-color: #fff;
    float: left;
    margin-left: 7px;
    border-right: 15px solid #78D218;
}

div#subnav ul
{
    padding-top: 10px;
    list-style: none;
}
div#subnav ul li
{
    list-style: none;
    border-bottom: 1px dotted #666;
    background: url(images/sub-nav-bullet.gif) 0px 3px no-repeat;
    padding-left: 15px;
}
div#subnav ul li a
{
    color: #999;
    line-height: 20px;
    font-size: 10px;
    text-decoration: none;
}
div#subnav ul li a:hover
{
    color: #333;
    
}

div#wrapper
{
    position: absolute;
    left: 250px;
    top: 412px;
    z-index: 5;
    width: 689px;
    min-height: 300px;
}

div#content
{
    background: #fff url(images/content-bg.gif) -1px -1px no-repeat;
    width: 689px;
    min-height: 300px;
    position: relative;
    left: 0px;
    top: 0px;
}

div#sidebar
{
    float: left;
    margin: 20px 10px 0 20px;
    width: 200px;
}
div#sidebar h1
{
    color: #78D218;
    font-size: 28px;
    line-height: 30px;
    font-size: 26px;
    font-family: "Arial Narrow";
    text-transform: uppercase;

}

div#sidebar ul.pagenav
{
    padding-top: 20px;
    list-style: none;
    clear: both;
}
div#sidebar ul.pagenav li
{
    list-style: none;
    border-bottom: 1px dotted #666;
    background: url(images/sub-nav-bullet.gif) 0px 3px no-repeat;
    padding-left: 15px;
}
div#sidebar ul.pagenav li a
{
    color: #666;
    line-height: 20px;
    font-size: 10px;
    text-decoration: none;
}
div#sidebar ul.pagenav li a:hover
{
    color: #333;
    
}

div#maincolumn
{
    margin-left: 230px;
    padding: 50px 20px 20px 20px;
    min-height: 330px;
}

div#footer
{
    font-size: 10px;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}

div#footer span
{
    color: #4DB2C0;
}

#footer .footer-col-1{
	float:left;
	width:60%;	
}

#footer .footer-col-2{
	float:right;	
}

#footer a{
	color:#93EDFE;
	text-decoration:none;
	letter-spacing:-.01em;
}

#footer a:hover{
	color:#fff;
}

div.pad
{
    padding: 20px;
}

div.pad a
{
    font-weight: bold;
    color: #543324;
    text-decoration: none;
}

input
{
    padding: 5px;
}

input[type="submit"], input[type="button"]
{
    margin: 10px;
    float: right;
}



div.layoutheader{
    background-image: url(/assets/images/cms/titleBarBg.gif);
    color: #FFF;
    font-weight: bold;
    padding: 0; 
    margin: 0; 
    position: relative;
    height: 27px;
    width: 100%;
    display: block;
}
div.leftlayoutheader
{
    background-image: url(/assets/images/cms/titleBarBg.gif);
    height: 27px;
    color: #FFF;
    padding: 0; 
    width: 190px;
    font-size: 10px;
    position: relative;
    margin: 0;
    left: 0px;
    display: block;
}
div.leftlayoutheader div
{
    padding: 0; 
    margin: 0;
}
div.leftlayoutheader div a
{
    padding: 0; 
    margin: 0;
}
div.leftlayoutheader div a img
{
    padding: 0; 
    margin: 0;
}

.contextitem{
    padding: 3px;
	height: 15px;
	vertical-align: middle;
	font-size: 85%;
}

.contextitemover{
    padding: 3px;
	height: 15px;
	vertical-align: middle;
	font-size: 85%;
	background-color: #EDE6C9;
	cursor: pointer;
}

.show
{
    display: block;
}
.hide
{
    display: none;
}

#adminlinks
{
    position: absolute;
    top: 0px;
    left:0px;
	background:#666;
	padding:.4em;
}

#adminlinks a
{
    font-size: 10px;
    color: #F0EEE1;
    padding: 3px;
}

#adminlinks a:hover
{
    padding: 2px;
    border: 1px solid #F0EEE1; 
}


/*-------Main Content block --------*/

#maincolumn p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:20px;
}

#sidebar h1, #sidebar h2,
#maincolumn h1, #maincolumn h2{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#sidebar h1,
#maincolumn h1{
	color:#333;
	font-size:22px;
	line-height:28px;
	margin-bottom:8px;
}

#sidebar h2,
#maincolumn h2{
	color:#555;
	font-size:17px;
	line-height:22px;
	margin-bottom:4px;
}

#maincolumn ul{
	margin-top:4px;
	margin-bottom:12px;
}

#maincolumn li{
	list-style-position:inside;
	list-style-type:square;
	line-height:18px;
	margin-bottom:4px;
}

#sidebar a, #sidebar a:visited,
#maincolumn a, #maincolumn a:visited{
	color:#60A718;
	text-decoration:none;
	font-size:11px;
}

#sidebar a:active, #sidebar a:hover,
#maincolumn a:active, #maincolumn a:hover{
	color:#78d218;
	border-bottom:1px dotted #66B517;
}

#maincolumn table th{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

/* =tables 
-----------------------------*/


/* border-spacing not supported by ie, set this in table tag in html
example:  cellspacing="0"  -- css does the rest---*/
.tbldata {
	
	margin: .5em;	
	
}

.tbldata th {
	background-color: #66b517;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}

.tbldata td {
	
	padding: 5px;
	border-bottom: 1px solid #eee;
	/* set bg color on td with a class */
}

.tblfestivals{

}

.tblclimate td{
	padding: 2px;
	text-align: center;
}


.rowalt1{
background-color:#eee;

}

tr.row1{
	background: #eee;
}


.tblclimate tr{
}


.tblclimate th{
	font-weight: bold;
	background: #66B517;
	font-size: 11px;
	border-bottom: 1px solid #808080;
	color: #fff;
}



.crewcontact{

	margin-top:10px;
	border-top:1px dotted #666;
	padding-top:10px;

}


.crewcontact ul{
	list-style:none !important;
	

}


.crewcontact li{
	list-style:none !important;

}


.photocontainer img{
	padding-top:20px;
}

ul.categories
{
    list-style: none;
}
ul.categories li
{
    display: block;
    height: 30px;
    border-bottom: 1px dotted #78D119;
    background-color: #fff;
    color: #78D119;
    list-style: none;
    line-height: 30px;
    clear: both;
}

ul.categories li a.delete
{
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/assets/images/delete.gif) no-repeat;
    margin: 5px 2px 5px 0px;
    overflow: auto;
    padding: 0;
}

ul.categories li a.delete:hover
{
    background: url(/assets/images/delete-hover.gif) no-repeat;
}

ul.categories li a.delete span
{
    display: none;
}


ul.categories li a
{
    padding-left: 3px;
    color: #333;
    float: left;
    display: block;
    width: 170px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}


ul.categories li:hover a
{
    
    background-color: #78D119;
    color: #FFF;
    border-bottom: 1px dotted #FFF;
}




ul.editcategories
{
    list-style: none;
}
ul.editcategories li
{
    display: block;
    border-bottom: 1px dotted #78D119;
    background-color: #fff;
    color: #78D119;
    list-style: none;
    line-height: 30px;
    clear: both;
}

ul.editcategories li a.delete
{
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/assets/images/delete.gif) no-repeat;
    margin: 5px 2px 5px 0px;
    overflow: auto;
    padding: 0;
}

ul.editcategories li a.delete:hover
{
    background: url(/assets/images/delete-hover.gif) no-repeat;
}

ul.editcategories li a.delete span
{
    display: none;
}


ul.editcategories li a
{
    padding-left: 3px;
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 390px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}


ul.editcategories li:hover a
{
    
    background-color: #eee;
}

ul.editcategories li fieldset
{
    clear: both;
    margin-bottom: 30px;
}
