/* ORBIS CMS PROJECT SITE
By Johannes Jonker / Novo Web Solutions
Copyright(c) 2008-2009 Novo Web Solutions
...
Please be nice. Don't steal our code.
*/

/* OVERWRITES */
body {
 margin:0;
 padding:0;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#3D3D3D;
 font-size:13px;
 background:#FCF5F8;
}
img {
 border:none;
 margin:0;
 padding:0;
}
h1 {
 margin:0;
 padding:0;
 font-size:36px;
 font-weight:normal;
}
h2 {
 margin:0;
 padding:0px;
 font-size:28px;
 font-weight:normal;
 width:100%;
}
h3 {
 margin:0;
 padding:0px;
 font-size:22px;
 font-weight:normal;
}
p {
 margin:0;
 padding:0;
 font-size:13px;
 text-align:justify;
}
a {
 color:#E8A113;
 text-decoration:none;
}
a:hover {
 color:#3D3D3D;
 text-decoration:none;
}

/* GENERAL CLASSES */
.left {
 float:left;
}
.right {
 float:right;
}

/* SECTIONS */
#container {
 position:absolute;
 left:50%;
 margin:20px 0px 0px -350px;
 width:700px;
}
#header {
 margin:0px 0px 0px 0px;
 padding:5px;
 width:686px;
 height:50px;
}
#content {
 margin:10px 0px 0px 0px;
 padding:5px 0;
 width:100%;
 border-bottom:2px solid #EEE;
}
#footer {
 margin-top:7px;
 width:100%;
 height:50px;
 font-size:12px;
}

/* GENERAL: HEADER */
#menu {
 margin-top:15px;
}
#header .right a {
 margin-left:15px;
 font-size:16px;
 border:none;
}
a.active {
 color:#3d3d3d;
 font-weight:bold;
}

/* STYLING: HOME */
#splash {
 width:690px;
 height:350px;
 border:5px solid #FDFAFB;
 background:#FFF url(img/home_splash.jpg) no-repeat;
}
#splashtext {
 margin:75px 0 0 400px;
 padding:5px;
 width:270px;
 height:190px;
 text-align:justify;
 font-size:20px;
}
#bottompanel {
 margin:20px 0 10px;
 width:100%;
 height:150px;
}
.bottompanel_box {
 float:left;
 margin-right:20px;
 padding:4px;
 width:212px;
 height:142px;
 overflow:hidden;
}
#special {
 margin-right:0px;
}

/* STYLING: ABOUT */
ul#featurelist {
 text-align:justify;
}
ul#featurelist li {
 margin:0 0 15px 0;
 padding-left:20px;
}
li#one {
 list-style-image:url(img/about_features_edit.png);
}
li#two {
 list-style-image:url(img/about_features_design.png);
}
li#three {
 list-style-image:url(img/about_features_branding.png);
}
li#four {
 list-style-image:url(img/about_features_interface.png);
}
li#five {
 list-style-image:url(img/about_features_help.png);
}
li#six {
 list-style-image:url(img/about_features_seo.png);
}
li#seven {
 list-style-image:url(img/about_features_easy.png);
}
li#eight {
 list-style-image:url(img/about_features_selfhost.png);
}
li#nine {
 list-style-image:url(img/about_features_free.png);
}
.screenshot {
 float:left;
 width:150px;
 height:112px;
 border:2px solid #CCC;
}
#scrleft {
}
#scrright {
 margin-left:20px;
}
.sss {
 margin:0;
 width:100%;
 height:20px !important;
 clear:both;
 border:none;
 background:none;
}
#license {
 margin-left:20px;
 font-style:oblique;
}

/* STYLING: SUPPORT */
ul#getsupport {
 text-align:justify;
}
ul#getsupport li {
 margin:0 0 15px 0;
 padding-left:20px;
}
li#s_one {
 list-style-image:url(img/support_getsupport_docs.png);
}
li#s_two {
 list-style-image:url(img/support_getsupport_forums.png);
}
li#s_three {
 list-style-image:url(img/support_getsupport_bug.png);
}
li#s_four {
 list-style-image:url(img/support_getsupport_suggest.png);
}
li#s_five {
 list-style-image:url(img/support_getsupport_roadmap.png);
}