/**
 * 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
 * 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/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 {}
	

/* Temp events styles - don't have access to FTP */	
.wplc_event_list ul{
	/*float:left;*/
	width: 100%;
	}	
.wplc_event_list li{
	position: relative;
	list-style-type: none;
	width: 550px;
	padding: 10px 0;
	margin-top: 10px;
	border-bottom: solid 1px #ccc;
float: left;
clear: right;
	}	
.wplc_event_link{
	/*display:none;*/
	font-weight:bold; color:#155293
	}
.wplc_event_details{
display: inline-block;
float:left;
width: 320px;
height: 80px;
}
.wplc_event_desc{
    display: inline-block;	
    height: 80px;
	width: 200px;
	padding: 5px;
	float: left;
border: none;
overview: auto;
	}	
.wplc_event_desc form {

padding:0px;
margin: 0px;


/*float:left;*/
	}	
.wplc_event_desc table{
padding:0;
margin: 0;
empty-cells: hide;
position: absolute;
top:10px

	}
.wplc_event_desc input {
margin: 0;
padding: 0;
float: left;
display: block;
clear: left;
position: absolute;
top: 15px
}

.wplc_event_desc p{
padding:0;
margin: 0;
}	


.homeCalendar .wplc_event_details{
width: 200px;
}
.homeCalendar .wplc_event_list li{
	border-bottom:none;
}