/*
Theme Name: Gluttony
Theme URI: http://www.wpdesigner.com/2007/11/25/gluttony-wordpress-theme/
Description: Gluttony of the Seven Deadly Sins series, a food menu style theme by Small Potato of <a href="http://www.wpdesigner.com/">Wpdesigner.com</a>.
Version: 0.1.1
Author: Small Potato
Author: http://www.wpdesigner.com/
*/
/* Print Style Sheet */
@media print {

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, input{ margin: 0; padding: 0; }

body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #444 url(images/bg_body.gif) repeat-x;
	color: #ccc;
}

form, input, textarea, table{ font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; }

h1, h2, h3, h4, h5, h6{ font-family: arial, helvetica, sans-serif; }
h2, h3{ font-size: 16px; }

a{ text-decoration: underline; color: #fff; }
a:hover{ text-decoration: none; }
a img{ border: 0; }

address, dl, p{ padding: 10px 0 5px; }

blockquote{
	margin: 10px 0 0;
	background: #f5f5f5;
}
blockquote p{ padding: 10px; }
blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

img.centered{ display: block; margin-left: auto; margin-right: auto; }
img.alignleft{ margin: 3px 10px 2px 0;}
img.alignright{ margin: 3px 0 2px 10px;}

img.alignleft, img.alignright{
	padding: 9px;
	border: 1px solid #eee;
	display: inline;
}

p img{max-width: 100%;width: expression(this.width > 560 ? 560: true);}

small{ font-size: 11px; }

.alignleft{float: left;}
.alignright{float: right;}

.clear{margin: 0; padding: 0; clear: both;}

.tl, .tr, .bl, .br{
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.tl, .bl{float: left; clear: left;}
.tr, .br{float: right; clear: right;}

#wrapper{margin: 0 auto; width: 830px;}

#container{
	float: left;
	width: 830px;
	margin: 0px 0 0;
	text-align: left;
	background: #555 url(images/bg_container.gif) repeat-x;
}

.maincolumn{
	float: left;
	width: 100%;
	margin: 10px auto;
	background: url(images/bg_maincolumn.gif) no-repeat left bottom;
	display: inline;
}

#menu{
	display:none;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	float: left;
	margin: 0 1px 0 0;
	height: 29px;
	overflow: hidden;
	background: url(images/bg_tab_right.gif) no-repeat right top;
	display: inline;
}

#menu ul li a{
	display: block;
	padding: 8px 10px 10px;
	text-decoration: none;
	background: url(images/bg_tab_left.gif) no-repeat;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#menu ul li span.feed{
	padding: 0 17px 0 0;
	background: url(images/feed.gif) no-repeat right top;
}

#menu ul li.current_page_item{
	background: #fff url(images/bg_tab_current_right.gif) no-repeat right top;
}

#menu ul li.current_page_item a{
	background: url(images/bg_tab_current_left.gif) no-repeat;
	color: #000;
}

#content{
	float: left;
	width: 100%;
	margin: 0 0 10px;
	background: #fff url(images/bg_content.gif) no-repeat right top;
	color: #000;
}

#banner{
	display:none;
}

.post{
	margin: 0 10px;
}

.entry-head, .entry-wrap{
	margin: 1px 0 0;
}

.entry-head{
	background: #eee url(images/bg_entry_head.gif) no-repeat left bottom;
	color: #666;
}

.entry-head h2{
	padding: 10px;
	background: url(images/bg_entry_title.gif) no-repeat
}

.entry-head h2 a{text-decoration: none; color: #666;}
.entry-head h2 a:hover{color: #000;}

.entry-date{
	padding: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.entry-wrap{
	background: url(images/bg_entry_wrap.gif);
}

.entry-wrap .rc{
	height: 14px;
	overflow: hidden;
	background: url(images/bg_entry_rc_bottom.gif) left bottom;
}

.entry-content{
	padding: 3px 20px 0;
	line-height: 24px;
	background: url(images/bg_entry_rc_top.gif) no-repeat;
}

.entry-content a{
	color: #000;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 0;
	font-size: 14px;
}
.entry-content h5{font-size: 11px;}
.entry-content h6{font-size: 10px;}

.entry-meta{
	padding: 10px 0 0;
	font-family: arial, helvetica, sans-serif;
}

.entry-meta a{
	font-weight: bold;
}

.navigation{
	display:none;
}

.navigation a{color: #000;}

.sidebar{
	display:none;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.sidebar ul a{
	font-weight: bold;
}

.sidebar ul li{
	margin: 10px 0 0;
}

.sidebar ul li#search form{
	height: 29px;
	overflow: hidden;


}

.sidebar ul li#search form input#s{
	margin: 7px 10px 0 30px;
	border: 0;
	font-family: arial, helvetica, sans-serif;
	background-color: transparent;
	font-size: 16px;
	color: #fff;
}

.sidebar ul li h3{
	padding: 7px 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ccc;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;	
}

.sidebar ul ul{
	padding: 0 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
}

.sidebar ul ul li{
	margin: 0;
	padding: 3px 0 0;
}

.sidebar ul ul ul{
	padding: 0 10px 0;
	background-color: transparent;
	background-image: none;
}

/* Sidebar Widgets */

#calendar_wrap{
	padding: 10px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
}

#calendar_wrap table{
	width: 100%;
}

#calendar_wrap th, #calendar_wrap table td{
	padding: 3px 0;
}

/* End Sidebar Widgets */

#comments h3{
	margin: 10px 0 0;
	padding: 7px 10px;
	background: #f5f5f5;
}

ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li .comment-entry{
	margin: 10px 0 0;
	border: 1px solid #eee;
	padding: 3px 10px 0;
	line-height: 24px;
}

#commentform{
	margin: 0 0 7px;
	padding: 0 10px 6px;
	border-top: 1px solid #fff;
	background: #eee;
}

#footer{
	float: left;
	width: 830px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url(images/bg_footer.gif) no-repeat;
}

#footer p{
	line-height: 18px;
	padding: 30px 20px 20px;
}

#footer a{ text-decoration: none; }
#footer a:hover{ text-decoration: underline; }


/* QIC Original */
.qiclogo {margin:10px;}

/* QIC Original Top Menu Tabs */
    #laungage {
      display:none;
      }
      /* Item ID */

.item-id{
	white-space:nowrap;
	color: #88ac0b
	font-weight: Bold;
	font-size: 1.2em;
	text-align: right;
	margin-right:50px;
	clear:both;
 	}

/* Sold Item CSS */
.soldtitle{font-size:1.2em; color: blue;}

.soldtag{color: red;}

.soldarticle{
                filter: alpha(opacity=10);               
                -moz-opacity:0.25; 
                opacity:0.25;
                position:relative;
                z-index:4;

}


/* youtube media */

.youtubearea {
	Width:500px;
	margin: 0 auto 0 auto;

	padding: 0 20px 0 20px;
}


/* postviews */
.wp-postviews{
	font-weight: lighter;
	text-decoration: none;
	white-space:nowrap;	
	font-size: 80%;

}

/* navigation */

.navigation { width:90%; margin-left:20px; }

.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 

	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
		padding: 2px 6px; 
		border: none; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #0063DC; 
		border-color: #036; 
		text-decoration: none;
	}

.adsense{margin:10px 0 10px 0; padding:10px 39px 10px 39px;}


.spitems{margin:0; padding:0; float:left;position:relative;width:242px; height:190px;}
div .artlink{position:absolute;top:0;left:0;z-index:10;width:240px, height:180px; margin:0; padding0;}
div .artlink img{border:0;margin:0;padding:0;}
div .x-art{position:absolute;width: 240px; height:180px;z-index:2;text-align:center;margin:0;padding:0;}
.x-art p{position:relative;margin:0;padding:0;}
.x-art img{height:168px;border:0;margin:0;padding:0;}
.clearface {display: none; width:240px; height: 180px;}


.selectedarea,.mainlistarea{
	Width:520px;
	margin: 0 auto 0 auto;

	padding: 0 20px 0 20px;
}


#garagearea #kpg-album-description{display:none;}

#garagearea h1{padding-left: 20px;}
#garagearea p{padding-left: 25px;}

#kpg-pictures img{margin:0; padding:0; width:60px;height:60px; }

#single-container {
	background: #FFF url(images/repeat.png) repeat-y;
	width: 560px;
	margin: 0;
	text-align: left;
}


#single-wrapper {
	width: 550px;
	float: left;
}

#garagearea�@table #kpg-pictures{margin:0 10px 0 10px; padding:0 10px 0 10px;}
#garagearea td, #garagearea tr{margin:0; padding:0;}

#ibox_overlay {height:100%;}


html>body #ibox_overlay {position:fixed;}

* html�@#ibox_overlay {position:absolute;}

#loading{font-size:2em.}

ul.dl-li{margin:0; padding:0;}
ul.dl-li li {
list-style:none; 
margin:10px 2px;
padding: 0pt 0pt 0pt 12px;
 background: transparent url(http://qicvancouver.ca/img/checkmark08.jpg) no-repeat scroll 0% 0%;
}

#text-228965181 img{
border:none;
clear:both;
}


#suzuyaad h2{
padding:0 0 0 20px;
}

#suzuyaad h3{
padding:0 0 0 40px;
}

#suzuyaad img{
border:none;
}

#suzuyaad li{
float:left;
width: 165px;
height: 320px; 
}

#creditfooter{
clear:both;
}

.notecurrency{
text-align: right;
padding-right: 30px;
}

.couponimage{
padding:0 5px;
text-align: center;
}
.post{
padding:0 4px;
}

.couponmsg{
font-size:120%;
font-weight: bold;
}
#content a{ text-decoration: none; color: #CA0F00; }
#content a:hover{ text-decoration: underline; }
#content a img{ border: 0; }
#navmenu {margin:10px 5px 0px; padding:0 40px; clear:both; text-align:center;}
#navmenu ul {margin:　5 0 0 5; padding:　5 0 0 5; 
   list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none;  margin: 1px;
   padding: 5px 3px 5px 3px; color: blue;
   background: pink;}
#navmenu ul li a:hover {	text-decoration: underline; }




.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#94E4E8}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #d0f3f5;
  border-right:1px solid #d0f3f5;
  background:#aeeaed}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f4fcfc;
  border-right:1px solid #f4fcfc;
  background:#a8e9ec}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #a8e9ec;
  border-right:1px solid #a8e9ec;}
.spiffy4{
  border-left:1px solid #d0f3f5;
  border-right:1px solid #d0f3f5}
.spiffy5{
  border-left:1px solid #aeeaed;
  border-right:1px solid #aeeaed}
.spiffyfg{
  background:#94E4E8;
  font-size:1.7em;
  text-align:center;
}

#banner a{ text-decoration: none; color: #fff; }

li .cat-item-902{
text-decoration:blink;
font-weight:lighter;
}
li .cat-item-902 a{
font-size:140%;
text-decoration: underline;
color: red;
}

li .cat-item-1141 a{
	padding-left: 29px;
	background: url(http://qicvancouver.ca/wp-content/uploads/2009/07/ebay_button.png) no-repeat
}

li .cat-item-1211 a{
font-size:126%;
color: orange;
}

#banner a{ text-decoration: none;}
#banner a:hover{ text-decoration: underline; }
#banner a img{ border: 0; }
#banner ul {margin:　0 0 0 0; padding:　0 0 0 0; 
   list-style-type: none; list-style-image: none; }
#banner li {display: inline; }
#banner ul li a {text-decoration:none;  margin: 1px;
   padding: 0px 3px 0px 3px; color: blue;}
#banner ul li a:hover {	text-decoration: underline; }


.redtag{background:red;}
.rettagtx{font-size: 8px;
color: #ffffff;}
.redtagttltag{color: red;
white-space:nowrap;}

.newtag{background:#3366ff;}
.newtagtx{font-size: 8px;
color: #ffffff;}
.newtagttltag{color: #3366ff;
white-space:nowrap;}

.ompricelist{
width: 500px;
padding: 5px 15px 5px 40px;
}

table#ompltable{
    width: 500px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table#ompltable th{
    text-align: center;
    border: 1px #E3E3E3 solid;
    background: #cccccc;
}
table#ompltable td{
    border: 1px #E3E3E3 solid;
    text-align: center;
}

table#ompltable th.omplthname{
    width: 35%;
}
table#ompltable th.omplthprice{
    width: 30%;
}
table#ompltable th.omplthoption{
    width: 20%;
}
table#ompltable th.omplthnumber{
    width: 15%;
}

table#ompltable td.ompltdname{
    background: #cccccc;
    text-align: center;
}

table#ompltable td.ompltdprice{
    font-weight: bold;
    text-align: center;
}

table#ompltable td.ompltdprice del{ 
    font-weight: lighter;
}

.listinglink{ display:none;}

.post-edit-link{ display:none;}
.similarposts{ display:none;}

}
