/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: minu - Heike Theis
Author URI: http://minu.co.nz/
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Typography baseline 20px
----------------------------------------------- */
/* em unit declaration needed for safari bug */

body, 
input, 
textarea, 
select,
optgroup {
	color:              #202020;
	font-family: 		    "Lucida Sans","Lucida Grande","Verdana",Helvetica,sans-serif;
	font-size:          12px;
	line-height:        1.667em; /* baseline 20px */ 
}
@font-face {
	font-family: 'oyster';
	src: url('fonts/oyster/oyster-webfont.eot');                                   /* IE 5-8 */
	src: local('☺'),                                                              /* sneakily trick IE */
		url('fonts/oyster/oyster-webfont.woff')                format('woff'),     /* FF 3.6, Chrome 5, IE9 */
		url('fonts/oyster/oyster-webfont.ttf')                 format('truetype'), /* Opera, Safari */
		url('fonts/oyster/oyster-webfont.svg#webfontzza2Slpr') format('svg');      /* iOS */
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {	
	color:              #444;	
	/*font-family: 		    Georgia, Times New Roman, serif;*/
	font-size:          12px;
	font-weight:        normal;
	line-height:        1.667em; /* baseline 20px */ 
	word-spacing:       -0.125em;
}
 
h1 {
	font-size:          20px;
	line-height:        1em; /* baseline 20px */ 
	margin-bottom:      1em;
}

h2 {
	font-size:          18px;
	line-height:        1.111em; /* baseline 20px */ 
	margin-bottom:      1.111em;
}
h3 {
	font-size:          16px;
	line-height:        1.25em; /* baseline 20px */ 
	margin-bottom:      1.25em;
}
h4 {
	font-size:          14px;
	line-height:        1.43em; /* baseline 20px */ 
	margin-bottom:      1.43em;
}
h5 {
	font-size:          12px;
	line-height:        1.667em; /* baseline 20px */ 
	margin-bottom:      1.667em;
}

abbr,
acronym {
	letter-spacing:     0.05em;
}

p {
	word-spacing:       0.125em;
}
code {
	color:              #202020;
	font-family:        "Courier New", sans-serif;
	font-size:          12px;
	line-height:        1.667em; /* baseline 20px */ 
	}

/* Tags
----------------------------------------------- */
* {
	margin:             0;
	padding:            0;
}

html,
body {
	background-color:   #fff;
}
body {
	position:           relative; /*prevent ie6 +ie7(beta 2) bug where position:relative becomes :fixed when resize*/
	height:             100%;    /*required for ie<7 if there is an other element inside with height: xy%*/
	/*width:              auto;    required for ie<7 if there is an other element inside with height: xy scrollbar???%*/
}


abbr,
acronym {
	border-bottom:      1px dotted #202020; /* !!!!!!!!! - dummy - !!!!!!!!! */
	cursor:             help;
	font-style:         normal;
}

a img {
	border:             none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:              #202020;
	text-decoration:    none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover  {
	color:              #202020;
	text-decoration:    underline;
}
h1 a:link,
h1 a:visited,
h1 a:active,
h2 a:link,
h2 a:visited,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:active,
h4 a:link,
h4 a:visited,
h4 a:active  
  {
	color:              #202020;
}

address,
dl,
form, 
ol,
p,
table,
ul {
	margin-bottom:      1.667em; /* baseline 20px */ 
}
p.fineprint {	
		font-size:          10px;
		line-height:        2.0em; /* baseline 20px */ 
		margin-bottom: 			20px;
}
ul {
	margin-left: 16px;
}

address {
	font-style:         normal; 
}
blockquote {
	margin-bottom:      1.667em; /* baseline 20px */ 
	margin-top:         1.667em; /* baseline 20px */
	margin-left:        60px; /* baseline 20px */ 
	border-left:		3px solid #efefef;
	padding-left:20px;
	font-style:         italic;
	/*text-align:         center;*/
	color: #303030;
	
}
blockquote p:before {
	content:            "";
}
blockquote p:after {
	content:            "";
}

blockquote cite {
	}


input, 
textarea, 
select {
	border:             1px solid #999;
	border-bottom-color:#ccc;
	border-right-color: #ccc;
	height:             18px;
	vertical-align:     middle;	
}

#comment {
	height:             200px;
	width:              460px;
}

input[type="submit"] {
	cursor:             pointer;
}
label { 
	cursor:             pointer;
	display:            block;
}
hr {
	display:            none;
}

/* Links
----------------------------------------------- */
a, 
a:link,
a:visited,
a:active 
{
	color:              #eb8500;
	text-decoration:    none;
}	
a:hover {
	color:              #ff9900;
	text-decoration:    underline;
}

/* standards
----------------------------------------------- */
	
.screen-reader-text {
	position:           absolute;
	left:               -1000em;
}
/* images
----------------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin:             0 0 2px 7px;
	padding:            4px;
	display:            inline;
	}

img.alignleft {
	margin:             0 7px 2px 0;
	padding:            4px;
	display:            inline;
	}

.alignright {
	float:              right;
}

.alignleft {
	float:              left;
}

.centered {
	display:            block;
	margin-left:        auto;
	margin-right:       auto;
}


/* Structure baseline 20px
----------------------------------------------- */
/* -- main container - */

body,
html {
	}
body {	
	background:#ffffff url(images/body-bg.gif) repeat-x scroll 0 0;
	}
#page {
	/*background-image: url(images/grid_120_20.png);*/
	/*filter:alpha(opacity=60);
  opacity:0.6;*/
	margin-left:        40px;
	width:              960px;
	}
#page-header {
	background:         url(images/bg-page-header.gif) no-repeat scroll right bottom;	
	padding-bottom:     15px;
	height:             1%;/* required for ie <7 */
	overflow:           hidden;
	}
#header-top {
	height:             1%;/* required for ie <7 */
	overflow:           hidden;
	height:             30px; /*40px*/
	padding-top:        10px;
	padding-left:       5px;
	padding-right:      5px;
	padding-bottom:     auto;
	}

#header-logo {
	padding-top:        20px;
}
#logo {
	float:              left;
	width:              240px;
	margin:             0;
}	
#description {
	position:           absolute;
	left:               0;
	bottom:             -3px;
	color:              #ffffff;
	font-family:        'oyster', 'Trebuchet MS', sans-serif; 
	font-size:          20px;
}
#searchform {
	float:              right;
}
#header-column01,
#header-column02 {	
	float:             left;
	}
	
#page-body {
	height:             1%;/* required for ie <7 */
	overflow:           hidden;
	/* background-color: #eeeeee; */
	border-top:         5px solid #999;
	border-bottom:      5px solid #999;
	margin:             0; /* baseline 20px */
	}
	
.page-body-bg {
	background: url(images/bg-page-body.gif) no-repeat scroll right bottom;
	}

#body-column01 {
	/*	background-color: #fff;*/
	float:              left;
	width:              620px; /* 640 */
	margin:             20px 10px;
	display:            inline; /* required for ie6 float double margin bug */	
}
#body-column02 {	
	float:              left;
	width:              300px; /* 320 */
	margin:             0 10px 20px 10px;
	padding-top:        20px;
	background:         url(images/bg-body-column02.gif) no-repeat scroll right top;	
	display:            inline; /* required for ie6 float double margin bug */	
	}
#body-column02 p,
#body-column02 h2,
#body-column02 ul {
	color:              #000;	
	background-color:   #fff;
	filter:             alpha(opacity=80);
  opacity:            0.80;	
	}
#page-footer {	
	height:             1%;/* required for ie <7 */
	overflow:           hidden;
	padding-top:       15px;
	background:         url(images/bg-page-footer.gif) no-repeat scroll right top;
	}
		

#page-footer h3 {
	font-size:          12px;
	line-height:        1.667em; /* baseline 20px */ 
	margin-bottom:      0;
	font-weight:        bold;
}
#footer-column01,
#footer-column02,
#footer-column03 {	
	float:              left;
	width:              300px; /* 320 */
	margin:             0 10px; 
	display:            inline;
}

#page-footnote {
	border-top:         1px dotted #999;	
	margin-top:         -1px;
	}
/* -- secondary elements-- */



/* Wordpress ids, divs, classes
----------------------------------------------- */
#content {
	height:             1%;/* required for ie <7 */
	overflow:           hidden;
}
#slideshow {
	position:           relative;
	background:         #999999 url('images/homepage-banner-default-bg.jpg') no-repeat center center;/**/
	width:              960px; 
	height:             320px;
} 
#slideshow ul { 
	position:           absolute;
	right:              0px;
	top:                90px;
	list-style:         none;
}
#slideshow ul li {
	margin:             0 0 20px 0;
	list-style:         none;
	text-align:         right;
}
#slideshow li a {
	color:              #fff;
	font-family:        'oyster', 'Trebuchet MS', sans-serif; 
	font-size:          40px;
	line-height:        1em;
	background:         rgb(0, 0, 0);       /* The Fallback use shorthand!*/
	background:         rgba(0, 0, 0, 0.7); /* The Fallback use shorthand!*/
	padding:            5px 10px 5px 20px;
	text-decoration:    none;
}
#slideshow li a:hover {
	background-color:   rgba(0, 0, 0, 0.95);
}
.home div.category-feature {
	border:             1px solid #999;
	float:              left;
	width:              218px; /* 240 */
	margin:             5px;
	padding:            4px;
}

.entry img {
	border:             1px solid #999;
	display:            block;
	margin-bottom:      10px;
	margin-left:        auto;
	margin-right:       auto;
	padding:            4px;
}
.external-shop-box img {
	border:             none;
	margin:             0;
	padding:            0;
	width:	            140px;	
}
.external-shop-box a {
	border:             none;
	margin:             0;
	padding:            0;	
}
img.img_medium {
	border:             1px solid #999;
	display:            block;
	margin-bottom:      10px;
	margin-left:        auto;
	margin-right:       auto;
	padding:            4px;
}
/* categories list in sidebar */
#mu-listcategories {
	border-top:         1px dotted #202020;
	margin:             0;
	margin-top:         -1px;
	padding:            0;
	margin-bottom: 20px;
	}	
#mu-listcategories li a, 
#mu-listcategories li a:link,
#mu-listcategories li a:visited,
#mu-listcategories li a:active, 	
#mu-listcategories li a:hover {
	color:              #202020;
	text-decoration:    none;
}	
#mu-listcategories li {
	border-bottom:      1px dotted #202020;
	list-style:         none;
	margin:             0;
	margin-bottom:      -1px; 		
	padding:            0;
	}	
/* END categories list in sidebar */
/* Recent posts list in sidebar */
#mu-listrecentevents,
#mu-listrecentnews {
	border-top:         1px dotted #202020;
	margin:             0;
	margin-top:         -1px;
	margin-bottom:      20px;
	padding:            0;
	}	
#mu-listrecentevents li a, 
#mu-listrecentevents li a:link,
#mu-listrecentevents li a:visited,
#mu-listrecentevents li a:active, 	
#mu-listrecentevents li a:hover, 
#mu-listrecentnews li a, 
#mu-listrecentnews li a:link,
#mu-listrecentnews li a:visited,
#mu-listrecentnews li a:active, 	
#mu-listrecentnews li a:hover {
	text-decoration:    none;
}	
#mu-listrecentevents li,
#mu-listrecentnews li {
	border-bottom:      1px dotted #202020;
	list-style:         none;
	margin:             0;
	margin-bottom:      -1px; 		
	padding:            0;
	}	
/* END Recent posts list in sidebar */
/* Twitter Feed in sidebar */
#twitter_update_list {
	border:         1px dotted #202020;
	margin:             0;
	margin-top:         -1px;
	margin-bottom:      10px;
	padding:            5px;
	}		
#twitter_update_list li {
	border-bottom:      1px solid #999;
	list-style:         none;
	margin:             0;
	margin-bottom:      -1px; 		
	padding:            10px 0;
	}	
/* END Twitter Feed in sidebar */

/* Recent posts list in sidebar */
#mu-listrecentpost {
	border-top:         1px dotted #202020;
	margin:             0;
	margin-top:         -1px;
	margin-bottom:      20px;
	padding:            0;
	}	
#mu-listrecentpost li a, 
#mu-listrecentpost li a:link,
#mu-listrecentpost li a:visited,
#mu-listrecentpost li a:active, 	
#mu-listrecentpost li a:hover {
	text-decoration:    none;
}	
#mu-listrecentpost li {
	border-bottom:      1px dotted #202020;
	list-style:         none;
	margin:             0;
	margin-bottom:      -1px; 		
	padding:            0;
	}	
/* END Recent posts list in sidebar */
/* tag list in sidebar */
#tag-cloud {
	margin:             0;
	margin-bottom:      20px;
	padding:            0;
	}
#tag-cloud ul {
	padding:0px;
	margin: 0px;
}

#tag-cloud li {
	display: inline;
	padding:0px;
	margin: 0px;
	vertical-align: bottom;
}
#tag-cloud a {
	color: #fff;
	background-color: #EB8500;
	padding: 0px 2px;
	margin: 0px 2px;
}
#tag-cloud a:visited {
	color: #fff;
	background-color: #444;

}
/* END tag list in sidebar */

/* feature listing */
div.mu_feature_container {
	background:         #fff url(images/bg-feature_container.png) repeat-x scroll;
	float:              left;
	margin:             5px 1px 5px 1px;
	padding:            0 4px;
	width:              230px; /* 240*/
	height:             250px;
	overflow:           hidden;	
	display:            inline; /* required for ie6 float double margin bug */
}

div.mu_feature_container img {
	border:             none;
	padding:            5px 0 5px 0;
}
div.mu_feature_container h2,
div.mu_feature_container p {
	margin-bottom:      0;
}

div.mu_feature_container h2 {
	font-size:          12px;
	line-height:        1.667em; /* baseline 20px */ 
	font-weight: bold;
}
div.mu_feature_container p {
	font-size:          10px;
	line-height:        2em; /* baseline 20px */ 
}
/* END feature listing */

/* showcase gallery listing */
#body-gallery {
	float:              left;
	width:              640px; /* 640 */
	margin:             20px 0;
}
div.mu_showcase_container {
	background:         #fff url(images/bg-showcase_container.png) no-repeat scroll;
	float:              left;
	margin:             0 1px 5px 1px;
	padding:            0 4px;
	width:              150px; /* 160 */
	height:             175px;
	overflow:           hidden;
	display:            inline; /* required for ie6 float double margin bug */
}


div.mu_showcase_container img {
	border:             none;
	padding:            5px 0;
}
div.mu_showcase_container h2,
div.mu_showcase_container p {
	margin-bottom:      0;
}

div.mu_showcase_container h2 {
	font-size:          12px;
	line-height:        1.667em; /* baseline 20px */ 
}
div.mu_showcase_container p {
	font-size:          10px;
	line-height:        2em; /* baseline 20px */ 
}

/* END showcase gallery listing  */

/* paging */
.mu_pagination {
	display:            block;
	text-align:         center;
}
.mu_pagination a {
	text-align:         center;
}
.mu_pagination a:hover {
}
.mu_pagination .pagenumber,
.mu_pagination .current {
	background-color:   #fff;
	margin:             0 1px;
	padding:            0 3px;
}
.mu_pagination .current {
	background-color:  #efefef;
}
/* End paging */

.mu-small {
	font-size:          10px;
	line-height:        2em; /* baseline 20px */ 
}
.mu-postdate {
	margin-top:         -20px;
	margin-bottom:      20px;
}
.mu-share-single-artwork {
	margin-top:         -40px;
	text-align:         right;
}
.mu-share-single-artwork-bottom {
	margin-top:         -20px;
	margin-bottom:      20px;
	text-align:         right;
}

hr.mu-postseparator {
	border:             none;
  display :           list-item;
	list-style :        none inside url(images/bg-separator.gif);
	filter:             alpha(opacity=0);
  opacity:            0.0;
	margin:             0;
	padding-bottom:     20px;
}

#mu-content-footnote {
	border-top:         1px dotted #999;	
	margin-top:         -1px;
	color:              #666;
	
	}


/* Header Navigation
----------------------------------------------- */
#mu-list_navigation {
	font-size:          14px;
	line-height:        1.43em; /* baseline 20px */ 
	margin:             0;
	height:             1%;/* required for ie <7 */
	overflow:           hidden;
}
#mu-list_navigation a {
	color:              #202020;
	text-decoration:    none;
	border-bottom:      1px dotted #fff;
}
#mu-list_navigation a:hover {
	border-bottom-color: #202020;
}

#mu-list_navigation li {
	float:              left;
	list-style:         none;
	margin:             20px 5px -2px 5px;
/*margin-top: 0;*/
	width:              110px;
}

#mu-list_navigation .mu-small {
	font-size:          10px;
	line-height:        2em; /* baseline 20px */ 
}
/* End Header Navigation */

/* Captions */
.aligncenter,
div.aligncenter {
	display:            block;
	margin-left:        auto;
	margin-right:       auto;
}

.wp-caption {
	border:             1px solid #ddd;
	background-color:   #f3f3f3;
	margin:             10px;
	padding-top:        4px;
	text-align:         center;
	-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;
	margin:             0;
	padding:            0 4px 5px;
}
/* End captions */
/* WordPress default classes */

postmetadata {
}
/* END WordPress default classes */


/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #444;
	padding: 10px;
	width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
/*
#gallery ul a img {
	width: 96px;
	height: 96px;
}
*/

/* "…because this part won’t be like a comic book. Real life does not fit into little boxes that were drawn for it." */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* stuff - move where it belongs -----------------------------------------------WIP ---------*/


.mu-available-symbol span {
	background-repeat:  no-repeat;
	background-attachment:scroll;
	background-image:   url('images/sprite-available.gif');
	padding: 			0px 5px;
	width:              10px;
	height:             20px;
}
.mu-available-symbol span.mu-available {
	background-position:left -2px;
}
.mu-available-symbol span.mu-shoponline {
	background-position:left -2px;
}
.mu-available-symbol span.mu-nosale {
	background-position:left -42px;
}
.mu-available-symbol span.mu-sold {
	background-position:left -22px;
}



/* /stuff - move where it belongs */

/* stuff made by nicolas - move where it belongs */
#header-top {
	position:         relative;
}
#page-header ul.more-from-me {
    position:         absolute;
    bottom:           0px;
    left:             500px;
    height: 20px;
    width:  130px;
    margin: 0;
    overflow: hidden;
    /*background-color:red;*/
}
#page-header ul.more-from-me li {
	list-style:         none;
	display:            inline;
	float:              left;
    /*background-color:green;*/
}
#page-header ul.more-from-me li a {
	background-repeat:  no-repeat;
	background-attachment:scroll;
	background-image:   url('images/sprite-follow-me.gif');
	display:            block;
	width:              20px;
	height:             20px;
	margin-left:		5px;
}
#page-header li a.flickr {
	background-position:left -55px;
}
#page-header li a.flickr:hover {
	background-position:left -30px;
}
#page-header li a.twitter {
	background-position:left -130px;
}
#page-header li a.twitter:hover {
	background-position:left -105px;
}
#page-header li a.facebook {
	background-position:left -205px;
}
#page-header li a.facebook:hover {
	background-position:left -180px;
}
#page-header li a.newsletter {
	background-position:left -355px;
}
#page-header li a.newsletter:hover {
	background-position:left -330px;
}
#page-header li a.feed {
	background-position:left -280px;
}
#page-header li a.feed:hover {
	background-position:left -255px;
}
/*----------------------------*/
#page-footer ul.more-from-me {
	margin-left:        0;
}
#page-footer ul.more-from-me li {
	list-style:         none;
	height:             25px;
}
#page-footer ul.more-from-me li a {
	padding-left:       30px;
	background-repeat:  no-repeat;
	background-attachment:scroll;
	background-image:   url('images/sprite-follow-me.gif');
	color:              #202020;
	font-size:          10px;
	line-height:        10px;
	padding-top:        5px;
	padding-bottom:     5px;
	border: 						none;
}
#page-footer ul.more-from-me li a span {
	color:              #eb8500;
}
#page-footer ul.more-from-me li a:hover {
	text-decoration:    none;
}
#page-footer ul.more-from-me li a:hover span {
	text-decoration:    underline;
}
#page-footer li a.flickr {
	background-position:left -5px;
}
#page-footer li a.twitter {
	background-position:left -80px;
}
#page-footer li a.facebook {
	background-position:left -155px;
}
#page-footer li a.newsletter {
	background-position:left -305px;
}
#page-footer li a.feed {
	background-position:left -230px;
}

#mu-follow-me { 
	position:absolute; 
	left:               380px; 
	bottom:             -3px;
	text-align:         right; 
	width:              120px; 
	font-size:          20px;
	color:              #fff; 
	font-family:        'oyster', 'Trebuchet MS', sans-serif;
}

