/*
** Written for "domain parking" by BigBunker.com (BB)
** Copy Right: BigBunker.com 2011
** HIST: 20110619-SJP
*/

/*=== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
** clear the individual default browser settings for margins, paddings and borders
*/

* {margin:0;padding:0;}

/*=== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
** global single element styles 
*/

body {
    font-family: verdana, helvetica, arial, sans-serif;
    /*  Verdana     - Safest Web font, high readability, sizes well, on major OSs (Win XP Vista, Mac Tiger Leopard, Ubuntu 9.10)
        Helvetica   - Similar to Verdana, supplied with Unix X-Windows (believed)
        sans-serif  - font family 
    */
    font-weight: normal;
    }
	
/*--- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */
	
#idWrapper, #idFooter {
	display:block;
    margin:0 auto;
	width:930px;
    }
	
#idWrapper{
    border: 1px solid black;
    }
	
#idFooter {
	font-size: 70%;
	text-align: center;
	}
	
#idHeading {
	padding: 8px 8px ;
}

#idContent {
	clear: both;
	padding: 10px;
}

/*--- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */
	
#idNav {
    background: url("/img/nav-green.png") repeat-x scroll 0 0 #104030;
	/* border: 0 none; */
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    /* line-height: 1.1em; */
    /* outline: 0 none; */
    text-transform: uppercase;
	/* vertical-align: baseline; */
}

#idNav ul {
	background: none repeat scroll 0 0;
    display: block;
    list-style: none outside none;
}
#idNav ul li {
    float: left;
    margin: 0 0 0 5px;
	background: none repeat scroll 0 0 transparent;
}

#idNav ul li a {
    color: #FFFFFF;
    display: block;
    line-height: 90%;
	font-size: 75%;
    padding: 13px 13px 11px;
    text-decoration: none;
}

#idNav ul li a:hover {
    background: url("/img/nav-green.png") repeat-x scroll 0 -35px transparent;
    color: #FFFFFF;
}


/*
		#idNav {
			text-transform: uppercase;
			font-size: .9em;	
			line-height: 1.1em;
			background: #104030 url(/img/nav-green.png) repeat-x 0 0;
		}
		#idNav ul{
			list-style: none;
			display: block;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			float: left;
			list-style: none outside none;
		}
		#idNav ul li{
			margin: 0px 0px 0px 5px;
			padding: 0px;
			float: left;
			
		}
		#idNav ul li a{
			
			line-height: .9em;
			padding: 13px 13px 11px;
			text-decoration: none;
			color: #fff;
			display: block;
		}
		
		#idNav .current_page_item a, #idNav .current_page_item a:hover, #idNav li a:active, #idNav .current_page_ancestor{
			text-decoration: none;	
			color:#fff;
			background:transparent url(/img/nav-green.png) repeat-x 0 -70px;
		}
		#idNav li a:hover{
			color:#fff;
			background:transparent url(/img/nav-green.png) repeat-x 0 -35px;
		}
		#idNav li a:active{
			color:#ddd;
			background:transparent url(/img/nav-green.png) repeat-x 0 -70px;
		}

a{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
*/

#idSiteTitle {
	display: inline;
}
	
#idSiteTitle a {
    color: #000000;
    font-family: arial,helvetica,sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 1.5em;
	text-decoration: none;
    text-transform: uppercase;
}
#idSiteDesc {
    color: #AAAAAA;
	display: inline;
    font-family: arial,helvetica,sans-serif;
    font-size: 0.8em;
    font-style: italic;
	font-weight: normal;
    margin: 13px 0 0 0.5em;
}	
	
/*--- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */

a{color: #006633;text-decoration: none;}

em{ font-style: normal; font-weight:bold; }

h1,h2{font-weight: normal;}
h1{font-size: 180%;}
h2{font-size: 160%;}

p{margin:1em 0;}

span.nobr{
	white-space: nowrap;
}

/*--- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */
	
.clear{clear: both}
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
/* .fixedFont{font-family: Monaco, monospace; font-size: 14px;} */
.left{float:left}
.right{float:right}
.tight{ margin:0;}

