/*
Theme Name: Wally G
Template: twentyeleven
*/

@import url('../twentyeleven/style.css');

.wally-messages {
	background: #94bcce;
	border: 3px solid #4c849d;
	font-weight: bold;
	border-radius: 3px;
	margin: 10px;
	padding: 10px 30px;
	text-align: center;
}

.wally-messages p:last-child {
	margin-bottom: 0;
}

.error {
	background: #f00;
	color: #fff;
	font-weight: bold;
}

span.error {
	display: inline-block;
	padding: 4px;
	width: 300px;
	margin: 0 0 10px 0;
}

p.little-link {
	font-size: 8pt;
	margin-top: -5px;
	margin-bottom: 5px;
}

div#download-this-picture {
	background: #f7f7f7;
	padding: 15px 20px;
	font-size: 10pt;
}
	div#download-this-picture p {
		margin-bottom: 0;
	}
	div#download-this-picture ol {
		margin-bottom: 0;
	}
.gallery-thumb a img {
	width: 150px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
	z-index: 10000 !important;
}