*	{
	padding: 0;
	margin: 0;
	}

body	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	background: url(../_templates/txpmapleleaf/images/flurry.png) no-repeat top right;
  	margin: 0;
	padding: 0;
	}

/* LAYOUT */

.clear	{
	clear: both;
	visibility: hidden;
	}
	
#outerwrap	{
	width: 99%;
	max-width: 1000px;
	min-width: 500px;
	margin: 0 auto;
	padding: 0;
	color: #000;
	background: url(../_templates/txpmapleleaf/images/mapleleaf.gif) no-repeat 50px 30px;
	}

#wrap1	{
	width: 90%;
	margin: 0 auto;
	color: #000;
	}
	
#wrap2	{
	width: 90%;
	margin: 0 auto;
	color: #000;
        background: url(../_templates/txpmapleleaf/images/tree.jpg) no-repeat 100% 100%;
	}
	
#wrap3	{	/* navigation */
	width: 100%;
	margin: 0 auto;
	color: #000;
	border-top: 1px solid #7C2C2C;
	border-bottom: 1px solid #7C2C2C;
	background: url(../_templates/txpmapleleaf/images/white60.png);
	}
	
#banner	{
	width: 90%;
	margin: 0 auto;
	}
	
#content	{
	width: 90%;
	margin: 30px auto 10px;
	text-align: left;
	}

#sidebar   {
        width: 24%;
        float: right;
        }
	
#blog	{
	width: 72%;
	float: left;
	}
	
#latest	{
	width: 98%;
	float: right;
	}

#justin	{
	width: 98%;
	float: left;
	}
	
#lastword	{
	width: 98%;
	float: left;
	}
	
#links	{
	width: 98%;
	float: right;
	}
		
#services	{
	width: 98%;
	float: left;
	}
	
#linklove	{
	width: 98%;
	float: left;
	}
	
#footer	{
	width: 90%;
	margin: 0 auto;
	padding: 3px 3px 3px 0px;
	text-align: left;
        border-bottom: 1px solid #b8b9b4;
	}

	
/* HEADERS */

#banner h1	{
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 4em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	margin: 8px 0 0 0;
	padding: 5px 0 0 0;
	float: right;
	width: 90%;
	color: #7C2C2C;
	background: repeat-y top left;
        text-decoration: none;
	}

#banner h1 a	{
	color: #7C2C2C;
        text-decoration: none;
	}

#banner h1 a:hover	{
        color: #ab2315;
        text-decoration: none;
	}
	
h2	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	margin: 16px 0 0 10px;
	}
	
h3	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	padding: 3px 3px 3px 16px;
	color: #7C2C2C;
	background: transparent url(../_templates/txpmapleleaf/images/singleleaf.gif) no-repeat 0% 50%;
	display: block;
	}

h4	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 3px 3px 3px 0;
	color: #7C2C2C;
	background: transparent;
	display: block;
	}

h5	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 10px 0 0 10px;
	padding: 3px 3px 3px 0;
	color: #7C2C2C;
	background: transparent;
	display: block;
	}
	
/* ELEMENTS */

#txpCommentInputForm .commentform  {
        font-size: 1.2em
        }

#content label    {
        font-size: 1.2em;
        margin: 0;
        }

#content input    {
        font-size: 1.2em;
        margin: 4px 0 10px 0;
        }

textarea    {
        font-size: 1.6em;
        margin: 4px 0 10px 0;
        }

fieldset   {
        padding: 10px;
        margin: 0 0 0 10px;
        }

legend     {
        font-size: 1.4em;
        }

#searchform input	{
	margin: 40px 0 0 0;
        padding: 2px 2px 2px 20px;
	float: right;
        border: 1px solid #7C2C2C;
        width: 200px;
        font-size: 1.2em;
	background: url(../_templates/txpmapleleaf/images/mag_glass60.png) no-repeat scroll 2px center;
	}

#searchform input:focus	{
	background-color: #fff;
	border: 1px solid #7C2C2C;
	}
	
img	{
	border: 1px solid black;
	}

.image	{
	margin: 10px 0 0 10px;
	float: right;
        clear: left;
	}
	
/* TEXT */

p.footertext {
        margin: 0;
        color: #666;
        }

#content ul li	{
	font-size: 1.4em;
	line-height: 1.5em;
	list-style: none outside;
	margin: 0 0 6px 4px;
	padding: 0;
	}

#content .meta {
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 10px 0 0 10px;
        }
	
#content p	{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 10px 0 10px 10px;
	}
	
#content a	{
	color: #ab2315;
	background: transparent;
	text-decoration: none;
	}

#content a:link	{
	text-decoration: none;
	}
	
#content a:visited	{
	text-decoration: none;
	}
	
#content a:hover	{
	text-decoration: underline;
	color: #AB2315;
	background: transparent;
	}
	
#content a:active	{
	text-decoration: underline;
	color: #F7331E;
	background: transparent;
	}
	
/* NAVIGATION*/

.category_list li {
	display: inline;
	font-size: 1em;
	line-height: 1.6em;
	}
	
.category_list a {
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #7C2C2C;
	background: transparent;
	padding: .3em 7px;
	}

.category_list li:hover a {
	text-decoration: underline;
	color: #7C2C2C;
	background: transparent;
	}

.category_list a.active	{
	color: #fff;
	background: #7c2c2c;
	}

.category_list a.active:hover	{
	color: #fff;
	background: #7c2c2c;
	}

#home .navhome {
	color: #fff;
	background: #7c2c2c;
	}