/* CSS for any of the inside pages.
   Include only this CSS */


body {
  top: 0;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, Geneva, sans-serif;
}

#pagecontainer {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#content {}
/* nasty hack but too lazy to do it properly */
.wrapper { 
  background: url(../images/portal/header/header_r1_c1.png) repeat-x;
}
/* end hack(s) */

img, img a {
  border: none;
  background: none;
  margin-bottom: 5px; 
}

/*
  * Banner
  **************************
 */

#header {
  width: 100%;
  overflow:hidden;
  height: 160px;
  margin: 0 0 12px 0;
}
div#logo {
  position: absolute;
}
div.banner-link {
  text-align: right;
}
div.banner-link a {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 13px;
}


.navigation {
  float: right;
}
.navigation ul {
  margin: 0;
  padding: 0;
  list-style:none;
  border: none;
}
.navigation li {
  display: block;
  float: left;
  width: auto;
text-align: center;
}
.navigation li a {
  width: 150px;
  display: block;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-right: 2px solid #999;
  background: #F3F3E7;
  height: 24px;
  text-decoration:none;
  padding: 2px 0;
  margin: 0 3px;
  color: #333;
  font-size:14px;
}
.navigation li a:hover {
  background: #FFC;
}
.navigation li.active a {
  background: #999;
  color: #CCC;
}
#content, .promotion {
  width: 100%;
  overflow: hidden;
}
#content .promotion .video {
  float: left;
  width: 500px;
}

.step {
  height: 125px;
  background: #CFF;
  width: 460px;
  float: left;
}
.step p {
  margin:0;
  padding:0;
}
.one {
  background: url(../images/portal/rightColumn/step1.png) right;
}
.two {
  background:url(../images/portal/rightColumn/step2.png) right;
}
.three {
  background: url(../images/portal/rightColumn/step3.png) right;
}
a.download {
  float: right;
  width: 460px;
  height: 125px;
  text-align: right;
  background-image: url(../images/portal/rightColumn/getstuff_l.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0pt 0px;
}
a.download:hover {
  background-image: url(../images/portal/rightColumn/getstuff_l.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -460px 0px;
}
.news {
  width: 500px;
  float: left;
}
.news h2 {
  margin: 10px 0;
  padding: 0;
  line-height: 1.25em;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.news p, .news ul {
  padding: 0;
  margin: 5px 0;
  font-size: 14px;
}
.news li {
  padding: 5px 0px;
  margin: 0 55px;
}
.tools {
  width: 450px;
  float: left;
}
.tools h3 {
  margin: 15px 0;
  padding: 0;
  line-height: 1.25em;
}
#content .promotion .installsteps .step p {
  font-size: 12px;
  margin: 70px 0 0 210px;

}
#content .tools ul {
  padding: 0;
  margin: 0;
}
#content .tools li {
  background-image: url(../images/portal/content/arrowS.png);
  background-position: left;
  list-style-type: none;
  background-repeat: no-repeat;
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 35px;
  font-size: 16px;
}
#content .tools li a {
  display: block;
  height: 20px;
  padding: 2px;
  text-decoration:none;
  color: #333;
}
#content .tools li a:hover {
  background: #FFC;
}
.second {
  background: url(../images/portal/content/secondary_bg.png) repeat-y;
  margin: 0 0 40px 0;
}
.company, .team, .my_weblog {
  float: left;
  width: 570px;
}

/*
 * RIGHT COLUMN
 ***************************/
div#rightcolumn {
  background: url(../images/portal/content/sidebar_background.png) no-repeat;
  position: absolute;
  left: 605px;
  width: 330px;
  height: 450px;
  font-size:12px;
  margin: 0 0 0 25px;
}
div#rightcolumn a {
  margin: 0;
  position: absolute;
}
div#rightcolumn a#app_store_button {
  top: 60px;
}
div#rightcolumn a#hub_button {
  top: 345px;
}


/*
 * FOOTER
 ***************************/
#footer {
  background: url(../images/portal/footer/footer.png) repeat-x;
  color: #fffeff;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 51px;
}
#footer a {
  font-weight: bold;
  color: #fffeff;
}
.contact {
  text-align: center;
  font-size:12px;
}




/*
 * Posts and comments
 ***************************/
.item_tags {
    clear: both;
}
table#comment_form {
    margin-top: 10px;
}
table#comment_form td {
    padding: 2px 2px 2px 0;
}
table#comment_form td.labels {
    width: 130px;
}
#comments h4 { }
#comments .comment_content {
    margin-top: 16px;
    width: auto;
}
#comments .approval_required {
    color: #209d20;
    font-size: 12px;
    padding: 10px;
	border: 1px solid #209d20;
}
#comments .comment {
	width: 100%;
	clear: both;
}
#comments .comment_author {
	font-weight: bold;
}
#comments .comment_details {
	font-size: 12px;
	color: gray;
}
#comments .gravatar {
	float: right;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 4px 6px 0 0;
	border: 1px solid #777;
	background: #fff url(../images/default_gravatar.gif) no-repeat top left;
}
#comments h3#post {
	clear: both;
	padding-top: 30px;
}
#comments textarea {
  width: 300px;
}


/*
 * Errors
 ***************************/
.ror_error {
	font-size: 10px;
	color: red;
}
#comments .errorExplanation {
    font-size: 12px;
    line-height: 16px;
    color: #bd0200;
    padding: 10px;
	border: 1px solid #bd0200;
	margin: 5px 0;
	background-color: #fffaf9;
}
#comments .errorExplanation h2 {
	font-size: 14px;
	margin-top: 0;
	color: #bd0200;
	font-weight: bold;
}
#comments .errorExplanation ul {
	margin: 0;
}
