@import "nav.css";
@import "box.css";
@import "article.css";
@import "event.css";
@import "form.css";

* {
 margin: 0;
 padding: 0;
}

#header-mask ul{list-style:none;float:left;margin:0;}
#header-mask li{display:inline;float:left;margin:0;}
#header-mask a{display:block;line-height:34px;letter-spacing:.14em;width:100px;text-align:center;text-decoration:none;color:#fff;text-transform:uppercase;}
#header-mask a.selected{color:#F99D1C;}

div#header { 
	height:120px;
	width: 940px;
	background-color:#fff;
	border-bottom:1px solid white;
	border: 0px solid green;
    background-image: url(css-images/header.png);
}

div#header-mask { 
	height:116px;
	width: 436px;
	float: right;
	border: 0px solid green;
	background-color:#FFF;
    background-image: url(css-images/header-mask-1.png);
}

div#header-text h1{ 
	color:#993366;
	font-weight:bold;
	font-size: 2.5em;
	margin-top: 0.8em; 
}

div#navigation-containter {
	width: 940px;
	height: 34px;
	/*background-image : url(css-images/nav-bg.png);*/
	background-color: #8b2052;
	/*padding-top: 1px;*/
	border-top: 1px solid #fff;
	z-index:999;
}
div#footer-image {
	background-image: url(css-images/footer-bg.png);
	height:138px;
	width:940px;
	}
	
div#footer { 
	height:200px;
	background-color: #8b2052;
	border-top: 1px solid #fff;
	}
	div#footer .seperator {
		border-right: 1px solid white;
		height:160px;
		}
	div#footer p {padding-right:10px;}
	div#footer a:link, div#footer a:visited {
		text-decoration: none;
		color: #fff;
		}	
	div#footer a:hover {
		color: #fff;
		}
	div#footer h3 {
		color:#fff;
		font-weight:bold;
		font-size: 0.90em;
		}
	div#footer ul {
		list-style:none;
		margin: 0;
		}


div#footer-last {
	text-align:right; 
	background-color:#73662c;
	border-top: 1px solid #fff;
	font-size:0.90em;
	color: #fff;
	padding-top:1.5em;
}


div#content { 
	padding-bottom:50px; 
	}
	div#content h2 {
		color:#8b2052;
		font-weight:bold; 
		}
	div#content hr {
		margin-bottom:1.8em;
		color: #ccc
	}
	div#content p.breadcrumbs {
		color:#999;
	}
		
div#side-bar-right {
	padding-bottom:50px;
	}

.comment {}
	
div#categories a:link, div#categories a:visited {
	text-decoration: none;
	color: #BC9847;
	}
	
div#categories a:hover {
	color: #002c40;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	}

/* =============== Smatcho Navigation Bars ===================== */

#navbar {
	width: 100%;
	background-color: #fff;
	color: #333;
	line-height: 90%;	
	border: none;
	border-bottom: 0px solid silver;
}

#navbar ul {		
	margin: 1em 1em 1em 0;
	padding: 0px;
}
#navbar ul li { 
	display: inline; 
	list-style: none; 		
}
#navbar ul li { 
	padding-left: 0.7em; 
	padding-right: 0.5em; 
	border-left: 1px solid #b0b0b0; 	
}  
#navbar ul li.first {
	padding-left: 0em; 
	border-left: none; 
}

.recentview h3 {
	padding-bottom: 10px;
}

.recentitem {
	padding-bottom: 10px;
}

div.recentlyadded { 
    display: block;
}

.qtyform #id_quantity {
    width: 5em;
}	
