/* CSS customizations by Sir Technology */
/* 11th March 2013 */
/* This is the master file for the customizations to preserve them across updates. They must be copied into the style.css stylesheet to be activated. */

/* ST: Center the header banner and make the background black */
div#header {background-color: black !important; background-position: center !important; }

/* When the gallery has 3 items, this will expand it to the full width of the post (i.e. the edges of the left and right most thumbnails match the edge of the feature image and text). */
div.gallery1 { margin-left: -120px; margin-right: -120px; }

/* ST: Center the menu */
div#nav div.wrap { text-align: center; }
.menu ul { overflow: hidden; text-align: center; }
.menu li {display: inline-block; float: none !important; }

/* ST: Change the style of the custom subtitle width: 590px; text-align: center. */
div#subtitle { color: white; margin-bottom: 25px; padding-left: 50px !important; }
h1#title { font-family: 'Alfa Slab One', cursive !important; }
p#title { font-family: 'Alfa Slab One', cursive !important; }

/* ST: Align secondary menu items to the left. */
.menu ul {
 text-align: left;
}

/* ST: Change the style of the link text under the small images on the main page. */
div.widget-wrap div p a, div.widget-wrap div p a:visited {
 color: black;
 text-decoration: none;
}