/*
Theme Name: Multnomah County District Attourney
Theme URI: http://www.mcda.us
Author: East Bank Communications
Author URI: http://www.eastbankads.com
Description: HTML5 theme based off Ian Stewart's HTML5 Toolbox Theme with other goodies added plus chunks of Paul Irish's HTML5 Boilerplate mixed in for good measure. Shake well. 
Version: 1.0
*/

/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
news-h1 {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }



/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }




/*
 *
 * Base Typography 
 *
 */
body { font:13px/1.231 sans-serif;  }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/*
 *
 * Base Styles 
 *
 */
body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}


/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { 
    font-family: 'Open Sans Condensed', sans-serif; 
	/*font-family: 'Pragati-Narrow',sans-serif;*/
    font-weight:700;
	/*text-transform:uppercase*/
 }
 
h1{
    font-size:2.308em;
    padding-bottom:5px
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.news-h1{
    /*font-family: 'Open Sans Condensed', sans-serif; */
	font-family: 'Pragati Narrow',sans-serif;
    font-weight:700;
    font-size:2.308em;
    padding-bottom:5px	
}

.archive article{
    border-top:1px dotted;
    padding-bottom:20px;
    padding-top:20px
}

.archive article h1{
    font-size:1.5em
}

h2, h4.widget-title{
    font-size:1.5em;
    padding-bottom:5px;
}

h3{
    font-size:1.3em;
    padding-bottom:5px;
}

.widget-area h2, h4.widget-title{
    border-bottom:1px dotted
}

h4.widget-title{
    padding-left:10px
}

p{
    line-height:1.538em;
    padding-bottom:15px
}

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #416895; text-decoration:none }
a:hover { color: #036; text-decoration:underline }

#sidebar-nav ul{
    padding:5px 10px;
    padding-top:0px;
    margin:0px;
    background-color:#6786aa;
}

.single .widget-area,
.archive .widget-area{
    background-color:#6786aa;
    display:block;
    padding-top:10px !important;
    padding-bottom:10px !important;
}

.single .widget-area ul,
.archive .widget-area ul{
    padding:5px 10px
}

.single .widget-area h4,
.archive .widget-area h4{
    margin:5px 10px
}

#sidebar-nav ul li{
    list-style-type:none;
    padding:5px 0px
}

#sidebar-nav ul ul{
    display:none;
    padding:0px 10px
}

#sidebar-nav a,
aside.widget,
aside.widget a{
    color:#fff;
    text-decoration:none
}

#sidebar-nav a:hover,
aside.widget a:hover{
    text-decoration:underline;
}

aside.widget ul{
    padding-bottom:10px
}

#sidebar-nav ul li.current_page_item{
    font-weight:bold;
}

#sidebar-nav ul li.current_page_item ul{
    display:block;
    font-weight:100
}

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 1em; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #253798; color:#fff; text-shadow: none; }
::selection { background:#253798; color:#fff; text-shadow: none; } 
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #253798; } 
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/*
 *
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 *
 */
@media all and (orientation:portrait) {
	html {
		-webkit-text-size-adjust:auto;
		-ms-text-size-adjust:auto;
	}
	
	#addy {
		color:blue;
	}

	#social-nav {
	}
}

@media all and (orientation:landscape) { 
	html {
		-webkit-text-size-adjust:auto;
		-ms-text-size-adjust:auto;
	}
	
	#addy {
		color:#444;
	}
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {  
    /* j.mp/textsizeadjust */
	html {
		-webkit-text-size-adjust:auto;
		-ms-text-size-adjust:auto;
	}
	
	#page {
		/*margin: 0px 10px 0px 10px;*/
	}
	
	/* fit videos in viewport */
	p iframe {
		width:100%;
	}
	
	#addy {
		text-align:center;
		color:green;
		clear:both;
		padding-left:0;
		padding-top:10px;
		text-align:center;
	}

	#social-nav {
		text-align:center;
		clear:both;
		padding-left:0;
		padding-top:20px;
		text-align:center;
	}
	
	#social-nav img{
		padding: 0 1em 0 1em;
	}
} /* end "Grade-A Mobile browsers" */


/*
 *
 * Base Print Styles, inline to save the HTTP request
 *
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
 *
 * Structure
 *
 */

div.header{
    background-color:#416895;
    height:61px;
	padding-top:60px;
    background-image:url(images/bg-header.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
}

div.header .inner{
    /*width:850px;*/
	width:1060px;
    margin:auto;
    position:relative;
    padding-left:110px;
    
}

div.header h1{
    /*font-family:Trocchi;*/
    font-family:Montserrat;
    font-weight:800;
    text-transform:none;
    padding:0;
    position:relative;
	color:#fffdea;
    /*top:10px*/
}

div.header a{
    color:#ffffcc;
	text-decoration:none;
}

div.logo{
    width:91px;
    height:91px;
    background-image:url(images/mcda-seal.png);
	background-repeat:no-repeat;
    position:absolute;
    left:0px;
    top:15px;
	/*padding-top:46px !important;*/

}

div.custom-search{
	padding-top:11px;
    float:right
}

footer div.custom-search{
    /*display:none*/
}

#page {
	display: block;
    /*width:960px;*/
	width:1060px;
    margin:auto;
    position:relative
}

#addy {
   /*font-family:Trocchi;*/
   float:left;
   font-family:Montserrat;
   font-style:normal;
   font-weight:800;
   font-size:0.923em;
    padding-left:57px;
    padding-top:7px
}

/**Social nav icons & links**/
#social-nav{
	float:right;
}

#social-nav img{
	padding: 0em 0em 0em 1.5em;
}

#main{
    /*width:940px;*/
	width:1060px;
    margin:auto;
}

.breadcrumbs{
    font-size:0.846em;
    padding-bottom:20px;
    width:710px
}

#primary {
    float: right;
    width:680px;
    position:relative;
}

.home #primary{
    /*width:960px;*/
	width:1060px;
    float:none;
	padding-right:0px
}

#content {
}

#main .widget-area {
	float: left;
	overflow: hidden;
	width: 220px;
        padding:0px 0px
}

#sidebar-nav{
        padding:10px 0px;
        padding-bottom:15px;
        background-image:url(images/shadow-sidebar-small.jpg);
        background-position:bottom;
        background-repeat:no-repeat;   
}

#sidebar-contacts{
    padding-top:20px
}

#sidebar-contacts ul{
    list-style:none;
    margin:0
}

#sidebar-contacts ul li{
    padding-bottom:10px;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
 *
 * Header
 *
 */
#site-title {
	font-size: 2em;
	margin: .67em 0;

}

@media screen and (min-width:768px){
	#site-title {
		display:inline-block;
		width:700px;
	}
}

#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}

/*show correct smart slider on desktop*/
div#n2-ss-2, div#n2-ss-2-placeholder {
        display: block;
    }
div#n2-ss-3, div#n2-ss-3-placeholder {
        display: none;
    }

/*
 *
 * Menu
 *
 */
#access {

	display: block;
	float: left;
	margin: 20px auto 2.3em;
	/*width: 960px;*/
	width:1060px;
        border-width:1px 0 1px 0;
		border-style:solid;
		border-color:#ccc;
        position:relative;
        z-index:2;
		background-color:#f0f8ff;
}

#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
        padding:7px 0px
}
#access a {
	display: block;
	line-height: 1.5em;
	background-color:#f0f8ff00;
	padding: 0 1em;
	text-decoration: none;
        /*text-transform:uppercase;*/
        border-right:1px solid #c4c4c4;
        color:#666;
        font-size:1.16em;
    font-family: 'Open Sans Condensed', sans-serif;
	/*font-family: 'Pragati Narrow',sans-serif;
	  font-weight:700;*/
	font-weight: 700;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#access a {
        font-size:1.16em
    }
}

.ie8 #access a {
	font-size:1.16em
}

#access a:hover{
    color:#000000;
	background:#FFFDEA;
}

#access ul li:hover{
    color:#000000;
	background:#FFFDEA;
}


#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 37px;
	left: 0;
	z-index: 99999;
        width: 150px;
        padding:0 0 0 0;
        /*padding-right:30px;*/
        background-color:#fff;
        border:0px solid #c4c4c4;
}

#access ul ul li{
    background-color:#f0f8ff;
    padding:0;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	display:block;
	
	color: #414141;
	line-height: 1em;
	
	padding: .5em 1em .5em 1em;
	width: 10em;
	height: auto;
	/*
        font-family:verdana,sans-serif;
		font-weight:100;
	*/
        text-transform:none;
        /*border-bottom:1px dotted;*/
        border-right:0;
        
        font-size:1.16em;
        line-height:19px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight:700;
}
#access li:hover > a,
#access ul ul :hover > a {
 

}
#access ul ul a:hover {
       /*text-decoration:underline*/
	   background:#fffdea;
}
#access ul li:hover > ul {
	display: block;
	background:#fffdea;
}

#access ul li.menu-item-405 ul{
    left:-64px
}



/*
 *
 * Content
 *
 */

h1,.news-h1{
    color:#6786aa
}

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

.entry-content{
    padding-right:70px;

}

.home .entry-content{
   /*font-family:Trocchi;*/
   font-family:Montserrat;
    padding-right:0px;
	display:none;
}

.entry-content h4{
   /*font-family:Trocchi;*/
   /*font-family:Montserrat;*/
    /*font-weight:400;*/
    text-transform:none;
    font-size:1.3em;
    line-height:1.3em;
    padding-bottom:10px
}

.entry-content ul,
.entry-content ol{
    padding-bottom:15px;
    font-family:verdanda,sans-serif;
    padding-left:10px;
    padding-right:140px
}

.entry-content ul li,
.entry-content ol li{
    padding-bottom:10px
}

.entry-sidebar{
    border-left:1px solid #C4C4C4;
    float:right;
    width:180px; 
    padding-left:20px;
}

.entry-content-left{
    float:left;
    width:450px;
    padding-right:0px;
}

/*
 *
 * Images
 *
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
}


/*
 *
 * Comments
 *
 */
article.comment {
	display: block;
}
#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/*
 *
 * Footer
 *
 */
#colophon {
	padding: 1em 0 0;
    font-size:0.769em;
    text-align:right;
    padding-bottom:20px
}

html{
    /*margin-top:0px;*/
   }


/***Home Page***/

article.post-124{
    clear:both;
    color:#fff;
    /*width:940px;*/
	width:1060px;
    margin:auto;
    margin-bottom:15px;
    background-image:url(images/home-shadow.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    padding-bottom:15px;
    position:relative;   
    right:10px
}

article.post-124 .entry-content{
    padding:20px;
    padding-bottom:10px;
    width:585px;
    font-size:1.15em;
    background-color:#6786aa;
}

article.post-124 #home-table{
    font-size:1.15em;
    width:100%;
   /*font-family:Trocchi;*/
   font-family:Montserrat;
}

article.post-124 #home-table td{
    width:585px;
    padding:20px;
    padding-bottom:10px;
    background-color:#6786aa;
}

article.post-124 #home-table td strong{
    font-weight:100;
    font-size:1.45em;
    line-height:1.25em
}

article.post-124 #home-table td.photo{
    width:315px;
    padding:0px;
}


article.post-124 #home-table td.photo div{
    width:315px;
    overflow:hidden;
    height:100%;
}

article.post-124 #home-table td.photo div img{
    height:100%;
    position:relative;
}

article.post-124 .entry-content strong{
    font-weight:100;
    font-size:1.45em;
    line-height:1.25em
}

.home-photo-wrapper{
    position:absolute;
    right:0px;
    z-index:1;
    width:315px;
}

.home-photo{
    width:315px;
}

.news-feed{
    /*width:960px;*/
	width:1060px;
    overflow:hidden;
    margin:auto;
    clear:both;
    font-size:0.846em;
    position:relative;
    right:10px
}

.page-template-page-nda-landing-php .news-feed{
    width:700px;
    margin-bottom:30px;
    right:0px;
}

.news-feed h2{
    border-top:1px solid #bfbfbf;
    border-bottom:1px solid #bfbfbf;
    padding-top:5px;
    margin-bottom:15px
}

a#mycarousel-prev,
a#mycarousel-next{
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    top:6px;
    right:0px
}

a:hover#mycarousel-prev,
a:hover#mycarousel-next{
    background-position:0px 20px
}

a#mycarousel-prev{
    background-image:url(images/news-nav-left.gif);
    right:25px
}

a#mycarousel-next{
    background-image:url(images/news-nav-right.gif);
}

.news-feed ul li{
    width:195px;
    line-height:1.308em;
	background-color:#fff;
    border-right:1px solid #bfbfbf;
    /*margin-right:40px;*/
    padding:20px 35px;
	display:block;
	transition-property:background-color;
	transition-duration:0.5s;
}

.news-feed ul li article a{
	text-decoration:none;
}

.news-feed ul li:hover{
    background-color:#fffdea;
}

.news-feed ul li header{
   /*font-family:Trocchi;*/
   font-family:Montserrat;
   color:#000 !important;
    font-size:1.308em;
    padding-bottom:5px;
    line-height:1.4em;
	font-weight:800;
}

.news-feed ul li span.date{
   color:#416895 !important; 
}

.news-feed ul li span.excerpt{
   color:#000000 !important; 
}



section#home-links{
    border-top:1px solid #bfbfbf;
    margin-top:15px;
    padding-top:15px;
    color:#416895;
    position:relative;
    right:10px
}

section#home-links ul{
    padding:0px;
    margin:0px
}

section#home-links ul li{
    list-style-type:none;
    float:left;
    border-right:1px solid #bfbfbf;
    margin-right:30px    
}

section#home-links ul li.meet-your-nda{
    width:420px;
    background-image:url(images/bg-meet-your-nda.jpg);
    background-repeat:no-repeat;
    background-position:right top
}

section#home-links ul li.featured-links{
    width:220px
}

section#home-links ul li.hotlines{
    margin-right:0px;
    width:250px;
    border:0px;
    
}

section#home-links ul ul{
    padding-left:0px;
}

section#home-links ul ul li{
    list-style-type:none;
    float:none;
    border:0px;
    padding-bottom:5px
}

img.page_image{
    border:1px solid #858585;
    display:block;
    clear:both;
    margin:auto;
    margin-bottom:15px;
    width:100%;
}

/**Neighborhood DA**/

.nda-events{
    border:1px solid #a5a5a5;
    padding:10px;
    margin-top:20px;
    box-shadow:0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    position:relative;
}

.single-event #main .widget-area{
    background-color:transparent
}

.single-event .nda-events{
    margin-top:0px
}


.nda-events h2{
    color:#6786aa;
    border-bottom:1px solid #a5a5a5;
    margin-bottom:10px
}

.nda-events td{
    line-height:1.3em;
}

.nda-events td.event-date{
    color:#6786AA;
    padding-bottom:5px
}

.nda-events td a,
.nda-news a{
    color:#DA3414;
    font-weight:bold;
    font-size:.87em
}


a.ical{
    display:block;
    background-image:url(images/ical-icon.jpg);
    background-repeat:no-repeat;
    padding-left:25px;
    padding-top:3px
}

.nda-news{
    float:right;
    padding-left:15px;
}

.nda-news h2{
    border-top:1px solid #BFBFBF;
    border-bottom:1px solid #BFBFBF;
    padding-top:5px;
    margin-bottom:15px
}

.nda-news article p{
    line-height:1.3em;
    padding-bottom:0px
}

.mobile-find-nda,
.nda-events-mobile{
	display:none;
}

/**Major Cases**/
.page-template-page-case-php .entry-content table{
    font-family:arial,helvetica,sans-serif;
    padding-bottom:20px;
    display:block
}

.page-template-page-case-php .entry-content table td{
    padding:7px;
    border:1px solid #C4C4C4;
}

.page-template-page-case-php .entry-content table td:first-child{
    font-weight:bold
}

/**Neighborhood DA**/
.page-template-page-nda-landing-php #main .widget-area,
.parent-pageid-106 #main .widget-area,
.single-neighborhood-da #main .widget-area {
	float: left;
	overflow: hidden;
	width: 220px;
        background-color:transparent
}

.page-template-page-nda-landing-php  #sidebar-nav,
.parent-pageid-106 #sidebar-nav,
.single-neighborhood-da #sidebar-nav{
        background-color:#6786aa;
        padding:10px 0px
}

#sidebar-nda h3{
    font-size:1.4em;
    padding:10px 0px;
    color:#6786AA
}

#sidebar-nda select{
    width:100%;
    height:30px;
    background-color:#fff;
    border:1px solid;
    font-size:1em;
    padding-top:5px;
}

#sidebar-nda select option{
    padding:5px;
}


optgroup{
    padding-bottom:10px;
    border-top:1px dotted #000;
    padding-top:10px;
}

optgroup[label]
{
    color: red;
}

option{
    color:#000;
}

/**map popups**/
div.map{
    position:relative;
    margin-bottom:30px
}

.tooltip{
  text-align: center;
  color: black;
  display: none;
  position: absolute;
  top:110px;
  left:450px;   
}
.tooltip .text{
  background-color: #fff;;
  border:1px solid #a5a5a5;
  padding:10px;
  margin-top: -15px;
  font-family:verdanda,arial,sans-serif;
  color:#414141;
  text-align:left;
 box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.tooltip .text strong{
    display:inline-block;
    margin:0px;
    padding-bottom:5px
}

.tooltip .text span{
    font-size:11px;
    color:#da3414
}


/* .north{
    top:150px;
    left:250px
}

.lloyd{
    left:230px;
    top:200px
}

.southeast{
    top:340px;
    left:280px;
}

.eastside{
    left:470px
} */

.expanded-content{
	display:none;
	}

a.expand,
a#expand{
    color:#DA3414;
    font-weight:bold;
    font-size:.87em;
    font-family:verdanda,arial,helvetica,sans-serif;
    cursor:pointer;
    position:relative;
    bottom:15px
}

a.close,
a#close{
	display:none;
        color:#DA3414;
    font-weight:bold;
    font-size:.87em;
    font-family:verdanda,arial,helvetica,sans-serif;
    cursor:pointer;
 position:relative;
    bottom:10px
	}	

.expand-nav{
	padding-bottom:0px;
}


/**Online Docket**/
.entry-content #docket-table{
    font-family:helvetica;
    width:710px;
    margin-bottom:20px
}

#docket-table th,
#docket-table td{
    border:1px solid #C4C4C4;
    padding:8px;
}

#docket-table tr.odd{
    background-color:#e4e4e4
}

th[class|="type"]{
        cursor:pointer;
}

.goog-te-gadget{
        padding-bottom:15px
}

.sidebar-downloads{
        list-style:none;
        margin:0;
}

.sidebar-downloads a{
    display:block;
    background-image:url(images/download-icon.gif);
    background-repeat:no-repeat;
    padding-left:30px;
    min-height:28px;
    padding-top:5px;
    padding-bottom:5px;
}

.flowplayer { 
        width: 100%; 
        margin-bottom:20px;
        margin-top:10px
}

.docket-small{
		display:none;
}

.section-landing-image{
        display:block;
        padding-bottom:15px;
        background-image:url(images/shadow-sidebar-small.jpg);
        background-position:bottom;
        background-repeat:no-repeat;
}

.record-request{
        padding-bottom:20px
}

.record-request strong{
        display:block;
        padding-bottom:5px;
        margin-bottom:10px;
        border-bottom:1px dotted
}

#videodiv{
        margin-bottom:15px;
		width:480px;
}

