/*  
Theme Name: TPP News
Theme URI: http://resellers.tppinternet.com
Description: This is a simple theme for the TPP Wholesale News, now managed by WordPress
Author: Adam Frank
Author URI: http://www.fradam.com
Version: 0.7
*/

/* Layout options */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0; 
}

#wrapper
{
	width: 751px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main 
{
	background-color: #f1f1f1;
	padding: 50px;
}

#sidebar
{
	background-color: #fff;
}

/* Text formatting - main content */

.BodyText, .post_content, .post_tag, .comments_form input, .comments_form textarea, .comments_form label
{
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	letter-spacing: 0.00em;
}

.comments_form label
{
	display: block;
	font-size: 12px;
}

.post_title
{
	font-family:  Trebuchet MS, Arial, verdana, Helvetica;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: -0.05em;
}

.post_tag
{
	font-weight: bold;
}

/* Text formatting - sidebar */

#sidebar ul 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#sidebar ul li
{
	padding-top: 10px;
	padding-left: 30px;
}

#sidebar ul li h2
{
	font-family:  Trebuchet MS, Arial, verdana, Helvetica;
	font-size: 16px;
	color: #0066CC;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: -0.05em
}

#sidebar ul ul
{
	padding-top: 0px;
}

#sidebar ul ul li
{
	padding-left: 15px;
	line-height: 12px;
	background: url(http://resellers.tppinternet.com/images/bullet.gif) 0px 10px no-repeat; 
}


/* Text formatting - links */

.BodyText a:link, .BodyText a:visited, .post_content a:link, .post_content a:visited , .post_tag a:link, .post_tag a:visited  {  color: #22A6FF; text-decoration: none}
.BodyText a:hover, .post_content a:hover, .post_tag a:hover {  color: #000000; text-decoration: none}

.post_title a:link, .post_title a:visited {  color: #000000; text-decoration: none}
.post_title a:hover {  color: #22A6FF; text-decoration: none}

/* Form formatting */

.comments_form input, .comments_form textarea
{
	padding: 2px;
	border: 1px solid #aaa;
	background-color: #fbfbfb;
}

.comments_form input
{
	width: 95%;
}

.comments_form input[type=submit]
{
	width: auto;
}

.comments_form textarea
{
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
}

.comments_form input:focus, .comments_form textarea:focus
{
	border: 1px solid #22A6FF;
	background-color: #fff;
	color: #000;
}

