/**
 * Theme Name: Sendero Magico
 * Description: A child of the Hybrid theme framework for MagicalPath.net.
 * Author: SenderoMagico.com
 * Author URI: http://senderomagico.com/
 * Version: 0.1
 * Template: hybrid
 *
 * Copyright (c) 2009 SenderoMagico.com.  All rights reserved.
 * http://senderomagico.com/
 *
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');

/* Make sure theme clears WP.org theme repository checklist */
.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

/**
* Additional Pop Magick CSS
*************************************************/
#teaser {
	font-style: italic;
	font-weight: bold;
	font-size: larger;
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
#lessons-about {
	color: #ff0000;
	background-color: #efefef;
	margin-top: 2em;
	text-align: center;
	padding: .2em;
	}