/* $Id: layout-fixed.css,v 1.17 2009/11/05 12:09:53 johnalbin Exp $ */



/**

 * @file

 * Layout Styling (DIV Positioning)

 *

 * Define CSS classes to create a table-free, 3-column, 2-column, or single

 * column layout depending on whether blocks are enabled in the left or right

 * columns.

 *

 * This layout is based on the Zen Columns layout method.

 *   http://drupal.org/node/201428

 *

 * Only CSS that affects the layout (positioning) of major elements should be

 * listed here.  Such as:

 *   display, position, float, clear, width, height, min-width, min-height

 *   margin, border, padding, overflow

 */





/*

 * Body

 */


.region-plain-box-temporary-67e6d1764a8d4ceb91aaae5d862ae6cd {
width:323px;
}

#fb-social-like-widget {
margin:5px;
}


a.pinklink:link {color: #F9C; text-decoration: underline; }

a.pinklink:visited {color: #F9C; text-decoration: underline; }

a.pinklink:hover {color: #F9C; text-decoration: underline; }

a.pinklink:active {color: #F9C;text-decoration: underline; } 





#news1 {

margin-left:10px;

margin-right:10px;

padding-left:10px;

padding-right:10px;



}

 

#events1 {

margin-left:10px;

margin-right:10px;

}

.views_slideshow_singleframe_main {

	z-index:-2;

}

frontnews1 {

	 padding:5px;

 }

frontnews {

	 	 padding:5px;

 }



.view view-news-view view-id-news_view view-display-id-default newsfront view-dom-id-5 view-news-view view-id-news_view view-display-id-default view-dom-id-5 {

	display:block 

}



#search-info {

	display:none;

}



#eventsfp {

	text-align:left

}



.emvideo-thumbnail-replacement span { background: url(../images/emvideo-play_2.png) no-repeat;





 left:230px;

  top:35px;

  

  } 





 

body.mceContentBody {

background: #fff;

color: #000;

text-align: left;

} 

 

 

body {



}





#page-wrapper,

.region-page-closure {

  /*

   * If you want to make the page a fixed width and centered in the search-infoport,

   * this is the standards-compliant way to do that. See also the ie6.css file

   * for the necessary IE5/IE6quirks hack to center a div.

   */

  margin-left: auto;

  margin-right: auto;

  width: 960px;

  margin-top: 0px;

}



#page {

	

}



#header {

	margin-top: 10;

height:190px;

}

/*

 * Header

 */





#header .section {

}



#search-box {

	position:absolute;

	margin-left: 790px;

	margin-top:4px;

	z-index:99;

}





.region-header {

  clear: both; /* Clear the logo */

}



/*

 * Main (container for everything else)

 */

#main-wrapper {

  position: relative;

  

}



#main {
	padding-right:10px;


	}

	









#block-views-c65c69ce626d949c6cbd26fbab5bfbba {

	padding:0;

	margin:0;

	border:0;

}



/*

 * Content

 */

#content,

.no-sidebars #content {

  float: left; /* LTR */

  width: 960px;

  margin-left: 0; /* LTR */

  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */

  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */

}



.sidebar-first #content {
  
  width: 760px;

  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first. */

  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */

}



.sidebar-second #content {

  width: 760px;

  margin-left: 0; /* LTR */

  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */

  margin-top: 5px;

}



.two-sidebars #content {

  width: 560px;

  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first */

  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */

  margin-top: 5px;

  

}



#content .section  {

  

  margin-top: 0px;
  margin-bottom:0px;

  padding: 0;

  padding-left:0px;



}



#frontleftblue {



	

}



.views-field-field-fpimage-data {

	positiong:inline;

  float: left; /* LTR */

  width: 100%;

  margin-left: 0; /* LTR */

  margin-right: -100%; /* LTR */ /* Negative value of #navigation's width + left margin. */

  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */

  height: 2.3em; /* The navigation can have any arbritrary height. We picked one

                    that is the line-height plus 1em: 1.3 + 1 = 2.3

                    Set this to the same value as the margin-top below. */

}



.with-navigation #content,

.with-navigation .region-sidebar-first,

.with-navigation .region-sidebar-second {

  margin-top: 2.3em; /* Set this to the same value as the navigation height above. */

}



#navigation .section {

}



#navigation ul /* Primary and secondary links */ {

  margin: 0;

  padding: 0;

  text-align: left; /* LTR */

}



#navigation li /* A simple method to get navigation links to appear in one line. */ {

  float: left; /* LTR */

  padding: 0 10px 0 0; /* LTR */

}



/*

 * First sidebar

 */

.region-sidebar-first {

  

  float: left; /* LTR */

  width: 200px;

  margin-left: 0; /* LTR */

  margin-right: -200px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */

  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */

}



.region-sidebar-first .section {

  margin: 0 20px 0 0; /* LTR */

  margin-left: 5px;

  padding: 0px;

  

}



/*

 * Second sidebar

 */

.region-sidebar-second {

  float: left; /* LTR */

  width: 200px;

  margin-left: 760px; /* LTR */ /* Width of content + sidebar-first. */

  margin-right: -960px; /* LTR */ /* Negative value of .region-sidebar-second's width + left margin. */

  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */

}



.region-sidebar-second .section {

  margin: 0 0 0 20px; /* LTR */

  margin-right: 5px;

  padding: 0;

 

}



/*

 * Footer

 */

#footer {

	 margin-left: auto;

  margin-right: auto;

	width:960px;

	

}



#footer .section {

	a:link {

	color: #F9C;

}



/*

 * Closure

 */

.region-page-closure /* See also the #page-wrapper declaration above that this div shares. */ {

}



/*

 * Prevent overflowing content

 */

#header,

#content,

#navigation,

.region-sidebar-first,

.region-sidebar-second,

#footer,

.region-page-closure {

  overflow: visible;

  word-wrap: break-word; /* A very nice CSS3 property */

}



#navigation {



}

#views_slideshow_singleframe_pager views_slideshow_pagerThumbnails {
background: #eceeaa;
background-color: #eceeaa;
}

#views_slideshow_singleframe_main views_slideshow_main viewsSlideshowSingleFrame-processed {
	
background: #eceeaa;
background-color: #eceeaa;
}

#frontviewslide {
background: #eceeaa;
background-color: #eceeaa;
}


.panels-flexible-region-1-rightside {
background-color: #d7dfc9 
}

/*

 * If a div.clearfix doesn't have any content after it and its bottom edge

 * touches the bottom of the viewport, Firefox and Safari will mistakenly

 * place several pixels worth of space between the bottom of the div and the

 * bottom of the viewport. Uncomment this CSS property to fix this.

 * Note: with some over-large content, this property might cause scrollbars

 * to appear on the #page-wrapper div.

 */

/*

#page-wrapper {

  overflow-y: hidden;

}

.caption{} 

*/

.yellowrow {
background-color: #ededab;
}
#yellowrow {
background-color: #ededab;
}
#inside panels-flexible-row-inside panels-flexible-row-19-main-row-inside clear-block {
background-color: #ededab;
}
.inside panels-flexible-row-inside panels-flexible-row-19-main-row-inside clear-block {
background-color: #ededab;
}

