#manifesto {
	font-size: 16px;
	
}

#manifesto p {
margin-bottom: 20px;
}

h1 {
 border-bottom: 2px solid #666666;
 margin-bottom: 10px;
 margin-top: 10px;
 }

 
 
#learnMore, #additionalResources, #installationResources {
	border: 1px solid #D2D2D2;
	margin-bottom: 20px;
}

#learnMore h2{
	background-color: #C60C30;
	color: #ffffff;
	text-align: center; 
	line-height: 30px;
	margin-bottom: 10px;
}


#additionalResources h2,  #installationResources h2{
	background-color: #C60C30;
	color: #ffffff;
	text-align: center; 
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 16px;
}

#additionalResources .item,  #installationResources .item {
padding: 0px 10px 20px 20px;
font-size: 11px;
}

#additionalResources .item a,  #installationResources .item a{
	font-size: 14px;
	font-weight: bold;
}


ul.rightBox
{	
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style: none;

}

ul.rightBox li a
{
	list-style-image: none;
	list-style: none;
	margin: 0px;
	padding: 0px 10px 5px 20px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#announcement {
background-image: url(/themes/sugarforge/images/content/open-source/announcement_bg.png);
height: 39px;
width: 720px;
text-align: center;
font-size: 16px;
padding-top: 10px;
margin-bottom: 20px;
	background-position : center;
	background-repeat : no-repeat;
}

#features,#demo {
float: left;
margin-left: 9px;
}

#download,#community {
float: right;
margin-right: 9px;
}
.roundedButton {
background-image: url(/themes/sugarforge/images/content/open-source/roundbox_bg.png);
height: 61px;
width: 321px;
padding: 10px;
font-size: 14px;
margin-bottom: 20px;
}


.roundedButton  a:link, .roundedButton  a:visited {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 24px;
}



.banner_top {
background-image: url(/themes/sugarforge/images/content/open-source/banner_top.gif);
height: 10px;
width: 220px;
}

.banner_bottom {
background-image: url(/themes/sugarforge/images/content/open-source/banner_bottom.gif);
height: 10px;
width: 220px;
margin-bottom: 10px;
}


.controls {
margin-top: 10px;
}

.controls a:link, .controls a:visited {
font-size: 14px;
font-weight: normal;
}

.news {
width: 198px;
border-left: #C3C3C3 solid 1px;
border-right: #C3C3C3 solid 1px;
padding: 0px 10px 0px 10px;
font-size: 14px;
}

.news_top {
background-image: url(/themes/sugarforge/images/content/open-source/news_top.gif);
height: 11px;
width: 220px;
}

.news_bottom {
background-image: url(/themes/sugarforge/images/content/open-source/news_bottom.gif);
height: 11px;
width: 220px;
}

.news ul
{	
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;

}

.news ul li
{

	list-style-image: none;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: block;
	font-size: 14px;

}


/* content slider */
.contentslide{
width: 198px;
background-color: #F3F2F2;
border-left: #C3C3C3 solid 1px;
border-right: #C3C3C3 solid 1px;
padding: 0px 10px 0px 10px;
font-size: 14px;
}

.contentslide .contentdiv{
display: none;
}


.contentslide .contentdiv a:link, .contentslide .contentdiv a:visited {
font-size: 18px;
font-weight: bold;
}


.pagination{
width: 220px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
margin-bottom: 20px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 220px; /*IE5 width*/
w\idth: 220px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
background-color: #eee;
font-weight: normal;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #cccccc;

}

.left {
float: left;
width: 330px;
padding: 0 10px;
margin-bottom: 20px;
}

.right {
float: right;
width: 330px;
padding: 0 10px;
margin-bottom: 20px;
}

.left img, .right img {
margin-right: 10px;
}

.right a, .left a {
font-size: 18px;
font-weight: bold;

}


.dlsection {
margin-bottom: 40px;
}

.dlsection h3{
 font-size: 20px;
 line-height: 40px;
}
.dlsection ul {
margin-bottom: 20px;
}


.dlsection ul li {
font-size: 16px;
margin-bottom: 15px;
}

.dlsection .desc{
font-size: 16px;
}

.viewall {
font-size: 18px;
font-weight: bold;
}

#gs-installation ul li, #gs-sugaropensource  ul li {

font-size: 16px;
margin-bottom: 10px;


}

#gs-installation .left a , #gs-sugaropensource .left a, #gs-installation .right a , #gs-sugaropensource .right a{

font-size: 16px;
margin-bottom: 10px;
font-weight: normal;

}