/**
 * Theme Name: Hybrid
 * Theme URI: http://themehybrid.com/themes/hybrid
 * Description: A user-friendly, search-engine optimized theme framework, featuring 15 custom page templates and multiple widget-ready areas, allowing you to create any type of site you want. 
 * Version: 0.8
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 *
 * Copyright (c) 2008 - 2010 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('library/css/21px.css');

/* Get layout CSS */
@import url('library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('library/css/plugins.css');

/* Get drop-downs CSS */
@import url('library/css/drop-downs.css');

/* Get default CSS */
@import url('library/css/screen.css');

/* Make sure theme clears WP.org theme repository checklist */
.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

@font-face {
    font-family: 'HarabaraBold';
    src: url('fonts/harabara_bold-webfont.eot');
    src: url('fonts/harabara_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/harabara_bold-webfont.woff') format('woff'),
         url('fonts/harabara_bold-webfont.ttf') format('truetype'),
         url('fonts/harabara_bold-webfont.svg#HarabaraBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {font-family:helvetica, arial, sans-serif;}

h1, h2, h3, h4, h5, h6 {font-family: HarabaraBold, Helvetica, Arial, sans-serif;font-weight:normal;letter-spacing:1px}
.entry-title {font-style: normal}
#primary-menu li#menu-item-5070 a {background:#017fbc;color:#fff}


/* HEADER EDITS FROM JAMES */

#header {
    position: relative;
    height: 145px;
}
#logo {
    position: absolute;
    left: 0;
    top: 12px;
}
#penn-logo {
    position: absolute;
    right: 110px;
    top: 45px;
}
#join-conversation-button {
    position: absolute;
    right: 0;
    top: 170px;
}

/* manage some menu items */
.page-item-2, .page-item-69 {
    display: none;
}

/* NEW HOME EDITS FROM JAMES */

#home-left {
    width: 380px;
    float: left;
    padding:0 45px;
}
#home-right {
    width: 380px;
    float: right;
    margin:0;
    padding:0 45px
}
#home-widgets {
    clear: both;
}
#home-widgets .home-widget {
    float: left;
    width: 30%;
    padding-right: 3%;
}
#home-widgets .home-widget.home-widget-right {
    float: right;
    width: 30%;
}
.widget-title {font-style:normal}
.clear {
    clear: both;
}
.wordpress .twtr-widget p {font-weight:bold} {
}
.page-break {margin-top:40px;border-bottom:1px solid #ccc;padding-bottom:15px}

