/* 
Theme Name: FFAC
Theme URL: http://florissantfinearts.com
Description: Website for Florissant Fine Arts Council
Author: Wade Meredith
Author URI: http://wademeredith.com
Version: 1.0
*/

/***** CSS RESET - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	/*background: url('images/bg.jpg') repeat-x;*/
}
ol, ul {
	list-style: none;
	margin: 1em 0 1em 1em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***** END CSS RESET *****/

/***** BODY *****/
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 88%;
	background: #ffffff url('images/bodybg.jpg') repeat-x;
	line-height: 1.25;
}

/***** GENERAL STYLES & STRUCTURE *****/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	padding: 0;
}


a {
	text-decoration: none;
	color: #333399;
}

a:hover {
	text-decoration: underline;
}

.content a {
	text-decoration: none;
	border-bottom: 1px dotted #333399;
	color: #333399;
}

.content a:hover {
	border-bottom: 1px solid #333399;
}

p {
	line-height: 1.5em;
	margin: .5em 0;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

address {
	line-height: 1.1;
	font-style: italic;
}

ul {
	margin: 0 0 1em 1em;
}

li {
	list-style: disc;
	margin: 0 0 .5em 0;
}

.package {
	width: 900px;
	margin: 0 auto;
}

.header {
	padding: 11px 0 0 27px;
	height: 167px;
	background: #333399 url('images/headerbg.jpg') no-repeat;
}

.logo {
	float: left;
	margin: 0 65px 0 0;
	border: 1px inset #aaa;
}

.header h1.title {
	margin: 12px 0 15px 0;
	float: left;
}

.header h1 a {
	color: #fafaff;
	letter-spacing: .1cm;
	font-family: Palatino Linotype, Book Antiqua, Palatino, Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: normal;
}

.header h1 a:hover {
	text-decoration: none;
}

.slug {
	font-style: italic;
	color: #fff;
	font-size: .5em;
}

.searchform {
	float: right;
}

.content {
	margin: 66px 0 75px;
	width: 690px;
	float: right;
}

.content ul ol {
	padding: 1em 0 1em 1em;
}

.content h2 {
	font-size: 2em;
	color: #333399;
}

.sidebar {
	width: 150px;
	float: left;
	padding: 0 20px 50px;
	background: url('images/keyline.jpg') right no-repeat;
	text-align: right;
}

.sidebar ul {
	padding: 69px 0 0 0;
	margin: 0;
}

.sidebar li {
	font-size: 1.11em;
	margin: 0 0 10px;
	list-style: none;
}

.sidebar li a {
	padding: 5px 0;
	text-decoration: none;
}

.sidebar li a:hover {
	text-decoration: none;
	font-weight: bold;
}

.sidebar li.current_page_item {
	font-weight: bold;
}

.sidebar .upcoming-events ul {
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: bold;
}

.sidebar li.upcoming-events {
	padding: 25px 0 0 0;
}

.sidebar li.upcoming-events ul li ul {
	padding: 0 0 0 0;
	font-size: 	.88em;
	font-weight: bold;
}

.sidebar li.upcoming-events ul li {
	padding: 0 0 0 0;
	font-size: 	.88em;
}

.sidebar li.upcoming-events ul li ul li .calnk a {
	font-size: 	.88em;
	list-style: none;
	margin: 5px 0 0 0;
	font-weight: normal;
}

.sidebar li.upcoming-events ul li ul li .calnk a:hover {
	font-size: 	.88em;
	list-style: none;
	margin: 5px 0 0 0;
	font-weight: normal;
}

.sidebar li.upcoming-events ul li ul li .calnk a {
	border-bottom: 0;
}

.sidebar li.upcoming-events ul li:hover {

}
        
.footer {
	text-align: center;
	color: #444;
	font-size: .77em;
	border-top: 1px solid black;
	padding: 10px 0 0 0;
}

.footer li {
	display: inline;
	margin: 0 10px;
}

/* Headings ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { 
font-weight : normal; }

h1 { 
margin-bottom : .5em;
font-size : 2.75em; 
line-height : 1; }

h2 { 
margin-bottom : .75em;
font-size : 2em; }

h3 {
margin-bottom : 1em;
font-size : 1.5em;
line-height : 1 ; }

h4 {
margin-bottom : 1.25em;
font-size : 1.25em;
line-height : 1.25; }

h5, h6 { 
margin-bottom : 1.5em;
font-weight : bold; 
font-size : 1em; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { 
margin : 0; }

/* Text elements -------------------------------------------------------------- */

p { 
margin : 0 0 1.5em; }

address {
margin : 0 0 1.5em;
font-style : italic; }


/* Lists -------------------------------------------------------------- */

li ul, li ol { 
list-style-type : circle;
margin : 0 1.5em .75em 1.5em; }

ul, ol {
margin : 0 1.5em 1.5em 1.5em; }

ul { 
list-style-type : disc; }

ol {
list-style-type : decimal; }

dl {
margin-bottom: 1.5em; 
padding-top: 1.5em; 
border-top : 1px solid #ccc; }

dl dt {
margin-bottom : .75em;
font-size : 1.2em;
line-height : 1.25; }

dd {
margin-bottom: 1.5em; 
padding-bottom: 1.5em; 
border-bottom : 1px solid #ccc; }

/***** CLEARFIX - http://www.webtoolkit.info/css-clearfix.html *****/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/***** END CLEARFIX *****/

/***** FORCE RIGHT SCROLL BAR *****/
html { 
    height: 100%;
    margin-bottom: 1px;
}


/***** STICKY FOOTER http://ryanfait.com/*****/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 25px; /* .push must be the same height as .footer */
}

/***** END STICKY FOOTER *****/

