/* Change the height of the slideshow image */
.featured-article { height: 427px; }

/* Move the slideshow excerpt overlay below the image and reduce the height */
.featured-entry { top: 427px; height: 70px; }

/* Reduce the padding around the excerpt title */
.featured-entry .entry-title { padding: 5px 15px 5px; }

/* Change the height of the overall slideshow area to accomodate the new sizes and positions */
#featured-slideshow { height: 497px; }
.featured { height: 497px; }

/* Move the prev/next slideshow buttons down, and remove the dotted outline on mouse down */
#controls .next, #controls .prev { top: 110px; overflow: hidden; }

/* Put a border around articles in the node view. Need to decrease margin as well to avoid the nodes wrapping */
.posts-default .post { border-style: solid; border-width: 1px; border-color: #CCC; margin: 0 13px 13px 0; }

/* Hide the search bar in the header */
#searchbar { visibility: hidden; }

/* Change the header background color */
#header { background-color: #3D2000; }

/* Hide the "quick nav" bar which has the RSS icon in the menu bar under the header */
.quick-nav { visibility: hidden; }

/* Change the 'quick preview' Read More button into a simple link */
.posts-quick .quick-read-more a:link, .posts-quick .quick-read-more a:visited	{ background: #F7F6F0; color: #313428; padding: 0px; border: none; }
.posts-quick .quick-read-more a:hover { border-bottom: 1px dotted #635957; color: #313428; background: #F7F6F0}

/* Hide the "About Arras" link */
.arras { visibility: hidden; }

/* Add a header image. Also hides the existing blog name text. */
.blog-name a:link, .blog-name a:visited { text-indent: -9000px; background: url(../images/ldp_logo_yellow_medium_onbrown.png) no-repeat; width: 612px; height: 70px; display: block; overflow: hidden; }

/* Remove the blog description text */
.blog-description { display: none; }

/* Change the menu bar color */
#nav { background: #ECEBE6; }

/* Fix Arras bug - images don't centre align when they have a caption */
.wp-caption { margin-left: auto; margin-right: auto; }

/* *** Custom extension styles, not related to Arras *** */
#post-ad-header { padding-top: 10px; }
#post-ad-comments { }

