/*
Theme Name: DW Focus (Powerbase)
Theme URI: http://www.designwall.com/wordpress-theme/dw-focus
Author: DesignWall & Tom Nardi
Author URI: http://www.designwall.com
Description: Fork of Design Wall's "DW Focus" Wordpress theme for "The Powerbase".
Version: 1.6
License: GNU General Public License v2
License URI: COPYING
*/

/* Modified CSS here for easier maintenance */

/* Expand layout on displays 1200 wide or better*/
@media (min-width: 1200px)
{
.container {width: 1140px;}

#main > .container > .row {background-position: 860px 0;}

#primary {width: 800px;}

#secondary {width: 300px;}

#secondary .entry-thumbnail img {width: 300px;}

.single .site-content > .post .entry-content {max-width: 630px;}

/* Enlarge slider sidebar */
.news-slider .carousel-list {width: 280px;}

/* Enlarge logo area */
.span3 .visible-desktop {width: 390px;}

.site-header #branding a
{
margin: 0px;
width: 390px;
height: 100px;
}

/* Enables 3 banners at ~200 x 100 each */
/* Enlarge banner area */
.span7
{
width: 700px;
margin-left: 46px;
}

/* Shrink widget margins */
#header .widget
{
margin-left: 16px;
float: left;
width: 217px;
}

#branding {width: 390px;}

/* Shrink margins, remove lined BG */
.site-header #header
{
margin: 2px;
background-image: none;
}

/* Slide over search bar */
#under-navigation .searchForm {margin: 0 0 0 -91px;}
}

/* Apply to all resolutions */

/* Remove glitchy category border */
.single .site-content>.post .entry-meta {border-bottom: 0px;}

/* Author avatar */
.author-name {position:relative;} 

/* Page navigation */
.page-links {font-size: 22px;}

/* End custom CSS */
