body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #7f7b73; /*231f20*/
	/*background-color:  #EDECE7;*/
	
	text-align: center;
	
}

/* default font size*/
/*
@import url(xx-small.css);  */

* {
	padding: 0;
	margin: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */





/****************************************************************/
/* 1. STRUCTURE  */
/****************************************************************/


#accessibility
{
	position: absolute;
	top: -10000px;
}


#container{
	background: url(../images/page_bg.gif) repeat-y;
	width: 992px;
	/* margin: 10px 0 0 10px; */
	margin: 0px auto;
	text-align: left;
}

#wrapper{
	margin: 0px 27px;
	display: block;
}

#header{
	
	padding: 0px 10px 10px 17px;
	
}


#menu{
	background-color: #97C146;
	text-align:  left;
	min-height:inherit;
	margin-bottom: 10px;
	padding: 0 0 4px 0;
}


#content{

	padding: 0px 0 0 0px;
}
#footer{

	margin: 20px 0 0 0;
	padding: 32px 48px;
	color: #fff;
	background: url(../images/footer_bg.gif) repeat-y;
	/*
	border-left: 10px solid #97C146;
	background-color: #969577;
	color: #ffffff;
	*/
}

#mainCol{
	width: 706px;
	float: left;
	/*  border: 1px solid red;*/
	z-index: 100;
	position:relative
}

#sideCol{
	width: 220px;
	float: right;
	z-index: 50;
	position:relative
	/*   background-color: #c2c2c2;*/
}




.side{
	width: 200px;
	float: left;
	display: block;
	/*  background-color: yellow;*/ 
	
}
.main{
	width: 410px;
	/*  background-color: lightyellow;*/
	float: right;
}



.left{ 
	/* width: 200px; */
	float: left;
	/* background-color: pink; */
}

/* spliting .main into two columns */
.mid{
	width: 200px;
	/* background-color: yellowgreen; */
}

.right{
	/* width: 200px; */
	float: right;
	/*background-color: lightblue;  */
}


.side_inset{
	width: 95px;
	float: left;
}

li.blog .side_inset{
	width: 95px;
	text-align: right;
}

li.contact .left{
	width: 360px;
}
li.contact .right{
	width: 250px;
}

li.blog .left{
	width: 440px;
}
li.blog .right{
	width: 170px;
}

li.reflection .right{
	width: 410px;
}
li.news_item .right{
	width: 410px;
}

#archive .featured .right{
	width: 412px;
}

#features  .left{
	width: 210px;
}
#features  .right{
	width: 602px;
}

/*
#news .content_block .right{
	width: 412px;
}
*/


.img_full{
	position: relative;
	margin: 10px 0px 10px 0px;
}

.img_med{
	margin: 10px 0 10px 210px;
}
.blog_article_img{margin: 10px 0;}

.img_leader{margin-left: 26px;}

div.interview .img_med{
	margin-left: 0;
}

#artworks{
	margin-left: 210px;
}

.introduction{
	margin: 0px 0px 0 0px;
	padding: 18px 10px 10px 10px;
	border-top: 1px solid #EAEAE4;
	border-bottom: 1px solid #EAEAE4;
	background-color: #F5F5F2;

}



.interviewer .person{
	background-color: #f6f6f6;
}

/*
.content_block{
	border-top: 1px solid #dcdcd3;
	background-color: #fafafa;
	padding-top: 25px;
	padding-bottom: 35px;
	
}
*/


.action_block{
	width: 107px;
}

/****************************************************************/
/* 2. TEXT  */
/****************************************************************/
#menu{font-size:1.1em}
#top_options{font-size:1.1em}
#content{font-size:1.1em}
#footer{font-size:1em}

input, select, th, td, textarea {font-size:1em; color: #7f7b73;}

li li, li p, td p, div p, blockquote p {font-size:1em}


p, a, table, form, li, div, input, textarea, select, code{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


blockquote{
	margin: 10px 0px;
	padding: 5px 10px;
	font-style: italic;
	border-left: 2px solid #EAEAE4;
	background-color: #F5F5F2;
}


h1, h2, h3, h4, h5, h6 {
    color: #231f20;
    /*font-family: "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; */
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0;
}
/**/



/* approx 21px*/
h1 {
     font-size: 4.1em; 
     color: #969577;
      /*  font-size: 21px;*/
     margin: 0 0 17px 0;
}

h1.main_title{
	text-indent: -9999px;
	overflow: hidden;
	height: 60px;
	background: transparent no-repeat scroll 12px 0px;
	border-bottom: 3px solid #dcdcd3;
}

#news h1.main_title{
	background-image: url(../images/txt/txt_news.gif);
}
#reflections h1.main_title{
	background-image: url(../images/txt/txt_reflections.gif);
}
#archive h1.main_title{
	background-image: url(../images/txt/txt_archives.gif);
}
#blogs h1.main_title{
	background-image: url(../images/txt/txt_blogs.gif);
}
#contacts h1.main_title{
	background-image: url(../images/txt/txt_contacts.gif);
}
#features h1.main_title{
	background-image: url(../images/txt/txt_features.gif);
}
#tools h1.main_title{
	background-image: url(../images/txt/txt_tools.gif);
}
#login h1.main_title{
	background-image: url(../images/txt/txt_login.gif);
}
#register h1.main_title{
	background-image: url(../images/txt/txt_register.gif);
}
#password h1.main_title{
	background-image: url(../images/txt/txt_forgot_password.gif);
}
#account h1.main_title{
	background-image: url(../images/txt/txt_account.gif);
}
#account  h1.your_contact{
	background-image: url(../images/txt/txt_contact_details.gif);
}

/*
h2 {
	font-size: 1.82em; 
    padding: 6px 5px 15px 12px;     
    color: #b8b79a;
}

h2.with_subtitle{
	padding-bottom: 4px;
}


#home h2{
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: none;
}



h3{
	font-size: 1.82em;
	color: #acab90;
	margin: 20px 0 2px 0;
	padding: 0px 0 10px 12px;        
    border-bottom: 1px dotted #969577;
}

h3.short{
	margin-top: 0;
}
*/

h2{
	/* headings like News, Blogs with + */
	font-size: 1.81em;
	margin: 0 0 22px 0;
	
}

.content_top h2{
	margin-bottom: 0;
}

h2.with_subtitle{
	margin-bottom: 5px;
}

h3{
	font-size: 1.45em; /* 16px */
	margin: 2px 0;
}

ul.blocks h3{
	margin-top: 0;
	line-height: 1em;
}

/* approx 14px*/
h4 {
     font-size: 1.27em;
     color: #97c146;
     margin: 0px 0 2px 0;
}

#sideCol h4{
	font-size: 1.2em;
	color: #231f20;
	font-weight: bold;
	padding: 0px 0 7px 0px;  
	margin-bottom: 12px;      
    border-bottom: 1px dotted #969577;
   /* margin-left: 14px; */
}


#sideCol h4.icon{
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sideCol .fill h4{
	border-bottom: none;
}
#sideCol h4.doc{
	background-image: url(../images/icons/doc.gif);
}
#sideCol h4.pencil{
	background-image: url(../images/icons/pencil.gif);
}
#sideCol h4.search{
	background-image: url(../images/icons/search_right.gif);
}
#sideCol h4.help{
	background-image: url(../images/icons/info.gif);
}
#sideCol h4.calendar{
	background-image: url(../images/icons/calendar.gif);
}

h4.block{
	margin: 20px 0;
}
h5{
	font-size:  1.09em; /* 12px */
	margin: 0px 0 0px 0;

}

h6{
	font-size: 1.09em; /* 11 / 12 for 12px */
	font-weight: bold;
	margin: 0px 0 5px 0;
}

.snippet h6{
	margin: 20px 0 5px 0px;
}
#features .content_block h6{
	margin-top: 20px;
}
/*
.horiBlocks h5{
	margin: 10px 0 10px 0;
}
*/

/* approx 11/14 */
p {
	/*font-size: 11px .9em;
	font-size: 1.1em;*/
	line-height: 1.6em;
	padding: 0 0px;
	margin-bottom: 1em;
}

img.inline{
	float: left;
	padding: 10px 10px 10px 0;
	margin-left: -5px;
}

p img.in_article{
	/* compensate for images within textile paragraphs */
	/**/ margin-left: -5px; 
	/* float: left; */
}



p.short{
	margin-bottom: 0;
}

.location{
	margin-top: 7px;
	margin-bottom: 0;
	font-size: .9em;
	line-height: 1em;
	color: #4f4a4a;
	font-weight: bold;
}

.posted{
	margin-bottom: 4px;
	font-size: .9em;
	color: #7f7b73;
	/* font-size: .9em; */
	/* color: #969577; */
}

.featured .box p.date{
	/* archive */
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}

/* box text */
.box p{
	margin-bottom: .2em;
}

.featured .box p{
	margin-bottom: 1em;
}

ul.short li p{
	margin-bottom: 0.2em;
}

/* un-padding 
.side h3, .side p, #footer p{
	padding: 0;
}*/

div.main p{
	padding: 0 10px 0 12px;
	
}
div.main .left p, div.main .mid p{
	padding: 0;
}





td.person span{
	line-height: 1.8em;
}







/*
.news_article p:first-child{
	font-weight: bold;
	color: #333;
}
*/

.img_full p.caption{
	float: left;
	width: 190px;
}

/*  make author's comments stand out */
li.author .main{
	
}
.close, .top{
	text-align: right;
}

#sideCol p{
	padding-left: 0;
}
#sideCol ul p{
	padding: 0;
}



.caption, .next, .prev{
	padding-top: 10px;
}




#footer p.credit{
	
	padding-right: 0;
	text-align: right;
}

.pageLead p.intro{
	padding: 22px 0px 22px 17px;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #66635C;
}

.admin_links{

	float: right;
	text-align: right;
	width: 50px;
  	margin: 10px 10px 0 0;
  
  	/* color: #ccc;
  	font-family: "Georgia", serif;
  	font-size: 0.9em; */
  	
  	/* text-align: center; */
  	/*background-color: #FFFFDD;
  	border-top: 1px solid #E3E1B3;
  	border-bottom: 1px solid #E3E1B3;  #eeee88 */
}

.admin_plain{
	width: 50px;
	text-align: left;
	float: none;
}



.tagged_as{
	margin-top: 10px;
	background-color: #F1F1F1;
	color: #7f7b73;
	border: 1px solid #DCDCD3;
	padding-top: 2px;
	padding-bottom: 6px;
}

ul#summary li.main_item .tagged_as, .featured .tagged_as, #archive .tagged_as{
	margin-top: 0;
	background-color: #F1F1F1;
	border: none;
}

/*
li.odd .tagged_as{
	background-color: #EDECE7;
	border: none;
}
li.even .tagged_as{
	 background-color: #f7f7f7; 
	border: none;
}
*/

p.author{
	font-style: italic;
}
.byline{
	background-color: #F5F5F2; 
	border: 1px solid #EAEAE4;
	font-style: italic;
}

.right .byline{
	margin-left: 12px;
	margin-right: 12px;
}

.summary_links .top{
	width: 50px;
	float: right;
}

.actionNote{
	text-align: right;
}
.notice{
	margin: 5px 0 25px 0;
	padding: 10px;
	background-color: #FFD6F7;
	/* font-size: 1.4em; */
}

/*
ul.horiBlocks li h3, ul.horiBlocks li p{
	margin-right: 10px;
	margin-top: 0;
}
ul.horiBlocks li.last h3, ul.horiBlocks li.last p{
	margin-right: 0px;
}
*/
legend {
  font-size: 150%;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0 0px;
}
.lowlight {
	color: #777;
}

.tag-cloud{
	padding: 10px 6px 0 0px;
}

.tag-cloud .size1{font-size: 1.3em;}
.tag-cloud .size2{font-size: 1.9em;}
.tag-cloud .size3{font-size: 2.2em}
.tag-cloud .size4{font-size: 2.5em;}
.tag-cloud .size5{font-size: 2.8em;}

/* hide the extra context from CSS-enabled browsers, but not screenreaders */
.tag-cloud span{ position: absolute; left: -999px; width: 990px; }
.tag-cloud li{
	display: inline;
	margin: 0 5px 0 0;
	list-style-type: none;
}

.add_links{
	text-align: right;
}

.option_links{
	float: right;
	text-align: right;
}



#top_box{
	/* e.g. popular tags */
	margin-top: 35px;
}
#side_spacer{
	
	line-height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	margin-top: 24px;
}

#reflections .sub_title, #blogs .sub_title{
	/**/  margin-bottom: 20px;
}

.sub_title, #reflections li.sub_title{
	margin-bottom: 0;
	line-height: 1.1em;
}
#news .sub_title{
	margin-bottom: 15px;
}


.secondary{
	color: #7f7b73;
}

h4.notes{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #969577;
}
/* first footnote */
#fn1{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #969577;
	margin-bottom: 0;
}

p#fn2, p#fn3, p#fn4, p#fn5, p#fn6, p#fn7, p#fn8, p#fn9, p#fn10{
	margin-bottom: 0;
}

.introduction #fn1{
	border-top: none;
}

.block_heading{
	float: left;
	padding-right: 12px;
	background: url(../images/cross.gif) no-repeat center right;
}



.content_heading span{
	padding-right: 12px;
	background: url(../images/cross.gif) no-repeat center right;
	
}

.nofloat{
	float: none;
}

.block_top{
	/* blogs summary list */
	padding: 5px 0 0px 26px;
}

#footer span{

	color: #d5036b;
}


.highlight{
	/* e.g. comment on recent activity */
	color: #97c146;
	font-size:  1.09em; /* 12px */
	margin: 0px 0 0px 0;
}

.comments_info{
	margin: 47px 23px;
}

.charcount-limit{
	margin-left: 120px;
}

/****************************************************************/
/* 3. LINKS  */
/****************************************************************/
a{
	color: #7f7b73;
}
/*
a:link{
	text-decoration: none;
	color: #D10048;
	
}

a:visited	{ color: #D10048; text-decoration: none;} 
a:active	{ color: #777; text-decoration: none; border-bottom: 1px solid #CCC;} 
a:hover		{ color: #000; text-decoration: none; border-bottom: 1px solid #CCC;} 



a.secondary:link{color: #7f7b73; border-bottom: 1px solid #7f7b73;}
a.secondary:visited	{ color: #7f7b73; border-bottom: 1px solid #7f7b73;} 
a.secondary:active	{ color: #7f7b73; border-bottom: 1px solid #7f7b73;} 
a.secondary:hover		{ color: #4d4d4d; border-bottom: 1px solid #4d4d4d;} 
*/

a em {
	font-style: normal;
	/* border-bottom: 1px solid #fff; */
}

#subnav a{
	background: url(../images/cross.gif) no-repeat 0 4px;
	padding: 0px 0 0px 15px;
	text-decoration: none;
	font-size: 1.09em;
}
#subnav a.active{
	color: #d5036b;
}

a.lead{
	clear: both;
	display: block;
	background-image: url(../images/cross.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0px 0 0px 15px;
	margin: 0 0 14px 12px;
	line-height: 1.4em;
}
p a.lead, ul a.lead{
	margin-left: 0;
	
}


ul.anchors li a.lead{
	margin-bottom: 10px;
}
a.lead:hover{
	border-bottom: none;
	color: #000;
}


/*
h3 a:link, h3 a:visited, h3 a:active{
	color: #acab90;
}

h3 a:hover{
	border-bottom: none;
}




h2 a:link, h2 a:visited, h2 a:active, h4 a:link, h4 a:visited, h4 a:active, h5 a:link, h5 a:visited, h5 a:active{
	color: #97C146;
}

h4 a.anchor{
	 color: #969577;
}

h4 a.anchor:hover{
	border-bottom: none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{

	border-bottom: none;
}
*/

#menu a{
	text-decoration: none;
}

h3 a, h4 a, h5 a, h6 a{
	color: #97c146;
	text-decoration: none;
}



#letters a{
	margin-right:8px;
}

a.on{
	color:  #97C146;
}

.admin_links a{
	color: #308777;
	font-weight: bold;
}

a.thumb {
	border-bottom: none;
	float: left;
	margin: 0 5px 0 10px;
}

a.contribute_button{
	text-align: center;
	display: block;
}
#user_menu a{
	color: #fff;
}

a.img:hover{
	border: none;
}



.tagged_as a, #filters a{
	margin: 0 5px 0 0;
}

.add_links a{
	/* font-size: .9em; */
	color: #999;
}

sup a{
	/* footnotes */
	margin-left: 2px;
}


div#pagination{
	padding: 0 12px;
}
#pagination a{
	color: #7f7b73;
}
#pagination span.current{
	color: #D10048;
}

a.block_links{
	float: right;
}

a.label{
	display: block;
	margin: 0 0 3px 0;
}
#footer a:link, #footer a:hover, #footer a:visited{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover{
	border-bottom: none;
}

a.active{
	color: #d5036b;

}

a#privacy_policy{font-size: 10px; margin-top: 5px; color: #ccc; display: inline-block;}
/****************************************************************/
/* 3. IMAGES */
/****************************************************************/
img{
	border: none;
	padding: 0 0px;
}
img.txtHeading{

	margin: 10px 0 28px 15px;
}

ul#summary .main img{
	font: none;
	padding: 0 10px 0 0px;
}

img.thumb{
	float: left;
	padding: 0 10px 10px 0;
}

ul.blocks img.thumb{
	padding-top: 10px;
	padding-right: 28px;
}

.featured li img.thumb{
	padding-bottom: 0;
}

img.inset{
	/* margin: 0 5px 0 115px; */
	margin-left: -5px;
}


.side img{
	padding: 0;
}
img.logo{
	
	margin: 31px 0px 19px 0;
}

img.sac_logo{

	margin: 20px 0px 0 0;
}

#features .left .image_holder, #archives .left img{
	margin-bottom: 30px;
}

#flickr img{
	float:  left;
	padding: 0 10px 10px 0;
}
#flickr img.odd{
	padding-right: 0;
}

.img_row{
	margin-bottom: 18px;
}

.img_row img{
	float: left;
	padding: 0;
	margin-right: 10px;
}
.img_row img.last{
	margin-right: 0;
}

ul.gallery li img{
	padding: 0;
	margin: 0 0px 0 0;
}
ul.gallery li.last img{
	margin-right: 0;
}

ul.gallery div.imageHolder{
	
	padding-bottom: 5px;
}



/****************************************************************/
/* 4. LISTS  */
/****************************************************************/
ul{
	padding: 0 5px 10px 12px;
}

li{
	/* line-height: 1.8em; */
	margin-left: 40px;
	padding: 0 0 5px 0;
	
}

ul.tags li{
	padding: 0;
}

ul#summary {
	
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/**/
ul#summary li{
	margin: 0;
}


#footer ul{
	
	list-style-type: none;
	margin: 0px 0 4px 0;
	padding: 0;
}
#footer ul li{
	margin: 0 5px 0 0;
	padding: 0 7px 0 0;
	display: inline;
	border-right: 1px solid #ccc;
}
#footer ul li.last{
	border: none;
}



#tools ul#summary li{
	padding: 5px 0;
	margin: 0 0 2px 0;
}

/*
#blogs ul#summary li li{
	margin-bottom: 0;
}
*/

#sideCol ul{
	list-style-type: none;
	/*padding: 0 0px 10px 0px;
	margin: 0 0 10px 14px;*/
	padding: 0 0px 10px 0px
}
#sideCol li{
	margin: 0 0 15px 0;
	padding: 0;
}
#sideCol ul.tags li{
	margin-bottom: 2px;
}
ul.results li{
	margin-left: 0;
}

ul.simple, ul.no-bullet{
	list-style-type: none;
}

ul.no-indent{
	margin-left: 0;
	padding-left: 0;
}
ul.no-indent li, #summary li ul.no-indent li{
	margin-left: 0;
}
ul.latest_posts{
	margin-left: 105px;
	padding: 0;
}

ul.thumbs li{
	float: left;
	width: 140px;
	margin: 0 0 0 0;
}
li.even{
	 background-color: #f7f7f7; 
	
	/*background-color: #FBFBF9;*/
}
li.odd{
	background-color: #EDECE7;
}



#comments ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#comments ol li{
	margin: 0 0 10px 0;
	padding: 0;
}
#comments ol li p.admin_links{
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.docs{
	margin: 0 0 20px 10px;
	padding: 0;
	margin: 0;
}

ul.docs li{
	margin: 0 0 5px 10px;
}

.main ul.simple li ul li{
	/* for lists within content */
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 0 0 5px 0;
	
}
ul.short li, ul#summary .short li{
	/* e.g. in-progress summary items */
	list-style-type: none;
	padding-bottom: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 0;
	
}

.errorExplanation li{
	margin-left: 20px;
}

.box li{
	margin-bottom: 5px;
}

li.user_contributor{
	border-left: 2px solid yellow;
}
li.user_admin{
	border-left: 2px solid red;
}

dl{
	padding: 5px 12px;
}

dt{
	width: 140px;
	
	float: left;
	font-weight: bold;
}

dd{
	margin-bottom: 5px;

}

ul.anchors{
	margin-top: 17px;
}

ul.anchors li{
	margin: 0;
	padding: 0;
}

#years ul{
	margin: 0 0 35px 0;
	padding: 0;
}

#years li{
	margin-left: 0;
	padding: 0;
	
}
/*
ul.horiBlocks{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
ul.horiBlocks li{
	margin: 0;
	padding: 0;
	width: 210px;
	float: left;
}
ul.horiBlocks li.last{
	width: 200px;
}
*/

#features .content_block ul, #features .content_block ol{
	margin-bottom: 10px;
	margin-top: 10px;
}

ul.gallery{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.gallery li{
	margin: 0 0px 20px 0;
	padding: 0;
	width: 210px;
	float: left;
}
ul.gallery li.last{
	width: 200px;
}

ul.intro{
	padding: 24px 10px 22px 0;
	list-style-type: none;
	margin: 0;
}
ul.intro li{
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #66635c;
}

ul#used-tag-list{
	margin-right: 5px;
}
ul#used-tag-list li{
	font-size: 1em;
	display: inline;
	margin-right: 5px;
}




ul#summary li.main_item{
	/* margin-bottom: 7px; */
	margin: 0 0 17px 0;
	padding: 0;
}

ul#articles{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#articles li{
	margin: 0 0 22px 0;
}

ul#articles li ul{
	margin-left: 25px;
	list-style-type: disc;
}
ul#articles li ul li{
	margin-bottom: 2px;
}

ul.featured{
	/* home page features */
	margin: 0px 0 0 0;
	padding: 0;
}
ul.featured li{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #969577;
}
ul.featured li:last-child{
	border-bottom: none;
}

#tools ul.featured li{
	border-bottom: none;
}
ul#subnav{
	margin: 0;
	padding: 0;
}
#subnav li{
	border-bottom: 1px dotted #969577;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
#subnav li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.blocks li.main_item{
	background: url(../images/action_block_bg.gif) repeat-y top right;
	border-bottom: 1px dotted #969577;
	
}
/****************************************************************/
/* 5. FORMS  */
/****************************************************************/
div.form_block{

	margin: 0 0 30px 0;
	
}
.required label{
	font-weight: bold;
}
input.inputText{
	width: 320px;
	background-color: #f9f9f9;
	border: 1px solid #dbdbdb;
	padding: 2px 0;
	margin: 2px 0 10px 0;
}




textarea{
	margin-bottom: 10px;
	border: 1px solid #edece7;
	padding: 2px;
}
textarea.inputText{
	width: 315px;
}
#commentFrm textarea{
	/* */
 width: 385px;}

label, span.question{
	display: block;
	color: #7a7975;
	/*font-size: 11px;
	
  
  	width: 120px;*/
  	padding: 3px 0px;
  	/* margin: 0px 10px 10px 10px; */
  	
  	/*background-color: yellowgreen; */ 
}

html>body label{
	/* width: 85px; */
}
#commentFrm label{
	float: none;
	margin-left: 0;
}

label.non-vis{
	display: none;
}

#commentFrm form{
	margin: 0 12px;
	/* width: 590px; */
	
}


#sideCol form{
	/* margin-left: 12px; */
}

#sideCol form input.inputText{
	width: 174px;
	margin: 0 0 2px 0;
}
div.submit{
	margin-left: 0px;
	/* border-top: 2px solid #D10048; */
	text-align: right;
}
#commentFrm div.submit{
	width: 385px; /* match textarea */
}

/* for comment form */
fieldset {
  clear: both;
  border: none;
  padding: 10px 0;
  margin: 0px 0px 20px 0px;
}

/* person forms */
#contact_detail_forms{
	margin: 20px 0 0 0;
	padding-top: 20px;
	border-top: 1px dotted #666;
}

#contact_detail_forms fieldset{
	padding: 0;
	border: none;
}

div.prompt_remove{
	display: inline;
}

form #email_addresses, form #websites, form #phone_numbers, form #im_addresses, form #addresses{
	margin-left: 220px;
}
form #employments{
	margin-left: 260px;
}

input.blank{
	color: #ccc;
}

form div.fields{
	width: 360px;
	float: left;
	
}

form div.fields input.inputText{
	width: 250px;
}
form div.field-options{
	width: 15px;
	float: right;
	background-color: lavender;
}

form div.main-fields{
	float: right;
}


/* mailing list form */

.thinForm label{
	width: 50px;
	float: left;
	margin: 0;
}




.box input.submit{
	margin-top: 5px;
}



.radio input{
	display: inline;
	
}

.radio label, .checkbox label{
	display: inline;
}


label.medium{font-size: 113.5%}
label.large{font-size: 127.5%}
label.larger{font-size: 140%;}

/****************************************************************/
/*  INTERVIEWS */
/****************************************************************/
/* interviews */

div.interviewer, div.interviewee{
	background-color: #EFEFEF;
	margin-bottom: 0px;
	margin-right: 12px;
}

div.interviewer:after, div.interviewee:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

#interview cite, div.snippet cite{
	padding: 4px 0 0 0;
	line-height: 1.8em;
	font-style: normal;
	width: 55px;
	float: left;
	text-align: right;
	visibility: hidden;
	display: none;
}

#interview blockquote, div.snippet blockquote{
	margin: 0 0 5px 20px;	/* left was 65 if cite shown */
	padding: 5px 0 5px 10px;
	font-style: normal;
	border-left: none;
	background-color: #FFF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #DCDCDC;
	
}

div.interviewer blockquote, div.interviewer {
	background-color: #FFFFCC;
}

/****************************************************************/
/* 6. BLOCKS  */
/****************************************************************/
#comments{
	margin: 40px 0;
	
} 

#cpreview{
	margin: 10px 0 20px 0;
	background-color: #FFFFE0;
}

#crumbs{
	
	color: #999;
}
#crumbs p{
	padding: 0px 0 20px 0px;
	margin: 0;
}

.content_top{
	background-color: #fff;
	padding: 23px 24px 0px 26px;
}
.content_block{
	background-color: #fff;
	padding: 5px 24px 28px 26px; /* was 23 top */
}

.feature_block{
	margin-bottom: 11px;
}

.content_block .mainSplit{
	width: 320px;
}

.content_block .subSplit{
	width: 300px;
}

.half{
	width: 49%;
}

.gap{
	margin-bottom: 15px;
}

.box{
	background-color: #FAFAFA; /*#EDECE7;  #F5F5F2;  */
}

ul#summary li.main_item .box, #archive .featured .box{
	margin-top: 12px;
}

#news ul#summary li.main_item{
	margin-bottom: 23px;
	
}
#news ul#summary li.main_item .box{
	margin-top: 17px;
}

#archive .featured .box{
	padding: 23px 0 25px 0;
	border-top: 1px solid #DCDCD3;
}

#contacts ul#summary li.main_item .box{
	padding: 19px 0;
	border-top: 1px solid #DCDCD3;
}

#blogs ul#summary li.main_item .box{
	padding: 8px 0 20px 26px;
	border-top: 1px solid #DCDCD3;
	border-bottom: 1px solid #DCDCD3;
}

#reflections ul#summary li.main_item .box{
	padding: 23px 0 20px 0;
	border-top: 1px solid #DCDCD3;
}
#features ul#summary li.main_item .box{
	padding: 18px 0 20px 0;
	border-top: 1px solid #DCDCD3;
	border-bottom: 3px solid #DCDCD3;
}
#news ul#summary li.main_item .box{
	
	padding: 23px 0 20px 0;
	border-top: 1px solid #DCDCD3;
}
#commentFrm{
	
	padding: 23px 24px 28px 26px;
	border-top: 1px solid #DCDCD3;
}
/*
#features .content_block, #blogs .content_block, #news .content_block{
	margin-top: 12px;
}
*/

div.about{
	/* for about description boxes */
	border-bottom: 2px solid #E0E0D7;
	margin-bottom: 20px;
	
}

.pageLead{
	margin: 0 0 37px 0;
}
.pageLead .left{
	width: 480px;
}
.pageLead .right{
	width: 322px;
}

#sideCol .box{
	 background-color: #faf9f9;
	/*border: none; */
	padding: 16px 24px 17px 16px;
	margin-bottom: 20px;
	border-bottom: none;
}


#sideCol .first{
	padding-top: 5px;
}

#sideCol .fill{
	background-color: #fafafa;
	border: 1px solid #edece7;
	padding: 14px 12px;
}

/*
#mainCol .box{
	border: none;
	border-top: 1px solid #EAEAE4;
	padding: 10px 0px;
	margin-bottom: 5px;
}
*/

.numberBlock{
	background-color: #EDECE7;
	background-repeat: no-repeat;
	background-position: 9px 1px;
	width: 200px;
	height: 75px;
	margin-bottom: 6px;
}
.numberBlock p{
	padding-top: 9px;
	padding-left: 0;
	margin-left: 37px;
	font-size: 1em;
	color: #7f7b73;
}

.num1{
	background-image: url(../images/1.gif);
}
.num2{
	background-image: url(../images/2.gif);
}
.num3{
	background-image: url(../images/3.gif);
}

.imgBox{
	background-color: #EAEAE4;
	padding: 10px 0;
}



.snippet{
	margin: 0px 0 24px 0;
	padding: 2px 0px 14px 0px;
	border-bottom: 1px dotted #91957e;
	margin-left: 12px;
	margin-right: 12px;
}
.snippet .right p{
	padding-right: 0;
}

.snippet .left{
	 width: 400px; 
	/*width: 210px*/
	
}
.snippet .right{
	 width: 390px; 
	/*width: 602px;*/
}

div.archive{
	border-bottom: 1px dotted #91957e;
	
}

.archive .left{
	width: 400px;
}
.archive .right{
	width: 390px;
}

.snippet_image{
	margin-bottom: 15px;
}


/*
#news .left{
	 width: 170px; 
}
#news .right{
	width: 412px;
}
*/
#footer .right{
	width: 200px;
	text-align: right;
	
}

#footer .left{
	width: 550px;
}

#blogs #commentFrm .left, #reflections #commentFrm .left{
	width: 170px;
}
#blogs #commentFrm .right, #reflections #commentFrm .right{
	width: 412px;
}
/*
#commentFrm .left{
	width: 210px;
}
#commentFrm .right{
	width: 602px;
}
*/


.content_block ul.featured .text{
	width: 180px;
}

.content_block .text{
	width: 210px;
}

ul.blocks .text{
	width: 510px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.blocks .text_slim{
	width: 370px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/****************************************************************/
/*  MENU  */
/****************************************************************/


#menu ul{
	margin-left: 21px;
	padding: 0;
	list-style-type: none;
}

#menu ul.main{
	float: left;
	width: 550px;
	/*border: 1px solid blue; 	*/ 
	background-color: #97C146;
}
/*
#menu ul.sub{
	width: 265px;
	float: right;
	border: 1px solid red;
}*/


#menu ul li{
	float:left;
	margin: 0 10px 0 0;
	padding:0 0 0px 0;
	position:relative;
	bottom: -13px;
	/* border: 1px solid red; */
}

/**/
ul#user_menu{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;

}

ul#user_menu li{
	float:right;
	margin: 0 10px 0 0;

	padding:0 0 25px 0;
	
	position:relative;
	bottom: -13px;
}




#menu a{
	/*
	font-size: 1em;
	font-weight: bold;
	*/
	/*font-size: 10px;*/
	
	float:none;
	position:relative;
	color:#fff;	
}

#menu a:hover{
	border: none;
}

/* 
#menu a:after, #footer a:after {
content: " [" attr(accesskey) "] ";
   }
*/



#home li.home a, #blogs li.blogs a, #archive li.archive a, #contacts li.contacts a, #news li.news a, #research li.research a, #downloads li.downloads a, #forum li.forum a, #contribute li.contribute a, #account li.account a, #reflections li.reflections a, #comments_page li.comments a, #companies li.contacts a, #people li.contacts a, #tools li.tools a, #features li.features a, #events li.news a{
	color: #fff;
	text-decoration: underline;
}



/***************

submenu 

****************/
/*
ul.subNav{
	width: 185px;
	float: right;
	list-style-type: none;
	margin: 0 0px 0px 0;
	padding: 0;
	
}
ul.subNav li{
	margin: 0 0 0 0;
	padding: 0;
}
.subNav a:link, .subNav a:visited{
	display: block;
	color: #969577;
	background-image: url(../images/cross.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 15px;
	border: none;
	
}

.subNav a:hover{
	color: #000;
	border: none;
}

.subNav a.active{
	background-image: url(../images/cross_on.gif);
}

*/


/****************************************************************/
/*  ERRORS & FEEDBACK  */
/****************************************************************/

#notice{padding: 0;
	margin: 0 0 5px 0;
  	font-family: "Georgia", serif;
  	font-style: italic;
  	font-size: 1.1em;
  	background-color: #FFFFDD;
  	text-align: center; 
  	border-top: 1px solid #E3E1B3;
  	border-bottom: 1px solid #E3E1B3;}
#notice_clear{float: right; margin: 0 10px 5px 0;}  	
  	
.fieldWithErrors {
  /*padding: 2px;
  background-color: red;
  display: table; */ 
}

div.flash-errors, div.errorExplanation{
	margin: 15px 0 5px 0;
	background-color: #fff2f2;
	border: 1px solid #df0000;
}

div.flash-notice{
	/*
	margin: 15px 0 5px 0;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 2px;
	*/
	padding: 0;
	margin: 15px 0 5px 0;
  	font-family: "Georgia", serif;
  	font-style: italic;
  	font-size: 1.1em;
  	background-color: #FFFFDD;
  	text-align: center; 
  	border-top: 1px solid #E3E1B3;
  	border-bottom: 1px solid #E3E1B3;
}
.flash-errors p{
	margin: 5px 0;
	background-color: #fff2f2;
	border: 1px solid #df0000;
	padding: 2px;
}

div.flash-errors p, div.flash-notice p{
		padding: 10px;
		margin: 0;
}

div.flash-errors h3, div.errorExplanation h2{
	background-color: #df0000;
	color: #ffffff;
	text-align: left;
	padding: 2px 2px 2px 10px;
	border-bottom: none;
}


div.flash-notice h3{
	background-color: yellow;
	padding: 2px 2px 2px 10px;
	border-bottom: none;
}
span.error_message{

	background-color: red;
	color: white;
	padding: 2px 4px;
}

/****************************************************************/
/* COMMENTS  */
/****************************************************************/

.user_comments .side{
	width: 180px;
	
}
.user_comments li.even{
	background-color: #fff;
}
/**/
.user_comments .main{
	width: 425px;
}
#features .user_comments .main{width: 640px;}
.user_comments .main{
	background-image: url(../images/triangle_left.gif);
	background-position: 0px 18px;
	background-repeat: no-repeat;
}

.user_comments .side{padding: 10px;}
.user_comments .inner{
	margin-left: 13px;
	padding: 10px 0 10px 5px;
	background-color: #F6FFE5;
}


.user_comments li.author .main{
	background-image: url(../images/triangle_left_author.gif);
}
.user_comments li.author .inner{
	background-color: #DEF4F0;
}







 div.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.auto_complete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.auto_complete ul li.selected { background-color: #ffb;}
    div.auto_complete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:20px;
      cursor:pointer;
    }

