/* $Id: layout.css,v 1.8 2011/01/04 05:24:13 webchick Exp $ */

/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  /*min-width: 1086px;*/
  width: 1086px;
}
#header div.section,
#featured div.section,
#messages div.section,
#triptych,
#main,
#footer {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  padding-top:10px;
}
#header div.section {
  position: relative;
  z-index:10;
}
.region-header {
  width:728px;
  min-height:90px;
  height:auto !important;
  height:90px;
  margin:20px 0 0;
  padding:0;
  overflow:hidden;
  text-align:center;
  float:right;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.sidebar-first #content {
  width:874px;
}
.sidebar-second #content {
  width: 762px;
  margin-left:6px;
}
.two-sidebars #content {
  width:568px;
}
.no-sidebars #content {
  width:1068px;
  overflow:hidden;
  margin:0 0 0 6px;
}
#sidebar-first {
  width:194px;
  margin:0 0 0 6px;
}
#sidebar-second {
  width: 306px;
  margin-left:6px;
}
.front #sidebar-second {padding-top:6px;}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  padding: 0 15px;
}
.front #content .section{
  padding:0;
}
#breadcrumb {
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 0 0 6px;
  width: 354px;
}
#footer-wrapper {
  padding:0;
}
#footer {
  width: 940px;
  min-width: 920px;
}


/*------------weather--------------*/

.weather-left {
	float:left;
	width:70px;
}

.weather-right {
	float:left;
	width:100px;
	padding-top:10px;
}



@media screen and (max-width: 320px) {

	#page-wrapper { 
		width: 315px!important;
	}


}


