/*
Theme Name: Bluegrass New

*/
* {
	margin: 0;
	padding: 0;

}

* a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #eee;
	}

#page {
	font-size: 12px;
	background-color: white;
	width: 541px;
	margin: auto;	
	text-align:left;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
}

#page p {
}

#page h1 {
	text-align:center;
}

#content {
	padding: 20px;
}

#content p {
	padding-bottom: 15px;
}

#footer {
	text-align: center;
	padding-bottom: 30px;
}

#header {
	text-align: center;
}

#header h1 a {
	font-family: Courier, mono-space, sans-serif;
	font-size: 44px;
	margin: 10px;
}

#header img {
	-moz-box-shadow: 0px 3px 3px #ccc;
	-webkit-box-shadow: 0px 3px 3px #ccc;
	box-shadow: 0px 3px 3px #ccc;
}

div.addtoany_share_save_container {
	width: 189px;
	margin: auto;
}

