/*
THEME NAME: Thematic for iPOV.net
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION:  iPOV.net sub-theme derived from: Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.5.1
AUTHOR: Ian Stewart, Robert Sanders
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
Template: thematic
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* --------------------------------------------------------------

   Default styles for Images

   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.

   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.

   Cheers. --Ian Stewart

-------------------------------------------------------------- */

/* Link to the base style used in our drupal theme ... */
@import url('/sites/all/themes/ipovzen/html-elements.css');
@import url('/sites/all/themes/ipovzen/ipovzen.css');
@import url('/sites/all/themes/ipovzen/layout.css');

/* Hide the right side of the iPOV logo (until we can get a new version) */
.wordpress #logo {
    width:165px;
    overflow: hidden;
}

#wrapper {
    width: 938px;
    /* background: #ffffff url(imgs/bottom_border_center.png) repeat-x 0 0; */
    margin: 0 auto 2em;
    font-size:9pt;
    line-height:10.5pt;
}

#wrapper-inner {
    padding: 0 4px;
    background: #ffffff url(imgs/page-bg.gif) repeat-y 0 0;
}

#main a, #main a:visited,
#footer a, #footer a:visited {
    color: #a50000;
    text-decoration: none;
}

#main a:hover, #footer a:hover {
    color: #E60203;
}

#header {
    margin: 0;
    position: relative;
    height: 139px;
}

#branding {
    position: absolute;
    z-index: 500;
    top: 92px;
    left: 179px;
    width: auto;
    font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size:22px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

#branding a {
    color: #000000;
    text-decoration: none;
}

#branding #blog-description {
    display: none;
    visibility: hidden;
}
#page-banner {
    position: absolute;
    top: 57px;
    width: 100%;
    height:82px;
    padding: 0;
    margin: 0;
    background:#BFBFBF url(imgs/banner-bg.png) repeat-x scroll left top;
}

#nav-header {
    position: absolute;
    top: 0px;
    width:100%;
}

#nav-header-inner {
    margin-bottom:6px;
    height: 51px;
}

/* this is the main content area including the left or right menu. */
#main {
    padding: 1em 1em 0 0;
    min-height: 300px;
}

/* Main navigation header. */
.menu {
    width: auto;
}

.menu#primary-tabs {
    height: 51px;
}

#primary-tabs li.current_page_parent {
    background:transparent url(imgs/primary-tabs-active-rside.png) no-repeat scroll right top;
}

#primary-tabs li.current_page_parent a, #primary-tabs li.current_page_parent a:hover {
    background:transparent url(imgs/primary-tabs-active-left.png) no-repeat scroll left top;
    color:#FFFFFF;
    margin:0;
    padding-left:16px;
}

.form-item {
    margin-bottom:1em;
    margin-top:1em;
}

#search.Iz_SiteSearch #edit-search-theme-form-1 {
    margin-top: 4px;
}

#container {
    float:right;
    margin:0 0 0 -210px;
    width:960px;
}

#content {
    margin:0 0 0 200px;
    width: 740px;
}

body.singular .entry-content,
body.not-singular .post {
    margin-bottom: 2.4em;
}

#nav-above, #nav-below {
    height: 1.5em;     /* Needed in cases where there is only a 'back' link */
    clear:both;
    text-align: right;
}

#nav-above {
    margin-bottom: 1em;
}

#nav-below {
    margin-top: 1em;
}

#thematic-main-sidebar {
  left:0;
  position:absolute;
  top:0;
}

.nav-previous {
    float:left;
}

.nav-next {
}

.main-aside {
    width: 172px;
    padding-right: 8px;
}

.aside .widgettitle {
    border-bottom:1px solid #999999;
    font-size:1.1em;
    font-weight:normal;
    line-height:1.3em;
    margin:1px 3px;
    padding:0 0 4px 1px;
}

.wordpress #secondary {
    margin: 0;
}

.aside ul.xoxo,
.aside ul.xoxo#primary,
.aside ul.xoxo#secondary {
    margin: 0;
    padding:0 0 0 2px;
}

.aside li {
    list-style: none;
}

.widgetcontainer {
    margin-bottom: 1em;
}

.widgetcontainer ul,
.aside ul .widgetcontainer ul {
    font-size:0.9em;
    line-height:1.1em;
    margin:0;
    padding:0 0 0 10px;
}

.widgetcontainer li,
.aside ul .widgetcontainer li {
    display:block;
    list-style-image:none;
    list-style-position:inside;
    list-style-type:none;
    margin:0;
    padding:0;
}

#primary li a, #secondary li a,
#primary li a:visited, #secondary li a:visited {
    color:#666666;
    display:block;
    margin-left:-8px;
    padding:1px 0 2px 8px;
    text-decoration:none;
}

#primary li a:hover, #secondary li a:hover {
    background: transparent url(imgs/arrow-red-2.gif) no-repeat 0 50%;
    color: #E60203;
}

#footer {
    margin: 0 auto;
    padding: 0.5em;
    text-align:center;
    font-size: 0.75em;
}

#primary-bottom .current_page_parent a {
    color:#A6A6A6;
}

.entry-content {
    line-height: 12pt;
}

.post .entry-meta, .post .entry-utility {
    text-align: right;
    font-size: 0.9em;
}

#main .post .entry-meta a, #main .post .entry-utility a {
    color: #666666;
}

.post .entry-content .more-link {
    display: block;
    text-align: right;
}

.post .entry-utility .meta-sep-comments-link {
    display: block;
    visibility: hidden;
    height: 2px;
    color: #ffffff;
}
