/*  
Foreword site theme
soft line: #ddd
light bg: #f9f8f4
medium bg: #ededed
soft link: #265e15
link hover: #333
nav hover: #fafafa
*/

/*
------------------
SITE-WIDE ELEMENTS
------------------
*/

* {	padding: 0px; 
	margin:0px;
}

p {	margin: 0.7em 0px;
	line-height: 1.5em; 
}

dl { margin:1em 0px;
}

dt { font-weight:bold;
}

dd { margin:0.5em 1em;
	padding:0;
}

a img {	
	border:0;
}

.clear {
	clear:both;
	height:20px;
}

blockquote { 
	margin:10px;
    padding-left:10px;
    border-left:#ccc 2px solid;
}

fieldset {
	border:none;
}

body {
	background: #f9f8f4; 
	margin: 0px 20px; 
	font: 76%/1.6em Verdana, Tahoma, sans-serif; 
	text-align: center;
}

#sidebar a, #sidebar a:link, #footer a, #footer a:link {
    color: #265e15;	
	text-decoration: none;
}


a:link, a:visited {
	color: #265e15;
	text-decoration:none;
}

a:hover, a:active {
	color: #333;
	text-decoration:none;
	border-bottom:1px dotted #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, sans-serif;
	/*Georgia, Verdana, Arial, Serif;*/
}

.highlight {
	background-color: yellow;
}

/*
-------------
ID: CONTAINER 
-------------
*/

#container {
	border: #ddd 1px solid;
	background: #fff; 
	margin: 0px auto; 
	width: 785px; 	
	position: relative; 
	text-align: left;
}

/*
--------------
ID: NAVIGATION
--------------
*/

#navigation {
	background: transparent; 
	margin: 20px auto 0px; 
	overflow: hidden; 
	width: 760px; 
	position: relative; 
	text-align: left;
	font-family:Tahoma, Verdana, Arial, Serif;
}

#navigation ul li {
	float: left; 
	margin: 0px 5px 0px 0px; 
	list-style-type: none;
}

#navigation ul li a {
	border: #ddd 1px solid; 
	border-bottom: none;
	padding: 0 10px 2px 10px; 
	display: block; 
	background: #ededed; 
	text-decoration: none;
	color: #000000;
}

#navigation ul li a:hover {
	background: #fafafa;
}

#navigation ul li a:active {
	background: #fafafa;
}

#navigation ul li.current_page_item a {
	background: #fff;
	/*color: #333;*/
	border: #ccc 1px solid; 
	border-bottom: none;
}

#navigation ul li.search {
	font-size: 0.9em; 
	right: 0px; 
	position: absolute; 
	top: 0px;
}

#navigation ul li.search input#s {
	border: #999 1px solid; 
	font-size: 0.9em; 	
	width: 100px; 
	padding: 2px; 	
	background:#fff;
}

#navigation ul li.search input#searchsubmit {
	border: #999 1px solid;
	font-size: 0.9em; 
	background: #e6e6e6; 
	margin: 0px 0px 0px 2px; 
	color: #265e15; 
	padding: 2px; 		
}

/*
----------
ID: HEADER
----------
*/

#header {
	clear: both; 
}

#header img {
	margin: 0px 0px 0px 5px;
}

#header h1 {
	margin: 0px 5px 0px 15px;
	font-family: Tahoma, Arial, sans-serif;
    font-weight: normal; 
	font-size: 1em;		
}

/* #header h1 a {
	display: block;
	text-decoration: none;	
} */

#header a:hover, a:active {
	text-decoration:none;
	border-bottom:none;
}

/*
----------------
ID: CONTENT-MAIN
----------------
*/



#content-main {

	float: left; 

	width: 525px; 

	margin-right: 15px;

}



#content-main ul {

    margin:1em;

    padding:0 1em;

    /* list-style-image: url(images/bullet.png); */

}



/* I'm commenting out all html classes, which seem to mess up IE7!

 html #section-index #content-main {

	margin-right: 20px;

}

*/



/* I'm adding a letter-head class to match the h1 and h2 styles for content-main.*/



.letter-head {

	font-family: Tahoma, Arial, sans-serif;

	font-size: 24px;

	text-align:center;

	line-height:0.75cm;

      color:#660000;

}



/*

-----------

ID: CONTENT

-----------

*/



#content {

	margin: 5px 10px 10px 15px; 

	overflow: auto;

}



/* I'm commenting out all html classes, which seem to mess up IE7!

 html #content {

	height: 1%;

}

*/



#content h1 {
	/*font-family: Tahoma, Arial, sans-serif;
    font-weight: bold; 
	font-size: 1.6em;
	margin: 0.5em 0px 0px; */
	line-height:1.2;
}

#content h2 {
	font-family: Tahoma, Arial, sans-serif;
    font-weight: bold; 
	font-size: 1.6em;
	line-height:1.2em;
	padding-top: 10px;
	padding-bottom: 0px;
	/*margin-bottom: -5px;*/
}

#content h3 {
	font-family: Tahoma, Arial, sans-serif;
    font-weight: bold; 
	font-size: 1.6em;
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 2px 0px 0px; 
}


#content h4 {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 1.3em; 
	font-weight: bold;
	margin: 1em 0px 0px;
}



#content h5 {

	font-family: Tahoma, Arial, sans-serif;

      font-size: 1em; 

	margin: 1em 0px;

}



#content ol {

    list-style-type: decimal;

     margin: 0.5em 1.5em;

    padding: 0 1em;

}



#content .post {

	padding:0 0 2em 0;

	/*border-bottom:#ddd 1px dashed;*/
	
	/* border-bottom:#FF0000 1px dashed; */

}



#content p img.right {

	float: right; margin:10px 0 0 10px;

}



#content p img.left {

	float: left; margin:0 10px 10px 0;

}

#content ul li {
	/* margin: 3px 0px 0px 0px; */
}

/*

-------------------------

POST CLASSES (CONTENT ID) 

-------------------------

*/

/* from blog style
#content .post h2 {
	font-size: 1.4em; 
	margin: 1em 0px 0px;	
	letter-spacing:1px;
	font-weight:normal;	
}
*/

#content .post h2 {
	font-size: 1.6em;
	font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
}

/*
--------------------------
ENTRY CLASSES (CONTENT ID) 
--------------------------
*/

#content .entry {
    margin: 1em 0;
    padding-right: 1em;    
}

/* #content .entry a {
    border-bottom: #999 1px dashed;
    text-decoration: none;
}
*/

#content .entry .pagehead {
	/*border: #ddd 2px dashed;*/
	border-top: #CC0000 1px solid;
	border-bottom: #CC0000 1px solid; 
	font-size: 0.9em;
	/*background: #ededed;*/
	/*background-color:#FFFFCC;*/
	/*background: #FFF8DC; */
    /*background: #333333;  */
	/*background: #f9f8f4; */
	/*background: #99CCFF; */
	margin: 2px;	
	padding: 10px 5px 10px 0px;
} 


#content .entry .leftimage {
	float: left;
	margin: 10px 10px 2px 2px;
	border: #ddd 1px solid; 
	background: #f9f8f4; 
	padding: 0px 0px 3px 0px;
	text-align: center;
	line-height: 1.3em;
	font-size: 0.8em;
}


#content .entry .rightimage {
	float: right;
	margin: 10px 10px 2px 2px;
	border: #ddd 1px solid; 
	background: #f9f8f4; 
	padding: 0px 0px 3px 0px;
	text-align: center;
	line-height: 1.3em;
	font-size: 0.8em;
}

#content .red {
	color:#990000;
	font-weight: bold;
}

#content .order a:link, #content .order a:visited, #content .order a:hover, #content .order a:active {
	line-height: 1.2em;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}

/*

------------------------------

POST-INFO CLASSES (CONTENT ID) 

------------------------------

*/



#content .post-info {

	font-size:0.9em;

	color:#999;

	margin:0;

	padding:0;	

}



#content .post-info {

	background: url(images/underline1.jpg) no-repeat left bottom;

	padding-bottom:12px;	

}



/*

---------------------------------

POSTMETADATA CLASSES (CONTENT ID) 

---------------------------------

*/



#content .postmetadata {

	font-size:0.9em;

	color:#999;

	margin:0;

	padding:0;	

}



/*
-----------
ID: SIDEBAR 
-----------

*/

#sidebar {
	float: left; 
	width: 210px;
	font-size:0.9em;
}

#sidebar ul {
	list-style:none; 
	margin:0;
	padding:0;
}

#sidebar ul p {
	line-height: 1.3em;
}

#sidebar ul ul {
	list-style: disc;
	line-height: 1.2em;
	margin: 0.5em 0 0 1em;
	padding: 3px 0px 5px 3px;
}

#sidebar ul ul li {
	margin: 0 0 0.3em 0;
}

#sidebar ul ol {
	line-height: 1.3em;
	margin: 0.5em 0 0 1.5em;
	padding: 3px 0px 5px 3px;
}

#sidebar ul ol li {
	margin: 0 0 0.3em 0;
}

li.sidehead {
	/*border: #ddd 1px solid;*/
	border: #000000 2px dashed;
	background: #ededed;
	margin: 0px;	
	padding: 2px 5px 10px 10px;
}

li.sidehead h3 {
	text-align: center;
}

li.sidebox {
	border: #ddd 1px solid;
	padding: 2px 10px 10px 10px;
	background: #f9f8f4; 
	margin-bottom: 10px; 	
}

li.sidebox h2 {
	font-weight: bold; font-size: 1.2em; text-align: left;
}

li.sidebox h3 {
	font-weight: bold; 
	font-size: 1.6em; 
	text-align: left;
}


#sidebar li.sidebox p img {
	float: left; 
	margin: 0px 10px 10px 0px;
}

#sidebar ul h3 a:hover, #sidebar ul h3 a:active {
	color: #0000FF;
	text-decoration: underline;
}

/*
----------
ID: FOOTER 
----------
*/



#footer {

	clear: both; 	

	background: transparent; 

	margin: 0px auto; 

	overflow: auto; 

	width: 760px; 

	/*color: #999; */

	text-align: left;

}



/* I'm commenting out all html classes, which seem to mess up IE7!

html #footer {

	height: 1%;

}

*/



#footer p {

	float: left; width: 50%; line-height: 1.2em;

}



#footer p img {

	vertical-align: text-bottom;

}



#footer ul {
	margin: 1em 0px; 
	text-align: center;
	font-size: 0.9em; 
}



#footer ul li {

	display: inline; 

	margin-left: 5px; 

	list-style-type: none;

}



/*

-------------

ID: COMMENTS 

-------------

*/



#comments {

	margin: 2em 0 0 5px;

}



/*

-----------

ID: RESPOND 

-----------

*/



#respond {

	margin: 2em 0 0 5px;

}



/*

---------------

ID: COMMENTFORM 

---------------

*/



#commentform {

	margin:10px;

	padding:10px;

}



#container .commentlist {

	margin: 0;

	padding: 0;

}



.commentlist li {

	list-style:none;

	margin: 1em 0;

	padding: 0.5em;	

	background:#f5f5f5;

}



.commentlist li.alt {

    background:#fafafa;

}



.commentlist li .cmtinfo {

	font-size:1em;	

	border-bottom: #eee 1px solid;

}



.commentlist li cite {

	font-style:normal;

	font-weight:bold;

}



.commentlist li .cmtinfo em {

	float:right;

	margin:0;

	padding:0;

	font-style:normal;

	font-size:0.9em;

	color:#999;

}



/*

------------------

CUSTOM

------------------

*/


/* Original bg #f9f8f4 -- now all commented out

textarea {

	width: 90%;

	height: 20em;

	padding:5px;
	
	border: 1px solid #ccc;	

	background:#fff;

} 

*/


/* Original bg #f9f8f4 */

/*input {

	border:#ccc 1px solid;
	
	background:#fff;	

}

*/


.post h4 {

	font-size:1em;

	font-weight:normal;

	font-family:Verdana, Tahoma, Arial, Serif;

}



.post h4 em {

	font-style:normal;

	float:right;

	font-weight:normal;

}



#header, #content, #sidebar, #footer, .widget {

    overflow: hidden;

}

.tophead {

	font-family: Tahoma, Arial, sans-serif;

	font-size: 12px;

	text-align:center;
	
	font-weight:normal;

    color:#660000;
}

#posttitle .letter-head {

	font-family: Tahoma, Arial, sans-serif;

	font-size: 24px;

	text-align:center;
	
	line-height: 0.3cm;

    color:#660000;
}

.plain {
    color: #0000FF;
	text-decoration: underline;
}

/* every other table */

.port1 {
}

.port2 {
	background-color: #f9f8f4;
	border: 1px solid #ddd;
	margin-bottom: 12px;
	padding: 5px 0 0 10px;
}

.linkbox {
	background-color: #f9f8f4;
	border: 1px solid #ddd;
	margin: 7px 0 2px 0;
	padding: 5px 2px 5px 5px;
}

.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration: none;
}

.jumplink {
	font:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal;
}

.scloud {font-size: small}
.mcloud {font-size: medium}
.lcloud {font-size: large}
.xlcloud {font-size: x-large}
.xxlcloud {font-size: xx-large}
.xscloud {font-size: x-small}


/* -------------------- */

/* COMPACT JS STYLES */

/* default accordian display */
	/* functionality */
		.active.accordian {
			clear: both;
		}
		.active.accordian .section {
			margin: 0;
			padding: 0;
		}
		.active.accordian .section .heading {
			margin: 0; padding: 0;
		}
		.active.accordian .section .heading a {
			display: block;
			margin: 0;
			padding: 0;
			/* new */ text-decoration:none;
		}
		.active.accordian .section.closed .content {
			display: none;
		}
		/* remind people to add an id and heading to each section */
		.active.accordian .section.error, .active.accordian .section.error .heading a {
			background-color: red !important;
		}
			
	/* prettys */
		.active.accordian .section {
			margin: .2em 0;
			padding: 0;
		}
		.active.accordian .section .heading {
			margin: 0;
			padding: 0;
			font-size: 1.2em;
			/*background-color: #efefef;
			border-bottom: 1px solid #ddd;*/
		}
		.active.accordian .section .content {
			margin: 0;
			padding: .2em 1em;
		}
		.active.accordian .section .heading a {
			background: #cfefdf url(minus.png) .3em center no-repeat;
			padding: .2em 1.2em .3em 1.2em;
			/* new */ text-decoration:none;
		}
		.active.accordian .section.closed .heading a {
			background-color: #efefef;
			background-image: url(plus.png);
			/* new */ text-decoration:none;
		}
		.active.accordian .section .heading a:hover {
			background-color: #e9f3ff;
		}


/* tabbed display */
	/* functionality */
		.active.tabbed {
			clear: both;
			border: #ddd 1px solid;
		}
		.active.tabbed .section .content {
			margin: 0;
			padding: .5em 1em;
			/*border-left: 1px solid black;
			border-right: 1px solid black;
			border-bottom: 1px solid black;*/
			border-top: none;
		}
		
		.active.tabbed .section .heading {
			margin: 0; padding: 0;
			height: 0; width: 0;
			overflow: hidden;
		}
		.active.tabbed .section {
			clear: both;
			margin: 0;
			padding: 0;
		}
		.active.tabbed .section.closed {
			border: none;
		}
		.active.tabbed .section.closed .content {
			display: none;
		}
		/* remind people to add an id and heading to each section */
		.active.tabbed .section.error, .active.tabbed .section.error .heading {
			background-color: red !important;
		}

		.active.tabbed .nl.tabs {
			list-style-type: none;
			margin: 0; padding: .5em 0 0;
			display: block;
			/*border-bottom: 1px solid black;*/
			overflow: hidden;
			/*background: #ccc;*/
			background: #f9f8f4;
		}
		.active.tabbed .nl.tabs li {
			display: inline;
		}
		.active.tabbed .nl.tabs li a {
			display: block;
			float: left;
			margin: 0 .3em;
			padding: .2em 1em;
			/* background: #ddd; */
			background: #f9f8f4;
			/* new */ text-decoration:none;
		}
		.active.tabbed .nl.tabs li.current a {
			color: #000;
			font-weight: bold;
			text-decoration: none;
			cursor: default;
			/* background-color: #fff; */
			background-color: #f9f8f4;
			/*border: 1px solid #000;
			border-width: 1px 1px 0 1px;*/
			padding-bottom: .4em;
		}
		
		/* IE tweaks */
		* html active.tabbed .nl.tabs,
		* html active.tabbed .content {
			height: 1%;
			overflow: visible;
			clear: both;
		}
		

/* print styles */
	@media print {
		.accordian .section.open .content,
		.accordian .section.closed .content,
		.tabbed .section.open .content,
		.tabbed .section.closed .content {
			display: block;
		}
	}
	
/* pretty tabs */
.active.tabbed .nl.tabs {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
	display: block;
	/* background: #dae0d2 url("../../../assets/pkg/compact-2.0/tabs/bg.gif") repeat-x bottom; */
}
/* clear the nl */
.active.tabbed .nl.tabs:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.active.tabbed .nl.tabs {display: inline-block;}
/* Hides from IE-mac \*/
* html .active.tabbed .nl.tabs {height: 1%;}
*+html .active.tabbed .nl.tabs {height: 1%;}
.active.tabbed .nl.tabs {display: block;}
/* End hide from IE-mac */


.active.tabbed .nl.tabs li {
	float:left;
	/* background:url("../../../assets/pkg/compact-2.0/tabs/left_both.gif") no-repeat left top; */
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #765;
}

.active.tabbed .nl.tabs a {
	float:left;
	display:block;
	width:.1em;
	/* background:url("../../../assets/pkg/compact-2.0/tabs/right_both.gif") no-repeat right top; */
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	white-space: nowrap;
	/* new */ text-decoration:none;
}

.active.tabbed > .nl.tabs a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.active.tabbed .nl.tabs a {float:none;}
/* End IE5-Mac hack */
.active.tabbed .nl.tabs a:hover {
	color:#333;
}


.active.tabbed .nl.tabs .current {
	background-position:0 -150px;
	border-width:0;
}
.active.tabbed .nl.tabs .current a {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
}

.active.tabbed .nl.tabs li:hover,
.active.tabbed .nl.tabs li:hover a {
	background-position:0% -150px;
	color:#333;
}

.active.tabbed .nl.tabs li:hover a {
	background-position:100% -150px;
}

.active.tabbed .section .content,
.compact.active .accordian .section .content {
	padding: 0 1em;
}