/*
Theme Name: Memo2
Theme URI: http://piccadillyinc.com/
Description: A custom WordPress CMS for Piccadilly.
Version: 1.6
Author: Gio Callao
Author URI: http://giocallao.com/
Tags: fixed width, two columns, widgets, cream, paper

*/


/* BASICS */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url('http://piccadillyinc.com/assets/blackbg.png') fixed;
	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0 0 20px 0;
}

a { text-decoration:none; color:#004a80; }
a:hover { text-decoration: none; color:#09F; }

#flickr img {background:#fff; padding:4px; border:1px solid #c9ab76;}
#flickr img:hover {background:#c9ab76;}
p.shippingInfo {background:none; margin-left:-30px; color:#990000; font-style:italic;}
.importantInfo {background:#fff1b7;color:#990000; font-style:normal;}

img { border: none; text-decoration: none; padding:0; vertical-align:middle; }
img.left, img.fLeft { float: left; border: none; padding: 0 10px 0 0; }
img.right, img.fRight { float: right; border: none; padding: 0 0 10px 0; }

.fLeft { float:left; }
.fRight { float:right; }
.clear { clear:both; }
.center { text-align:center; }
.right { text-align:right; }
.padTop { padding-top:30px; }
.padBottom { padding-bottom:30px; }
.padLeft { padding-left:30px; }
.padRight { padding-right:30px; }
.anchor { position:relative; z-index:100; }
.w300 { width:300px; position:relative; z-index:100; }
.w300 li { list-style-image:url('http://piccadillyinc.com/assets/pin.png'); }
.w250 { width:250px; position:relative; z-index:100; }
.w350 { width:350px; position:relative; z-index:100; }
.bold { font-weight:bold; color:#900; }
#writingSets {background:url('http://piccadillyinc.com/stock/writing_sets/main.gif') no-repeat; background-position:0px 0px; width:580px; height:300px;}
#writingSets p{padding-left:240px;padding-top:120px;}
#writingSets p b{padding:10px 0;font:bold 16px Rockwell, Georgia, "Times New Roman", Times, serif;}

ul.hList li { float:left; list-style-image:url('http://piccadillyinc.com/assets/blank.gif'); }

blockquote, .blockquote {
	background:url('http://piccadillyinc.com/assets/tape.png');
	width:600px;
	margin:5px 0;
	padding:12px 10px;
	position:relative;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	border:1px solid #E8DABA;
}
button { padding:0 5px; }
code { font-family:"Courier New", Courier, monospace; }
sup { line-height:1px; position:relative; top:2px; }

div.hr {
	border-bottom:1px dashed #999;
	width:100%;
	margin:20px 0;
	clear:both;
}
hr { display:none; }
br.clear {
	clear:both;
	line-height:10px;
}

.shadow {
	box-shadow:1px 2px 4px #999;
	-webkit-box-shadow:1px 2px 4px #999;
	-moz-box-shadow:1px 2px 4px #999;
}
img.mat {
	background:url('http://piccadillyinc.com/assets/mat.jpg') repeat #FCFAED;
	padding:10px 10px 15px 10px;
}



/* CONTAINER */


#container {
	width: 900px;
	margin:40px auto 60px auto;
	padding:0;
	background:url('http://piccadillyinc.com/assets/paperfold.png') #FCFAED;
	color:#333;
	overflow:visible;
	position:relative;
	z-index:100;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	box-shadow:1px 2px 18px #111;
	-webkit-box-shadow:1px 2px 18px #111;
	-moz-box-shadow:1px 2px 18px #111;
}



/* HEADER */

#header {
  	width: 900px;
	height:132px;
	color: #fff;
	border-bottom:2px solid #73297F;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}

#header h2 {
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

#mainLogo {
	position:relative;
	top:15px;
}

#splash {
	padding:0;
	overflow:hidden;
	height:301px;
}

#sticker {
	position:fixed;
	top:0;
	right:0;
	z-index:150;
}

#feedback {
	position:fixed;
	left:0;
	top:180px;
	z-index:150;
}
#shopify {position:absolute;top:12px; left:670px; z-index:140;color:#cccccc;}

.rss {margin-bottom:-5px; padding-left:4px;}

/* MAIN MENU */

div #menu {
	font:1.8em Rockwell, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	position:relative;
}


#menu ul {
	margin:0;
	padding:0 14px;
	float:right;
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	padding:4px 12px;
	margin: 0;
	display:block;
	color:#999;
	border-left:1px dashed #F7F7F7;
	border-right:1px dashed #F7F7F7;
}
#menu ul li a:hover {
	text-decoration:none;
	color:#306;
	border-left:1px dashed #9797FF;
	border-right:1px dashed #9797FF;
}
#current {
	color:#6633FF;
}



/* CONTENT */

#content {
	float: right;
	width:630px;
	margin:5px 8px;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
}
.post li { list-style-image:url('http://piccadillyinc.com/assets/pin.png'); }
.post h2, .h2, h2 {
	background:url('http://piccadillyinc.com/assets/tape.png');
	border:1px solid #E8DABA;
	border-bottom:3px solid #CC3300;
	padding:10px 15px 8px 15px;
	margin:0 0 6px 0;
	font:bold 24px Rockwell, Georgia, "Times New Roman", Times, serif;
	text-shadow:#FFF 1px 1px 1px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}	
.post h2 a, .h2 a, .h3 a {
	color:#900;
	text-decoration: none;
}
.post h2 a:hover, .h2 a:hover, .h3 a:hover {
	color:#600;
	text-decoration: none;
}
.post h3, .w300 h3, .h3 {
	background:url('http://piccadillyinc.com/assets/tape2.png');
	border:1px solid #EEE0C0;
	margin:15px 0 10px 0;
	padding:5px 10px;
	font:bold 18px Rockwell, Georgia, "Times New Roman", Times, serif;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.post h4 {
	padding:10px 0;
	font:bold 16px Rockwell, Georgia, "Times New Roman", Times, serif;
}
.post ul {
	margin:12px 0 12px 32px;
}
.post ul li {
	list-style-position:outside;
	list-style-type:circle;
}
.post ol {
	padding:0 0 0 30px;
}
.entry {
	background:url('http://i33.tinypic.com/5s76c.gif');
	font:12px/20px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding:5px;
	position:relative;
	z-index:100;
}
.post a + img {
	text-decoration:none;
	border:0 !important;
}
.entry p {
	margin-bottom:10px;
}

.postmetadata{
	clear: both;
	background:#EEE0C0;
	padding:6px;
	margin: 20px 0;
	}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar, .sidebarlet {
	font:1.2em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	width:200px;
	float:left;
	margin: 0 0 0 20px;
	padding: 0;
	}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
	border-bottom:1px dashed #CCC;
}

#sidebar ul ul li {
	list-style-type: none;
	padding:2px 0 0 10px;
	border-top:1px dashed #CCC;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
}
#sidebar a {
	display:block;
	font:16px Rockwell, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#333;
}
#sidebar a:hover {
	color:#777;
}

.mainCat {
	font:normal 11px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#777;
	text-transform:uppercase;
	letter-spacing:1px;
}
.prodList li { margin-left:20px; }


#extras {
	position:relative;
}



/* PRODUCTS PAGE - MAIN */

#catalog {
}
#catalog li {
	float:left;
	width:110px;
	height:160px;
	padding:20px 10px 10px 10px;
	margin:2px;
	list-style:none;
	text-align:center;
	font:13px/24px Rockwell, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	border:1px dashed #EEE0C0;
}
#catalog li a {	color:#333; }
#catalog li a:hover { color:#777; }
#catalog li:hover {
	background:url('http://piccadillyinc.com/assets/tape2.png');
}



/* PRODUCT DETAILS */

p.prodDesc {
	font:12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

.features ul {
	margin:0 0 0 20px;
}
.features li {
	width:250px;
	float:left;
	list-style:disc;
	list-style-position:inside;
}

div.isbn {
	width:190px;
	float:right;
	margin:0 0 20px 0;
	padding:10px;
	background:url('http://piccadillyinc.com/assets/tape.png');
	border:1px dashed #CCC;
}
.isbn dl {
}
.isbn dt {
}
.isbn dd {
	padding-left:30px;
	margin-bottom:10px;
}
.isbn .buy {
	position:relative;
	float:right;
}

div.details {
	width:360px;
	margin:1px 1px 20px 1px;
	padding:10px;
	line-height:18px;
	position:relative;
	z-index:100;
}
.details dt {
	float:left;
	width:84px;
	color:#888;
}
.details dd {
	color:#000;
	margin-left:90px;
}
div.wideDetails {
	width:360px;
	margin:1px 1px 20px 1px;
	padding:10px;
	line-height:18px;
	position:relative;
	z-index:100;
}
.wideDetails dt {
	float:left;
	width:auto;
	color:#888;
}
.wideDetails dd {
	color:#000;
	margin-left:95px;
}

div#productWrap {
	position:relative;
	z-index:300;
}



/* SUGGESTED RETAIL PRICES */
.srpS {
	width:170px;
	border-right:1px dashed #CCC;
	margin:0 10px 0 20px;
	float:left;
}
.srpM {
	width:170px;
	border-right:1px dashed #CCC;
	margin:0 10px 0 20px;
	float:left;
}
.srpL {
	width:170px;
	margin:0 10px 0 20px;
	float:left;
}
.srp ul {
	margin:0;
	padding:0;
	z-index:100;
}
.srp ul li {
	width:100px;
	padding-left:20px;
	float:left;
	list-style:url('http://piccadillyinc.com/assets/pin.png') inside;
	color:#555;
}
.srp ul li.bold {
	font-weight:bold;
	color:#303;
}


div.twobox {
	width:200px;
	height:260px;
	margin:10px 20px 10px 50px;
	padding:20px 10px;
	text-align:center;
	border:1px dashed #CCC;
}
div.twobox img.newStamp {
       height:55px;
	width:55px;
	margin-top:-20px;
	margin-left:110px;
	position:absolute;
	overflow:hidden;
	z-index:30;
}

div.twobox:hover {
	background:url(http://piccadillyinc.com/assets/tape.png);
	border:1px dashed #999;
}
.twobox h5 {
	font-size:13px;
	color:#606;
	font:14px Rockwell, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin:5px 0 15px 0;
}
.twobox h6 {
	font-size:11px;
	font-weight:normal;
	color:#000;
}
.twobox dl {
	margin-left:10px;
}
.twobox dt {
	float:left;
	margin-right:5px;
	width:20px;
	color:#888;
	font-size:10px;
}
.twobox dd {
	color:#000;
	font-size:10px;
}


div.fourbox {
	width:135px;
	height:260px;
	margin:10px 3px 10px 3px;
	padding:20px 3px;
	border:1px dashed #CCC;
        font:8px;
}
div.widebox {
	width:265px;
	height:260px;
	margin:10px 3px 10px 3px;
	padding:20px 3px;
	border:1px dashed #CCC;
        font:8px;
}
div.fourbox:hover, div.widebox:hover {
	background:url('http://piccadillyinc.com/assets/tape.png');
	border:1px dashed #999;
}
.fourbox h5{
	color:#606;
	font:14px/16px Rockwell, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin:10px 0 15px 0;
	height:24px;
        text-align:center;
}
.widebox h5 {
	color:#606;
	font:14px/16px Rockwell, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin:10px 0 15px 0;
	height:24px;
        text-align:center;
}

.fourbox h6, .fourbox, .small {
	font-size:9px;
	font-weight:normal;
	color:#000;
        text-align:center;
}
.widebox h6,  .widebox {
	font-size:9px;
	font-weight:normal;
	color:#000;
        text-align:center;
}
.fourbox abbr{
	border-bottom:1px dotted #999;
}
.widebox abbr {
	border-bottom:1px dotted #999;
}



div.fourbox img.newStamp{
	height:40px;
	width:40px;
	margin-top:-28px;
	margin-left:45px;
	position:absolute;
	overflow:hidden;
	z-index:30}

div.widebox img.newStamp{
	height:40px;
	width:40px;
	margin-top:-28px;
	margin-left:45px;
	position:absolute;
	overflow:hidden;
	z-index:30}

div.fourbox img.popStamp{
	height:43px;
	width:59px;
	margin-top:-30px;
	margin-left:25px;
	position:absolute;
	overflow:hidden;
	z-index:30}

#catalog li img.popStamp{
	height:50px;
	width:69px;
	margin-top:-20px;
	margin-left:40px;
	position:absolute;
	overflow:hidden;
	z-index:30}

div.stamp {
	width:1px;
	height:1px;
	position:absolute;
	overflow:visible;
	z-index:1!important;
}
.stamp img {
	z-index:1;

}
div.bts {
	position:absolute;
	z-index:8
}

/* ----WIRE O CATS----- */
h4.wireO {background: url('http://piccadillyinc.com/assets/wireOcats/featured.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}

h4.animalprint {background: url('http://piccadillyinc.com/assets/wireOcats/animalprint.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}

h4.anime {background: url('http://piccadillyinc.com/assets/wireOcats/anime.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}

h4.art {background: url('http://piccadillyinc.com/assets/wireOcats/art.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}

h4.asian {background: url('http://piccadillyinc.com/assets/wireOcats/asian.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}

h4.butterflies {background: url('http://piccadillyinc.com/assets/wireOcats/butterflies.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}

h4.children {background: url('http://piccadillyinc.com/assets/wireOcats/children.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}

h4.colors {background: url('http://piccadillyinc.com/assets/wireOcats/colors.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}

h4.floral {background: url('http://piccadillyinc.com/assets/wireOcats/floral.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}


h4.grunge {background: url('http://piccadillyinc.com/assets/wireOcats/grunge.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}


h4.hearts {background: url('http://piccadillyinc.com/assets/wireOcats/hearts.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}


h4.miscellaneous {background: url('http://piccadillyinc.com/assets/wireOcats/miscellaneous.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}


h4.music {background: url('http://piccadillyinc.com/assets/wireOcats/music.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}


h4.nature {background: url('http://piccadillyinc.com/assets/wireOcats/nature.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}


h4.patterns {background: url('http://piccadillyinc.com/assets/wireOcats/patterns.jpg');padding:5px 15px; color:#ffffff; -moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-bottom: 2px solid #000;margin-bottom:7px;font:1em "Lucida Grande", "Lucida Sans Unicode", sans-serif; text-transform:uppercase; letter-spacing: 1px; font-weight:bold;}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:30px 0;
	text-align:center;
}
#searchform input#s{
	background:#F2F1DA;
	margin:0;
	padding:2px 8px;
	width:184px;
	position:relative;
	left:-10px;
	font:italic 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#777;
	border:1px solid #EEE0C0;
	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
#searchform input#s:hover {
	border:1px solid #CC3300;
}
#searchform input#s:focus {
	background:url('http://piccadillyinc.com/assets/tape.png');
	color:#333;
	border:1px solid #CC3300;
}

div.searchInfo {
	background:url('http://piccadillyinc.com/assets/tape2.png');
	width:180px;
	padding:5px 10px;
	position:relative;
	left:-10px;
	border:1px solid #EEE0C0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
strong.searchInfo {
	color:#900;
	font-weight:bold;
}
	
/* misc */

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignRight {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignLeft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignRight {
	float: right;
	}

.alignLeft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	clear: both;
	width: 100%;
	border-top:1px solid #73297f;
}
#footer p { padding:14px 0;margin: 0; color: #999; text-align:center; }
#footer a { color: #BCBCBC; text-decoration: none; }
#footer a:hover { color:#606; border-bottom:1px dotted #606; }

#usermessages {
	display:none;
}
#shade {
	background:url('http://piccadillyinc.com/assets/shade.png') repeat-x;
	width:100%;
	height:200px;
	position:fixed;
	bottom:0;
	z-index:1;
}



/* TWITTER */

.aktt_tweets {
}
.aktt_tweets ul {
	margin:0;
}
.aktt_tweets li {
	border-bottom:1px dashed #E2D29A;
	padding:10px 5px;
	list-style:none !important;
}
.aktt_tweets li:hover {
	background:url('http://piccadillyinc.com/assets/tape2.png');
}
li.aktt_more_updates {
	font-weight:bold;
}
.aktt_tweet_time {
	display:block;
	text-align:right;
	font:9px/18px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.aktt_tweet_reply {
	color:#999;
}



/* FLICKR */
ul.flickrRSS {
	margin:0;
}
.flickrRSS li {
	list-style:none !important;
	float:left;
	width:150px;
	height:120px;
	padding:10px 0;
	text-align:center;
}
.flickrImg {
	max-height:120px;
	border:5px solid #FFF;
	box-shadow: 2px 2px 3px #BBB;
	-moz-box-shadow: 2px 2px 3px #BBB;
	-webkit-box-shadow: 2px 2px 3px #BBB;
}



/* ART PRINTS */
.events {
	
}
.tableEvent {
	width:300px;
}
.tableLoc {
	width:200px;
}
.tableDate {
	width:100px;
}


/* ART PRINTS */
.artprint {
	display:table;
}
.artprint li {
	padding-right:8px;
	display:table-cell;
	vertical-align:middle;
}
.artprint img {
	box-shadow:1px 2px 2px #CCC;
	-webkit-box-shadow:1px 2px 2px #CCC;
	-moz-box-shadow:1px 2px 2px #CCC;
}



/* WIREO */
.wireCat {
}
.wireCat h5 {
	color:#777;
}
.wireoTabs {
}
.idTabs {
	list-style:none;
	width:620px;
	position:relative;
	left:-20px;
}
.idTabs li {
	float:left;
	width:110px;
	margin-right:10px;
	margin-bottom:10px;
	list-style:none !important;
	border:1px solid #EEE0C0;
	font-size:11px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.idTabs a {
	display:block;
	padding-left:10px;
}
.idTabs li:hover {
	background:url('http://piccadillyinc.com/assets/tape2.png');
}

.cform label {
width:100%!important;
}