
body, td, input, select {
		font-size:11px;
}



body {
	background: #666666;
	font-family: Tahoma;
	text-align: center;
}

.small, #footer, .menuitem {
	font-size: 10px;
}


ul {
	margin-top: 8px; // make margins consistent across IE/FF
	padding-top: 0px;
	padding-bottom: 4px;
}


li {
	list-style: circle;
}

p {
	margin-top: 4px;// make margins consistent across IE/FF
	margin-bottom: 8px;// make margins consistent across IE/FF
}


h1 {
	font-family: arial;
	font-size:16px;
	margin-bottom: 8px;// make margins consistent across IE/FF
}

h2 {
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 8px;// make margins consistent across IE/FF
}

h3 {
	font-size:15px;
	color:black; 
	font-weight:bold;
	margin-bottom: 8px;// make margins consistent across IE/FF
}



#body {
	text-align: left;
	width:850px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}


#header {
	background: url(images/header_background.png) repeat;
	padding: 5px;
}

#header #onedoes-logo {
	padding-top: 8px;
	padding-left: 20px;
	float: left;
}

#header #iypf-logo {
	padding-top: 5px;
	padding-right: 20px;
	float: right;
}



#navigation {
	background: #7fa4a5;
	padding: 10px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation a {
	color: white;
	
	margin-right: 25px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}



#profile-navigation {
	padding-bottom: 5px;
	font-size: 150%;
}


#bottom-content {
	background-color: #ebebeb;
}


/* Colour theme */

/*#header, now use iameg*/
#footer {
	background: #005a63;
	font-family: Arial;
}


#content, #menu {
	background-color:white;
}

#inner-padding { /* needed to give extra padding to content focused pages */
	padding: 20px;
}


.green {
	color: #007a83;
}

.light {
	color: #808080;
}



a:link, h2  {
	color:#005a63;/* green */
}

a:visited {
	color:#007a83;
}


/* profile based classes */

.extra-info {
}

.extra-info-item {
	margin-top: 5px;
}

.website {
	padding-bottom: 5px;
	padding-left: 20px;
}





/* Form related  */

.field-label {
	color: #808080;
	width: 120px;
}

.field-label-color {
	color: #808080;
}

.required {
	color: red;
}

textarea {
	font-size:11px;
	font-family: Tahoma;
}


.field-helper {
	font-size: 10px;
	color: gray;
}


/* SEARCH SPECIFIC */


.extra-info {
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#search_results td {
	border-bottom: dotted 1px gray;
	padding-bottom:2px;
}


table.input_form td {
	padding: 3px;
}


div.form-divider {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 0pt;
	overflow-x: hidden;
	overflow-y: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

/* END */

/* debugging code*/
div {
	/*border: solid 1px red;*/
}


/* header/menu */

#menu a {
	font-weight: bold;
	text-decoration: none;
}

#menu .menuitem, #menu .menuitem-bottom {
	border-top:1px solid #cccccc;
	padding: 8px;
	padding-bottom: 7px;
	margin: 5px;
	text-align: right;
	padding-right: 15px;
	background: url("images/menu_points.png") no-repeat center right;
	text-transform: uppercase;
}

#menu .menuitem-bottom {
	background: none;
	
}

#content /*[holds main content area]*/
{
	/*padding: 30px;*/
}



#footer {
	color: white;
	text-align: center;
	padding: 10px;
	margin-bottom:20px;
}

#footer a {
	color: white;
}




.box-top {background:url(images/box.gif) top left no-repeat;}
.box-top div.box-inner {margin-left:5px; background:url(images/box.gif) top right no-repeat; padding-top:5px;}

.box {background:url(images/box.gif) bottom left no-repeat; margin-bottom:10px;}
.box div.box-inner {margin-left:5px; background:url(images/box.gif) bottom right no-repeat; padding:4px; padding-top:3px;}



#left-side {
	width: 175px;
}
#right-content {
	/*width: 600px;*/
}

#right-content p, #right-content li {
	line-height: 140%;
}




/* membership form integration */
.module_head {
	background-color: #005a63;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}



.blogpost .postinfo { /*re-add :  - bug in IE */
	color: #bbbbbb;
}

.blogpost h2 {
	margin-bottom:0px;
}

.blogdivider {
	border-top: dotted 1px gray;
}