/* @override 
	http://shelrae.tdcake.com/css/default.css
*/

/******************************************************************************
STYLESHEET
Created: 2008 by Ariane Salvador for Tyler Digital

*****************************************************************************/

/* @group Global */

body {
	background-color: black;
	color:#fff;
	font-family:verdana, arial, tahoma,"lucida grande", helvetica, arial, sans-serif;
	font-size:10pt;
	text-align:center;
}
p {
	color: #fff;
	line-height: 1.7;
	margin: 15px 0;
}
h1 {
	color: #9999CC;
	font-variant: small-caps;
	font-size: 24pt;
	letter-spacing: -2px;
}
h2 {
    color: #9999CC;
	font-weight:bold;
    font-size: 18px;
    line-height:1.7;
}
h3 {
	color: #9999CC;
	clear:both;
	margin-top: 20px;
    font-size: 18px;
}

a.return_home {
    color: #9999CC;
	font-size: 12pt;
	letter-spacing: -1px;
	text-decoration: underline;
}
#container {
	background-color: black;
	border: 3px #fff solid;
	margin: auto;
	margin-top: 10px;
	min-height: 611px;
	overflow: auto;
	position: relative;
	width: 950px;
}
div.store_location {
	float: left;
	margin-left: 20px;
	margin-top: 50px;
}
div.store_location p.address {
	text-align: center;
}
div#page_image {
	display: inline;
	float: left;
}
div#page_image img {
	width: 305px;
}
div#page_main {
	background-color: black;
	display: inline;
	float: left;	
	margin-left: 5px;
	width: 635px;
}
.clear {
	width: 100%;
	clear: both;
}

/* @end */

/* @group Header */

#header {
	display: inline;
	margin-top:30px;
	width: 600px;
}
#collections_top {
	background-color: #000;
	clear: both;
	display: none;
	height:3px;
}
#collections {
	margin: 0;
	padding: 5px 0 0 0;
}
#collections ul {
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
}
#collections ul li {
	display: inline;
	list-style-type: none;
	padding: 0;
}
#collections ul li img{
	margin: 0;
}

/* @end */



/* @group Navigation */

/* Navigation */
#navigation {
    background-color: #000;
    border-bottom: dotted 1px #ccc;
    border-top: dotted 1px #ccc;
    font-weight:normal;
	height:1.4em;
    text-align: center;
}
#navigation a {
	color: #fff;
    font-size: 10px;
	font-weight:bold;
	text-decoration: none;	
	text-transform:uppercase;
}
#navigation ul {
    list-style-type: none;
    padding-left:50px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
#page_links { /*Used for links to previous and next gallery pages*/
	bottom: 0;
	clear: both;
	font-size: 8pt;
	height: 20px;
	left: 630px;
	position: absolute;
	text-align: right;
	top: 125px;
	width: 300px;
}
#page_links div.disabled {
	display: none;
}
#page_links a {
	color: #ccc;
}
#page_links a:hover {
	color: #fff;
}
#page_links span.current{
	font-weight: bold;
	font-size: 10pt;
}

/* @end */


/* @group Content */

/* Content */

#content {
	margin: 20px 10px auto 10px;
	text-align:left;
}

/* @end */

/* @group Bio */
#pp-bio {
	line-height: 1.5
}
#pp-bio blockquote {
	text-align: center;
	margin: 25px 50px;
}
#pp-bio blockquote em {
	display: block;
	text-align: right;
	margin-right: 75px;
	font-style: normal;
}


/* @end */

/* @group Homepage */
.cornerz {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #fff;
	background-color: #00;
}
.window {
	width: 300px;
	height: 100px;
	float: right;
	margin-bottom: 15px;
	background: url(/img/structural/windowbg.gif) repeat-x bottom;
	
	width: 500px;
	height: 120px;
	margin-top: 15px;
	margin-right: 50px;
}
.window dt {
	height: 0;
	overflow: hidden;
	margin-top: 10px;
}
.window.hope dt {
	background: url(/img/titles/the-hope-necklace.gif) no-repeat top center;
	padding-top: 25px;
}
.window.kazuri dt {
	background: url(/img/titles/small-and-beautiful.gif) no-repeat top center;
	padding-top: 40px;
}
.window.story dt {
	background: url(/img/titles/watch-video.gif) no-repeat top center;
	padding-top: 65px;
}
.window dl {
	float: left;
	width: 135px;
	margin-left: 10px;
	font-size: 10px;
	text-align: center;
	
	margin-left: 75px;
	margin-top: 10px;
}
.window dd {
	line-height: 1.4;
	margin-bottom: 5px;
	color: #fff;
}
.window dd a {
	color: #516499;
	text-transform: uppercase;
}
.window img {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	
	margin-top: 15px;
	margin-right: 15px
}
.kazuri {
	text-align: center;
}
.kazuri object {
	margin: 0 auto;
}
.home img.feature {
	float: left;
	display: none;
}
/* @group Hope */

.hope p {
	font-size: 14px;
	width: 275px;
	float: right;
}

.hope p.quote strong {
    color: #9999CC;
    line-height:4;
	font-weight:bold;
	font-size: 20px;
}

.hope p.specs {
    color: #9999CC;
	font-size: 10px;
	line-height:1.5;
}

.hope p.quote  {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	line-height:normal;
	margin:0;
	padding: 15px;
	padding-top: 25px;
	text-align: center;
}

.hope img.feature {
	float: left;
}

/* @end */
.about p {
	font-size: 14px;
}
.quote p {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	line-height:normal;
	margin:0;
	padding: 10px;
	text-align: center;
}
.home p.kazuri_story {
	position: relative;
	right: 25px;
}
.home p.quote span {
	font-size: 10pt;
}
.news {
	border: solid 1px #CCC;
	float:left;
	height:120px;
	margin-right: 10px;
	margin-bottom:20px;
	position:relative;
	width:280px;
}
.news p, h2 {
	font-weight:bold;
	margin:0 0 0 150px;
	line-height:normal;
	text-align:center;
}
.news h2 {
	margin-top:30px;
}
.news img {
	left:10px;
	position:absolute;
	top:10px;
}
.caption {
	font-size:8px;
}

/* @end */

/* @group Detail */
.image_view img {
	width: 610px;
	height: 440px;
}
.image_info {
	line-height: 1.7;
}
.image_info dt {
	display: inline;
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	text-transform: uppercase;
}

/* @end */

/* @group Collections Pagees */

/* Thumbnails */
.thumb {
	background-color: black;
	border: solid 5px #fff;
	float:left;
	height:139px;
	margin: auto 5px 5px auto;
	overflow: hidden;
	width:190px;
}

.thumb img {
	display: block;
	height:139px;
	margin:0;
	padding: 0;
	width:190px;
}

/* @end */

/* @group About */

.signature {
	display: block;
	margin-top: 5px;
	margin-right: 50px;
	text-align: right;
	font-weight: bold;
}

/* @end */

/* @group Contact */

/* Contact */
ul#contact_info {
	display: table;
}
ul#contact_info li {
	display: table-row;
}
ul#contact_info li .label, ul#contact_info li .value {
	border-bottom: 1px solid silver;
	display: table-cell;
	font-size: 16pt;
	font-variant: small-caps;
	padding: 5px;
}
ul#contact_info li .label {
	font-weight: bold;
	padding-right: 30px;
	text-align: right;
}
ul#contact_info li .value {
	letter-spacing: 5px;
}

/* @end */

/* @group Footer */

/* Footer */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 3px;
	padding-top: 0;
	text-align: left;
	width: 950px;
}
#footer p {     
    color:#ccc;
    margin: 0;
}
#footer p a {
	color: #ccc;
	text-decoration: underline;
}

/* @end */

