/* MAIN LAYOUT */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	font-size: 70%; 
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
	text-align: center;
	min-width: 865px;
	padding: 0;
	background-color: white;
}

#wrapper {
	width: 825px;
	position: relative;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
}

#content_wrap {
	overflow: hidden;
	width: auto;
	margin: 0px auto;
}

#post_wrap {
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	padding-top: 8px;
}

#content {
	font-size: 1.2em;
}

#page {
	margin: 0px auto;
	padding: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
}

.widecolumn {
	line-height: 1.6em;
	padding: 10px 25px 20px 20px;
	margin: 5px 0 0 150px;
	width: 645px;
}

.narrowcolumn {
/* 	padding: 0 6px 0 0; */
	margin: 0px;
	position: relative;
	height: auto;
	overflow: hidden;
	text-align: left;
	/* added for quirks mode */
	width: 611px;
	float: right;
	padding: 0;
}


.content_wrap {
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 3px 6px 0 0;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.post {
	margin: 0 0 20px;
	text-align: left;
/* 	padding-left: 45px; */
	padding-right: 210px;
	position: relative;
	height: auto;
	overflow: hidden;
}

#content .post .entry {
	position: relative;
	height: auto;
	overflow: hidden;
}

.post p {
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 1em 0;
}

.post .ngg-singlepic {
	padding: 0;
}

/* SECTION ROS BACKGROUNDS */

.content_wrap .post {
	min-height: 218px;
	clear: both;
}

#what-is-prodea .content_wrap .post {
	background-image: url(images/ros_press.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#ros-services .content_wrap .post,
#members-only .content_wrap .post {
	background-image: url(images/ros_services.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#ecosystem .content_wrap .post {
	background-image: url(images/ros_ecosystem.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#our-customers .content_wrap .post {
	background-image: url(images/ros_customers.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#contact-us .content_wrap .post {
	background-image: url(images/ros_contact.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#events-press .content_wrap .post {
	background-image: url(images/ros_press.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;;
}	

#events-press .content_wrap .list_wrap .post,
.search .post, 
.search .content_wrap .list_wrap .post {
	background-image: none;
	min-height: 0;
}