/*
classywhite.css
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Times, Georgia, Serif;
	background: #fff; 
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
body { 
	margin: 0; 
	padding: 0;
	width: 100%;
}
img {
	border: none;
}

h1 {
	font-weight: normal;
	text-decoration:none;
	font-family: Georgia, Times, Serif;
	font-size: 3em;
}

h2 {
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 2em;
}

h3
{
        font-family: Georgia, Times, Serif;
	font-weight: normal;
        font-size: 1.5em;
}

h3 a
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.5em;
}

html>body .container {
}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	min-width: 720px;
	/* use a dynamic expression to simulate min-width in ie <= 6, other browsers will ignore this	*/
	/* note that the two widths here must be different values, or ie will crash */
  width:expression(document.body.clientWidth < 720 ? "719px" : "100%" );
}   
#header{
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 125px;
	z-index: 2;
	display: block;     
}               
#header h1, #header h2, #header h3 {
	text-align: center;
	padding: 0;
	margin: 0;

}
#header h1 {
	font-size: 140%;
	padding-top: 8px;
	margin-top: 7px;
}
#header h2 {
	font-size: 100%;
	color: #000;
}

#header h1 {
	display: block;
	width: 100%;
	position: absolute;
	top: 110px;
	left: auto;
	right: auto;
	text-align: center;
	font-size: 24px;
	background: transparent
}
#header h2 {
	font-size: 16px;
	color: #000;
	display: block;
	width: 100%;
	position: absolute;
	top: 150px;	
}



#header a {
	text-decoration: none;
	color: #000;
}
#masthead_container {
	position: relative;
	top: 25px;
	width: 100%;
	height: 124px;
	background: transparent;
}

#masthead {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	z-index: 0;
}  
#masthead_container {
	top: 25px;
	width: 100%;
}

#footer{
	clear: both;
	background-color: transparent;
	text-align: center;
	margin: 2.5em 0 0 0;
	z-index: 13;
}
div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: 0;
	padding: 0;
}  
#header h1.center {
	osition: absolute;
	op: 4px;
	ight: 4px;
	isplay: block;
	ackground-color: transparent;
	-index: 1;
}
h1.center a {
}
#header h2.center {
	isplay: block;
	osition: absolute;
	op: 42px;
	ight: 4px;
	ackground-color: #fff;
	-index: 1;
	ext-align: right;   
}
.content {     
	background-color: transparent;
	position: absolute;
	top: 180px;
	right: 0;
	left: 0;
	padding: 0;
	z-index: 500;
	margin: 0;  
	padding: 0;
}
div.topcap {
    display: none;
	height: 10px;
	padding: 0px;
	margin: 0px;
}   
div.push, div.push_narrow {
	position: relative;
    padding: 0;
	vertical-align: top;
	margin: 10px 220px 25px 210px;
} 

div.push div.block, div.push_narrow div.block {
	/* each individual contentblock gets this style */
	position: relative;
	display: block;
	padding-bottom: 6px;
	width: 100%;
    background: transparent;
}

div.push div.cap, div.push_narrow div.cap { display: none; }
div.push div.foot, div.push_narrow div.foot { display: none; }
div.push div.body, div.push_narrow div.body { 
	margin: 0;
	padding: 0;
}

#image_div {
	display:  block;
}   
.clear {
	clear: both;
}
h2.headline {
	text-align: left;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 18px;
}  
div.float {
	height: 150px;
	float: left;
	padding: 4px;
	margin: 0px;
	/*border: 1px solid grey;
	border-right: 1px solid silver;*/
	border-bottom: 1px dashed silver;
}
div.float p {
	display: block;
	text-align: center;
	background-color: #d9dadc;
	margin-top: 1px;
	margin-bottom: 0;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
div.float a {
	text-decoration: none;
	color: #555;
}   

/* NAVIGATION  */
#nav {
	position: absolute;        
	top: 147px;
	left: 38px;
	background: #fff;
	width: 170px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 900;  
} 

#nav ul {
	padding:  0;
	margin: 0;
	list-style: none;
	float:  left; 
	width:  170px;
	z-index: 15;     
	background-color:  transparent;
}   
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	width:  170px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 12.55em;      
	margin-top : -28px; -2em ; -1.65em;
}      
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	display : block;
	color : #777;
	text-decoration : none;
	background-color : transparent;
	padding : 0 0.5em;  
	font-size: 15px;
	font-weight: bold; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;	   
} 
#nav li ul li {
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	width: 11em; 
}
#nav li ul li a {
	padding : 0 0.5em;  
	font-size: 14px;
	font-weight: bold;	
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;    
	background-color: #fff;    
}
#nav li a:hover {
	color : #000;
	background-color: #efefef; 
	text-decoration: none;  
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;	
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
	z-index: 100;
}
#content {
	margin-left : 12em;
} 
	
	
#nav  ul li a#here {
	color: #000;  
	font-size:  16px;
}
	
	
/* END OF NAVIGATION*/
/* SIDEBAR ONE (left by virtue of its placement in this style sheet - it could be anywhere */
.sidebar {
	margin: 0;
	background-color: transparent;
	position: relative;
	top: 21px;
	width: 190px;
	height: auto;
	z-index: 502;
	padding: 0; 0px 20px 6px;
	float: right;
	clear: both;
}
div.sidebar div.cap {
	margin: 0;
	padding: 0;
	display: none;
}
div.sidebar div.foot{
	background: #ddd url("img/ddd_bottomcap.gif") bottom left no-repeat;  
	width: 190px;
	height:  18px;  
	border-top: 1px solid #fff;
}
div.sidebar div.body, div.sidebar2 div.body {
	position: relative;
	top: auto;
	bottom: auto;
	xwidth: 190px;
	height: auto;
	z-index: 12;
	border: 0;
	margin: 0;
	padding: 0;
    background: transparent;	
}

div.sidebar div.body h2, div.sidebar2 div.body h2 {
	background: transparent;
	text-align: center;
	margin-top: -24px;
}

.titlebar {
	height:  18px; 
	padding: 2px auto 2px 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
	text-align: center;
	text-transform: lowercase;
	font-variant: small-caps;
	background: #BFBFBF url("img/ddd_topcap.gif") top left no-repeat;
	line-height: 1.3;      
	border-bottom: 1px solid #fff;
}
.titlebar a {
	text-decoration: none;
	color: #555;
} 

ul.link_box {
	margin: 10px 0;
	padding: 0;
	padding-left: 0px;
	padding-bottom: 0px;
	list-style-type: none;   
	background: transparent;
}
ul.link_box li {
	color: #000;
	padding-left: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
}
ul.link_box li:hover {
	color: #000;
	list-style-type: none;
	background: #fff;
}
ul.link_box li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 2px;
	background-color: transparent;
	font-style: italic;
}
ul.link_box li a strong {
	font-weight: normal;
	font-style: normal;
}
ul.link_box li a:hover {
	background-color: transparent;
	color: #000; 
	cursor: pointer; 
	background: #fff; 
}
div.content ul.link_box {
	list-style-type: none;   
	border: none; 
}

div.content ul.link_box li {
}

div.content ul.link_box li a {
	color: #414141;
	text-decoration: none; 
	background-color: transparent; 
}

div.content ul.link_box li a:hover {
	background-color: transparent;
	color: #141f2f; 
	cursor: pointer;
	text-decoration: underline;
}

ul.gallery_box {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-bottom: 0px;
	list-style-type: none; 
	display: block;
	background: #ddd;
}
ul.gallery_box li {
	padding: 6px 0 0 0;
}
/* END SIDEBAR ONE */
 
/* SIDEBAR TWO (currently on the right) */
.sidebar2 {
	margin: 10px 0 0 0;
	position: relative;
	top: 0px;
	width: 190px;
	height: auto;
	z-index: 503;
	float: right;
	clear: both;
	padding: 0;   
	background: transparent;
}
.sidebar2 div.cap {
	background: transparent; /*url("img/green_back_top.gif") bottom right no-repeat;*/   
	width: 190px;	 
}
.sidebar2 div.foot{
	background: #ddd url("img/ddd_bottomcap.gif") bottom left no-repeat;  
	width: 190px;
	height:  18px;  
	border-top: 1px solid #fff;
}
.sidesub2 {
	top: auto;
	bottom: auto;
	width: 190px;
	height: auto;
	z-index: 12;
	background: #ddd;/* url("img/green_back_middle.gif") right repeat-y;*/
	border: 0;
	margin: 0;
	padding: 0;    
}
#sidesublogin {
	background-color: #fff;
	text-align: right;
}
#sidesublogin a {
	text-align: right;
	padding: 0 20px 0 0;
	color: #000;
	text-decoration: none;
	display: block;
	background-color: transparent;
	font-weight: normal;
	font-size: 11px;
}
#sidesublogin a:hover {
	text-decoration: underline;
}
#sidesubhome { 
}
div.sidebar2 div#sidesubhome a {
	adding: 5px 6px 5px 6px;
	display: block; 
	color: transparent;
}
.sidesub2 .titlebar {
	text-align: center;
}

ul.button_box {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.button_box li {
	padding: 2px 4px 2px 4px;
	display: block; 
	background: #ddd; 
}
ul.button_box li:hover {
	color: #555;   
	background: #fff;  	
}
ul.button_box li a {
	color: #000;
	text-decoration: none;
	display: block;
	background-color: transparent;
	font-weight: normal;
	font-size: 14px;
}
ul.button_box li a:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
	ont-weight: bold;   
}
/* END SIDEBAR TWO */ 
/* LOGIN FORM */  
#login_box {
	background: #ddd;    
}
div.formrow {
	clear: both;
	padding-top: 3px;
	text-align: center;
	background: #fff;    
}
div.formrow span.formlabel {
	float: left;
	width: 90px;
	text-align: right;
	background-color: #ddd;
}
div.formrow span.formn {
	text-align: left;
	display: block;
	padding-left: 120px;
}
div.formrow span.formlabeli {
	/* "i" at the end is for italic */
	float: left;
	width: 87px;
	text-align: right;   
	padding-top: 4px;   
	background-color: #fff;
}
div.formrow span.formi {
	float: right;
	width: 100px;
	text-align: left; 
	background: #fff;    
}
input#user_password, input#user_login {
	float: left;
	width: 94px;  
}
#loginclam {
	display: none;
	background-color: transparent;
}
#loginclam div.formrow span.formlabeli {
	font-style: italic;
	font-size: smaller;
} 
#login_links {
	text-align: center;
}
a.loginlink {
	font-size: smaller;
	text-decoration: none;
	color: #32353d;
}
a.loginlink:hover {
	font-size: smaller;
	text-decoration: underline;
	color:	#32353d;
}
form {
	margin: 0;
	padding: 0;
}
.smallsavebutton {
	background-color: #ddd;
	margin-right: 12px;
	margin-left: 6px;
    font-size: 80%;
}
.smallsavebutton:hover {
	ackground-color: #adaeb1;
	olor: #32353d;
}
/* END LOGIN FORM */

div#cdmessage {
	position: absolute;
	z-index: 6000;
	top: 4px;
	left: 4px;
	margin: 0 0 0 0;
	padding: 0px 4px 4px 6px;
	background: url("img/button_left_red.gif") no-repeat left top;
}
div#cdmessage a {
	display: block;
	background: transparent url("img/button_right_red.gif") no-repeat right top;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
	padding: 0 6px 5px 4px;
}

div#sidesubhome div.titlebar {
        isplay: block;
        text-align: right;
        position: absolute !important;
        top: 46px;
        width: 173px;
        left: 4px;
        right: auto;
        bottom: auto;
text-decoration: none;
color #000;
  font-size: 116%;

        background: transparent; 
border-left: 6px solid #fff;

}
div#sidesubhome div.titlebar a {
	color: #000;
	text-decoration: none;
        margin-left: -6px;
	padding: 5px 6px 5px 6px;
	display: block;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
order-left: 6px solid #cf6a4c;
}  
div#sidesubhome div.titlebar a:hover {
	color: #000; /*#714E4C;*/
	cursor: pointer;
	background: #fff;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
}  

.rubricDiv { 
	position:  absolute; 
	z-index:  9000;
/*	position: fixed;
	top: 100px;   
	left: 50%;
	margin-left: -300px;
	text-align: center;
    z-index: 999;  
 	border: 1px solid #cbcbcb;     
*/
}   
#popup {    
	z-index:  5000;
}

 
div.push div.gallery, div.push_narrow div.gallery {
	overflow: hidden;
	text-align: center;
	background: transparent;
}
div.push div.gallery ul, div.push_narrow div.gallery ul {
	margin: .5em;
	padding: .5em;
	border: 3px double #ddd; 
	height: inherit;
	float: left;
}
div.push div.gallery ul li, div.push_narrow div.gallery ul li {
	list-style-type: none;
	float: left;
	background: #f3f3f3;
	margin: .5em;
	border: 3px double #ddd;
}   
div.push div.gallery ul li a, div.push_narrow div.gallery ul li a {
	display: block;
	margin: 4px 4px 10px 4px;
}
div.push div.gallery img, div.push_narrow div.gallery img {
	border: 2px solid #fff; 
}
div.floater {
	margin: 0 auto 0 auto; 
    border: 20px solid #ddd;
	border-bottom: 4px solid #ddd;
	border-top: 4px solid #ddd;
	background-color: #ddd;
}
/* changed from div.floater span.caption to this: */
div.gallery span.caption
{
	padding-top: 2px;
	font-size: 14px;
	display: block;
	text-align: center;
	background-color: #ddd;
}    
div.floater span.caption {
	padding-top: 2px;
	font-size: 14px;
	display: block;
	text-align: center;
	background-color: #ddd;
}
div.floater span.close_me {
	background: #ddd;
	padding-top: 1px;
	padding-bottom: 1px; 
	margin-left: -16px;
	font-size: 14px;  
	display: block;   
	text-align: left;
}
div.sidebar2 div#sidesubhome div.titlebar a {
	position: relative;
	top: 2px;
	left: 2px;
	display: block; 
} 
div#portal_link {
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;    
}
div#portal_link a {
	color: #000;
	text-decoration: none;
    text-transform: lowercase;
    font-variant: small-caps;
} 
div#portal_link a:hover {
	text-decoration: underline;
}
div#powered {
	margin:  30px auto 20px auto;
	text-align: center;
}     
#cal_div {
	margin: 6px;

}
.draft {
	background: #efefef;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#draft_warning {
	position: absolute;
	color: #fff;
	background: #990000;
	padding: 8px;
	font-weight: bold;
	z-index: 10000;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);	
}
#draft_warning a {
	color: #fff;
}
.hidden {
	display: none;
}

table.directory {
	border: 1px solid #cecece;
	margin: 2px;
}
table.directory tr th {
	font-size: 16px;
	background: #eee;
}
.even_row {
	background: #fff;
}
.odd_row {
	background: #eee;
}
table.side_calendar {
	background: #fff;
	width: 190px;
	margin: 8px auto 8px auto;
}

/* NEW STUFF TO HANLDE EDIT IN PLACE */
div.sidebar div.comment, div.sidebar2 div.comment {
	padding: 4px 35px 4px 35px !important;
	font-size: 10px;
	line-height: normal;
}
div.push div.comment, div.push_narrow div.comment {
	font-size: 12px;
	padding: 0 10px 6px 10px;
}
div.push div.image div.body, div.push_narrow div.image div.body {
	overflow: hidden;
}
div.sidebar ul.rss_feed h3, div.sidebar2 ul.rss_feed h3 {
	font-size: 12px;
	line-height: normal;
}
div.sidebar ul.rss_feed li div.story_summary, div.sidebar2 ul.rss_feed  li div.story_summary {
	display: none;
}
div.push ul.rss_feed li div.story_summary, div.push_narrow ul.rss_feed  li div.story_summary {
	display: block;
}
div.sidebar ul.rss_feed li {
	line-height: 1em;
	xpadding: 0px 4px;
}
div.sidebar2 ul.rss_feed li {
	line-height: 1em;
	xpadding: 0px 36px;
}
div.embed_obj {
	overflow: hidden;
	padding: 8px 0 !important;
}

div.sidebar embed {
	width: 172px !important;
	height: auto;
}
div.sidebar2 embed {
	width: 172px !important;
	height: auto;
}
div.sidebar iframe {
	width: 172px !important;
	height: auto;
}
div.sidebar2 iframe {
	width: 172px !important;
	height: auto;
}
div.sidebar object {
	width: 172px !important;
	height: auto;
}
div.sidebar2 object {
	width: 172px !important;
	height: auto;
}
div.sidebar div.image div.body img {
	max-width: 172px !important;
	height: auto;
}
div.sidebar2 div.image div.body img {
	max-width: 172px !important;
	height: auto;
}
div.push div.image div.body img {
	max-width: 100% !important;
	height: auto;
}
 div.push_narrow div.image div.body img {
	max-width: 100% !important;
	height: auto;
}
div.sidebar div.embed_desc {
	padding: 0 4px 0 8px !important;
	font-size: 10px;
	line-height: normal;
}
div.sidebar2 div.embed_desc {
	padding: 0 4px 0 8px !important;
	font-size: 10px;
	line-height: normal;
}
div.sidebar div.weblink div.body {
	padding: 0 4px 4px 8px !important;
	line-height: normal;
}
div.sidebar2 div.weblink div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal;
}
div.sidebar div.cap, div.sidebar2 div.cap {
	height: 10px;
	background-color: #fff;
}
div.sidebar div.foot, div.sidebar2 div.foot {
	height: 16px;
	margin-bottom: 8px;
}

div.sidebar div.binaryfile div.body {
	padding: 0 4px 4px 8px !important;
	line-height: normal;
}
div.sidebar2 div.binaryfile div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal !important;
}

div.sidebar div.calendaritem div.body, div.sidebar2 div.calendaritem div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal !important;
}

div.sidebar div.calendar div.body, div.sidebar2 div.calendar div.body {
	padding: 0 4px 0 8px !important;
	margin-bottom: 4px;
	line-height: normal !important;
}

div.sidebar div.imagelist div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal !important;
}
div.sidebar2 div.imagelist div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal;
}

div.sidebar div.webobject div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal !important;
}
div.sidebar2 div.webobject div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal;
}

div.sidebar div.binaryfilelist div.body {
	line-height: normal !important;
	padding: 0 4px 0 8px !important;
}
div.sidebar2 div.binaryfilelist div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal;
}

div.sidebar div.weblinklist div.body, div.sidebar2 div.weblinklist div.body {
	line-height: normal !important;
	padding: 0 4px 0 8px !important;
}

div.sidebar div.weblink div.body p, div.sidebar2 div.weblink div.body p {
	margin: 0;
	padding: 0;
}

div.sidebar div.binaryfile div.body p, div.sidebar2 div.binaryfile div.body p {
	margin: 0;
	padding: 0;
}

div.sidebar div.rssfeed div.body, div.sidebar2 div.rssfeed div.body {
	line-height: normal !important;
	padding: 0 4px 0 8px !important;
}

div.sidebar ul.rss_feed a, div.sidebar2 ul.rss_feed a  {
	text-decoration: none;
	color: #000 !important;
}
div.sidebar ul.rss_feed li, div.sidebar2 ul.rss_feed li  {
	padding-bottom: 8px;
}
div.sidebar ul.rss_feed a:hover, div.sidebar2 ul.rss_feed a:hover {
	text-decoration: underline;
}

/*div.sidebar div.rssfeed div.body a, div.sidebar2 div.rssfeed div.body a {
	color: #fff !important;
	font-size: 12px;
}*/

div.sidebar div.embeddedmap div.body, div.sidebar2 div.embeddedmap div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal;
}
div.sidebar div.embeddedvideo div.body, div.sidebar2 div.embeddedvideo div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal;
}
div.sidebar div.contentblock div.body, div.sidebar2 div.contentblock div.body {
	padding: 0 4px 0 8px !important;
	line-height: normal;
}
div.sidebar div.image div.body {
	padding: 2px 4px 2px 8px !important;
	line-height: normal;
}
div.sidebar div.image div.cap, div.sidebar2 div.image div.cap {
	display: block !important;
	height: 16px !important;
	background: #BFBFBF url(img/ddd_topcap.gif) no-repeat scroll left top;
	margin-bottom: 2px;
	border-bottom: 1px solid #fff;
}
div.sidebar2 div.image div.body {
	padding: 2px 4px 2px 8px !important;
	line-height: normal;
}
div.sidebar2 div.block, div.sidebar div.block {
	/* each individual contentblock gets this style */
	margin: 4px 0 8px 0;
}

div.sidebar div.block, div.sidebar2 div.block {
	background: #ddd;
}

div.drop_zone {
	xborder: 2px dotted #B4B4B4 !important;
}
div.content div.drop_zone {
	xwidth: 100%;
}
div.push h2.headline, div.push_narrow h2.headline {
	font-size: 18px;
	font-weight: normal;   
	margin: 0;
	padding: 0;  
	display: block;
	color: #555555;

}	
div.sidebar h2.headline, div.sidebar2 h2.headline {
	padding: 2px auto 2px 16px;
	color: #000;
	text-decoration: none;
	font-size: 110%;
	text-align: left;
	text-transform: lowercase;
	font-variant: small-caps;
	background: transparent;   
	line-height:  1.4;
	font-weight:  bold;
}

div.sidebar div.gallery ul, div.sidebar2 div.gallery ul {
	margin: .3em;
	padding: .3em;	
	height:inherit;
	float: left;  
}
div.sidebar div.gallery ul li, div.sidebar2 div.gallery ul li {
	list-style-type: none;
	float: left;
	padding: .3em;
	margin: .3em;   
}   
div.sidebar div.gallery ul li a, div.sidebar2 div.gallery ul li a {
	display: block;
}
div.sidebar div.gallery img, div.sidebar2 div.gallery img {
	-moz-box-shadow: 4px 4px 4px #eee;
	-webkit-box-shadow: 4px 4px 4px #eee;
}
div.sidebar ul.rss_feed, div.sidebar2 ul.rss_feed {
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
}
div.sidebar ul.rss_feed h3, div.sidebar2 ul.rss_feed h3 {
	margin: 0;
	padding: 0;
}
div.sidebar ul.rss_feed h3 a, div.sidebar2 ul.rss_feed h3 a {
	font-size: 12px !important;
	line-height: normal;
}

div.cap {
	display: none;
}

div.sidebar div.block div.cap, div.sidebar2 div.block div.cap {
	display: block !important;
	height: 22px !important;
	background: #BFBFBF url(img/ddd_topcap.gif) no-repeat scroll left top;
	xpadding-left: 8px !important;
	margin-bottom: 2px;
	border-bottom: 1px solid #fff;
}

div.sidebar div.active_edit_side, div.sidebar2 div.active_edit_side {
	float: right;
}

div.active_edit {
	min-width: 680px !important;
	position: relative !important;
	z-index: 1001 !important;
}