/*
Theme Name: Small Business Mac theme
Theme URI: http://www.smallbusinessmac.com/
Description: Small Business Mac theme based on the default wordpress theme
Version: 1.0
Author: Small Business Mac
Author URI: http://www.smallbusinessmac.com/
Tags: smallbusinessmac
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* End YUI Reset */

html {
    background-color: #f2f2f2;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-family: Helvetica, Sans-Serif;
    ibackground: url('images/22px.gif') #fff;
    color: #333;
    background-color: #f2f2f2;
    text-align: center;
}

.post ul li {
   margin-left: 22px;
   list-style-type: disc;
}

.post ul li ul li {
   list-style-type: square;
}

ul {
    margin-bottom: 11px;
}

a {
    color: #0088CC;
}

p {
    margin-bottom: 22px;
}

strong {
  font-weight: bold;
}

#page {
    width: 840px;
    text-align: left;
    margin: 44px auto;
    border: 1px solid #dde;
    background-color: #fff;
    padding: 22px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

h1 {
    font-size: 36px;
    line-height: 44px;
}

h1 a {
    text-decoration: none;
    color: #333;
}

div#blog_description {
    font-size: 16px;
    line-height: 22px;
}

#header {
    margin-top: 22px;
    margin-bottom: 44px;
}

.post h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
}

h2 a, .post h2, .post h3 a {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 11px;
    text-decoration: none;
}

div.posted_date {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 22px;
}

div.post {
    margin-bottom: 44px;
}

div.entry {
    margin-bottom: 11px;
}

div.entry p {
    margin-bottom: 11px;
}

div#content {
    float: left;
    width: 580px;
    margin-bottom: 44px;
}

div#sidebar {
    float: right;
    width: 240px;
}

div#footer {
    clear: both;
}

div#footer p {
    margin-bottom: 0;
}

.widget {
    margin-bottom: 44px;
}

.widgettitle, .pagetitle {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 22px;
}

.widgettitle {
    margin-bottom: 0;
}

textarea#comment {
    height: 132px;
    margin-bottom: 22px;
    width: 570px;
}

.postmetadata {
    font-size: 12px;
    line-height: 22px;
}

h3#comments, div#respond h3 {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 22px;
}

.commentmetadata {
    margin-bottom: 22px;
}

#commentform input#url,  #commentform input#email,  #commentform input#author  {
    margin-bottom: 22px;
}

p.wp-caption-text {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
}
