@charset "utf-8";
/* CSS Document */

@import url('library/styles/reset.css');
@import url('library/styles/global.css');
@import url('library/styles/sidebar.css');
@import url('library/styles/content.css');
@import url('library/styles/footer.css');
@import url('library/styles/forms.css');
@import url('library/styles/jquery.countdown.css');

/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */



img.alignleft,img.align-left {
	float: left;
	margin-right:9px
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
img.center {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

.aside ul {
    margin:0;
    list-style:none;
}
.aside {
}
.aside h3 {
    font-size:14px;
    font-weight:bold;
}
.aside ul ul {
    list-style:square;
}
/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}

blockquote{
	border-left:2px solid #C4C4C4;
	font-size:13px;
	margin-left:30px;
	padding:6px 0 0 7px;
}
/* End Calendar styles */
