/**
 * Theme Name: Hybrid
 * Theme URI: http://themehybrid.com/themes/hybrid
 * Description: A user-friendly, search-engine optimized theme framework, featuring 18 custom page templates and multiple widget-ready areas, allowing you to create any type of site you want. 
 * Version: 0.6.2
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 *
 * Copyright (c) 2008 - 2009 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/18px.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 {}

/* Weimarpedia custom css rules */

body { background: #fff url(library/images/bg.gif) no-repeat top center; }
.hideme, #site-title span { position: absolute; top: -1000em; left: -1000em; height: 1px; width: 1px; }
#header {margin-bottom: 10px; position: relative; height: 158px;}
#_site-title { height: 158px; background: url(library/images/wpj.gif) no-repeat right top; }
#site-title { height: 158px; position: absolute; right: 120px; top: 0; background: url(library/images/wpj.gif) no-repeat right top;}
#site-title a { display: block; width: 187px; height: 158px; float: right;}
h2#site-description { font-size: 110%; padding-top: 60px;}
#body-container {margin-top: 20px;}
#container { padding-top: 1.5em; border-top: 3px solid #c7b571; }

