/* petroglyph base css file*/

body {
    color: #81572d;
    background-color: #ffae00;
}

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

a:hover {
    color: #ffcc00;
}

h1,h2,h3,h4,h5,h6 {
    color: #663300;
    margin-bottom: 0.25em;
}

table {
    margin: 0;
    padding: 0;
}
table th {
    background: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    background: url(../images/bg.png) repeat-y;
}

/* Home Page Layout */
#banner.home {
    background: #fff url(../images/bg_home_banner.jpg) no-repeat;
    height: 232px;
}

#nav.home {
    margin-top: 3px;
    float: right;
    height: 35px;
}

#logo-home {
    margin: 50px 0 0 115px;
}

#main.home {
    color: #fff;
    background: #fff url(../images/bg_home_main.gif) repeat-y;
}

#main.home a {
    color: #fff;
}

.home #store-photo img.left {
     margin: 0;
     padding: 0;
}

.home #sidebar.fancy p {
    margin: 0;
    padding: 50px 0 15px 20px;
    color: #ffc600;
    font-size: 1.2em;
    font-family: Georgia, "New Century Schoolbook", serif;
    font-style: italic;
}

.home #locations {
    margin-top: 55px;
}

.home #main-content {
    padding-top: 0;
}

#locations.listings {
    width: 155px;      /*Overiding blueprint span-4. Adding 10px to width.*/
    margin-right: 5px;
    text-align: left;
}

.listings h5 {
    font-size: .9em;
    text-transform: uppercase;
}

.listings a {
    font-weight: bold;
}

.listings ul {
    margin: 0;
    padding: 0;
}

.listings li {
    list-style-type: none;
}

.listings li a {
    font-weight: bold;
}

#locations.listings ul, h5 {
    margin-left: 0;
}

#locations.listings li {
    padding-bottom: 10px;
}

#locations.listings li a {
    font-size: 1.5em;
}

#locations.listings li a:hover {
    text-decoration: none;
    color: #ffc600;
}

#slide-photos {
    margin-right: 0;
    height: 211px;
    background: url(../images/bg_home_photos.jpg) no-repeat;
}

#carousel-photos {
    margin-top: 50px;
    margin-left: 22px;
}

/* Secondary Page Layout */

#main-wrap {
    min-height: 600px;
    height:auto !important;
    height:600px;
    background: url(../images/bg_main.jpg) no-repeat;
}

#main {
    font-size: 1.1em;
}

#logo-main {
    margin: 50px 0 10px 170px;
}

#nav {
    padding-top: 5px;
    margin-left: 285px;
    /*float: right;*/
    height: 32px;
}

#sidebar-content {
    padding-top: 150px;
    margin: 0 50px 20px 20px;
}

#sidebar-content h1 {
    color: #ffc600;
    text-transform: lowercase;
}

#main-content {
    padding-top: 50px;
    color: #5c2601;
}

#main-content a {
    color: #b23a05;
}

#main-content a:hover {
    text-decoration: underline;
/*    color: #b23a05;*/
}

#main-content p {
    font-family: Georgia, "New Century Schoolbook", serif;
}

#main-content img.right {
    float: right;
    margin: 5px;
}

#main-content img.left {
    float: left;
    margin: 5px;
}

#main-content div.image {
    margin: 5px;
}

#main-content label {
 	display: block;
	margin: 10px 0 -10px 0;
	font-size: 1em;
    width: 100px;
}

#main-content label.right {
	display:inline;
}

#location-photo {
    float: right;
    padding: 1px;
    margin: 5px;
    border: 1px solid #999;
}

/* Modify flickr gallery */

div.flickr, div.pages {
    overflow: hidden;
    width: 575px;
    margin-left: 35px;
}

span.currentPage {
    color: #196466;
}

/* News and Event Pages */

#holder {
    text-align: left;
	padding: 10px 20px;
	margin: 20px 0;
}

#holder li {
	margin: 0;
	list-style-type: none;
}

#holder li.holderDate {
    font-weight: bold;
	color:#888;
	line-height:2em;
}

#holder.summary li.holderDate a {
    font-weight: bold;
	color:#fff;
	line-height:2em;
}

#holder.summary li.holdersDate a:hover {
	color:#84c840;
}

#holder li.holderDateTitle a {
	font-size:1.3em;
	font-weight:bold;
	text-decoration:underline;
	padding-left:20px;
	background:url(../images/icons/page_article.gif) no-repeat left center;
}

#holder li.holderTitle {
	margin-bottom: 1em;
}

#holder li.holderSubTitle {
	font-weight: bold;
	color: #666;
}

#holder li.holderTitle a {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
}

#holder li.holderDateTitle a:hover {
    color: #84c840;
}
		
#holder li.holderSummary {
    color: #fff;
	margin-bottom:20px;
}

#holder.summary li.holderSummary {
    color: #fff;
	margin-bottom:20px;
}

#holder li.holderSummary a.readMoreLink {
    font-size: 1.1em;
	text-decoration:underline;
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right center;
}

#holder li.holderSummary a.readMoreLink:hover {
    color: #b23a05;
}

a.readMoreLink {
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right center;
}

a.readMoreLink:hover {
    color: #b23a05;
}

#footer p {
    height: 30px;
    line-height: 30px;
    background: #b23a05;
    color: #fff;
    text-align: center;
    font-size: .9em;
    margin-bottom: 0;
}