/*  This file is part of Sava CMS.

    Sava CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Sava CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Sava CMS.  If not, see <http://www.gnu.org/licenses/>.

*/

html {
	margin: 0;
	padding: 0;
	 width: 100%; 
	 border: 0;
}

body {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	background-image: none;
}

div { width: 100%; border: 0; }

#columnLeft ul { margin: 0 0 13pt 0; padding: 0; }
#columnLeft li { margin: 0 0 6pt 13pt; padding: 0; }

a { text-decoration: none; color: #4D616C; }
a:hover { text-decoration: underline; }

#bodyContainer {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: none;
	width: auto;
}

#header {
	background-color: #fff;
	margin: 0;
	padding: 0;
	background-image: none;
}

#navPrimary {
	display: none;
}

/* Secondary Nav */
#navSecondaryContainer {
	display: none;
}

h1 {
	margin: 0 0 10pt 0;
	width: 100%;
	padding: 0;
	font-size: 24pt;
	color: #000;
}

span.sectionHeader { display: none; }

#home span.sectionHeader, span#currentissue, span#pastissues, span#community, span#getprosper, span#advertising, span#subscribe, span#aboutprosper, span#contactus { background-image: none; }

h2 { font-size: 20pt; color: #000; margin: 0 0 10pt 0; padding: 0; font-weight: normal; }
h3 {  font-size: 16pt; color: #000; margin: 0 0 10pt 0; padding: 0; font-weight: normal; }
h4 { font-size: 12pt; color: #000; margin: 0 0 10pt 0; padding: 0; }
h5 { font-size: 10pt; color: #4D616C; margin: 0 0 10pt 0; padding: 0; }

#contentContainer {
	background-image: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#content {
	margin: 0;
	padding: 0;
	background-image: none;
	width: 100%;
}


#columnLeft {
	margin: 0;
	padding: 0;
	background-image: none;
	border-top: 0;
	width: 100%;
}


#columnLeft p {
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
	margin: 0 0 14pt 0;
	padding: 0;
	width: 100%;
}

#home #columnLeft img {
	float: right;
	margin: 0 0 10pt 10pt;
}

#home #columnLeft img.btn {
	display: none;
}

#columnLeft img {
	float: left;
	margin: 0 10pt 10pt 0;
}

/* Issue Landing Page */
.issue ul, .issue li {
	list-style: none;
}

#columnLeft li.issueCoverStory {
	margin: 0;
	padding: 0;
}

#columnLeft li.issueCoverStory img {
	float: left;
	margin: 0 10pt 10pt 0;
}

#columnLeft li.issueCoverStory p {
	margin: 0 0 6pt 0;
	padding: 0;
}

#columnLeft li.issueFeature {
	margin: 14pt 0 0 0;
	padding: 14pt 0 0 0;
	border-top: 1pt solid #D0D9D6;
	vertical-align: top;
	clear: both;
}

#columnLeft li.issueFeature h4 {
	margin: 0;
	padding: 0;
	font-size: 14pt;
}

#columnLeft li.issueFeature img {
	float: left;
	margin: 0;
}

#columnLeft li.issueFeature p {
	margin: 0 0 6pt 0;
	padding: 0;
}

.issue li a {
	margin: 12pt 0 0 0;
	padding: 0;
	color: #4D616C;
	padding: 0 0 0 13pt;
	background: url(../images/bullet_links.gif) no-repeat 0pt 1pt;
}

#promoFullStory {
	display: none;
}

a.highlight {
	display: none;
}

.default a.highlight {
	display: none;
}

#columnLeft img.btn { display: none; }

/* Right Column Content */

#columnRight {
	display: none;
}


/* Home Page Promo Area */
#promoContainer {
	display: none;
}

/* Data Collection Form Styles */
div.form {
	margin: 10pt 0;
	padding: 0;
	background-color: transparent;
}

div.form p {
	margin-top: 10pt;
	padding: 0;
}

#columnLeft .responseMessage {
	color: #000;
}

#columnLeft .responseMessage em {
	font-style: normal;
}

/* Footer */
#footer, #siteCredit {
	display: none;
}