/**
 * Theme Name: hybrid_drmary
 * Theme URI: http://drmarymusic.com/wordpress
 * Description: A modification of the hybrid theme
 * Version: 0.1
 * Author: Craig Hammes
 * Author URI: http://geekami.com
 * Template: hybrid
 * Tags: theme-options, threaded-comments, sticky-post, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 *
 */

/* 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 {}

/****************************************************************/
/* Custom elements created by CSH                               */
	
body {
background: url('images/Mary-Bkgd.png');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}

.sticky {
	background: yellow;
	border: 4px solid red;
	padding: 10px;
}