/* -----------------------------------------------------------
   style.css
   Layout and color palette for Ellie&Ollie   
	   brown   : 2c140a   (3b1a0b)
	   lt gray : ebebe9
	   gray    : 
	   blue    : 3bc0d1   (35cbd9)
	   dk blue : 24a8be
	   text    : 333
	   headers : 999

-------------------------------------------------------------- */

/* -------------------------------------------------------------- [ Basic Layout ] */
html { height: 100% }
body {
    background: url(images/bg.gif);
    height: 100%;
    margin-bottom: 1px;
}
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 880px;
background: url(images/sitebg.gif);
min-height: 100%;
height: auto !important;
height: 100%;
}

#site { 
    border: 40px solid #fff;
    background-color: #ebebe9;
height: auto !important;
height: 480px;
min-height: 480px;
    margin: 0 auto;
}
#blog #site {
    height: auto !important;
    height: 720px;
    min-height: 720px;
}
h1, h2, h3, h4 { color: #999;}

#home-gallery {
	width: 800px;
	height: 480px;
	position: relative;
	top: 0px;
	left: 0;
	z-index: 5;
}
#home-gallery img {
	visibility: hidden;
}


#home #site-main {
	position: absolute !important;
	top: 40px;
	left: 50%;
	margin-left: -400px;
}

#site-main {
	position: relative;
	width: 800px;
	z-index: 10;
}

#slideshowImages {
	display: none;
}

#main {
    height: auto !important;
    height: 277px;
    min-height: 277px;
}

.interior {
    background-color: #ebebe9;
    position: relative;
}
#sub {
    position: relative;
    border-top: 1px solid #fff;
    background: #ebebe9;
    padding: 20px 0 30px;
}
	#home #sub { margin-top: 0 }

.third {
    width: 210px;
    padding-left: 42px;
    float: left;
    overflow: visible;
}

a, a:visited, p.highlight {
    color: #3bc0d1;
    text-decoration: none;
}
a:hover {
    color: #24a8be;
    text-decoration: underline;
}

/* -------------------------------------------------------------- [ Header ] */
#head {
    margin-top: 25px;
    background: #2c140a;
    height: 168px;
	position: relative;
}

#head h1 {
    position: absolute;
    background: url(images/logo.jpg) no-repeat top right;
    top: 0px;
    right: -20px;
    width: 314px;
    height: 0;
    padding: 196px 0 0;
    margin: 0 !important;
    overflow: hidden;
}
#cookietip img {
    position: absolute;
    top: -10px;
    right: 15px;
}
#cookietip #phone img {
    position: absolute;
    top: -65px;
    right: 0;
}


/* -------------------------------------------------------------- [ Primary Nav ] */
#nav {
    background: #3bc0d1;
    width: 162px;
    height: 168px;
    margin-left: 42px;
    _margin-left: 21px;
    display: block;
    float: left;
}
#nav ul {
    width: 137px;
    margin: 12px 0 0 13px;
    background: #3bc0d1;
}
#nav li {
    height: 21px;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
#nav a {
    height: 0;
    padding: 21px 0 0;
    width: 100%;
    overflow: hidden;
    display: block;
    float: left;
    clear: left;
    background: url(images/nav.gif) no-repeat;
}
#nav a.home { background-position: 0 0;}
#nav a.home:hover,
#home a.home { background-position: 100% 0;}

#nav a.cookies { background-position: 0 -21px;}
#nav a.cookies:hover,
#cookies a.cookies { background-position: 100% -21px;}

#nav a.about { background-position: 0 -42px;}
#nav a.about:hover,
#about a.about { background-position: 100% -42px;}

#nav a.blog { background-position: 0 -63px;}
#nav a.blog:hover, 
#blog #nav a.blog { background-position: 100% -63px;}

#nav a.store { background-position: 0 -84px;}
#nav a.store:hover,
#store a.store { background-position: 100% -84px;}

#nav a.contact { background-position: 0 -105px;}
#nav a.contact:hover,
#contact a.contact { background-position: 100% -105px;}


/* -------------------------------------------------------------- [ Home Featured News ] */
#featuredNews {
	background: transparent url(images/braces.png) no-repeat;
	width: 171px;
	height: 213px;
	margin: 10px 0 0 38px;
	border: 0;
}
.featuredItem {
	display: none;
}
#featuredNews .slideElement, #featuredNews .loadingElement
{
	background-color: transparent !important;
}
#featuredNews .slideElement
{
	background-color: transparent !important;
	background-position: center top !important;
}
#featuredNews .loadingElement
{
	background: transparent !important;
}
#featuredNews .slideInfoZone
{
	background: transparent !important;
	height: 107px;
	font-family: sans-serif !important;
	font-weight: bold !important;
}
#featuredNews .slideInfoZone h2
{
	padding: 0 15px 0 15px !important;
	margin: 0 !important;
	color: #3bc0d1 !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
}
#featuredNews .slideInfoZone p
{
	padding: 0 15px 0 15px !important;
	margin: 0 !important;
	color: #666 !important;
	font-size: 11px !important;
}
#featuredNews .slideInfoZone a
{
	color: #3bc0d1 !important;
}
#featuredNewsControls
{
	height: 10px;
	margin: 4px 0 0 108px;
	text-align: center;
}
#featuredNewsControls .dot
{
	display: block;
	float: left;
	cursor: pointer;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0 6px 0 0;
	background-image: url(images/dot_off.png);
	text-indent: -9999px;
	-moz-outline: none;
}
#featuredNewsControls .dot_on
{
	background-image: url(images/dot_on.png) !important;
}

/* -------------------------------------------------------------- [ Interior Styles ] */
.interior #sub {
    position: absolute;
    width: 160px;
    top: 46px;
    right: 0;
    border: 0;
}
#subnav {
    list-style: none;
    margin: 0 0 2em;
    padding: 0;
}

h1, h3 { font: normal 38px/1 "OPTIJake", sans-serif; margin: 22px 0 6px !important; }

/* -------------------------------------------------------------- [ Catalog ] */
.item {
    border-top: 1px solid #fff;
    clear: left;
    width: 100%;
}
    .item img {
        float: left;
        width: 162px;
        height: 168px;
        margin: 0 26px 0 42px;
    }
    .item h1 {
        margin-top: 22px;
    }
    .item p {
        margin: 0;
        padding: 0;
        line-height: 1.4;
    }
.desc {
    float: left;
    width: 400px;
    margin-right: 31px;
}
.options {
    padding-top: 58px;
    line-height: 1.4;
    color: #666;
}
#fc_minicart {
	position: absolute;
	top: 10px;
	left: 660px;
	width: 170px;
}
#boxbuildnav {
	position: absolute;
	top: 43px !important;
	top: 66px;
	left: 630px;
    width: 150px;
}
	#boxbuildnav #fc_minicart { 
	    position:static;
	}
	#boxbuildnav ul, #boxbuildnav li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
/* -------------------------------------------------------------- [ Section Backgrounds ] */

#about .interior {
    background: #ebebe9 url(images/bg-about.jpg) no-repeat 15px 12px;
    padding-left: 335px;
    padding-right: 175px;
}
#contact .interior {
    background: #ebebe9 url(images/bg-contact.jpg) no-repeat 30px 5px;
    padding-left: 282px;
    padding-right: 175px;
}
#store .interior {
    padding: 0 185px 0 45px;
}

/* -------------------------------------------------------------- [ Fresh Bites ] */
#blog .interior {
	float: none;
	margin: 0;
	padding: 45px 140px 50px 230px;
}
#blog .interior #sub {
	width: 130px;
	left: 60px;
	top: 0;
}
h4 {
	font-weight: normal;
	color: #3bc0d1;
	margin: 0;
}
.blognav li, .blognav img {
	border-top: 1px dotted #333;
}
.blognav ul {
	margin: 0;
	padding: 0;
}
.blognav li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2;
}
.ditto_item {
	border-top: 1px dotted #333;
	margin-bottom: 2em;
}


/* -------------------------------------------------------------- [ Footer ] */
#foot {
    display: block;
    clear: both !important;
}
#foot p {
    margin: 17px 0 0;
    padding-bottom: 17px;
    color: #999;
    text-align: center;
    clear: both !important;
	display: block;
}
#foot a, #foot a:visited {
    color: #999;
    text-decoration: none;
}
#foot a:hover {
    text-decoration: underline;
}
