
/* ---------- Basic Layout Styles ----------- */


html,
body,
#page  {
  height: 100%;
}
#page {
	padding: 0px 0px 0px 0px;
}
#page-wrapper {
  min-height: 100%;
  width: 950px;
  margin:8px auto 10px auto;
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
}
#header {
	margin-top:5px;
	padding:0px 4px 1px 0px;
	border-bottom: 1px solid #CCC;
}
#sub-menu {
	width:100%;
	clear:both;
}
#block-menu-menu-event-menu.content {
	margin-top: 0px;
}
.region-header {
  float: right; /* LTR */
  margin: 0 0px 0px;
}
.top-bar {
	height:40px;
	padding-right:4px;
}
.top-bar-menu {
	float:right;
	 width: 266px;
	height: 40px;
	padding-left: 640px;
	font-size: 13px;
}
.region-top-bar {
	float:right;
	padding:5px 0px 5px 5px;
	clear:left;
	width: 100%;
	clear:both;

	text-align:right;

}
.region-top-bar .content {
	margin:0px;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 0px; 
}
#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  width: 480px;
}
#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 720px;
}
.two-sidebars #content {
  width: 510px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first{
  width: 240px;
  margin-top:10px;
}
#sidebar-second {
	float:right;
	width: 200px;
	margin-top:10px;
}

#main-wrapper {
  min-height: 300px;
  clear:both;
}
#content .section,
.sidebar .section {
  padding: 0px;
}
#breadcrumb {
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
  padding: 35px 0px 35px 0px;
}
#footer-full {
	width:100%;
	clear:both;
}
.region-footer-firstcolumn {
	width:220px;
	margin-right:20px;
}
.region-footer-secondcolumn,
.region-footer-thirdcolumn{padding: 0px;
  width: 190px;
  margin-right:50px;
}

.region-footer-fourthcolumn {padding: 0px;
  width: 190px;}
#footer {

}
