/* $Id$ */
/** body **/
#page,
#closure-blocks
{
margin-left: 0;
margin-right: 0;
width: 100%;
}

#page-inner
{
}

#navigation-top,
#navigation
{
position: absolute; /* Take the named anchors out of the doc flow    */
left: -10000px;     /* and prevent any anchor styles from appearing. */
}

#skip-to-nav
{
float: right;
margin: 0 !important;
font-size: 0.8em;
}

#skip-to-nav a:link, #skip-to-nav a:visited
{
color: #fff; /* Same as background color of page */
}

#skip-to-nav a:hover
{
color: #000;
text-decoration: none;
}

/** header **/
#logo
{
float: left;
}

#header-blocks
{
clear: both; /* Clear the logo */
}

/** main (container for everything else) **/
#main
{
position: relative;
clear:both;
}

/** content **/
#content,
.no-sidebars #content
{
width:100%;
margin:0 auto;
padding:0;
}

.sidebar-left #content
{
width: 700px;
margin-left: 0; /* The width of #sidebar-left. */
margin-right: 0; /* Negative value of #content's width + left margin. */
float:left;
}

.sidebar-right #content
{
width: 700px;
margin-left: 0;
margin-right: 0; /* Negative value of #content's width + left margin. */
float:left;
}

.two-sidebars #content
{
width: 520px;
margin-left: 0; /* The width of #sidebar-left */
margin-right: 0; /* Negative value of #content's width + left margin. */
float:left;
}

#content-inner
{
margin: 0;
padding: 0;
}

/** navbar **/
.with-navbar #content,
.with-navbar #sidebar-left,
.with-navbar #sidebar-right
{
margin-top: 0; /* Set this to the same value as the navbar height above. */
}

#search-box
{
width: 200px;
margin-right: 0; /* Negative value of #search-box's width. */
float: left;
}

#primary
{
margin-left: 0; /* Width of search-box */
}

#secondary
{
margin-left: 0; /* Width of search-box */
}

#navbar ul /* Primary and secondary links */
{
margin: 0;
padding: 0;
text-align: left;
}

#navbar li /* A simple method to get navbar links to appear in one line. */
{
float: left;
padding: 0;
}

/** sidebar-left **/
#sidebar-left
{
float: left;
width: 200px;
margin:0 20px 0 0;
padding: 0;
}

#sidebar-left-inner
{
margin: 0;
padding: 0;
}

/** sidebar-right **/
#sidebar-right
{
	float: left;
	width: 200px;
	margin:0 0 0 20px;
	padding: 0;
}

#sidebar-right-inner
{
margin: 0;
padding: 0;
}

/** Prevent overflowing content **/
#header,
#content,
#navbar,
#sidebar-left,
#sidebar-right,
#footer,
#closure-blocks
{
overflow: visible;
word-wrap: break-word; /* A very nice CSS3 property */
}