/*  
Theme Name: Tutorial
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/

<style type="text/css">
<!--
decoy  {
    width:0px;
}
body {
	margin:0;
	background-image: url(bg.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Calibri, Trebuchet MS, Arial;
}
#container  {
	width:98%;
	margin:0 auto;
        padding-left: 1%;
        padding-right: 1%;
}
#container img  {
	padding-top:14px;
	border-style:none;
}
#header1  {
	height:150px;
	width:50%;
	float:left;
}
#header2  {
	height:150px;
	width:50%;
	float:left;
}
#header2 p {
	font-size:14px;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;
}
#header2 a  {
	color:#FFFFFF;
}
#header2 a:hover  {
	color:#FFFF00;
}
#nav  {
	height: 50px;
	width:100%;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
        float:left;
}
#nav ul  {
	margin:0;
	list-style:none;
	padding:0;
        display:inline;
}
#nav  li  {
	display:inline;
	margin-right:30px;
}
#nav a  {color:#000;text-decoration:none;}
#nav a:hover  {color:#666;}
#spacer  {width:100%; height:15px; float:left;}
#contenthome  {
        width:100%;
        padding:1px;
        float:left;
}
#content  {
        width:100%;
        padding:1px;
        float:left;
}
h2  {font-size: 20px; margin-bottom:0;padding-bottom:0;}
h2 a {color:000000;}
h4  {margin-bottom:0;padding-bottom:0;}
#post  {
        float:left;
}
p  {
    font-weight:normal;
    font-size: 14px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}
.widget{
margin-bottom:25px;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
#content ul  {
        font-size: 14px;
}
#supplier  {
	width: 850px;
}
#supplierpic  {
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 20px;
}
#supplierinfo  {
	width: 630px;
	float: left;
	vertical-align: text-top;
}
-->
</style>