/*------------------------------------------------------------------------------
>>>>  Default Blueprint CSS 
      This provides the styles for Blueprint's default templates.
      You can discard it entirely, or simply delete or comment out the irrelevant
      parts.
      
      This stylesheet is divided into several sections:
      + Reset (to give you a blank CSS canvas on which to work)
      + Sample colours and embellishments (the first bit you should delete - this
        provides tweaks to make the default templates look nice, and probably
        isn't relevent when you're putting together a fresh design)
      + Layout
      + Basic typography (in ems) with simple table styles
      + Mimetypes (presentation of download / view links for non-image assets)
      
      Following these sections, there are styles for each of the default blueprint
      modules. They are namespaced with the module code (i.e. blg, evt, nws),
      which is is applied to the body in the main default layout.

      We're always keen to hear about things that might make the default templates
      easier to comprehend and to use.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/* For IE */
img { -ms-interpolation-mode:bicubic; } 

a img {
  border: none;
}

a, a:link { text-decoration: none; }
a:visited { }
a:hover { }
a:active { }


/*------------------------------------------------------------------------------
>>>> Sample site colours + layout + nudges + small embellishments 
     Beware: some of this stuff isn't IE-friendly.
     Commenting out this section will give you a vanilla canvas.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body { 
  color: #596870; 
  background: #f2f2f2;
  text-shadow: rgba(255, 255, 255, .01) 0px -1px 1px; 
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

/* Link and link-like colours */
a, 
.textNav a:hover, 
.textNav a:active,
.textNav li.active a,
#slideshow ol li#activeThumb { 
  color: #16597e;
}

.masthead { background: #fff; }

.masthead .main, 
.footer .main, 
.container .main,
#nav { 
  padding-top: 0px; 
}
.sitemap a { color: #333; }
.sitemap a:hover { color: #222; text-decoration: none; }


/* Neatening subheadings in posts  */

.post h2 { margin-top: 0px;}
.post h2 + h3 {
  margin: -0.7em 0 0.6em 0;
}




/*------------------------------------------------------------------------------
>>>> Layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 
    The basic 960px grid layout is provided by Golden Grid (a separate stylesheet
      included in the head of the layout) 
*/

.container {
  background: url(/static/images/bg.png) top left repeat-y;
  padding: 0;  
}
.feature {
  width: 100%;
  overflow: hidden;
  height: 200px;
  position: relative;
  clear: both;
}
.sidebar { /* Both left and right */
  width: 194px;
  color: #67696d;
  float: left;
  margin: 0;
  min-height: 1px;
}
.leftbar {
  background: #eef4f8;
  margin-left: 0;
  margin-right: 0;
}
.leftbar a {
  color: #1f353e;
	color: #2B4A57;
	color: #1f353e;
}
.rightbar {
  background: #f6f6f6;
  float: right;
}
.inner {
  margin: 15px;
}

#nav {
  background: #e9f1f6; 
}
#content {
  background: #fff;
  float: left;
  margin-left: 0;
  padding-bottom: 60px;
  width: 582px;
}

.footer {
  background: #e4edf1;
  clear:both;
  font-size: 90%;
}

/*------------------------------------------------------------------------------
>>>> Masthead, breadcrumbs & tabs
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.masthead {
  width: 100%;  
  overflow: hidden; 
  margin-bottom: 0; 
  padding: 0;
  text-align: left;  
}
.masthead img.logo {
	float: left;
  margin: 8px 15px;
}

li#first { 
	margin-left: 15px;
}

/* Calls to action */

.masthead .calls {
  float: right;
  width: 40%;
  list-style: none;
  text-align: right;
  margin-right: 0;
  margin-top: 35px;
  letter-spacing: 0.1em;
}
.masthead .calls a {
  color: #669fbe;
  text-transform: uppercase;
  font-size: 11px;
}
.masthead .calls li {
  margin-bottom: 0px;
  width: 100%;
}

/* Plain text-link style nav */

ul.textNav, ul.footerNav {
  background: #ddeaf1;
	padding-right: 0;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
	font-size: 13px;
  list-style-type: none;
	position: relative;
}
ul.textNav li, ul.footerNav li {
  display: inline;
	width: auto;
	text-align: left;
  margin-left: 5px;
  line-height: 100%;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
ul.textNav li a, .footerNav li a {
  border: 1px solid #ddeaf1;
  color: #1d719f.;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;  
  padding: 8px 8px 10px 8px;
}
ul.textNav li a:hover {
  border: 1px solid #cfdbe1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
ul.textNav li.active a {
  border: 1px solid #cfdbe1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
ul.footerNav {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
  padding-top: 1.2em;  
  margin: 0;
}
ul.footerNav a {
  color: #aaa;
  border: none;
  padding: 8px 6px 10px 6px;
}
.footerNav li.active a {
  color: #777;
  border: none;  
}
.footerNav a:hover {
	color: #777;
}
.footerNav li.byline {
	margin-left: 25px;
	color: #aaa;
	margin-right: 12px;
}
.footerNav li.byline a {
	padding: 0;
}
/* Sidebar subnav */

.subnav ul {
  list-style: none;
}
.subnav li {
  line-height: 120%;
  margin-bottom: 11px;
}
.subnav li a {
  text-transform: uppercase;
  color: #16597e;
  font-size: 12px;
  padding-right: 9px;
}

.subnav ul ul {
  margin-top: 0.7em;
  margin-bottom: 0;  
}
.subnav a.active {
  font-weight: bold;
  padding-right: 0;
}

/*------------------------------------------------------------------------------
>>>> Featured stuff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.feature p {
  font-size: 12px;
  line-height: 140%;
}
.featuredCampaign {
  width: 720px; 
  height: 200px; 
  position: relative; 
  float: left; 
  background-color: #222;
}
.featuredCampaign h1 {
  color: #0a4272;
}
.feature div.join {
  position: absolute; 
  width: 250px; 
	height: 200px;
  background: #c8cdd0; 
  top: 0;
  right: 0; 
  bottom: 0;
}
.feature div.join h1 {
  color: #46545c;
}
.feature div.description {
	background: #5695b7; 
	color: #fff; 
	width: 240px;
	height: 200px;
	position: absolute; 
	right: 0; 
	top: 0; 
	bottom: 0;
}
/* Bottom-aligned links */

.feature .tools {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: right;  
  font-size: 11px;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.feature .tools a {
  color: #0a4272;
}

/*------------------------------------------------------------------------------
>>>> Campaigns
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#campaigns {
  width: 100%;
  overflow: hidden;
	clear: both;
}
#campaigns .campaign {
	position: relative;
	height: 360px;
	width: 193px;
	float: left;
	background: #f1f1f1;
	border-right: 1px solid #e3e3e3;
}
#campaigns h3 {
	margin-bottom: 0 !important;
}
#campaigns .odd {
	background: #fff;
}
.campaign a {
	color: #3781a9;
}
.campaign img {
	width: 100%;
	margin-bottom: 0;
}
.campaign h4 {
	margin-top: 0;
}
.campaign .inner {
	margin: 10px;
}
.feature #last {
	border-right: 0;
	width: 194px;
}

/*------------------------------------------------------------------------------
>>>> Basic Typography
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

em, i {
  font-style:italic;
}
b, strong {
  font-weight: bold;
}

h1 {
  color: #1d719f;
  font-size:28px;
  margin: 19px 0 14px 0;
  font-weight: normal;
}
h2 {
  color: #1d719f;	
	font-size: 1.2em;
	margin: 2.2em 0 0.5em 0;
}
h3 {
  font-size: 1.0em;
  line-height: 1.25;
  margin-top: 1.4em;  
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sidebar h3, #content h3.top, #campaigns h3 {
  margin: 0 0 15px 0;
  padding: 12px 15px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.15em;
  background: #669fbe;
  color: #fff;
}
/*h2 {
  background: #ddeaf1;
  color: #1d719f;
  margin: 0;
}*/
#content h3.top {
  background: #6ca3c1;
}
h4 {
  margin-top:1.4em;    
  font-size:15px;
  margin-bottom:0.5em;
}
.post h4 {
	font-size: 115%;
}
.sidebar h4 {
	font-size: 14px;
}
h6 {
  font-size:1em;
  font-weight:bold;
}
p {
  line-height:160%;
  margin-bottom:1.0em;
}
.sidebar p {
	line-height: 130%;
}
ul, ol {
  padding: 0;
  margin:1.0em 0 1.4em 1.8em;
}
ul ul, ol ol {
  margin-left: 1.8em;
}
li {
	line-height: 150%;
  margin-bottom:0.2em;
}
ul.list404 {
	margin-top: 30px;
}
ul.list404 li {
	margin-bottom: 4px;
	line-height: 130%;
}
.sidebar p, .sidebar li {
  font-size: 13px;
}
dl {
	margin-top: 1.6em;
  line-height: 130%;
}
dt {
  font-weight: bold;
	margin: 0;
  color: #1d719f;	
	font-size: 1.1em;
}
dt p {
	margin-bottom: 6px;
}
dd {
	margin-top: 0;
  margin-bottom: 1.5em;
}
blockquote {
  margin: 1.6em 0;
  padding: 0 2.0em;
  border-left: 1px solid #ccc;
}
blockquote p {
  padding:0;
  margin:0 0 1.0em 0;
}
blockquote cite {
  font-style:italic;
  font-weight: bold;
  font-size:0.9em;
}
table {
  border-collapse: collapse;
  margin: 1.0em 0;
  padding: 0;
  font-size: 0.9em;
  width: 100%;
}
table td {
  text-align: left;
  vertical-align: top;
  padding: 0.3em 1.0em 0.3em 0;
  border-bottom:1px solid #ddd;  
}
table th {
  padding: 0.3em 1.0em 0.3em 0;
  font-weight: bold;
  text-align: left;  
  border-bottom: 1px solid #888;
}
table p {
  margin: 0.5em 0;
}

/*------------------------------------------------------------------------------
>>>> Generally helpful
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.error, .preview {
  border: 1px dashed red;
  padding: 1.0em 1.0em 0 1.0em;
}

.skip { /* For hidden skip-to-content link */
  display: none;
}
.back { /* Used for back-to-page links for blg, nws, evt */
  clear: both;
  padding-top:2.0em;
}
.go { /* Link to post or extended article */
  text-align: right;
}
.first { /* For the first item in series */
  margin-left: 0;
  padding-left: 0;
}
.last { /* For the last item in series */
  margin-right: 0;
  padding-right: 0;
}
.notFound { /* Where people / products don't have images */
  background: #ddd;
  text-align: center;
  padding: 3.5em 0;
  width: 100%;
}

/*  
  For convenience, the basic unit of all post-able blueprints is 'post'.
  Where there's a standard image associated with the post (products, people), the 
  post is further divided into .image and .body.
*/

#blg div.post,
#dir div.post,
#edn div.post,
#evt div.post,
#mapblg div.post,
#nws div.post,
#psl div.post, 
#shp div.post {
/*  margin-bottom:2.0em;*/
}
 

/*------------------------------------------------------------------------------
>>>> Blog and News (BLG, NWS) pagination + DBY years
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#blg div.pagination, 
#nws div.pagination,
#dby div.pagination,
#mapblg div.pagination {
  margin-top:4.0em;
  text-align:right;
  font-size: 90%;
}
#blg .pagination ul,
#nws .pagination ul,
#dby .pagination ul,
#mapblg .pagination ul {
  margin: 0;
  float: right;
  list-style: none;
}
#blg .pagination ul li, 
#nws .pagination ul li,
#dby .pagination ul li,
#mapblg .pagination ul li {
  border-right: 1px solid #444;
  padding: 0 0.4em;
  margin-top: 0.5em;
  float: left;
}
#blg .pagination ul li.currentPage,
#nws .pagination ul li.currentPage,
#dby .pagination ul li.currentPage,
#mapblg .pagination ul li.currentPage {
  font-weight: bold;
}
#blg .pagination ul li.nextPage,
#nws .pagination ul li.nextPage,
#dby .pagination ul li.all,
#mapblg .pagination ul li.all {
  border-right: 0;
  padding-right: 0;
}


/*  >> Comments <<   */

#blg p.commentInfo,
#tlk p.commentInfo,
#mapblg p.commentInfo { /* Shows if comments are on or off, and how many */
  margin-top: 2.0em;
  text-align: right;
  font-size: 90%;
  font-weight: bold;
}
#blg div.cmt,
#tlk div.cmt,
#mapblg div.cmt {
  margin-bottom: 2.4em;
  font-size: 90%;
}
div.preview h4.commenter {
  margin-top: 0;
}
#blg div.preview a.hide,
#tlk div.preview a.hide,
#mapblg div.preview a.hide {
  color: red;
}


/*------------------------------------------------------------------------------
>>>> Events (EVT)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul.upcoming {
  list-style: none;
  margin-left: 0;
}
.upcoming span.title {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.event {
	margin-bottom: 2.0em;
}


/*------------------------------------------------------------------------------
>>>> FAQs
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* What people can do right now */
.actions {
  font-family: "Trebuchet MS", Verdana, sans-serif;
}
.actions em {
/*  font-weight: bold;*/
  color: #1d719f;
}
.actions p {
  font-size: 13px;
  margin-bottom: 0;
}
.actions div {
  padding: 10px 0;
  border-bottom: 1px solid #c6dbe7;
}


/*------------------------------------------------------------------------------
>>>> Search (SCH)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.textNav li.searchItem {
	position: absolute;
	top: 1.1em;
	right: 10px;
	padding-right: 0;
	padding-left: 0;
  margin: 0 0 0 10px;
}
form.searchForm {
  padding: 0;
/*	display: none;*/
}
.searchForm input#query {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  width: 120px;
}
.searchForm input.searchButton {
  border: 1px solid #c6dbe7;
  background: #e9f1f6;
  color: #bbb;
  font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
  padding: 5px 8px;
	height: 26px;
	width: 66px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/*------------------------------------------------------------------------------
>>>> People
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul.people {
  font-family: "Trebuchet MS", sans-serif;
  list-style: none;
}
ul.people li {
  margin-bottom: 7px;
}
.people a {
  color: #6c6c70;
  font-weight: bold;
}
p.info { /* for honorary members */
	margin: 16px 0 10px 0;
}
.person {
	width: 100%;
	overflow: hidden;
	margin-top: 2.0em;
	margin-bottom: 2.0em;
}
.person h2 {
	margin-bottom: 10px;
}
.summary {
  color: #1d719f;	
	font-size: 1.2em;
	line-height: 130%;
}

/*------------------------------------------------------------------------------
>>>> Membership
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.joinNow {
/*	font-size: 140%;*/
}
.joinNow img {
	float: right;
}

/*------------------------------------------------------------------------------
>>>> Contact form (CTT)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*-----------------------------------------------------
                     >> Images <<
                     
Sizes
large: 552px
medium: 270px
small: 130px

Adjust accordingly!

-----------------------------------------------------*/

.captioned {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.captioned blockquote {
  background:none;
  margin: 6px 0 0 0;
  padding: 0;
  border: 0;
}
.captioned blockquote p {
  font-size: 0.85em;
  font-style: normal;
  line-height: 140%;
}
img.small, .smallCaptioned {
  float: left;
  width: 130px;
  margin: 0 18px 10px 0;
}
img.med, .medCaptioned {
  float: left;
  width: 270px;
  margin: 0 18px 10px 0;
}
img.med_right, .med_rightCaptioned {
  float: right;
  width: 270px;
  position: relative;
}
img.large, .largeCaptioned {
  width: 552px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background:#fff;  
}
.largeCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img, 
.med_rightCaptioned img,
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img {
  float: none;
  margin: 0;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}







/*------------------------------------------------------------------------------
>>>> Documents by year (DBY)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#dby table td {
	padding-top: 8px;
	padding-bottom: 8px;
}
#dby table .downloadDate {
  width: 7.0em;
}
#dby table .downloadContent {
  width:27em;
}
#dby table .downloadLink {
  width: 10.0em;
  text-align: right;
}



/*------------------------------------------------------------------------------
>>>> Mime-type display - the default behaviour when a file is inserted in text
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}


/*------------------------------------------------------------------------------
>>>> Search and Tags
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tagCloud a {
  margin-right: 2%;
}

.cloud1 { font-size: 100%; }
.cloud2 { font-size: 110%; }
.cloud3 { font-size: 120%; }
.cloud4 { font-size: 130%; }
.cloud5 { font-size: 140%; }
.cloud6 { font-size: 150%; }
.cloud7 { font-size: 160%; }



/*------------------------------------------------------------------------------
>>>> Sitemap
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul.sitemap  {
  display: none;  
  overflow:hidden;
  list-style-type:none; 
  list-style-image:none;
  padding: 0.7em 0;
}
ul.sitemap ul {
  padding:0;
  list-style-type:none;
  list-style-image:none;   
}
ul.sitemap li {
  float:left;
  padding-left:0px;
  padding: 0.5em 0;
  font-weight:bold;
}
ul.sitemap li span {
  display:block;
}
ul.sitemap ul {
  margin:8px 0 18px 0px;
}
ul.sitemap ul li {
  float:none;
  padding:0;
  margin-bottom: 2px;
  width:100%;
  font-weight:normal;
}



/*------------------------------------------------------------------------------
>>>> Uniform overwrites (remove the .uniForm class from forms to disregard)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* This is the main unit that contains our form elements */

form.uniForm {
	margin-top: 40px;
}
.uniForm .ctrlHolder { padding: 0; }
.uniForm .buttonHolder { padding-top: 10px; }

.uniForm .inlineLabels label,
.uniForm .inlineLabels .label { 
  width: 40%; 
}
.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload { 
  width: 54%; 
}

.uniForm .inlineLabels .selectInput,
.uniForm .inlineLabels select{ width: 54%;  }

.uniForm .inlineLabels textarea{  width: 54%; font-family: Helvetica, Arial, sans-serif; }

.uniForm .inlineLabels .formHint { 
  margin-top: 0; 
  margin-left: 42%; 
  font-size: .9em; 
  color: #777; 
  position: static; 
}
.uniForm .inlineLabels .multiField { 
  width: 54%; 
  margin: 0 0 .3em 0; 
}

.uniForm label.blockLabel { font-size: 90%; }
.uniForm .inlineLabels .blockLabel {
  width: 45%;
  margin-right: 5%;
/*  border: 1px solid red;*/
}
.uniForm .inlineLabels .expiry label.blockLabel { /* For credit card expiry date #shp */
  width: 46%;
}
.uniForm .inlineLabels .cc label.cardNumber { /* For credit card number #shp */
  width: 65%;
}
.uniForm .inlineLabels .cc label.cvv { /* For credit card expiry date #shp */
  width: 22%;
}
.uniForm .inlineLabels .address .textInput {
  width: 100%;
}
.uniForm .inlineLabels .address label {
  display: none;
}
.uniForm .ctrlHolder { 
  padding: 6px 0; 
  border-bottom: 1px solid #dfdfdf;
}
.uniForm .noBorder {
  border: 0;
}
.uniForm .inlineLabels p.formHint {
  font-size: 80%;
  padding-top: 0.8em;
  line-height: 130%;
}

/* mini subscribe form */
form.miniSubscribe {
/*	background: #eef4f8;*/
	padding: 0 15px 6px 12px;
  font-family: "Trebuchet MS", sans-serif;	
}
form.miniSubscribe .blockLabels .ctrlHolder {
	border: none;
}
form.miniSubscribe input {
	width: 96%;
	border: 1px solid #c6dbe7;
	background: none;
	font-size: 16px;
	padding: 2%;
	margin-bottom: 12px;
}
form.miniSubscribe label {
	margin-bottom: 2px;
}
form.miniSubscribe .buttonHolder {
	text-align: right;
}
.subscribe input.signup {
	border: 1px solid #c6dbe7;
	background: #ddeaf1;
	color: #1d719f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	padding: 5px 8px;
	height: 26px;
	width: 90px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
