/**
* CSS
* 
* @version 1.1
* @author Vaska 
* @author Gregory Cadar
* @author jesseAe
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Univers, Helvetica, Arial, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #ed008c }
a:active { text-decoration: none; color: #ed008c; }
a:visited { text-decoration: none; color: #ed008c; }
a:hover { text-decoration: underline; color: #ed008c }

a img { border: none; }

.overmenu {
		padding-top: 24px;
		padding-right: 0px;
		padding-bottom: 8px;
		padding-left: 16px;
		color: #fff;
}
.overmenuStore {
		padding-top: 24px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 16px;
		color: #fff;
}

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 32px;
	line-height: 24px;
}

#menu ul li.section-title { }

#menu ul li.active a:link { text-decoration: none; color: #666666 }
#menu ul li.active a:active { text-decoration: none; color: #666666; }
#menu ul li.active a:visited { text-decoration: none; color: #666666; }
#menu ul li.active a:hover { text-decoration: none; color: #666666; }

.undermenu {
	padding-top: 64px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	font-size: 9px;
	color:#999999;
}

#splashcontent {
    height: 100%;
    margin: 16px 0 0 200px;
    top: 0;
}

#content {
    height: 100%;
    margin: 72px 0 0 200px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}
.home {
    position:relative;
}
#homeLinkBox {
    position:absolute;
    list-style-type:none;
    top:415px;
    left:75px;
}
#homeLinkBox li {
    margin-bottom:4px;
}

#content p {
	width: 580px;
	margin-bottom: 8px;
	line-height: 16px;
	text-align: justify;
}

p {
    margin: 0 0 9px 0;
}

.contentsection { 
	width: 580px;
	margin-top: 32px;
	margin-bottom: 8px;
	line-height: 16px;
	text-align: justify;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

h2.entry-title,
h1.entry-title {
    font-family:Univers, Helvetica, Arial, sans-serif;
    font-size:12px;
    line-height:16px;
    text-transform:uppercase;
    font-weight:bold;
}
h2.entry-title {
    margin-bottom:9px;
}


#img-container	{ width:580px; display:block; margin: 0; padding: 0; }
#img-container p	{ width: 580px; margin: 0; }
#slide-dirs { border:1px solid black; }

#once { clear: left; }

/* STORE 
//////////>>>>>>>//////////>>>>>>>
*/

a.itemPh:hover .itemImg {
    border:1px solid #ed008c;
}
a.itemPh {
    color:#000000;
}
a.itemPh:hover {
    color:#ed008c;
    text-decoration:none;    
}
a.itemPh .itemPrice{
    color:#ed008c;
}

#itemBlanketContainer,
#itemBlanket {
    width:580px;
}
#itemBlanket {
    float:left;
    padding-bottom:100px;
}
a.itemPh {
    float:left;
    display:block;
    width:178px; 
}
.midItem {
    margin-left:23px;
    margin-right:23px;
}

.itemImg {
    position:relative;
    width:176px;
    height:176px;
    border:1px solid #FFFFFF;
    margin-bottom:5px;
    z-index:-1;            
}
.itemImg img {
    height:176px;
    width:176px;
    display:block;
}
.itemRowBrk {
    clear:both;
    width:580px;
    height:20px;
    background-color:transparent;
}
.itemTitle {
    width:100px;
    font-style:italic;
}
.itemPrice {
    float:right;
    width:40px;
    text-align:right;
    color:#ed008c;    
}
.itemSubT {
    margin-bottom:9px;
}

/* ITEM SLIDES 
//////////>>>>>>>//////////>>>>>>>
*/
#slideContainer {
    position:relative;
    width:580px;
    height:475px;
}
.itemSlide {
    position:absolute;
    visibility:hidden;
    top:0;
    left:0;
}
#slideContainer .showing {
    visibility:visible;
}
.subImj {
    position:relative;
    width:580px;
}
#content p.itemCap {
    width:300px;
    font-size:90%;
}
.slideNav {
    position:absolute;
    top:0;
    right:0;
    padding-left:15px;
    border-left:1px solid #000000;
}

/* ITEM PAGES 
//////////>>>>>>>//////////>>>>>>>
*/

.page {
    width:580px;
}

/* BUY BUTTON STUFF 
//////////>>>>>>>//////////>>>>>>>
*/

button { 
	position: relative;
	border: 0; 
	padding: 0;
  cursor:hand;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

#buyStrip {
    margin-bottom:30px;
}
#buyStrip button {
    background-color:transparent;
    background-position:right -40px;
    background-repeat:no-repeat;
    background-image:url('http://www.onceuponatime-happilyeverafter.com/store/wp-content/themes/ouathea/images/buyButton_sprite.png');
    text-align:center;
    padding-right:7px;
}
#buyStrip button span{
    background-color:transparent;
    background-position:left top;
    background-repeat:no-repeat;
    background-image:url('http://www.onceuponatime-happilyeverafter.com/store/wp-content/themes/ouathea/images/buyButton_sprite.png');
    height:20px;
    color:#ffffff;
    font-style:italic;
    font-size:.75em;
    padding-left:7px;
    padding-top:3px;
}

#buyStrip table {
    margin-bottom:10px;
}