/*
* Style sheet for ceskinner.com
*
*  Colors:
*     orange: #ee9c00
*
*/

/*
 * tag selector styles
 */
 
* {
	margin: 0;
	padding: 0;
	border: 0;
}
 
body {
	background: #333 url(/img/bbg.gif) top left repeat-x;
	font: medium "Arial Narrow", Arial, sans-serif;
	color: #fff;
	background-color: #333;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	text-align: justify;
}

p, ul, li, dl, dd, dt {
	font-family: "Arial Narrow", Arial, sans-serif;
}

p {
	margin: 1em 0;
}

dl {
	margin: 1em 0;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

dd {
	margin-left: 0.5em;
}


h1 {
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	margin-top: 1em;
}

a { 
	color: #ee9c00;
	text-decoration: none; 	
}

a:hover { 
	color: #fff; 
}

a.selected, a.selected:hover {
	background: transparent url(/img/orange-bullet.gif) 0 0.5em no-repeat;
 	padding: 0 0 0 12px;
	margin: 0;
}

a {
  outline: none;
}

img { 
	border: 0px; 	
}


/*
 * Tag selector classes
 */
p.centered {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}


#highlight {
	position: relative;
	height: 500px; 
	width: 500px;
	
}

table.header {
	width: 920px;
}

dl.address {
	padding-top: 20px;
	float: left;
	width: 50%;
}

dl.address dt {
	font-weight: bold;
}

dl.address dd {
	font-weight: normal;
}

dl.address dd p {
	margin: 0;
	padding: 0;
}

.quote {
	padding: 2px 1em;
	border: 1px solid #000;
	background: #444;
	margin: 1em;
}

.quote .sig {
	color: #ee9c00;
	text-align: right;
}

.quote1 {
	padding: 18px 8px 4px 24px;
	margin: 0;
	background: #e7dbae url(/img/openq.gif) 4px 4px no-repeat;
}


/*
 * Layout
 */

#container {
	position: relative;
	width: 1100px;
}

#header {
	position: relative;
	width: 100%;
	height: 81px;
	margin-bottom: 10px;
}

#logo {
	position: absolute;
	bottom: 0;;
	left: 0;
	height: 33px;
	width: 340px;
}

#links {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 760px;
}

#links ul {
	width: 750px;
	margin: 0 auto;
}

#main {
	width: 100%;
	min-height: 3000px;
}

#sidebar {
	float: left;
	width: 340px;
	margin-top: 30px;
}

#content-wrapper {
	float: left;
	width: 760px;
}

#content {
	width: 680px;
	margin: 30px auto;
	
}


/*
 * links selectors
 */

#links ul {
	position: relative;
	list-style: none;
	background: transparent url(/img/links.gif) top left no-repeat;
	height: 30px;
	padding: 0;
}

#links li {
	position: absolute;
	top: 8px;
	height: 12px;
}

#li_home { left: 18px; width: 38px; }
#li_book{ left: 74px; width: 80px; }
#li_artworks{ left: 178px; width: 57px; }
#li_studio { left: 262px; width: 48px; }
#li_statement { left: 333px; width: 111px; }
#li_resume { left: 471px; width: 49px; }
#li_galleries { left: 543px; width: 114px; }
#li_contact { left: 678px; width: 49px; }

#links a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-indent: -9999px;

}

#home #li_home a, #li_home a:hover                { background: url(/img/links.gif) -18px -31px; }
#unleashed #li_book a, #li_book a:hover           { background: url(/img/links.gif) -74px -31px; }
#artworks #li_artworks a, #li_artworks a:hover    { background: url(/img/links.gif) -178px -31px; }
#studios #li_studio a, #li_studio a:hover         { background: url(/img/links.gif) -262px -31px; }
#statement #li_statement a, #li_statement a:hover { background: url(/img/links.gif) -333px -31px; }
#resume #li_resume a, #li_resume a:hover          { background: url(/img/links.gif) -471px -31px; }
#galleries #li_galleries a, #li_galleries a:hover { background: url(/img/links.gif) -543px -31px; }
#contact #li_contact a, #li_contact a:hover       { background: url(/img/links.gif) -678px -31px; }


/*
 * main
 */
 
#main {
	background: #333 url(/img/gyagye_uchan.gif) top left repeat-y;

}

body#pieces #main, body#resume #main {
	background: #333 url(/img/gyagye_uchan_dark.gif) top left repeat-y;
}

/*
 * navbar selectors
 */
 
#sidebar {
	font-weight: bold;
	font-size: small;
}

#sidebar dl {
	margin: 0 0 10px 40px;
	padding: 0;
	font-weight: bold;
}

#sidebar dt {
	margin: 0;
	padding: 0;
}

#sidebar dt a {
	/*color: #c00;*/
}

#sidebar dd {
	margin: 0 0 0 20px;
	padding: 0;
}

#sidebar p {
	margin: 10px 0 0 50px;
}

/* 
 * Content selectors
 */

/*
 * Icon selector (child of container)
 */
 
 
#icons {
	width: 540px;
	
}

#content .icon {
	position: relative;
	float: left;
	text-align: center;
	margin: 0 30px 15px 0;
	padding: 0;
	width: 150px;
	height: 195px;
}

.div-image a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: 1px solid #333;
}

#content .div-image a:hover {
	border: 1px solid #666;
}

#content .icon a {
	font-size: 90%;
	font-weight: bold;
	color: #ccc;
}

#content .icon p {
	font-size: 14px;
	text-align: center;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#content .icon p a:hover {
	text-decoration: none;
	color: #fff;
}

#content #series-statement a,
#unleashed #content a  {
	font-size: 80%;
	color: #ee9c00;
}



.slideshow {
	margin-top: 1em;
	margin-bottom: 2em;
}

/*
 * thumbnail
 */
 
#thumbnails {
}

#content .thumbnail {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 15px 0 0;
	text-align: center;
}

/*
 * piece
 */

.piece {
	width: 100%;
	margin-top: 4px;
 }

.sold {
	color: #c00;
}

/*
 * Piece selectors (child of container)
 */
 
#content #piece_container {
	color: #fff;
	width: 600px;
	margin: 0 auto;
}

#piece_container #piece_frame {
	height: 500px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px auto;
}

#piece_container #piece_info {
	padding-left: 10px;
}

/*
 * Upcoming shows
 */
 
#news {
	margin-bottom: 2em;
}

#special {
	margin-top: 2em;
}

#upcoming {
	margin-top: 20px;
	text-align: left;
	line-height: 1.4em;
	width: 100%;
}

 
#upcoming h3 {
 	font-size: 120%;
	font-weight: normal;
	letter-spacing: 1px;
}
 
#upcoming ul {
 	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 95%;
	line-height: 1.5em;
}
 
#upcoming li {
	background: transparent url(/img/orange-bullet.gif) 0 0.5em no-repeat;
 	padding: 0 0 0 12px;
	margin: 0 0 0 9px;
}

#upcoming strong {
	font-weight: normal;
}

#upcoming a, #special a {
	color: #ee9c00;
	font-weight: bold;
}

#nav-pieces  {
	font-weight: bold;
	margin-left: 50px;
	width: 230px;
	padding: 0;
}

#nav-pieces h2 {
	margin: 0 0 4px 0;
	background: url(/img/grey-bullet.gif) 0 8px no-repeat;
	text-align: left;
	font-size: 14px;
	text-indent: 12px;
	margin-left: -12px;
}

.statement {
	font-size: 80%;
}

#nav-pieces h2.selected .statement a {
	color: #fff;
}

#nav-pieces h2.selected {
	background: url(/img/orange-bullet.gif) 0 8px no-repeat;
}

#nav-pieces h2.selected a {
	color: #ee9c00;
}

#nav-pieces ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#nav-pieces ul li {
	font-weight: bold;
	background: transparent url(/img/grey-bullet.gif) 0 0.5em no-repeat;
 	padding: 0 0 0 16px;
	margin: 0;
}

#nav-pieces ul li.selected {
	background: transparent url(/img/orange-bullet.gif) 0 0.5em no-repeat;
}

#nav-pieces ul li.statement {
	background-image: none;
}

.thumbnail {
	padding-right: 10px;
	padding-bottom: 20px;
}

ul.pagination {
	padding: 0;
	margin: 10px 0;
	border-bottom: 1px solid #333;
	text-align: left;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
}

.pagination li {
	display: inline;
	padding: 0 7px;
}

.pagination .li-next {
	border-left: 1px dotted #fff;
}


.div-image a {
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	display: block;
}

#resume thead {
	display: none;
}

#resume td {
	padding-right: 40px;
}

#resume #main ul {
 	list-style: none;
	padding: 0;
	margin: 0 0 0 50px;
	line-height: 1.5em;
}
 
#resume #main li.selected {
	background: transparent url(/img/orange-bullet.gif) 0 0.5em no-repeat;
 	padding: 0 0 0 12px;
	margin: 0 0 0 9px;
}

#contact #content img {
	float: right;
	padding-left: 12px;
}

#galleries #content div {
	margin-bottom: 2em;
}

#galleries #content ul {
 	list-style: none;
	padding: 0;
	margin: 1em 0 0 0;
	font-size: 95%;
	line-height: 1.5em;
}
 
#galleries #content li {
	background: transparent url(/img/orange-bullet.gif) 0 0.5em no-repeat;
 	padding: 0 0 0 12px;
	margin: 0 0 0 9px;
}

#footer {
	position: relative;
	clear: both;
	width: 100%;
	text-align: left;
	margin-top: 30px;
	font-size: 90%;
	color: #ccc;
}

/* 
 * Unleashed 
 */
#unleashed .item {
	margin-bottom: 2em;
}

#unleashed .item img  {
	float: left;
	padding-right: 20px;
}

#unleashed .item ul {
	list-style: none;
}

#unleashed .item li.title {
	font-size: 110%;
	font-weight: bold;
}
 
 
#unleashed-prints {
	width: 600px;
}

#unleashed-prints h1 {
	margin-bottom: 1em;
}

#unleashed-prints .intro {
	width: 100%;
	margin: 0;
	color: #fff;
}

#unleashed-prints .intro img {
 	float: right;
	padding-left: 20px;
}

#unleashed-prints .intro ul {
 	list-style: none;
}

#unleashed-prints .intro li {
	background: transparent url(/img/orange-bullet.gif) 0 0.5em no-repeat;
 	padding: 0 0 0 12px;
	margin: 0 0 0 9px;
}

#unleashed-prints .main  {
	background: url(/img/unleashed_prints_hr.gif) top left repeat-x;
	padding-top: 4px;
}

#unleashed-prints .main h3 {
	color: #b70000;
	font-size: 120%;
}

#unleashed-prints .main p {
	margin: 0 10px 1em 0;
	line-height: 1em;
}

#unleashed-prints .print-info  {
	background: url(/img/unleashed_prints_hr.gif) bottom left repeat-x;
	padding: 10px 8px 20px 8px;
	margin: 0;
	color: #c48b66;
}

#unleashed-prints .print-info h3 {
 	font-size: 100%;
}

#unleashed-prints .print-info ul {
 	list-style: none;
}

#unleashed-prints .print-info ul li.size,
#unleashed-prints .print-info ul li.medium
{
 	font-size: 80%;
}

#unleashed-prints .print-info-image {
	float: right;
	margin-left: 10px;
	text-align: right;
	width: 160px;
}


#unleashed-prints .even {
	background-color: #e4d5b2;
}

#unleashed-prints .odd {
	background-color: #f0e5c9;
}

#unleashed .product {
		margin-top: 1em;
}
#unleashed-prints .product  {
}


#unleashed-prints .googlecart-add {
	color:#53493f;
	background:#ccc;
	padding:0 8px;
	margin-left:4px;
	border: 1px solid #53493f;
}



.override #googlecart-widget-head { background: #ccc; } 
.override #googlecart-widget-list { color: #000; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */