/* 
 * mug.css
 *  MUMPS User Group
 *
 * Author:   	John Willis <john@coherent-logic.com>
 * Created:	11/1/2010
 *
 */


body {
	margin:0;
	color:#4E5421;
}

html {
	margin:0;
}

#header_bar {	
	width:100%;
	height:150px;
	background-color:#7C8534;
	font-family:"Trebuchet MS", Arial, Verdana;
	padding:0;
	padding-top:4px;
	border-bottom:1px solid #4e5421;
}

#header_bar a img {
	border:none;
}
.link_block_inactive {
	height:150px;
	width:130px;
	float:left;
	text-align:center;
	color:#4e5421;
	background-color:#7c8534;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
}

.link_block_active {
	height:150px;
	width:130px;
	float:left;
	text-align:center;
	color:white;
	background-color:#4e5421;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
}

.lb_ding {
	font-size:64px;
	text-align:center;
	font-family:Webdings;
	margin-top:40px;
	margin-bottom:10px;
}

.lb_ding img {
	margin-top:40px;
}

.link_block_inactive a {
	text-decoration:none;
	color:#4E5421;
}

.link_block_active a {
	font-weight:bold;
	color:white;
	text-decoration:none;
}

#header_container {
	width:800px;
	margin:0 auto;
}

#container {
	width:765px;
	margin:0 auto;
}

#sidebar {
	float:left;
 	width:220px;
	line-height:20px;
	color:#4e5421;
	border-bottom:1px solid #efefef;
}

#sidebar h1 {
	color:#4e5421;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Verdana;
}

#sidebar p {
	padding: 0 30px 0 5px;
	margin:20px 0 20px 0;
	font-size:12px;
}

#content {
	margin:0 0 0 220px;
	
}

#content h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	font-weight:normal;
	color:#4e5421;
	letter-spacing:-1px;
	padding:0px 10px 10px 30px;	
}

p {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	color:black;
}

#content p {
	font-size:14px;
	padding:10px 60px 10px 60px;
	line-height:20px;
}

#footer {
	padding:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:50px 0 50px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	clear:both;
}
#footer a {
	color:#666;
}
#footercontent {
	width:700px;
	margin:0 auto 0 auto;
}
