/*
Theme Name: Twentytwelve Child
Description: Child theme for the twentytwelve theme 
Author: The City of Lost Mice
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

body { background: #2c5daa;}

#page
{
	-moz-box-shadow: 5px 5px 5px #1C1A39;
	-webkit-box-shadow: 5px 5px 5px #1C1A39;
	box-shadow: 5px 5px 5px #1C1A39;
}

.entry-header .entry-title {
	font-size: 22px;
	line-height: 1;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
	color: #000;
}
.entry-header .entry-title a:hover {
	text-decoration: none;
	color: #BE0D18;
}

.entry-content td {
	font-size: 10pt;
}

.cityoflostmiceinfo{
	text-align: center;
}

.cityoflostmiceinfo a {
	text-decoration: none;
}

/* Styling for the Photo Gallery */
.home_page_title{
	font-family: Helvetica;
	color: #444444;
	font-weight: normal;
	font-size: 16pt;
	font-style: regular;
}

.gallery_detail_box{
	line-height: 1.5;
}

.gallery_detail_box div:first-child{
	font-weight: bold;
}

.gallery_box_single p{
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5;
}

.gllr_single_image_text{
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}

/* Styling for Events */
.return_link{
	padding-top: 20px;
}

.summary p{
	line-height: 1.5;
	padding-bottom: 15px;
}

.current{
	display: block;
	width: 20px;
	float: left;
}

.inactive {
	display: block; 
	width: 20px;
	float: left;
}

.gallery_detail_box  > div:first-child {
	font-size: 16pt;
}

.event-day {
	color: #BE0D18;
}

