* {
	padding: 0;
	margin: 0;
	border: none;
}

body, html {
	font: 11px/19px Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	color: #000;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: #ebebeb;
}

a {
	text-decoration: none;
	color: #000000;
	font-family: "Trebuchet MS";
}



li {
	list-style-type: none;
	margin: 0 10px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

/* Global  */

a:hover {
	color: #fff;
	background: #76a21e;
}


/* Headings */

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	clear: both;
	font-size: 14px;
}


h3 {
	color: #333;
	font-size: 20px;
}

	

p, p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

p.right {
	text-align: right;
}


/* Containers */

#wrapper {
	height: 100%;
	width: 980px;
	margin: 0 auto;
	text-align: left;	
	margin-top: 50px;
	background-color: #fff;
	border-top:5px solid #76a21e;
}

p#language a {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
	font-size: 12px;
}


/* Header */

#header {
	height: 203px;
	width: 980px;
}

#header h1 {
	float: left;
	display: inline;
	text-indent: -3000em;
	background-image: url(img/uf_head.jpg);
	background-repeat: no-repeat;
	width: 576px;
	height: 156px;
	margin: 20px 0 0 30px;
}

#header a {
	display: inline;
	float: left;
	width: 100%;
	height: 100%;
}

#header h2 { 
	float: right;
	display: inline;
	text-indent: -3000em;
	position: absolute;
	width: 126px;
	height: 126px;
	margin: 30px 0 0 140px;
	background-image: url(img/memberbadge.jpg);
	background-repeat: no-repeat;
}



#header a:hover {
	background: none;
}


/* Menu */
#menu {
	display: block;
	float: left;
	width: 920px;
	margin-left: 30px;
	margin-right: 30px;
}

#mainmenu {
	display: block;
	float: left;
	margin: 2px 20px 0 0;
	background-color: #76a21e;
	width: 100%;
	height: 41px;
}

#mainmenu a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.45em;
	letter-spacing: normal;
	color: #FFF;
	background-image: url(img/mainmenudivider.gif);
	background-position:right top;
	background-repeat: no-repeat;
	padding-right: 20px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#mainmenu a:hover, #submenu a:hover {
	color: #333;
}

ul#mainmenu li {
	display: inline;
	float: left;
	margin: 7px 0 0 20px;
}

ul#submenu li {
	display: inline;
	float: left;
	margin: 5px 0 0 10px;
}


#submenu {
	display: block;
	float: left;
	width: 910px;
	height: 30px;
	background-color: #45620e;
	padding-left: 10px;
}

#submenu a {
	font-family: "Tahoma";
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	display: inline;
	background-image: url(img/submenudivider.gif);
	background-position:right top;
	background-repeat: no-repeat;
	padding-right: 10px;
}








#container {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	background-color: #fff;

}

#content {
	float:left;
	display: inline;
	width: 580px;
	margin-left: 50px;
	margin-top: 20px;
}
.alt {
	
}

#footer {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	height: 135px;
	clear: both;
	background-color: #76a21e;
}

#footer p {
	font-size: 16px;
	color: #e5f1cd;
	letter-spacing: 1px;
	line-height: 22px;
}

#footer p span {
	font-size: 14px;
	line-height: 18px;
}

#footer ul {
	float: left;
	display: block;
	margin: 20px 0 0 20px;

}

#footer ul li {
	float: left;
	display: inline;
	height:  80px;
	margin: 0 30px 0 0;
	padding: 10px 30px 0 0;
	background-image: url(img/divider_long.gif);
	background-position:right top;
	background-repeat: no-repeat;
}

/* Comments / Forms */

/* list styling for magazines summary */
ul#magazineSummary {

	float: left;
	display: block;
	width: 100%;
	height: 100%;

}

ul#magazineSummary li { 
	float: left;
	display: inline;

}


form { 
	display: block;
	float: left;
	width: 500px;
	margin: 20px 0 10px 0;	
}


h3#comments, h3#respond  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #000000;
}

ol.commentlist {
	display: block;
	float: left;
	margin: 5px 0 20px 0;
	padding: 0;
	width: 500px;
}



form div {
	display: block;
	float: left;
	margin; 20px 0 20px 0;
}




input, textarea {
	border: thin solid #333333;
	display: block;
	width: 400px;
}

input#submit {
	margin: 5px 0 0 0;
	width: 200px;
}

input#hidden {
	border: none;

}

label { 
	display: block;
	
}

ol li {
	display: block;
	float: left;
	margin: 10px 0 10px 0;
	width: inherit;

}


/* 
 Main content  
 Post / Pages
*/

.post {
	display: block;
	float: left;
	margin: 20px 0 	10px 0;
	background-image: url(img/postdivider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.post h2, .post h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	display: block;
}

.post h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.45em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: #76a21e;
}

.post h3.postHead  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.45em;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
	color: #666;
}

.post p a {
	font-size: 17px;
	color: #76a21e;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.post a:hover {
	color: #fff;
	background: #76a21e;

}




.post p  {
	margin: 10px 0 10px 0;
	float: left;
	display: block;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #302b2c;
	line-height: 1.45em;
	letter-spacing: normal;
}


p.meta {
	font-size: 14px;
	float: right;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

p.meta span a {

	float: right;
	display: inline;
	
}




.post img {
	border: none;
	padding: 2px;
}






li a {
font-family: Georgia, "Times New Roman", Times, serif;
}

.navigation .alignleft {
	float: left;
	display: inline;


}

.navigation .alignright {
	float: right;
	display: inline;
}


/* Sidebar */

#sidebar {
	display: inline;
	float: left;
	margin: 50px 0 0 40px;
}

#sidebar .article { 
	float: left;
	display: block;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	background-image: url(img/postdivider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidebar h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-color: #302b2c;
	margin: 0 0 10px 0;
}

#sidebar h2 span {
	color: #76a21e;
}

#sidebar .article li  { 
	float: left;
	display: block;
	font-size: 16px;
	color: #302b2c;
	margin: 0 0 5px 20px;
}


.puff {
	display: block;
	float: left;
	width: 259px;
	border:1px solid #cfcfcf;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	margin: 0 0 40px 0;	
}

.puff div {
	float: left;
	display: inline;
	width: 255px;
	margin: 2px;
	background-color: #f3f3f3;
}

.puff p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 10px 10px 0px 5px;
	clear: both;
	line-height: 15px;
}

.puff span {
	display: block;

	width: inherit;
	height: 2px;
	background-color:#fff;
}


.puff ul { 
	display: inline;
}

.puff h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 5px 10px 0px 5px;
}




.adhoc {
	text-decoration: none;
	float: right;
	display: block;
	margin: 0 5px 5px 0;
	color: #000000;
}
