/* Global agenda */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ccccff url("images/background.jpg") top center no-repeat;
	color: #111111;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

/* Links and text */
a:link, a:visited {
	text-decoration: none;
	color: #333366;
}

a:hover {
	text-decoration: none;
	color: #996699;
}

p{
	padding: 10px 0 0 0;
}

h1{
	font-family: Georgia;
	font-size: 24px;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 24px;
	color: #996699;
}

h3 {
	color:#996699;
	text-shadow: 1px 1px 1px rgba(255,255,255,.6);
	margin: 10px 0 10px -10px;
}

hr {
	margin: 20px 20px;
}

.post{
	margin: 0 20px 0 50px;
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia;
	font-size: 24px;
	color: #996699;
	text-shadow: 1px 1px 1px rgba(255,255,255,.6);
}

.post ul { width: 550px; float: left; display: inline; }
.post li { margin: 5px 0; }

/*.post a:link, a:visited { color: #996699; }
.post a:hover { color: #333366 }*/

.entry{
	line-height: 20px;
	margin-left: 20px;
}
-
p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.clear { clear: both; }

.quote { font-style: italic; font-size: 12px; color: #996699; margin: 10px 20px;}

.navigation { margin-left: 50px; }

.left { display: inline; float: left; clear: left; padding: 0 20px 20px 0; }
#imgleft { display: inline; float: left; margin: 2px 20px 5px 0; }
#imgleft a { padding: 0 5px 10px 0; }
.right { display: inline; float: right; clear: right; padding: 0 20px 20px 0; }
.center  { margin: 10px auto; }
.red { color: #FF0000; }

/* Box layout */
#wrapper {
	background: transparent;
	min-height:100%;
	height: auto !important; 
	height:100%;
	width: 960px;
	margin: 0 auto -160px;
	text-align: left;
}

#header {
	float: left;
	width: 960px;
	height: 300px;
}

#header h1 {
	background: url("images/logo.png") top center no-repeat;
	text-indent: -9999px;
	line-height: 300px;
}

#header h2 {
	text-indent: -9999px;
}

/* Begin Navigation */

#smoothmenu1 {
	position: absolute;
	margin-top: 200px;
	width: 960px;
	height: 50px;
	background: url("images/nav-bg.jpg") repeat-x; /*background of menu bar (default state)*/
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
}

.ddsmoothmenu{
width: 100%;
line-height: 34px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0 10px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: transparent; /*background of menu items (default state)*/
padding: 8px 10px;
font-size: 17px;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #333366;
	text-shadow: 1px 1px 1px rgba(255,255,255,.6);
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url("images/nav-over-bg.jpg") repeat-x; 
color: #996699;
	text-shadow: 1px 1px 1px rgba(255,255,255,.6);
}

.ddsmoothmenu ul li a:hover{
background: url("images/nav-over-bg.jpg") repeat-x; 
color: #996699;
	text-shadow: 1px 1px 1px rgba(255,255,255,.6);
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background: url("images/subnav-bg.jpg") repeat-x;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}
.ddsmoothmenu ul li ul li a:hover {
	background: transparent;
	}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: 14px;
width: 200px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* EOF Navigation */

#container {
	float: left;
	width: 670px;
	margin-bottom: 80px;
}

.home {
	width: 960px;
	float: left;
}

.sidebar {
	float: left;
	width: 280px;
	padding: 0 0 0 10px;
	display: inline;
}
.sidebar p {
	margin-right: 10px;
	margin-left: 10px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	margin-right: 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
width: 100%;
}

#testimonial {
	width: 260px;
	margin: 10px;
	font-style: italic; font-size: 12px; color: #996699;
}
.product {
	display: block;
	clear: both;
	width: 680px;
	margin: 20px 0;
}


/* Footer */
.footer, .push { 
	clear:both;
	height: 160px; /* .push must be the same height as .footer */
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: url(images/footer-bg.jpg) center no-repeat
}

.push {	background: transparent; }

#foot {
	height: 160px;
	width: 960px;
	margin: 0 auto;
	background: transparent;
}

#foot h2 {
	font-size: 16px;
	padding-bottom: 5px;
	color: #333366;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.footer a:link, a:visited {
	color: #996699;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.6);
}

.footer a:hover { 
	color: #fff;
	text-shadow: 1px 1px 1px rgba(255,255,255,.6);
}

.footer ul {
	list-style-type: none;
	float: left; 
	margin: 0 10px 0 10px;
	display: inline;
}
.footer li {
	color: #333366;
}