/*
Theme Name: McNulty child theme
Theme URI: http://www.dsamedia.co.uk/
Description: Child theme for changes and additions to Modularity for blog.mcnulty.co.uk
Version: 1.0
Author: David Anderson
Author URI: http://www.dsamedia.co.uk/
Template: modularity
*/
@import url("../modularity/style.css");
/* Gallery page specific styles */
ul.hiddenlist {
	position: absolute;
	top: -10000px;
	left: -100000px; /* required list of gallery images to
	 be displayed - without it the gallery won't work */
}

.gimg {
	float: left;
	margin: 0 20px 0 0;
	display: block;
}

a.gimg img {
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
	display: block;
}

p.clear, p.facebook {
	clear: both;
	margin: 10px 0;
	padding: 10px 0 0;
}

p.gnote {
	font-size: 0.85em;
	color: #444;
}

/* Front page sidebar search box addition */
.searchf h3.sub {
	border-bottom: none;
	margin: 0;
	padding: 0 0 .6em 0;
}

.span-8 #search {
	margin: 0 0 20px 0;
}

.span-8 #searchform div input {
	width: 291px !important;
}

/* Social networking icons */

#snetwk {
	list-style: none;
	margin: 0 auto !important;
	padding: 0;
	width: 306px;
	overflow: hidden;
}

#snetwk li {
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
	width: 32px;
}

#snetwk li.lst {
	margin-right: 0;
}

#sidebar #snetwk li a, #snetwk li a img {
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	background: transparent;
	line-height: inherit;
	height: 32px;
	width: 32px;
}

#sidebar .item {
	margin: 0 0 20px 0;
	padding: 0;
/*	border-bottom: 1px solid #cccccc;*/
}

#sidebar h3.sub {
	border-bottom: 1px solid #cccccc;
}

#slideshow .slide img {
	margin: 0 auto;
	display: block;
	text-align: center;
	max-width: 950px;
	width: 950px;
}
