/* ----- CSS ----- */

* {
  outline: none;
}
body {
  font-family: "Lucida Grande", Verdana;
  font-size: 12px;
  background: #fff url(http://assets.portlandspaces.net/images/body-background.gif) repeat 50% top;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}

/* ----- CLASSES ----- */

.clear_float:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clear_float {
  display: inline-block;
}
.clear_float {
  display: block;
}
* html .clear_float {
  height: 1px;
}

.uppercase {
  text-transform: uppercase;
}

/* ----- HEADINGS ----- */

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

/* ----- PARAGRAPHS ----- */

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* ----- LISTS ----- */

/* ----- IMAGES ----- */

/* ----- LINKS ----- */

a {
  color: #809400;
}
a:hover {
}
a:visited, a:active, a:focus {
}

/* ----- TABLES ----- */ 

table {
  width: 100%;
}

/* ----- FORMS ----- */

/* ----- IDS ----- */

#container {
  width: 1010px;
  margin: 0 auto;
  padding-bottom: 1px;
  background: transparent url(http://assets.portlandspaces.net/images/container-background.png) repeat-y 50% top;
}
/* header */
#header {
  height: 160px;
  background: transparent url(http://assets.portlandspaces.net/images/header-background.gif) no-repeat 50% top;
  position: relative;
}
#header #branding a {
  position: absolute;
  left: 10px;
  width: 150px;
  height: 149px;
  display: block;
}
#header #search_form {
  width: 300px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #808080;
  text-align: right;
}
#header #search_form label {
  font-size: .95em;
  text-transform: uppercase;
  padding-right: 5px;
}
#header #search_form #search {
  width: 175px;
  color: #808080;
  background: transparent url(http://assets.portlandspaces.net/images/search-input-background.gif) top left repeat-x;
  border: 1px solid #dcdcdc;
  padding: 4px;
  font-size: .95em;
}
#header #search_form #search_submit {
  margin-bottom: -4px;
}

/* menu */
#menu {
  margin: 10px 30px 20px 30px;
  background: transparent url(http://assets.portlandspaces.net/images/menu-background.gif) repeat-x top left;
}
#menu ul {
  position: relative;
  height: 41px;
  background: transparent url(http://assets.portlandspaces.net/images/menu-pipes.gif) no-repeat top left;
}
#menu ul li {
  position: absolute;
  list-style: none;
  top: 0px;
}
#menu ul li a {
  display: block;
  text-indent: -9999px;
  background: transparent url(http://assets.portlandspaces.net/images/main-menu2.gif) no-repeat top left;
  height: 41px;
  overflow: hidden;
}
#menu ul li.active {
  z-index: 30;
}
#menu ul li#menu_home a {
  width: 62px;
}
#menu ul li#menu_home a:hover {
  background-position: 0px -82px;
}
#menu ul li#menu_home a.active {
  background-position: 0px -41px;
}
#menu ul li#menu_handbook {
  left: 61px;
}
#menu ul li#menu_handbook a {
  width: 95px;
  background-position: -62px 0;
}
#menu ul li#menu_handbook a:hover {
  background-position: -62px -82px;
}
#menu ul li#menu_handbook a.active {
  background-position: -62px -41px;
}
#menu ul li#menu_resource_guide {
  left: 155px;
}
#menu ul li#menu_resource_guide a {
  width: 129px;
  background-position: -157px 0;
}
#menu ul li#menu_resource_guide a:hover {
  background-position: -157px -82px;
}
#menu ul li#menu_resource_guide a.active {
  background-position: -157px -41px;
}
#menu ul li#menu_blog {
  left: 283px;
}
#menu ul li#menu_blog a {
  width: 64px;
  background-position: -286px 0;
}
#menu ul li#menu_blog a:hover {
  background-position: -286px -82px;
}
#menu ul li#menu_blog a.active {
  background-position: -286px -41px;
}
#menu ul li#menu_history {
  left: 346px;
}
#menu ul li#menu_history a {
  width: 79px;
  background-position: -350px 0;
}
#menu ul li#menu_history a:hover {
  background-position: -350px -82px;
}
#menu ul li#menu_history a.active {
  background-position: -350px -41px;
}
#menu ul li#menu_design_awards {
  left: 424px;
}
#menu ul li#menu_design_awards a {
  width: 124px;
  background-position: -429px 0;
}
#menu ul li#menu_design_awards a:hover {
  background-position: -429px -82px;
}
#menu ul li#menu_design_awards a.active {
  background-position: -429px -41px;
}

/* submenu */
#submenu {
  margin: -20px 30px 20px 30px;
  font-size: .9em;
  background: #f4f4f4;
  border-bottom: 1px solid #e8e8e8;
}
#submenu ul {
  padding: 7px 0;
}
#submenu ul li {
  list-style: none;
  padding: 0 10px;
  float: left;
  border-right: 1px solid #e8e8e8;
}
#submenu ul li.last {
  border-right: none;
}
#submenu ul li a {
  color: #7b7b7b;
  text-decoration: none;
}
#submenu ul li a:hover,
#submenu ul li a.active {
  color: #98b10f;
}
#top_banner_ad {
  background: #eaeaea;
  padding: 10px 0;
  text-align: center;
  display: none;
  margin: 0 10px;
  height: 90px;
}

/* ads */
#homepage_index #top_banner_ad {
  display: block;
}
#body_banner_ad {
  background: #eaeaea;
  padding: 10px 0;
  text-align: center;
  margin: 0 10px 20px 10px;
  height: 90px;
}
#homepage_index #body_banner_ad {
  display: none;
}
/* content */
#content {
  padding: 0 0 0 30px;
  width: 630px;
  float: left;
  height: 100%;
}
#content div.asset div.caption {
  font-size: 11px;
  color: #666;
  padding-bottom: 20px;
}
#content div.asset div.credit {
  font-size: 11px;
  color: #CCC;
  text-align: right;
  line-height: 1em;
  padding-bottom: 3px;
}
#content div.asset div.credit a {
  color: #CCC;
}
#content div.asset_align_center {
  float: none;
  margin: 10px auto;
}
#content div.asset_align_left {
  float: left;
  margin: 0 10px 10px 0;
  clear: left;
}
#content div.asset_align_right {
  float: right;
  margin: 0 0 10px 10px;
  clear: right;
}
#content div.asset_align_none {
  float: none;
  margin: 10px auto;
}

/* sidebar */
#sidebar {
  float: right;
  width: 300px;
  margin-right: 30px;
}
#sidebar img {
  margin-bottom: 5px;
}
#sidebar #newsletter_signup {
  background: #ebebeb url(http://assets.portlandspaces.net/images/newsletter-background-right.gif) no-repeat top right;
  font-size: .9em;
  color: #777;
  height: 33px;
  padding: 0;
  margin: 0 0 15px 0;
}
#sidebar #newsletter_signup p {
  margin: 0;
  padding: 6px 0 0 15px;
  height: 33px;
  background: transparent url(http://assets.portlandspaces.net/images/newsletter-background-left.gif) no-repeat top left;
}
#sidebar #newsletter_signup #newsletter_submit {
  margin-bottom: -7px;
}
#sidebar #newsletter_signup #l306905-306905 {
  width: 120px;
  color: #808080;
  background: #fff url(http://assets.portlandspaces.net/images/search-input-background.gif) top left repeat-x;
  border: 1px solid #dcdcdc;
  padding: 4px;
  font-size: .95em;
}
#sidebar #sidebar_ad_1,
#sidebar #sidebar_ad_2 {
  text-align: center;
  padding-bottom: 20px;
}

/* footer */
#footer {
  background: #edeee4;
  padding: 20px;
  margin: 20px 30px 10px 30px;
  font-size: .9em;
  color: #7b7c76;
  text-align: center;
  clear: both;
}
#footer p {
  line-height: 1em;
}
#footer a {
  color: #555652;
  font-weight: bold;
  padding: 0 3px;
}
#tail {
  background: transparent url(http://assets.portlandspaces.net/images/tail-background.png) no-repeat 50% top;
  width: 1010px;
  margin: 0 auto 50px auto;
  height: 22px;
}

/*---- sIFR ---*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

.sIFR-active h1.title {
  visibility: hidden;
}

.sIFR-active #article blockquote p {
  visibility: hidden;
}