/*
Theme Name: PHPit
Theme URI: http://phpit.com.br/
Description: Tema criado para o PHPit.
Author: Rafael Jaques
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black
*/

/* =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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 20px 270px 20px 20px;
	font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size:14px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#primary{
	/*border:1px solid #f00;*/
	margin-top:20px;
	margin-right:10px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/* Personal */
#social{
	/*border:1px solid #00f;*/
	height:60px;
}

#link_fb,
#link_in,
#link_rss,
#link_twitter
{
	width:45px;
	height:45px;
	display:block;
	text-indent:-9000px;
	float:left;
	margin-right:13px;
}
#link_fb{
	background:url('images/icones/facebook.png') no-repeat;
}
#link_in{
	background:url('images/icones/linkedin.png') no-repeat;	
}
#link_rss{
	background:url('images/icones/rss.png') no-repeat;
}
#link_twitter{
	background:url('images/icones/twitter.png') no-repeat;
	margin:0;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* =Widget Areas
-------------------------------------------------------------- */

/* Custom */
.xoxo h3{
	margin-bottom:10px;
	font-family:Georgia, "Bitstream Charter", serif;
	font-weight:normal;
	font-size:20px;
	text-shadow:2px 2px 1px #ccc;
}
.widget_categories h3{
	background:url('images/icones/categorias.png') no-repeat;
	height:30px;
	padding:5px 0 0 40px;
}
.widget_twitter_vjck h3{
	background:url('images/icones/twitter_bird.png') no-repeat;
	height:40px;
	padding:12px 0 0 45px;
}

.blogroll{
	float:none;
}
.blogroll a{
	color:#000;
	float:none !important;
}

.blogroll li{
	height:auto !important;
	border:none;
	float:none;
	font-size:12px;
	font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	text-align:left !important;
}

.tagcloud{
	text-align:center;
}

#widget_twitter_vjck{
	float:none;
}

#widget_twitter_vjck a{
	float:none !important;
	display:inline;
}
#widget_twitter_vjck ul li{
	height:auto !important;
	border:none;
	float:none;
	font-size:12px;
	font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	text-align:left !important;
}
#twitter_time_line{
	overflow:visible !important;
}
/* / Custom */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul{
	list-style: none;
	margin-left:0;
}
.widget-area ul ul li{
	border-bottom:1px solid #ccc;
	padding:6px 0;
	margin-left:-15px;
	text-align:right;
}
.widget-area ul ul li a{
	float:left;
	font-weight:bold;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #333;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Georgia, "Bitstream Charter", serif;
}
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper{
	margin: 0 auto;
}
#wrapper {
	width: 940px;
	background: #fff;
	margin-top: 20px;
	background:url('images/wrap-bg.gif') repeat-y #fff;
	/*padding:10px;*/
	/* Cantos arredondados */
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border-radius:10px;
	/* Sombra */
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}

/* Structure the footer area */
#footer-widget-area {
	/*overflow:hidden;*/
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:#f1f1f1 url('images/main-bg.png');
}
body,
input,
textarea {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color:#06c;
	text-decoration:none;
}
a:visited {
	color:#06c;
}
a:active,
a:hover {
	color: #333;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Header
-------------------------------------------------------------- */

#topo {
	width:100%;
	height:150px;
	background:url('images/dark-bg.png');
	-moz-box-shadow:0px 0px 8px #000;
	-webkit-box-shadow:0px 0px 8px #000;
	box-shadow:0px 0px 8px #000;
}

#dentro-topo{
	padding-top:40px;
	margin: 0 auto;
	width:950px;
}

#dentro-topo .busca, #access{
	float:right;
	/*border:1px solid #f00;*/
	width:500px;
	text-align:right;
}
#access {
	margin-top:20px;
}
#access ul{
	list-style-type:none;
	float:right;
}

#access ul li{
	float:left;
	min-width:70px;
	text-align:center;
	padding:5px;
}

#access ul li a{
	color:#fff;
}

.current_page_item{
	background-color: rgba(0,0,0,0.5);
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;
	-moz-box-shadow:1px 1px 1px rgba(255,255,255,0.1);
	-webkit-box-shadow:1px 1px 1px rgba(255,255,255,0.1);
	box-shadow:1px 1px 1px rgba(255,255,255,0.1);
}

#site-title a{
	float:left;
	display:block;
	width:170px;
	height:68px;
	background:url('images/logo.png') no-repeat;
	text-indent:-9000px;
}

#versiculo{
	width:950px;
	margin:30px auto;
	text-align:center;
	font-size:24px;
	line-height:30px;
	font-style:italic;
	text-shadow:1px 1px 1px #fff;
}

/* =Search bar
-------------------------------------------------------------- */
#searchsubmit{
	display:none;
}
#s{
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;
	padding:5px;
	padding-right:30px;
	color:#fff;
	background:url('images/icones/busca.png') no-repeat 95% 50% #3a3a3a;
	height:15px;
	outline:none;
	margin-right:10px;
	width:250px;
}

/* =Real footer
-------------------------------------------------------------- */
#real_footer{
	width:900px;
	margin:20px auto;
}
#first,#second,#third{
	width:30% !important;
}
#first .xoxo,#second .xoxo{
	float:none;
	text-align:left;
}
.xoxo{
	width:215px;
}
#first .xoxo a,#second .xoxo a{
	color:#000;
	float:none;
}
#first .xoxo ul,#second .xoxo ul{
	text-align:left;
	float:none;
	list-style-image:url('images/icones/doc_bullet.png');
}

#first .xoxo ul li, #second .xoxo ul li{
	margin:0px !important;
	margin-left:15px !important;
	height:auto !important;
	border:none;
	text-align:left;
	float:none;
	font-size:12px;
	font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#first h3, #second h3, #third h3{
	text-shadow:1px 1px 1px #fff;
	font-style:italic;
	color:#666;
}

/* Reset this

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul{
	list-style: none;
	margin-left:0;
}
.widget-area ul ul li{
	border-bottom:1px solid #ccc;
	padding:6px 0;
	margin-left:-15px;
	text-align:right;
}
.widget-area ul ul li a{
	float:left;
	font-weight:bold;
}

*/

/* =Content
-------------------------------------------------------------- */

#content .entry-title {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	text-shadow:2px 2px 1px #ccc;
	font-family:Georgia, "Bitstream Charter", serif;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #333;
}

.entry-meta{
	font-weight:bold;
	margin:20px 0;
	background:url('images/arrow_right.png') no-repeat 10px 10px #eee;
	padding:5px;
	padding-left:20px;
	/* Cantos arredondados */
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border-radius:10px;
}

.post{
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-top:10px;
}

.post ul li{
	margin-bottom:15px;
}

.entry-utility{
	border:1px solid #eee;
	background-color:#333;
	color:#fff;
	padding:10px;
	/* Cantos arredondados */
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border-radius:10px;
}

.entry-utility a{
	color:#999;
	font-weight:bold;
}

h2{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin:40px 0 20px 0;
	font-size:24px;
	font-family:Georgia, "Bitstream Charter", serif;
}

/* =Buttons
-------------------------------------------------------------- */

a.small-button { padding-right: 17px; height: 32px; float: left; display: block; font: 14px Arial,sans-serif; color: #ffffff !important; margin: 8px 0px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important; text-decoration: none; }
	a.small-button:hover { text-decoration: none; color: #eeeeee !important; }
	a.small-button span { height: 32px; display: block; line-height: 30px; padding: 0px 0px 0px 17px; }

	a.smallsilver { background: url(images/botoes/small-button-silver.png) no-repeat bottom right; color: #3d3d3d !important; text-shadow: 1px 1px 1px #ffffff !important; }
	a.smallsilver:hover { color: #000000 !important; }
		a.smallsilver span { background: url(images/botoes/small-button-silver.png) no-repeat; }

	a.smallblack { background: url(images/botoes/small-button-black.png) no-repeat bottom right; }
		a.smallblack span { background: url(images/botoes/small-button-black.png) no-repeat; }

	a.smallblue { background: url(images/botoes/small-button-blue.png) no-repeat bottom right; }
		a.smallblue span { background: url(images/botoes/small-button-blue.png) no-repeat; }

/* =Navigation
-------------------------------------------------------------- */
#nav-above{
	height:20px;
}
#nav-below{
	height:20px;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
.navigation a{
	color:#000;
}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
}

/* =Forms
-------------------------------------------------------------- */
#si_contact_message1{
	width:350px;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title,
#related h3,
#idc-commentcount_label,
#idc-commentcount_wrap{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	font-family:Georgia, "Bitstream Charter", serif;
	text-shadow:2px 2px 1px #ccc;
}

/* Related */
#related{
	margin-top:20px;
}
#related ul{
	margin-top:20px;
}
#related ul li{
	margin-bottom:5px;
}
/* / Related */

h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}

/* Custom */
.comment-body{
	border:1px solid #ddd;
	padding:10px;
	margin-left:35px;
	/* Cantos arredondados */
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border-radius:10px;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.1);
	box-shadow:0px 0px 5px rgba(0,0,0,0.1);
}
.comment-arrow{
	height:20px;
	width:11px;
	top:25px;
	left:81px;
	position:absolute;
	background:url('images/comment-arrow.png') no-repeat;
}
.avatar{
	border:1px solid #ddd;
	padding:5px;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}
.comment-words{
	font-size:14px;
}
.comment-browser{
	text-align:right;
	margin:5px 0 20px 0;
}
/* / Custom */

.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
	font-size:18px;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	height:40px;
	padding:0;
}
.reply a{
	float:right;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.filename{
	background: #eaeaec;
	padding: 1px 5px;
	font-family: monospace;
	font-size: 15px;
	color: #404040;
}
/* Workaround for "aligncenter" to work */
img.aligncenter{text-align:center !important;margin:0 auto !important;display:block !important;}

/* Highlight images with a light border */
.entry-content img{border:8px solid #eee;margin-top:5px;margin-bottom:5px;}

.entry-content p{line-height:1.7em;letter-spacing:0.05em}