/*
Theme Name: Office Space
Theme URI: http://www.press75.com/
Description: Detailed usage instructions for this theme can be found <a href="http://www.press75.com/office-space-setup-usage/">HERE</a>.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.press75.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.theSevenFive.com

The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC:
*/

body {
background: #E3E3E3 url(images/bg.gif) top repeat-x fixed;
}



#wrapper {
width: 964px;
margin: 0px auto;
overflow: hidden;
font: 62.5%/1.5 'Lucida Grande',Lucida,Verdana,Arial,Helvetica,sans-serif;
color: #4D4D4D;
line-height: 1.2em;
width: auto;
height: auto;
margin: 0;
padding: 0 0 10px 0;
}

/** header styles **/
#header {
margin: 0 auto;
width: 964px;
text-align: center;

}

#header_left,
#header_right {
width: 482px;
height: 100px;
float: left;
}

#header_pages_menu {
background: url(images/pages-bg.png) top left no-repeat;
height: 30px;
padding: 0 0 0 4px;
float: right;
}

#header_pages_menu_right {
background: url(images/pages-bg.png) top right no-repeat;
height: 30px;
padding: 0 4px 0 0;
margin: 0 2px 0 0;
float: right;
}

#header_categories_menu {
width: 670px;
height: 54px;
padding: 0 2px 0 2px;
float: left;
}

/** pages menu **/
.menu_pages,.menu_pages * {
list-style: none;
margin: 0;
padding: 0;
text-transform: uppercase;
font-size: 12px;
text-align: left;
}

.menu_pages {
line-height: 1.0;
}

.menu_pages ul {
position: absolute;
top: -999em;
width: 150px;
}

.menu_pages ul li {
width: 100%;
}

.menu_pages li:hover {
visibility: inherit;
background: url(images/divider-pages-over.png) top right no-repeat;
}

.menu_pages li {
float: left;
position: relative;
background: url(images/divider-pages.png) top right no-repeat;
}

.menu_pages a {
display: block;
position: relative;
text-decoration: none;
padding: 8px 12px 8px 12px;
}

.menu_pages a:hover {
color: #CCCCCC;
}

* + html .menu_pages a {
padding: 7px 10px 7px 10px;
}

.menu_pages li:hover ul,
.menu_pages li.sfHover ul {
left: 0;
top: 30px;
z-index: 200000;
}

.menu_pages a,.menu_pages a:visited {
color: #FFFFFF;
}

.menu_pages li li {
background: #3D3D3D;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
margin: 0 0 -1px 0;
}

.menu_pages li li:hover {
background: #333333;
}

.menu_pages li li li {
left: -270px;
top: -1px;
background: #3D3D3D;
border-top: 1px solid #1A1A1A;
border-right: 1px solid #1A1A1A;
border-bottom: 1px solid #1A1A1A;
margin: 0 0 -1px 0;
}

.menu_pages a.sf-with-ul {
min-width: 1px;
}

.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em;
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
}

ul.menu_pages li:hover li ul,
ul.menu_pages li.sfHover li ul,
ul.menu_pages li li:hover li ul,
ul.menu_pages li li.sfHover li ul {
top:-999em;
}

ul.menu_pages li li:hover ul,
ul.menu_pages li li.sfHover ul,
ul.menu_pages li li li:hover ul,
ul.menu_pages li li li.sfHover ul {
left:10em;
top:0;
}

.menu_pages ul .sf-sub-indicator,
.menu_pages ul a:focus > .sf-sub-indicator,
.menu_pages ul a:hover > .sf-sub-indicator,
.menu_pages ul a:active > .sf-sub-indicator,
.menu_pages ul li:hover > a > .sf-sub-indicator,
.menu_pages ul li.sfHover > a > .sf-sub-indicator {
background-position:-10px 0;
}

.subscribe a {
background: url(images/rss.png) right no-repeat;
padding-right: 20px;
margin-right: 12px;
}

* + html .subscribe a {
padding-right: 25px;
margin-right: 10px;
}

li.subscribe {
background: none;
}

li.subscribe:hover {
background: none;
}

.subscribe a:hover {
background: url(images/rss-over.png) right no-repeat;
}