body {
	font-family: Verdana;
}

#hd {
	border-bottom: solid black 1px;
	border-right: solid gray 2px;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	border-bottom-right-radius-: 0.5em;
}

#ft {
	padding: 0.2em 0 0 0.3em;
	border-top: solid black 1px;
	border-left: solid gray 1px;
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	border-top-left-radius-: 0.5em;
}

h2 {
	font-size: 104%;
	font-weight: bold;
}

h3 {
	font-size: 104%;
	font-style: italic;
}

div {
	margin: 0.5em 0 0.5em 0;
}

.irc {
	font-family: monospace;
	font-size: 104%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.getinvolved {
	border: solid orange 2px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: 0.2em 0.2em orange;
	-webkit-box-shadow: 0.2em 0.2em orange;
	box-shadow: 0.2em 0.2em orange;
	padding: 0.5em;
	margin-top: 0.5em;
}

.getinvolved input[type=submit] {
	border: solid orange 2px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

.sidebar {
	margin-top: -0.5em;
	padding: 0 0 0 0.5em;
	-moz-box-shadow: 0.2em 0.2em #ccc;
	-webkit-box-shadow: 0.2em 0.2em #ccc;
	box-shadow: 0.2em 0.2em #ccc;
}

.sidebar div {
	padding: 0.5em;
	border: solid blue 1px;
	border-right: solid blue 2px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: 0.2em 0.2em #ccc;
	-webkit-box-shadow: 0.2em 0.2em #ccc;
	box-shadow: 0.2em 0.2em #ccc;
}

.sidebar div div {
	border: none;
}

#events_div div {
	border-bottom: dashed grey 1px;
	padding: 0 0.2em 0.2em 0.2em;
	margin-bottom: 0.2em;
}

#phpnwr h2, #phpnwr h2 a:link, #phpnwr h2 a:visited {
	font-size: 104%;
	color: #0063dc;
	text-decoration: none;
}

#phpnwr h2 span, #phpnwr h2 a:link span, #phpnwr h2 a:visited span {
	color: #ff0084;
	text-decoration: none;
}

#phpnwr .tags {
	font-size: 85%;
}

#twitter_update_list li {
	border-bottom: dashed gray 1px;
	padding: 0 0.2em 0.2em 0.2em;
	margin-bottom: 0.2em;
}

.fbbutton { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?0:26981) no-repeat top right; }
.fbbutton:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?0:26981) no-repeat top right; text-decoration:none; }
