/* @override 
	http://globalexchange.org/sites/all/themes/gx/css/layout.css?Y
	http://globalexchange.org/sites/all/themes/gx/css/layout.css?B
	http://globalexchange.org/sites/all/themes/gx/css/layout.css?c
	http://globalexchange.org/sites/all/themes/gx/css/layout.css?u
	http://globalexchange.org/sites/all/themes/gx/css/layout.css?S
	http://globalexchange.org/sites/all/themes/gx/css/layout.css?K
	http://globalexchange.org/sites/all/themes/gx/css/layout.css?e
	http://www.globalexchange.org/sites/all/themes/gx/css/layout.css?g
	http://globalexchange.org/sites/all/themes/gx/css/layout.css?E
	http://www.globalexchange.org/sites/all/themes/gx/css/layout.css?1
	http://globalexchange.org/sites/all/themes/gx/css/layout.css?U */

/* layout */

* {margin:0; padding:0;} 

html{height: 100%;}

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	background: #8e2a0b url('../images/bg-rep.png') repeat-x left top;
	height: 100%;
	line-height: 150%;
	color: #000;
}

/*-------- main layout elements -------*/

#wrap{
	background: url('../images/bg.png') repeat-x;
	top:0;
	margin: 0 auto;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#block-system-main-menu h2{visibility: hidden;}

#page{
	clear:both;
	width:960px;
}

#mainhome{
	width: 710px;
	* width:700px;
}

#main{
	width: 700px;
	margin-right:10px;
	height: 100%;
}

.main-inner-home{
	width: 695px; 
	background: #fff;
	*overflow:auto; 
	*float:left;
}

.main-inner{
	background: #fff url('../images/insidebg.png') repeat-x left top;
	width: 696px;
	border-left:1px solid #fff;
	padding: 30px 0px;
	height: 100%;
	min-height:785px;
	overflow: auto;
}

.main-inner h2.title{
	float:left;
	width:460px;
	padding-left: 15px;
}

#content{
	color: #000;
	font-size: 100%;
	height: 100%;
	padding: 10px 10px 10px 15px;
	width:100%;
	float: left;
	height: 100%;
}

.page-node.two-sidebars #content .content {
  width: 485px;
}

#content .block{margin-top: 15px;}

#content-top,
#content-bottom {
  margin: 15px 0;
  padding-right: 10px;
  padding-left: 15px;
}
.inside{
	background: #fff;
}

#footer{
	width: 960px;
	margin-top: 45px;
	color: #f8f8d9;
	text-align: center;
	font-size: 13px;
}

#footer a{
	color:#f8f8d9;
}

#footer #block-block-1{margin-top: 10px;}
/*-------- branding elements -------*/

#branding{
	color: #222;
  height: 124px;
}

#logo{
	padding-top: 23px;
	padding-left: 2px;
	float:left;
	z-index:-10;
}

#mission{
	float:left;
	width: 300px;
	color:#996600;
	font-size:10.5px;
	font-style:italic;
	line-height:120%;
	padding: 20px 0px 0px 10px;
}

#search #block-search-0{
	float:right;
	padding-top:23px;
}

#search #block-block-4{
	float:right;
	background: url('../images/blogbg.png') no-repeat;
	width:77px;
	height:63px;
	padding: 19px 0px 0px 15px;
	font-weight: 600;
	margin-left:3px;
	line-height:100%;
} 
#search #block-block-4 a{color:#660000;}

#search{
	float:right;
}


blockquote, q {
  quotes: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#wrapper {
  height: auto !important;
  min-height: 100%;
  width: 960px;
  margin: 0 auto -4em;
}

.push {
  clear: both;
  height: 4em;
}

/*-------- both sidebars -------*/
.both #sidebar-left {
  float: left;
}
.both #main {
  float: left;
}
.both #sidebar-right {
  float: right;
}

/*-------- left sidebar -------*/
#sidebar-left {
  width: 181px;
  float: left;
	height: 100%;
  margin-bottom: 10em;
}

#sidebar-left .block-nice_menus{
	border-bottom: 1px solid #ebda96;
	background: #fff url('../images/lsidebg.png') repeat-x left top;
}

.left #sidebar-left {
  float: left;
}
.left #main {
  float: left;
}

/*-------- right sidebar -------*/
#sidebar-right {
  width: 256px;
  float: right;
	clear:both;
}

.sidebar-right #content {
  	width: 670px;
}
.rsidebar-high{
	background: #f8f2da;
	height:350px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.rsidebar-low{
	background: #fff;
	margin-top:10px;
	height:485px;
	overflow:hidden;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.rsidebar-inside{
	background: #f8f2da;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#sidebar-right .block{
	padding: 13px 5px;
	margin-bottom: 15px;
}

#sidebar-right #block-aggregator-feed-6{padding: 0px 8px 0px 15px;}

.two-sidebars #content{
	width: 486px;
}
/*-------- no sidebars -------*/
.no-sidebar #main {
  margin: 0 auto;
}

/*-------- homepage columns -------*/

#homecol1, #homecol2 {
	width:342px;
	float: left;
	margin-right: 10px;
	*margin-right: 8px;
}

#homecol1 .block, #homecol2 .block{
	width:342px;
	margin-top: 10px;
	border: 1px solid #f4f5c4;
	height: 225px;
	padding-bottom:10px;
	background: #fff url('../images/frontblockbg.png') repeat-x left top;
}

.top{height:232px;}
.bottom{height:232px;}

.container {
  zoom: 1;
}


/*-------- homepage sidebar blocks -------*/
#block-block-3{
	width:223px; 
	height:67px; 
	margin:15px 0px 0px 8px;
	border:2px solid #fff;
	-moz-box-shadow: 5px 5px 5px #e5e8e1;
	-webkit-box-shadow: 5px 5px 5px #e5e8e1;
	box-shadow: 5px 5px 5px #e5e8e1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	background: #fff url('../images/frontsideblockbg.png') repeat-x left top;
	line-height:110%;
}

#sidebar-right #block-block-3{
padding-left:10px;
}

#block-block-3 .content{
	padding:0px 5px;
	font-weight:600;
}

#block-salsa-salsa_supporter{
	width:223px; 
	height:60px; 
	margin:10px 0px 0px 8px;
	border:2px solid #fff;
	-moz-box-shadow: 5px 5px 5px #e7e2cb;
	-webkit-box-shadow: 5px 5px 5px #e7e2cb;
	box-shadow: 5px 5px 5px #e7e2cb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	background: #e8d48a url('../images/frontsideblockbg.png') repeat-x left top;
	line-height:110%;
}

#block-views-homepage-block_6{
	width:223px; 
	height:100px; 
	margin:10px 0px 0px 8px;
	border:2px solid #fff;
	-moz-box-shadow: 5px 5px 5px #e7e2cb;
	-webkit-box-shadow: 5px 5px 5px #e7e2cb;
	box-shadow: 5px 5px 5px #e7e2cb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	background: #e8d48a url('../images/frontsideblockbg.png') repeat-x left top;
	line-height:110%;
}

#block-views-homepage-block_6 .imagecache-action_home{
	margin-right:15px;
}

#block-views-homepage-block_6 .imagecache-action_home img{
margin-left:10px;
margin-top:5px;
float: left;
}

#block-views-homepage-block_6 .views-field-view-node a{
	clear:both;
	float:left;
	background: url('../images/icons/arrowsh.png') no-repeat top right;
  margin-left: 10px;
	width:115px;
  margin-top: 10px;
}

#block-views-homepage-block_7{
	width:223px; 
	height:97px; 
	margin:-10px 0px -20px 12px;
}

#block-views-homepage-block_7 .views-field-title{
	position:absolute;
	margin-top:80px;
	width:209px;
	height:40px;
	padding:10px 5px 30px 10px;
	background: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	line-height:100%;
	font-size:14px;
	line-height:18px;
}

#block-views-homepage-block_7 .views-field-view-node{
	position:absolute;
	margin-top:127px;
	width:204px;
	font-weight:bold;
}



#block-views-homepage-block_7 .views-field-view-node a{
	color: #800000;
	text-align:left;
	float:left;
	clear:both;
	font-size:18px;
	padding-left:10px;
	background: url('../images/icons/arrowsred.png') no-repeat top right;
	width:128px;
}

#block-views-homepage-block_7 .views-field-field-image-fid {
  float: left;
  width: 223px;
}

.imagecache-reality_tour_home{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/*-------- clear-block -------*/
.clearfix:after,
.clear-block:after,
.layout-region:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix,
.clear-block,
.layout-region {
  display: inline-block;
}

