/* Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body{
	color:#333;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:75%;
}
/* Headings
-------------------------------------------------------------- */
h1 {
	font-size:3em;
	font-weight:bold;
	margin-bottom:0.5em;
}
h2 {
	border-bottom:9px #dbdedf solid;
	color:#007ac3;
	font-size:2.333em;
	font-weight:bold;
	margin-bottom:0.4em;
	padding-bottom:0.3em;
}
h3 {
	color:#4e555a;
	font-size:1.667em;
	font-weight:bold;
	margin-bottom:0.3em;
}
.wplc_event_list h3 {
	color:#3e92c2;
}
h4 {
	color:#007ac3;
	font-size:1.667em;
	font-weight:bold;
	line-height:1.0em;
	margin-bottom:0.5em;
}
h5 {
	color:#4e555a;
	font-size:1.333em;
	font-weight:bold;
	text-transform:uppercase;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h7 {
	color: #b1362b;
	font-size:1em;
	font-weight:bold;
}

/* Text elements
-------------------------------------------------------------- */
p {
	margin:0 0 1.5em;
}
img.alignleft, .wp-caption.alignleft {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
img.right, img.alignright, .wp-caption.alignright {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
.wp-caption {
	background-color:#fff;
	border:1px #c7c7c7 solid;
	text-align:center;
}
.wp-caption img {
	margin:5px auto 0 auto;
}
.wp-caption .wp-caption-text {
	color:#999;
	font-size:11px;
	font-style:italic;
	line-height:1.2em;
	margin:0;
	padding:10px;
}

a:hover {
	text-decoration: underline;
}
a {
	color: #3e92c2;
	text-decoration: none;
}
blockquote {
	color:#666;
	font-style:italic;
	margin:1.5em;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup,sub {
	line-height:0;
}

/* Lists
-------------------------------------------------------------- */
#content ul {
	list-style-type:disc;
	margin:0 0 1.5em 2.0em;
}
#content ol {
	list-style-type:decimal;
	margin:0 0 1.5em 2.0em;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}

/* Tables
-------------------------------------------------------------- */
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	background:#c3d9ff;
	font-weight:bold;
}
th,td {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}

/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size:.8em;
	line-height:1.875em;
	margin-bottom:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.byline {
	color:#999;
	font-size:0.917em;
	line-height:1.636em;
}
.caption {
	color:#999;
	font-style:italic;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
hr {
	border:0 none;
	border-top:1px #ccc solid;
	margin:30px 0;
}