@import url("reset.css");
@import url("typography.css");

#page_container {
  width: 985px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

img {
  display: inline;
  border: 0;
  margin: 0;
  padding: 0 10px 10px 0px;
}

#logo p {
  font-size: 1.5em;
  text-align: right;
  line-height: 2em;
  margin: -43px 150px 0 0;
  padding: 0 0 10px 0;
  color: #666;
}

#left_ad {
  width: 1px;
  height: 1px;
  visibility: hidden;
}

#sidebar {
	width: 1px;
	height: 1px;
	visibility: hidden;
}

#navbar {
	height: 1px;
	visibility: hidden;
}

#content {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1.7em;
  background: #fff;
}

#content h1 {
	font-size: 2em;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 20px 0 20px 0;
  padding: 0;
}

#content h2 {
	margin: 0;
	padding: 0;
}



#postmetadata {
	height: 1px;
  visibility: hidden;
}


#commentlist li {
  margin: 25px 25px 0 0;
  padding: 10px;
  border: 1px dotted #aaa;
  background: #eee;
}

#commentlist p {
	font-size: 0.9em;
}

#respond {
  height: 1px;
  visibility: hidden;
}



#tweets {
  float: none;
  height: 380px;
  margin: 0 0 0 15px;
  padding: 0;
  width: 220px;
  text-align: right;
}

#tweets h1 {
  font-size: 1.5em;
  text-align: left;
}

#tweets h1 a {  
  color: #333;
}

#tweets ul {
  list-style: none;
  margin: 20px 20px 25px 0;
  padding: 0 0 0 8px;
  border: none;
  background: none;
  width: 190px;
}

#tweets li {
  padding: 0 0 10px 20px;
  line-height: 1.3em;
  list-style: none;
  background:  url("img/twitter-bird-18x25.png") no-repeat 0 5px;
  text-align: left;
}


#tools_products {
  float: left;
  margin: 25px 0 0 10px;
  padding: 0;
  width: 720px;
}

#tools {
  float: left;
  width: 300px; 
  background: #fff url("img/Toolbox-48x48.png") no-repeat 3px 0;
}

#tools p {
  padding: 0;
  margin: 0 0 5px 50px;
}

#tools h1 {
  width: 95%;
  border-bottom: 1px solid #ccc;
  margin-left: 56px;
  padding: 5px 0 5px 0;
}

#tools ul {
  padding: 10px 0 0 30px;
}
  
#tools li {
  list-style: none;
  padding: 0 0 5px 18px;
  background: #fff url("img/arrow-12x12.png") no-repeat 0 1px;
}

#stats {
  float: right;
  width: 350px;
  padding: 0 0 0 10px;
  border-left: 1px dashed #ccc;
  background: #fff url("img/Graph-48x48.png") no-repeat 3px 0;
}

#stats h1 {
  border-bottom: 1px solid #ccc;
  margin-left: 45px;
  padding: 5px 0 5px 0;
}

#stats em {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #111;
}

#stats p {
  padding: 0;
  margin: 0 0 5px 50px;
}



#more_news {
  float: left;
  margin: 0px 250px 0px 10px;
  padding: 20px 0 0 0;
  width: 720px; 
  background: #fff url("img/Newspaper-Feed-128x128.png") no-repeat 0 0;
}

#more_news ul {
  margin: 0 0 0 120px;
  padding: 0 0 0 15px;
  width: 560px;
}
  
#more_news li {
  list-style: none;
  padding: 0 0 10px 18px;
  background: #fff url("img/arrow-12x12.png") no-repeat 0 1px;
}

#more_news h1 {  
  border-bottom: 1px solid #ccc;
  margin-left: 128px;
  padding: 5px 0 5px 0;
}






#footer {
	float: none;
	width: 600px;
}


