/* Primary layout */
body
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #222;
	background: #EEEEEE;
	font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
}

img
{
	border: 0;
	display: block;
}

/* Wrapper */

@media  all {
  #wrapper  {
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 932px;
    text-align: left;
    background: #fff;
    font-size:90%;
    background-image: url(images/bg.gif);
    background-repeat: repeat;
    }
  }
@media  handheld {
  #wrapper  {
    width: 90%;
    }
  }



/* Inner layout */
#content { padding: 0 20px; }


/* Bottom layout */
#footer
{
	clear: left;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
    background-image: url(images/bg.gif);
    background-repeat: repeat;
}

#footer p
{
	text-align: center;
	margin: 0;
	padding: 10px 0px;
	background-color: transparent;
	color: #000;
}

#footer p.copy
{
	text-align: center;
	margin: 0;
	padding: 10px 0px;
	font-size: x-small;
	background-color: transparent;
	color: #999;
}

/* Default links   */
a:link, a:visited
{
	font-weight: bold;
	text-decoration: underline;
	color: #333;
	background: transparent;
}


a.white:link, a.white:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background: transparent;
}


/* Typography */
#main p, #sidebar p
{
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 1em;
	font: small tahoma, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
}

.post-body { line-height: 140%; }

h1 { font-weight: bold; }


h2, h3, h4, h5
{
	margin: 25px 0 15px 0;
	padding: 0;
}

h2 { font-size: large; }

h3.post-title
{
	margin-top: 5px;
	font-size: medium;
}

.border_box
{
	padding: 0px;
	margin: 0;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	outline: 0;
}

.border_side1out
{
	padding: 0px;
	border-spacing: 0;
	width: 12px;
	background: url(images/shadow_left.gif) repeat-y;
}

.border_side1
{
	padding: 0px;
	border-spacing: 0;
	width: 12px;
	background: #000;
}

.border_side2out
{
	padding: 0px;
	border-spacing: 0;
	width: 12px;
	background: url(images/shadow_right.gif) repeat-y;
}

.border_side2
{
	padding: 0px;
	border-spacing: 0;
	width: 12px;
	background: #000;
}

.border_top
{
	padding: 0px;
	height: 12px;
	border-spacing: 0;
	background: #000;
}

.border_topleft
{
	padding: 0px;
	height: 12px;
	border-spacing: 0;
	background: url(images/shadow_upperleft.gif);
}

.border_topright
{
	padding: 0px;
	height: 12px;
	border-spacing: 0;
	background: url(images/shadow_upperright.gif);
}

.vertical_rule
{
	border-left: 1px solid gray;
}


.white_shade
{
	background: #FFF;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
}


.white_letter_big
{
	font-family:arial;
	font-weight:bold;
	color: white;
	font-size: x-large;
}

.white_letter
{
	font-family:arial;
	font-weight:bold;
	color: white;
}


table.phone
{ 
	font: small tahoma, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif; 
}

td.space 
{ 
	padding: 0 2px 0 2px; 
}

a.small 
{ 
	font: x-small tahoma, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif; 
}

a.normal
{
	font-weight: normal;
	text-decoration: none;
	color: #555;
	background: transparent;
}

li
{ 
	font: small tahoma, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif; 
}


/*
-----------------------------------------------
CSS Template
- elements based on Mr. Moto Rising 
  (www.zeldman.com)
----------------------------------------------- */


