/*
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/ipovzen2/html-elements.css');
@import url('/sites/all/themes/ipovzen2/layout.css');
@import url('/sites/all/themes/ipovzen2/ipovzen2.css');

#wrapper {
    margin: 0;
    padding: 0;
    font-size:9pt;
    line-height:10.5pt;
}

#main {
    width: 980px;
}

#container {
    margin: 0 0 0 -230px;
    width: 980px;
}

.wordpress #content {
    height: auto;
}

.main-aside {
    width: 220px;   /* #container.margin-left - 10 */
}

.wordpress #primary, .wordpress #secondary {
    margin: 0;
}

.wordpress #primary {
    padding-top: 12px;
}

.wordpress #content {
    margin: 0 0 0 240px;    /* #container.margin-left + 10 */
    overflow: hidden;
    width: 740px;       /* width + margin-left == #main.width */
}

.wordpress .hentry {
    width: auto;
}

#header-inner {
    height: 160px;
    margin: 0;
    position: relative;
}

#page-banner {
    margin-bottom: 80px;
}
#branding {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 119px;
    width: 100%;
}

#branding a {
    color: #000000;
    text-decoration: none;
}
#branding #blog-title {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}
#branding #blog-description {
    display: none;
    visibility: hidden;
}

#navbar-top {
    position: absolute;
    top: 79px;
    width:100%;
    height: 40px;
}

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

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

#main a:hover, #footer a:hover {
    color: #a40000;
    text-decoration: underline;
}

#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;
}

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

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

#nav-above, #nav-below {
    font-size: 90%;
    clear:both;
    text-align: right;
    float: right;
    width: 200px;
}

#nav-above {
    margin-bottom: 4px;
}

#nav-below {
    margin-bottom: 4px;
}

.nav-previous, .nav-next {
    display: inline;
    padding: 0 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;
}

.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: 1.1em;
    line-height: 1.2em;
    margin:0;
    padding:0 0 0 10px;
}

.widgetcontainer ul ul,
.aside ul .widgetcontainer ul  ul{
    font-size: 100%;
}

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

.wordpress #primary-bottom {
    width: 980px;
    margin: 0 auto;
    height: auto;
    line-height: auto;
    border-top: 0 none;
}

#primary-bottom-seconday {
    text-align: center;
}

#footer .copyright {
    margin: 0 1em 0 0;
}

#footer #eLearning-Learning-Badge, #footer #bbh5 {
    display: inline-block;
}

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

#siteinfo { 
    text-align: center;
}
