/*  
Theme Name: StudioPress
Theme URI: http://www.dailyblogtips.com/studiopress-wordpress-theme-released/
Description: A clean, Adsense-ready WP theme.
Author: Daily Blog Tips
Author URI: http://www.dailyblogtips.com/
Version: 1.0

/* Main content */



#main {
  clear: both;

  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 5px 5px 10px;
  background: #fff;
  }

#contentwrapper {
	float: left;
	width: 400px;
	position: relative;
	margin: 0px;  
  }

#contentwrapper2 {
  float: left;
  width: 440px;
  position: relative;
  }

.post {
  margin: 20px 0 25px 0px;
  }


.postContent img {
  margin: 10px;
  border: none;
  }

#faqcontent p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }
