/*
Theme Name: Colin Lee 2011
Theme URI: http://sarahtryfan.com/
Author: the WordPress team & Sarah Tryfan
Author URI: http://wordpress.org/
Description: Based on The 2011 theme for WordPress.
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 15px 0 25px 0;
	text-align: center;
	background: #efefef;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	padding-bottom: 20px;
	background: #fff;
}

#page {
	float:left;
	text-align:left;
	border: 0;
	padding: 0;
	margin: 0;
	background: #fff;
}

/* this is the left (nav) column */
#branding {
	width: 310px;
	margin: 0;
	padding: 0;
	float: left;
	min-height: 620px;
	border: 0;
	background: #333 url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-left-12-cl.jpg) no-repeat top right;
}
/* listen image */
body.page-id-39  #branding {
	background: #000 url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-left-14-tonio.jpg) no-repeat top right;
}
/* press image */
body.page-id-55  #branding {
	background: #000 url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-left-3-nemorino.jpg) no-repeat top right;
}
/* biog image */
body.page-id-49  #branding {
	background: #000 url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-left-8-mitridate.jpg) no-repeat top right;
}
/* recordings image */
body.page-id-53  #branding {
	background: #000 url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-left-gramophone.jpg) no-repeat top right;
}

/* rep image */
body.page-id-51  #branding {
	background: #000 url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-left-13-ory.jpg) no-repeat top right;
}

/* rep DETAILS image */
body.page-id-129  #branding {
	background: #000 url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-left-13-ory.jpg) no-repeat top right;
}

/* calendar image */
body.page-id-57  #branding {
	background: #000 url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-left-cornaro.jpg) no-repeat top right;
}

/* contact image */
body.page-id-59  #branding {
	background: #000 url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-left-recording.jpg) no-repeat top right;
}



/* this is the right (content) column */
#main {
	width: 530px;
	float: right;
	border: 0;
	margin: 0;
	padding: 20px 40px 0 0;
	background: #fff;
}

/*  homepage specific  */

body.home #page {
	float:left;
	background: #fff;
	text-align:left;
	padding: 0;
	margin: 0;
	border: 0;
}

/* this is the homepage left (nav) column */
body.home #branding {
	width: 675px;
	margin-left: 0;
	padding: 0;
	float: left;
	min-height: 620px;
	border: 0;
	background: #fff url(http://www.colinleetenor.com/wp-content/themes/colintheme2011/images/colin-lee-home-2.jpg) no-repeat top right;
}

/* this is the homepage right (news) column */
body.home #main {
	width: 195px;
	float: right;
	margin-top: 90px;
	padding: 20px 40px 0 0;
	border: 0;
	font-size: 0.85em;
	vertical-align: bottom;
}

/* hide the individual news item titles */

body.home h1.entry-title {
	display: none;
}

/* homepage word NEWS */

body.home h1.homeNews {
	font-size: 1.8em;
	font-weight: bold;
	color: #999;
	padding-bottom: 20px;
	text-transform: lowercase;
}

#content {
}

#footer {
	float:left;
	clear: both;
	width: 950px;
	height: 1px;		background: #efefef;
}

/* =Global
----------------------------------------------- */

table {		
	padding-bottom: 10px;			
	margin-bottom: 10px;	
}

body, input, textarea {
	color: #373737;
	font: 0.8em verdana, Arial, sans-serif; 
	font-weight: normal;
	line-height: 1.3;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h2 {
	font-weight: bold;
}
body.home #sitetitle {
	text-align: left;
	margin: 40px 0 0 25px;
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-title-black.gif) no-repeat top left;
	width: 208px;
	height: 56px;
	text-indent: -4000px;
}

#sitetitle {
	text-align: left;
	margin: 40px 0 0 50px;
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-title-white-blackbg.gif) no-repeat top left;
	width: 208px;
	height: 56px;
	text-indent: -4000px;
}
/*  Colin Lee Tenor title has a grey edging, not black, when image behind is lighter */
body.page-id-55 #sitetitle, body.page-id-57 #sitetitle {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/colin-lee-title-white-greybg.gif) no-repeat top left;
}

#sitetitle a {
	display: block;
	width: 208px;
	height: 56px;
}

#site-description {
	display:none;
}

h1.entry-title {
	padding-bottom: 30px;
	margin: -12px 0 0 0;
	text-indent: -4000px;
	width: 300px;
	height: 65px;
}

body.page-id-39 h1.entry-title {
	padding-bottom: 40px;
}

/*  page title header images  */

body.page-id-39 h1.entry-title {
	background: url(http://www.colinleetenor.com/nav/page-titles/header-listen.gif) no-repeat top left;
}

body.page-id-55 h1.entry-title {
	background: url(http://www.colinleetenor.com/nav/page-titles/header-press.gif) no-repeat top left;
}

body.page-id-49 h1.entry-title {
	background: url(http://www.colinleetenor.com/nav/page-titles/header-biog.gif) no-repeat top left;
}

body.page-id-53 h1.entry-title {
	background: url(http://www.colinleetenor.com/nav/page-titles/header-rec.gif) no-repeat top left;
}

body.page-id-51 h1.entry-title, body.page-id-129 h1.entry-title {
	background: url(http://www.colinleetenor.com/nav/page-titles/header-rep.gif) no-repeat top left;
}

body.page-id-57 h1.entry-title {
	background: url(http://www.colinleetenor.com/nav/page-titles/header-calendar.gif) no-repeat top left;
}

body.page-id-59 h1.entry-title {
	background: url(http://www.colinleetenor.com/nav/page-titles/header-contact.gif) no-repeat top left;
}/* the main nav list on the homepage only */

body.home #access {
	position: relative;
	left: -445px;
	top: 300px;
	text-align: left;
}

body.error404  #access {
	top: 275px;
}

/* the main nav list */
#access {
	position: relative;
	left: -45px;
	top: 300px;
	text-align: left;
}

#access .menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#menu-left-nav-1 {
	list-style-type: none;
}
/*  rollever menu images - NEWS */

#menu-item-130 {	
	float: right;
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/news-grey.gif) no-repeat top right;
	width: 60px;
	height: 19px;
	text-indent: -4000px;
	padding: 0;
	margin-top: 5px;
	clear: both;
}

#menu-item-130 a {
	display: block;
	width: 60px;
	height: 19px;
}

body.home #menu-item-130 {
	display:none;
}

/*  rollever menu images - LISTEN */

#menu-item-85 {
	float: right;
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/listen-grey.gif) no-repeat top right;
	width: 64px;
	height: 19px;
	text-indent: -4000px;
	padding: 0;
	margin-top: 5px;
	clear: both;
}

#menu-item-85 a {
	display: block;
	width: 64px;
	height: 19px;
}

body.page-id-39 #menu-item-85, body.page-id-39 #menu-item-85 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/listen-grey.gif) no-repeat top right;
	display: none;
}

#menu-item-85 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/listen-black.gif) no-repeat top right;
}

/*  rollever menu images - PRESS */

#menu-item-197{
	float: right;
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/press-grey.gif) no-repeat top right;
	width: 64px;
	height: 19px;
	text-indent: -4000px;
	padding: 0;
	margin-top: 5px;
	clear: both;
}

#menu-item-197 a {
	display: block;
	width: 64px;
	height: 19px;
}

body.page-id-55 #menu-item-197, body.page-id-55 #menu-item-197 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/press-grey.gif) no-repeat top right;
	display: none;
}

#menu-item-197 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/press-black.gif) no-repeat top right;
}

/*  rollever menu images - BIOG */

#menu-item-84 {
	float: right;
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/biog-grey.gif) no-repeat top right;
	width: 104px;
	height: 19px;
	text-indent: -4000px;
	padding: 0;
	margin-top: 5px;
	clear: both;
}

#menu-item-84 a {
	display: block;
	width: 104px;
	height: 19px;
}

body.page-id-49 #menu-item-84, body.page-id-49 #menu-item-84 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/biog-grey.gif) no-repeat top right;
	display: none;
}

#menu-item-84 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/biog-black.gif) no-repeat top right;
}

/*  rollever menu images - RECORDINGS */

#menu-item-198 {
	float: right;
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/rec-grey.gif) no-repeat top right;
	width: 108px;
	height: 19px;
	text-indent: -4000px;
	padding: 0;
	margin-top: 5px;
	clear: both;
}

#menu-item-198 a {
	display: block;
	width: 108px;
	height: 19px;
}

body.page-id-53 #menu-item-198, body.page-id-53 #menu-item-198 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/rec-grey.gif) no-repeat top right;
	display: none;
}

#menu-item-198 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/rec-black.gif) no-repeat top right;
}

/*  rollever menu images - REPERTOIRE */

#menu-item-199 {
	float: right;
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/rep-grey.gif) no-repeat top right;
	width: 102px;
	height: 19px;
	text-indent: -4000px;
	padding: 0;
	margin-top: 5px;
	clear: both;
}

#menu-item-199 a {
	display: block;
	width: 102px;
	height: 19px;
}

body.page-id-51 #menu-item-199, body.page-id-51 #menu-item-199 a:hover, body.page-id-129 #menu-item-199, body.page-id-129 #menu-item-199 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/rep-grey.gif) no-repeat top right;
	display: none;
}

#menu-item-199 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/rep-black.gif) no-repeat top right;
}

/*  rollever menu images - CALENDAR */

#menu-item-196 {
	float: right;
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/calendar-grey.gif) no-repeat top right;
	width: 91px;
	height: 19px;
	text-indent: -4000px;
	padding: 0;
	margin-top: 5px;
	clear: both;
}

#menu-item-196 a {
	display: block;
	width: 91px;
	height: 19px;
}

body.page-id-57 #menu-item-196, body.page-id-57 #menu-item-196 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/calendar-grey.gif) no-repeat top right;
	display: none;
}

#menu-item-196 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/calendar-black.gif) no-repeat top right;
}

/*  rollever menu images - CONTACT */

#menu-item-195 {
	float: right;
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/contact-grey.gif) no-repeat top right;
	width: 75px;
	height: 19px;
	text-indent: -4000px;
	padding: 0;
	margin-top: 5px;
	clear: both;
}

#menu-item-195 a {
	display: block;
	width: 75px;
	height: 19px;
}

body.page-id-59 #menu-item-195, body.page-id-59 #menu-item-195 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/contact-grey.gif) no-repeat top right;
	display: none;
}

#menu-item-195 a:hover {
	background: url(http://www.colinleetenor.com/nav/left-nav-2011/contact-black.gif) no-repeat top right;
}

/*  end of nav menu  */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(http://www.colinleetenor.com/wp-content/themes/colintheme2011/images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
#main a {
	color: #666;
	text-decoration: underline;
}
#main a:focus, #main a:active, #main a:hover {
	color: #00c;
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}







/* =Content
----------------------------------------------- */

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}


/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}



/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Print
----------------------------------------------- */

@media print {
}

/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/*  REP page specific  */

td.repComposer {
	padding-right: 15px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 3px;
}

td.repWork {
	padding-right: 15px;
	padding-bottom: 4px;
	padding-top: 3px;
}

td.repRole {
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 3px;
}

body.page-id-51 td.repDetails {
	display: none;
}

td.repDetails {
	padding-bottom: 4px;
	padding-top: 3px;
}
/*  calendar page specific  */

body.page-id-57 h2 {
		padding: 5px 0 25px 0;
		font-size: 1.3em;	
}

td.calendarDate {
	padding-right: 35px;
	padding-bottom: 15px;
	line-height: 1.4;
	font-size: 0.9em;
}

td.calendarTitle {
		padding-bottom: 15px;
		line-height: 1.4;
		font-size: 0.9em;
}

/*  repertoire DETAILS page specific */

body.page-id-129 td.repComposer {
	border-bottom: 1px solid #eee;
padding-right: 10px;
}

body.page-id-129 td.repWork {
	border-bottom: 1px solid #eee;
padding-right: 10px;
}

body.page-id-129 td.repRole {
	border-bottom: 1px solid #eee;
padding-right: 10px;
}

body.page-id-129 td.repDetails {
	border-bottom: 1px solid #eee;
	font-size: 0.8em;
padding-right: 0;
width: 160px;
}
/* single news item */.nav-previous {	width: 100px;	float: left;	padding-top: 15px;}
.nav-next {	width: 100px;	float: right;	padding-top: 15px;}/* text header for single news item (from RSS link) */body.single-post h1.entry-title {	padding-top: 25px;	padding-bottom: 0px;	margin-bottom: -20px;	text-indent: 0;	font: 1.2em Verdana, Arial, sans-serif;	text-transform: uppercase;	font-weight: bold;	width: 450px;}.entry-meta {	font-size: 0.7em;	margin-top: -20px;}

#printOnly {
	display:none;
}

/* press page specific */

p.pressCredit {
	font-style: italic;
	margin-top: -15px;
	text-align: right;
	margin-bottom: 20px;
}

body.page-id-55 .entry-content h2 {
	padding-bottom: 20px;
}

/* AUDIO PLAYER PLUGIN */

p.audioplayer_container {
 margin-top: -15px;
padding-top: 0;
}

body.page-id-39 .entry-content {
	padding-bottom: 40px;
}


/*  recordings page specific  */

.amazonCover {
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
	width: 150px;
	height: 185px;
	text-align: center;
}

.amazonCoverSmall {
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
	width: 150px;
	text-align: center;
}

/* END */