/*
Theme Name: DJ's Chinchilla
Theme URI: http://www.cs.unc.edu/~dsjen/
Description: I love cute things <a href="http://www.cs.unc.edu/~dsjen/">DJ</a>.
Version: 0.1
Author: Dennis Jen
Author URI: http://www.cs.unc.edu/~dsjen/
Tags: cute

   Chinchillas like raisins.

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #e7c48a;
	background-repeat:repeat-x;
	background-image: url(images/gradientBackground.jpg); 
	color: #ff333;
	text-align: center;#
	
	/* TODO: remove this if it doesn't work */
 	behavior: url(iepngfix/csshover3.htc);
	 }

.hiddenImage {
	display:none;
	}
 
 #page {
	margin: 0px auto;
	padding: 0;
	width: 1056px;
	/*width: 960px;*/
	text-align: left;
	}

.subPage {
	width: 960px;
	height: 100%;
	background: white;
	}
	
.dropShadowLeft {
	/*border: thin solid red;*/
	background-repeat:repeat-y;
	background-image: url(images/dropShadowLeft.png);
	width:960px;
	height:100%;
	padding:0px 0px 0px 48px;
	}

.dropShadowRight {
	/*border: thin solid green;*/
	/*background: #ff9999;*/
	background-repeat:repeat;
	background-image: url(images/dropShadowRight.png);
	padding:0px 48px 0px 0px;
	width:960px;
	height:100%;
	}	
	
#featuredBoxInner p {
	font-size: 1.4em;
	text-align: left;
	}

#sidebarLeftBulk p {
	line-height: 20px;
	}

#sidebarLeftBulk .featured {
	font-size: 1.2em;
	margin:168px 0px 5px 5px;
	}
	
#sidebarLeftBulk .featuredVerticalDivider {
	float: left;
	top: -65px;
	left: 164px;
	}

#bulk {
	float: right;
	position:relative;
	width:750px;
	}

#bulk h3 {
	color: #901400;
	font-size: 1.3em;
	margin:0px 0px 0px 0px;
	float:left;
	position:relative;
	top:2px;
	}

#bulk .wrapperTea {
	/*border: thin solid red;*/
	float:left;
	position:relative;
	width:675px;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-image: url(images/BulkTea.jpg); 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 21px;
	margin: 20px 0px 0px 10px;
	}

#bulk .wrapperCoffee {
	float:right;
	position:relative;
	width:740px;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-image: url(images/BulkCoffee.jpg); 
	font-size: 1.2em;
	font-weight: bold;
	line-height: 21px;
	margin: 20px 0px 0px 10px;
	}

#bulk .row {
	float:left;
	position:relative;
	}

#bulk .column {
	float:left;
	position:relative;
	width:220px;
	margin:5px 5px 5px 0px;
	}

#bulk img {
	margin:0px 20px 5px -3px;
	}

#bulk hr {
	border: 0;
	float: left;
	display: block;
	color: #82bee7;
	background-color: #82bee7;
	height: 1px;
	width: 186px;
	margin:2px 0px 5px -3px;
	}
	
#bulk img.photoPlacement6 {
	float: right;
	position:relative;
	left:0px;
	top:100px;
	width:0px;
	height:0px;
	}

#bulk img.photoPlacement7 {
	float: right;
	position:relative;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	}

#bulk .centerColumn img {
	width:0px;
	height:0px;
	}

#bulk .centerColumn p {
	color: #000000;
	margin-right: 50px;
	}
	
#bulk .centerColumn {
	float: right;
	position:relative;
	left:0px;
	top:10px;
	width:743px;
	height:100%;
	font-size: 1.2em;
	}

#sidebarLeftBulk {
	margin: 120px 10px 10px 24px;
	width: 150px;
	}

#sidebarLeftBulk .featured {
	width: 130px;
	}

#sidebarLeftBulk img {
	margin-top:5px;
	}

#sidebarLeftBulk p.clickHere {
	line-height:17px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	}

#sidebarLeft .clickHereButton{
	left:0em;
	}


.clickHereButton{
	float: left;
	position:relative;
	left:-1.5em;
	top:0px;
	background-image: url(images/ClickHereButtonOut.jpg); 
	background-repeat:no-repeat;
	width:79px; 
	height:15px;
	}
	
.clickHereButton:hover{
	background-image: url(images/ClickHereButtonOver.jpg);
	background-repeat:no-repeat;
	}
	
.clickHereButton a{
	display:block;
	width:79px;
	height:15px;
	}

#store {
	position: relative;
	float: top;
	top: -50px;
	margin: 0px 0px 0px 0px;
	width:400px;
	}
	
#store .inman {
	float:left;
	position:relative;
	width:165px;
	height:100%;
	}

#store .central {
	width:165px;
	height:100%;
	float:right;
	position:relative;
	}

#store h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 1.5em;
	color: #901400;
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 30px 0px 0px 0px;
	}
	
#store ul {
	height:10px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}

#store li {
	margin-top: 20px;
	color: #006dac;
	font-size: 1.3em;
	font-weight: bold;
	}
	
#store strong, strong.li {
	float:right;
	position:relative;
	font-style: normal;
	font-weight: bold;
	color: #901400;
	}

#store a,a:visited {
	color: #006dac;
	font-weight: bold;
	}

#store p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 1em;
	text-indent: -1em;
	}

#store .central a {
	text-indent: -1em;
	}

#store img {
	float: none;
	top: 3px;
	}
	
#store .central img {
	padding-left: 0em;
	text-indent: 0em;
	float: left;
	top: 3px;
	left:-12px;
	}

#hoursAndLocations {
	position: relative;
	float: top;
	top: 300px;
	margin: 0px 0px 0px 0px;
	}
	
#hoursAndLocations p {
	color: #555555;
	}
	
.hoursAndLocationsNudgeDown {
	margin: 80px 0px 0px 0px;
	}
	
#menu {
	}
	
#menu h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	color: #901400;
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 30px 0px 0px 0px;
	}

#menu h3 {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	color: #ddaa66;
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 10px 0px 0px 10px;
	}

#menu strong, li.strong {
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: #000000;
	}
	
#menu p {
	margin: 0px 0px 0px 10px;
	width: 380px;
	}

#menu ul li:before {
	content: "";
	}

#menu ul {
	width: 380px;
	content: "";
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px
	}

#menu li {
	padding-left: 2em;
	text-indent: -2em;
	color: #555555;
	}

#regulars {
	margin: 0px 0px 0px 0px;
	width: 380px;
	height:100%;
	}

#regulars .content {
	position: relative;
	float: left;
	color: #ddaa66;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 305px;
	}

#regulars img.quote {
	float: none;
	top: 2px;
	left: 0px;
	position: relative;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px;
	width:21px; 
	height:14px;
	}

#regulars img.regularsIcon {
	float: none;
	top: 0px;
	left: 0px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:40px; 
	height:50px;
	}

#regulars img {
	float: none;
	top: 0px;
	left: 0px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px;
	width:0px; 
	height:0px;
	}

#regulars p {
	color: #901400;
	top: 0px;
	margin: 0px 0px 0px 0px;
	}
	
.regularsBlock {
	float: left;
	position:relative;
	left:0px;
	top:0px;
	width:100%; 
	height:100%;
	margin: 0px 0px 20px 0px;
	/*border: thin solid red;*/
	}
	
.regularsIcon {
	float: left;
	position:relative;
	left:0px;
	top:0px;
	width:50px; 
	height:50px;
	}

.quoteOpen{
	float: left;
	position:relative;
	left:0px;
	top:0px;
	background-image: url(images/RegularsQuoteOpen.jpg); 
	width:21px; 
	height:14px;
	}

.communityOrganizations {
	float: left;
	position:relative;
	left:0px;
	top:-50px;
	width:620px;
}

.communityOrganizations h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: #901400;
	}

.communityOrganizations p {
	position:relative;
	width:300px;
	left:10px;
	}

.communityOrganizationsSupported{
	float: left;
	position:relative;
	left:0px;
	top:0px;
	width:300px;
	}

.communityOrganizationsVolunteered{
	float: right;
	position:relative;
	left:0px;
	top:0px;
	width:300px;
	}

.zero {
	width: 0%;
	height: 0%;
	}

.roundedBottomImage{
	float: left;
	position:relative;
	left:-48px;
	top:43px;
	background-image: url('images/WhiteRoundedBottom.png'); 
	height: 43px;
	width: 1056px;
	}

.featuredVerticalDivider {
	float: right;
	position:relative;
	left:0px;
	top:-20px;
	background-image: url('images/FeaturedVerticalDivider.png');
	height: 538px;
	width: 3px;
	}

#mainImage1 {
	background: url('images/1369MainImage01.jpg') no-repeat bottom center;
	}

#mainImage2 {
	background: url('images/1369MainImage02.jpg') no-repeat bottom center;
	}

#mainImage3 {
	background: url('images/1369MainImage03.jpg') no-repeat bottom center;
	}

#mainImage4 {
	background: url('images/1369MainImage04.jpg') no-repeat bottom center;
	}

#mainImageImg 	{
	margin: 0px 0px 0;
	height: 414px;
	width: 960px;
	}

#featureDividerColumn1 {
	float:left;
	position:relative;
	left:-20px;
	top:25px;
	height: 144px;
	width: 3px;
	background: url('images/FeaturedDivider.png') no-repeat bottom center;
	}

#featureDividerColumn2 {
	float:left;
	position:relative;
	left:-20px;
	top:25px;
	height: 144px;
	width: 3px;
	background: url('images/FeaturedDivider.png') no-repeat bottom center;
	}

#featuredBoxInner h2 {
	font-size: 1.5em;
	margin: 23px 0px 17px 0px;
	}

#featuredBoxInner img {
	/* some padding here keeps the paragraph from spilling beneath */
	margin: 0px 15px 30px 0px;
	padding: 0px 0px 0px 0px;
	}

#featuredBoxInner p {
	/* the current font is 14px */
	/** font-size: 14px; */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#featuredBoxOuter {
	background: #ffffff;
	margin: 0px 0px 0;
	height: 195px;
	width: 960px;
	}

#featuredBoxInner {
	float:left;
	position:relative;
	left:37px;
	background: #ffffff;
	margin: 0px 0px 0;
	height: 195px;
	width: 885px;
	}

#locationShortBackgroundImage {
	background: #e7c48a url('images/1369LocationsShortBackground2.png') no-repeat bottom center;
	margin: 0px 0px 0px 0px;
	height: 203px;
	width: 1056px;
	position:relative;
	left:-48px;
	}
	
#locationShortBackgroundInnerBound {
	height: 203px;
	width: 960px;
	margin: 0px 0px 0px 48px;
	}

.clf {
	position:relative;
	left:0px;
	top:20px;
	background-image: url(images/clflogo.png); 
	width:109px; 
	height:109px;
	}

.clf a{
	display:block;
	width:109px;
	height:109px;}	

.bannerSticker {
	float:left;
	position:relative;
	left:5px;
	top:0px;
	background-image: url(images/1369HeaderSticker.png);
	width:177px; 
	height:157px;
	}

/* TODO: you may need to add this for the rollover for IE...
.buttonexample a{background-image: url(images/button.gif); display:block;width:91px;height:28px;}
.buttonexample a:hover{background-image: url(images/button-over.gif);
*/
.carefullyCrafted{
	display: block;
	position:relative;
	left:520px;
	top:100px;
	background-image: url(images/1369CarefullyCraftedOut.png); 
	width:369px; 
	height:168px;
	}
	
.carefullyCrafted:hover{
	background-image: url(images/1369CarefullyCraftedOver.png);
	}

.carefullyCraftedHighlight{
	background-image: url(images/1369CarefullyCraftedOver.png);
	}
	
.bestShot{
	display: block;
	position:relative;
	left:460px;
	top:50px;
	background-image: url(images/1369BestShotOut.png); 
	width:385px; 
	height:211px;
	}
	
.bestShot:hover{
	background-image: url(images/1369BestShotOver.png);
	}

.bestShotHighlight{
	background-image: url(images/1369BestShotOver.png);
	}

.favoriteCoffee{
	display: block;
	position:relative;
	left:90px;
	top:82px;
	background-image: url(images/1369FavoriteCoffeeOut.png); 
	width:397px; 
	height:189px;
	}
	
.favoriteCoffee:hover{
	background-image: url(images/1369FavoriteCoffeeOver.png);
	}

.favoriteCoffeeHighlight{
	background-image: url(images/1369FavoriteCoffeeOver.png);
	}

.yourCoffee{
	display: block;
	position:relative;
	left:350px;
	top:92px;
	background-image: url(images/1369YourCoffeeOut.png); 
	width:406px; 
	height:225px;
	}
	
.yourCoffee:hover{
	background-image: url(images/1369YourCoffeeOver.png);
	}

.yourCoffeeHighlight{
	background-image: url(images/1369YourCoffeeOver.png);
	}
	
.pngFix {
	behavior: url(http://dj:8888/wp-content/themes/chinchilla/iepngfix/iepngfix.htc);
	}

.hoursLocationButton{
	float: right;
	position:relative;
	left:-19px;
	top:18px;
	background-image: url(images/hoursLocationButtonOut.png); 
	width:167px; 
	height:31px;
	}
	
.hoursLocationButton:hover{
	float: right;
	position:relative;
	background-image: url(images/hoursLocationButtonOver.png);
	}

.hoursLocationButtonHighlight {
	float: right;
	position:relative;
	left:-20px;
	top:15px;
	background-image: url(images/hoursLocationButtonOver.png); 
	width:167px; 
	height:31px;
	}
	
.hoursLocationButtonHighlight:hover{
	background-image: url(images/hoursLocationButtonOver.png);
	}
	
.hoursLocationButton a{
	display:block;
	width:167px;
	height:31px;
	}	

.homeButtonHighlight{
	float: left;
	position:relative;
	left:30px;
	top:45px;
	background-image: url(images/HomeButtonOver.png); 
	width:67px; 
	height:26px;
	}

.homeButtonHighlight:hover{
	background-image: url(images/HomeButtonOver.png);
	}
	
.homeButtonHighlight a{
	display:block;
	width:67px;
	height:26px;}	

.homeButton{
	float: left;
	position:relative;
	left:30px;
	top:45px;
	background-image: url(images/HomeButtonOut.png); 
	width:67px; 
	height:26px;
	}
	
.homeButton:hover{
	background-image: url(images/HomeButtonOver.png);
	}
	
.homeButton a{
	display:block;
	width:67px;
	height:26px;}	

.aboutButtonHighlight{
	float: left;
	position:relative;
	left:31px;
	top:47px;
	background-image: url(images/AboutButtonOver.png); 
	width:70px; 
	height:23px;
	}
	
.aboutButtonHighlight:hover{
	background-image: url(images/AboutButtonOver.png);
	}

.aboutButtonHighlight a{
	display:block;
	width:70px;
	height:23px;}	

.aboutButton{
	float: left;
	position:relative;
	left:31px;
	top:47px;
	background-image: url(images/AboutButtonOut.png); 
	width:70px; 
	height:23px;
	}
	
.aboutButton:hover{
	background-image: url(images/AboutButtonOver.png);
	}
	
.aboutButton a{
	display:block;
	width:70px;
	height:23px;}	

.communityButton{
	float: left;
	position:relative;
	left:34px;
	top:47px;
	background-image: url(images/CommunityButtonOut.png); 
	width:102px; 
	height:23px;
	}
	
.communityButton:hover{
	background-image: url(images/CommunityButtonOver.png);
	}
	
.communityButton a{
	display:block;
	width:102px;
	height:24px;}	

.communityButtonHighlight{
	float: left;
	position:relative;
	left:34px;
	top:47px;
	background-image: url(images/CommunityButtonOver.png); 
	width:102px; 
	height:23px;
	}
	
.communityButtonHighlight:hover{
	background-image: url(images/CommunityButtonOver.png);
	}
	
.communityButtonHighlight a{
	display:block;
	width:102px;
	height:24px;}	

.menuButton{
	float: left;
	position:relative;
	left:38px;
	top:47px;
	background-image: url(images/MenuButtonOut.png); 
	width:56px; 
	height:27px;
	}

.menuButtonHighlight{
	float: left;
	position:relative;
	left:38px;
	top:47px;
	background-image: url(images/MenuButtonOver.png); 
	width:56px; 
	height:27px;
	}

.menuButtonHighlight:hover{
	background-image: url(images/MenuButtonOver.png);
	}
	
.menuButton:hover{
	background-image: url(images/MenuButtonOver.png);
	}
	
.menuButton a{
	display:block;
	width:56px;
	height:27px;}	

.bulkButton{
	float: left;
	position:relative;
	left:46px;
	top:47px;
	background-image: url(images/BulkButtonOut.png); 
	width:158px; 
	height:27px;
	}

.bulkButtonHighlight{
	float: left;
	position:relative;
	left:46px;
	top:47px;
	background-image: url(images/BulkButtonOver.png); 
	width:158px; 
	height:27px;
	}
	
.bulkButton:hover{
	background-image: url(images/BulkButtonOver.png);
	}

.bulkButtonHighlight:hover{
	background-image: url(images/BulkButtonOver.png);
	}
	
.bulkButton a{
	display:block;
	width:158px;
	height:27px;
	}	

.galleryButton{
	float: left;
	position:relative;
	left:51px;
	top:45px;
	background-image: url(images/GalleryButtonOut.png); 
	width:74px; 
	height:27px;
	}
	
.galleryButton:hover{
	float: left;
	position:relative;
	background-image: url(images/GalleryButtonOver.png);
	}
	
.galleryButton a{
	float: left;
	position:relative;
	display:block;
	width:74px;
	height:27px;}	

.galleryButtonHighlight{
	float: left;
	position:relative;
	left:51px;
	top:45px;
	background-image: url(images/GalleryButtonOver.png); 
	width:74px; 
	height:27px;
	}
	
.galleryButtonHighlight:hover{
	background-image: url(images/GalleryButtonOver.png);
	}

.downloadContent h3 a:visited {
	color: #006dac;
	font-weight: bold;
	}

.downloadContent h3 a:hover {
	color: #ddaa66;
	font-weight: bold;
	}

.downloadContent a:hover {
	color: #ddaa66;
	}

.downloadContent a, a:visited {
	color: #006dac;
	}

.downloadApplication {
	float: left;
	position:relative;
	left:-290px;
	top:-80px;
	background-image: url(images/DownloadPDF.jpg); 
	width:216px; 
	height:81px;
	}

.downloadCommunity {
	float: left;
	position:relative;
	left:-670px;
	top:0px;
	background-image: url(images/DownloadPDF.jpg); 
	width:216px; 
	height:81px;
	}

.downloadAbout {
	float: left;
	position:relative;
	left:-290px;
	top:450px;
	background-image: url(images/DownloadPDF.jpg); 
	width:216px; 
	height:81px;
	}

.downloadContent {
	float: left;
	position:relative;
	left:75px;
	top:15px;
	width:145px; 
	height:81px;
	color: #901400;
	}

.downloadContent h3 {
	color: #3333fd;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}


#awardContent {
	float: left;
	position:absolute;
	left:0px;
	top:220px;
	}

#awardContent ul li:before {
	content: "";
	}

#awardContent ul {
	width: 380px;
	content: "";
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px
	}

#awardContent li {
	padding-left: 2em;
	text-indent: -2em;
	color: #555555;
	}

	
.awardBlock {
	float: left;
	position:absolute;
	left:-20px;
	top:80px;
	width:650px; 
	height:120px;
	}
	
a.readMoreButton{
	display: block;
	float: left;
	position:relative;
	left:0px;
	top:0px;
	background-image: url(images/ReadMoreButtonOut.jpg); 
	width:89px; 
	height:15px;
	}
	
a.readMoreButton:hover{
	background-image: url(images/ReadMoreButtonOver.jpg);
	}

#subMenu .adjustForHiddenSticker {
	float: left;
	position:relative;
	left:177px; 
	}
	
#subMenu {
	float: left;
	position:relative;
	left:42px;
	top:20px;
	width:600px;
	height:50px;
	font-size: 1.8em;
	}

#subMenu .subMenuLinkHighlight {
	font-weight: bold;
	left:15px;
	color: #901400;
	}

#subMenu .subMenuLinkHighlight:hover{
	text-decoration: none;
	font-weight: bold;
	color: #901400;
	}
	
#subMenu .subMenuLinkHighlight a, a:visited{
	font-weight: bold;
	color: #901400;
	}

#subMenu .subMenuLink {
	font-weight: bold;
	left:15px;
	color: #ddaa66;
	}
	
#subMenu .subMenuLink:hover{
	text-decoration: none;
	font-weight: bold;
	color: #901400;
	}
	
#subMenu a.subMenuLink {
	font-weight: bold;
	color: #ddaa66;
	}

#content {
	font-size: 1.2em;
	background: #ffffff
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	}
	
.galleryColumn {
	float: left;
	width:500px;
	}

	
.centerColumn {
	float: right;
	position:relative;
	left:0px;
	top:10px;
	width:640px;
	height:100%;
	font-size: 1.2em;
	}

.centerColumn strong {
	color: #901400;
	}

.centerColumn h2 {
	margin: 30px 0px 0px -2px;
	font-weight: normal;
	font-style: normal;
	font-size: 4.5em;
	color: #901400;
	font-family: 'georgia', 'Book Antiqua', 'serif';
	}

.centerColumn p {
	color: #000000;
	margin-right: 272px;
	line-height : 21px;
	}


.centerColumn img {
	float: right;
	position:relative;
	left:0px;
	top:10px;
	}

.centerColumn img.photoPlacement1 {
	float: right;
	position:relative;
	left:0px;
	top:10px;
	}

.centerColumn img.photoPlacement2 {
	float: right;
	position:relative;
	left:0px;
	top:100px;
	}

.centerColumn img.photoPlacement3 {
	float: right;
	position:relative;
	left:0px;
	top:150px;
	}

.centerColumn img.photoPlacement4 {
	float: right;
	position:relative;
	left:0px;
	top:200px;
	}

.centerColumn img.photoPlacement5 {
	float: right;
	position:relative;
	left:0px;
	top:-30px;
	}

.centerColumn img.photoPlacement6 {
	float: right;
	position:relative;
	left:0px;
	top:400px;
	}

.centerColumn img.photoPlacement7 {
	float: right;
	position:relative;
	left:0px;
	top:300px;
	}

.thread-alt {
	background-color: #f8f8f8;
	}

.thread-even {
	background-color: white;
	}

.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

#footer img {
	margin: -6px 0px 0px 0px;
	float:left;
	position:relative;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	}

#footer {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	position:relative;
	left:0px;
	top:33px;
	width: 900px;
	height:100%;
	color: #aa4444;
	}
	

.footerHigh {
	position:relative;
	left:30px;
	top:-43px;
	width: 900px;
	height:100%;
	border: none;
	color: #aa4444;
	}

#footer a, a:visited {
	font-weight:normal;
	color: #8f2222;
	font-size: 12px;
	}

#footerLeft {
	border: none;
	/*border: thin solid red;*/
	float: left;
	width:700px;
	height:100%;
	}

#footerRight {
	border: none;
	float: right;
	color: #8f2222;
	font-size: 12px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
	
h2.featured {
	color: #a92a23;
	}

#featuredBoxInner a, a:visited {
	color: #006dac;
	font-weight: bold;
	font-size: 0.8em;
	}

#sidebarLeft a, a:visited {
	color: #006dac;
	font-weight: bold;
	font-size: 0.85em;
	}

#locationsHoursShort {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	font-size: 1.5em;
}

#locationsHoursShort a, a:visited{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #ddaa66;
	font-size: 1.0em;
	font-weight: normal;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#header {
	background: #e6c58c url(images/1369HeaderBackground.jpg) no-repeat top center;
	padding: 0px;
	height: 86px;
	width: 960px;
	}
	
.nonExpandingIEBox {
	overflow: hidden;	/* this fixes expanding IE box bug */
	}

address {
	color: #006dac;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebarLeft {
	margin: 123px 0px 0px 30px;
	width: 270px;
	}
	
#sidebarLeft hr {
	border: 0;
	float: left;
	display: block;
	color: #82bee7;
	background-color: #82bee7;
	height: 1px;
	width: 185px;
	margin:3px 50px 8px 0px
	}

.featured p{
	color: #901400;
	}

#sidebarLeft address {
	margin:0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	}
	
#sidebarLeft p {
	font-size: 1.2em;
	line-height: 17px;
	}

#sidebarLeft .featured {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	float: left;
	width: 235px;
	}

#sidebarLeft h2.featured {
	color: #a92a23;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebarLeft .entry {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#sidebarLeft img {
	top: 0px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0 0;
	}

#sidebarLeft p {
	top: 0px;
	margin: 0px 0 0 0;
	}
	
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* three column layout */
div#column-1 {
	float: left;
	clear: none;
	width: 30%;
}

div#column_wrap {
	float: right;
	clear: none;
	width: 66%;
}
	
div#column-2 {
	float: left;
	clear: none;
	width: 48%;
}
		
div#column-3 {
	float: right;
	clear: none;
	width: 48%;
	/* border: thin solid red; */
	}

div#locationsShortColumn-1 {
	position: relative;
	left: 35px;
	top: 25px;
	float: left;
	clear: none;
	width: 40%;
}

div#locationsShortColumn_wrap {
	position: relative;
	left: 0px;
	top: 25px;
	float: right;
	clear: none;
	width: 55%;
}
	
div#locationsShortColumn-2 {
	float: left;
	clear: none;
	width: 65%;
}
		
div#locationsShortColumn-3 {
	float: right;
	clear: none;
	width: 25%;
	/**border: thin solid red;*/
}

div#bordered {
	border: thin solid red
}

td#threeEqualColumns {
	width: 33%;
	vertical-align:text-top;
}

/* End three column layout */