/* Unordered / Ordered Lists
------------------------------------------------------------ */
#content ul, #content ol {
margin: 0;
padding: 0 0 0 20px;
}

ul li {
	list-style-type: square;
	list-style-image: url(http://jennaavery.com/wp-content/themes/jenna-avery/images/bullet.png);
	list-style-position: outside;
	margin: 0 0 10px 45px;
	padding-left 1em;
}


/* Custom Button
------------------------------------------------------------ */
.customButton {
	float:left;
	height: 43px;
	margin: 5px 3px 15px 3px;
	text-align:center;
}

.customButton a {
	font-family: 'myriad-pro-condensed', Tahoma, Arial, Helvetica, sans-serif;
	background: #FFF url(http://jennaavery.com/wp-content/themes/jenna-avery/images/background-nav.gif) repeat-x;
	border: 1px solid #000;
	overflow: hidden;
	height: 34px;
	color: #000;
	display: block;
	font-size: 18px;
	font-weight:normal;
	padding: 0 25px 0 23px;
	position: relative;
	text-decoration: underline;
	line-height: 34px;
	text-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 0px 8px #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	box-shadow: 0px 0px 8px #CCC;
}

.customButton a:hover {
	background: #FFF;
	color: #ff6633;
}

.buttonContainer {
text-align:center;
width:100%;
}

.buttonContainer .customButton {
display: inline-block;
float:none;
}