/* CSS Document */





body {
font-family: Arial,Helvetica,Sans-Serif!important;
color:#666!important;
}

.entry-content a {
color:#003366;
text-decoration:none;
font-size: 1em;
}


.entry-content a:hover {
color:#666!important;
}

#page {
margin: 0px auto;
border: 0px!important;
width: 938px!important;
padding:0px 0pt 0px!important;
}

#header {
width: 938px;
height: 325px!important;
background-image:url(./images/header.jpg)!important;
background-repeat: no-repeat;
background-position: top;
background-color:#FFFFFF;
}

p {
font-size: 1.1em!important;
line-height: 120%;
color: #666;
}

#primary {
width: 500px;
padding-left: 20px!important;
padding-right: 0px;
padding-top: 0px!important;
float:left;
}
body.columns-two #primary {
margin-right:0px;
}

.page-head {
margin:0px 0px 5px 0px!important;
}

#sidebar-1 {
width: 230px;
}

h1, h2, h3, h4 {
font-family: Impact,Arial,Helvetica,Sans-Serif;
font-weight: lighter!important;
letter-spacing: 1px;
color: #336699;
}

h2, h2 a, h2 a:hover, h2 a:visited {
color: #336699;
text-align: left;
font-weight: lighter!important;
}
h3 {
color: #336699!important;
font-size: 1.8em;
line-height: 1.2em;
margin-top: 5px;
margin-bottom: 0px;
text-transform: uppercase;
}

h4 {
color: #336699!important;
font-size: 1.5em;
line-height: 1.2em;
margin-top: 2px;
margin-bottom: -2px;
padding: 0px!important;
}

h5 {
color: #336699!important;
font-size: 1.4em;
line-height: 1.2em;
margin-top: 5px;
margin-bottom: 0px;
}

h6 {
color: #336699!important;
font-size: 1.2em;
line-height: 1.2em;
margin-top: 5px;
margin-bottom: 0px;
letter-spacing: 1px;
}

.entry-content {
text-align:left;
color: #666;
}

.secondary div p {
margin-top:0.4em;
color: #666;
font-size: 1em;
line-height: 1.2em;
}



#footer {
background-repeat: no-repeat;
background-image:url(./images/footer.jpg)!important;
background-repeat: no-repeat;
background-position: top;
width: 938px;
text-align: left;
text-transform: uppercase;
}
#footer p {
padding-left: 20px;
color:#999999;
}

#primary .entry-content h3 {
padding-top: 0px!important;
margin-top:0px!important;
}

#buy {
margin-left: 380px;
}



.blog-title a
{
color:#9ACB33 !important;
font-size:16pt;


}

.blog-title, .blog-content
{
list-style-type:none;
}

.blog-content li
{
margin-bottom:10px;
}

.content {
margin-top: -20px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#test {
top:170px;
left:0px;
margin:0pt;
padding:0pt;
position:absolute;
width:938px!important;
z-index: 950;
font-family: Impact, Arial, Helvetica, sans-serif;
font-weight: lighter!important;
letter-spacing: 0.1em;
text-align: center;
}

ul.menu {
bottom:0;
left:0px!important;
margin:0;
padding:0;
position:absolute;
width:100%;
font-weight: lighter;
}

.menu {width:938px; height:32px; font-size:13px!important; position:relative; z-index:100;border-right:0px solid #fff; margin: 0px; padding: 0px; background:#663300;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:938px; w\idth:932px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:132px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:132px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:13px;text-decoration:none; color:#fff; width:132px; height:30px; border:1px solid #fff; border-width:1px 0 1px 1px; background:#663300; padding-left:5px; padding-right: 5px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:132px; w\idth:122px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#996633 url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#996633 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#996633 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#996633;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:132px;border-top:1px solid #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:130px; top:-1px; width:130px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-130px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#663300; color:#fff; height:auto; line-height:1em; padding:3px 10px; width:250px!important;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#996633;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#996633;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: #663300;
  background: #996633!important;
  border-left: 1px solid #fff;
}

.menu .current_page_item a {
  color: #ccc;
  font-weight: lighter;
  background: #996633!important;
}

.menu ul .current_page_item ul a {
  color: #fff;
  font-weight: lighter;
  background: #663300!important;
}

.menu ul .current_page_item ul a:hover {
  background: #996633!important;
}

.menu .current_page_item a:hover {
color: #663300;
  background: #996633!important;
}

