/*
	Theme Name: Luscarpa v1.0
	Theme URI: http://www.luscarpa.com
	Description: A minimal, grid based, elastic theme. Wordpress 2.9 ready.
	Version: 1
	Media: Screen
	Version: Fri 6, Jan 2010
	Author: Luca Scarpa
	Author URI: http://www.luscarpa.com
	Tags: black, white, three-columns, fixed-width, custom-header, custom-colors, theme-options, right-sidebar
*/

/* ----------------------------------------------- [ * ] */

@import url(css/grid.css);

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	background: url('images/bg.jpg');
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	color: #111;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

img.lazy{
	background: #eee url('images/lazyload-spin.gif') no-repeat center center;
}

h1, h2, h3, h4 {
	color: #000;
}
h1 {
	margin-bottom: 3px;
	font-size: 28px;
}
h2 {
	margin-bottom: 10px;
	font-size: 23px;
}
h3 {
	margin-bottom: 10px;
	font-size: 20px;
}
h4 {
	margin-bottom: 6px;
	font-size: 16px;
}
h5 {
	margin-bottom: 10px;
	font-size: 12px;
}
p{
	margin-bottom: 10px;
	font-size: 12px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
ol{
    padding: 0 0 10px 40px ;
}
a:hover {
	color: #0F83DB;
}
acronym {
	border-bottom: 1px dotted #eee;
}
kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 10px;
	text-transform: uppercase;
}
.padding, .comment p.padding{
	padding-left: 10px;
	padding-right: 10px;
}

/* ----------------------------------------- [ Bg ] */

#bg{ 
	background: url('images/bg_top.jpg') no-repeat center top;
	padding-top: 30px;
	padding-bottom: 20px;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	position: relative;
	overflow: hidden;
	padding: 0 0 5px 0;
}
#main-nav .menu{
	position: relative;
	z-index: 2;
}
#main-nav ul {
	position: relative;
	list-style-type: none;
	z-index: 3;
}
#main-nav li {
	position: relative;
	margin-right: 12px;
	float: left;
	z-index: 10;
}
#main-nav li a {
	font-size: 12px;
	line-height: 1.8;
	padding: 0 10px;
	display: block;
	position: relative;
	z-index: 100;
}
#main-nav li a:hover {
	color: #000;
}
#main-nav li.current_page_item{
	background-color: #000;
	border: 1px solid #000;
}
#main-nav li.current_page_item a, #main-nav li.current_page_item a:hover{
	color: #fff;
	text-shadow: none;
}
#main-nav .pill{
	position: absolute;
	background: url('images/bg_black_10.png');
	border: 1px solid #ccc;
}

/* ------------------------------------------ [ Header ] */

#header {
	background: url('images/header.png') no-repeat left bottom;
	height: 190px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
#header h1 {
	text-indent: -99999px;
}
#header h1 a {
	display: block;
	width: 940px;
	height: 190px;
}

/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 10px;
	overflow: hidden;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 12px;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 12px;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

/* -------------------------------------------- [ Post ] */

.reading{
	padding-bottom: 6px 
}

.post {
	padding-top: 10px;  
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	clear: both;
}

.list .post-meta p{
	line-height: 2.1;
}
.list .post-content h3{
	margin-top: 0;
	line-height: normal;
	text-shadow:0 1px 0 #FFFFFF, 0 1px 3px #BEBEBE;
	font-weight: normal;
	font-size:2.3em;
	margin-bottom: 0.6em;
}
.list .post-content h3 a{
	font-weight: normal
}
.list .post-content p{
	font-size: 12px;
}
.list .full-size{
	margin-left: -160px;
}
.list .link p{
	line-height: 2.1;
}

.post-content h2 {
	font-weight: normal;
	line-height: 1.6;
	font-size: 28px;
	text-shadow:0 1px 0 #FFFFFF, 0 1px 3px #BEBEBE;
}
/*
.post-content h2 {
	margin: 15px 0 10px 0;
	font-weight: normal;
	border-bottom: 1px dotted #BBBBBB;
}*/
.post-content h3 {
	margin-top: 15px;
	font-weight: normal;
}
.post-content h3.space {
	margin-top: 30px;
}
.post-content h4{
	font-weight: normal
}
.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.post-content .infobar{
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
	font-size: 12px;
}
.post-content .infocomment{
	float: right;
}
.post-content .infocomment a{
	background: url('images/comment_stroke_16x14.png') no-repeat left center;
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
	color: #000;
	padding-left: 23px
}

.post-content .intro{
	font-style:italic;
	color: #797975;
	font-size: 1.4em;
}

.post-content blockquote {
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #E5E5E5;
	display:block;
	font-size:120%;
	font-style:italic;
	line-height:150%;
	margin-top:15px; 
	margin-bottom:15px;
	padding:10px 20px;
	width:auto;
}

.post-content blockquote p {
	margin: 0; padding: 0;
}

.post-content p, .post-content ul li{
	font-size: 13px;
}

.post-content .post_toolbar{
	margin: 20px 0;
	text-align: center;
	height: 37px;
}
.post-content .post_toolbar a{
	padding: 2px 10px;
	background-color: #333;
	margin: 0 10px 0 0;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	display: block;
	float:left;
}
.post-content .post_toolbar a:hover{
	background-color: #0F83DB;
}



.tags{
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 7px;
}
.tags a {
	margin-left: 2px;
}
.share-post{
	float: left;
	font-size: 12px;
	padding-bottom: 7px;
	list-style: none;
	margin-left: 10px;
}
.share-post li{ 
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.share-post li.title{
	border: none;
	padding-left: 0;
}
.share-post a{
	font-weight: normal;
	color: #666;
	font-size: 11px;
}
.share-post a:hover{
	color: #000;
	text-decoration: underline
}
.share-post .facebook,
.share-post .twitter{
	padding-left: 0;
}
.share-post .twitter{
    margin-top: 10px
}
.share-post .digg{
	background: url('images/icon-digg.gif') no-repeat 0px center;
	padding-left: 21px;
}
.share-post .delicious{
	background: url('images/icon-delicious.gif') no-repeat 0px center;
	padding-left: 21px;
	border: 0;
}
.share-post #delic{
	font-weight: bold;
	padding-right: 2px;
}

#adsense{ margin-bottom: 10px }



ul.bullet-1 li{ background: url('images/arrow_left_8x8.png') no-repeat 1px 6px;  }
ul.bullet-2 li{ background: url('images/check_8x7.png') no-repeat 1px 7px;  }
ul.bullet-3 li{ background: url('images/heart_fill_8x7.png') no-repeat 1px 6px;  }

ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li{
	list-style: none;
	margin-bottom:5px !important;
	padding-bottom:3px !important;
	padding-left:18px !important;
}
ul.bullet-1, ul.bullet-2, ul.bullet-3{
	list-style: none;
	margin-left: 8px;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	line-height: 1.6;
}
span.number {
	display:block;
	float:left;
	font-size:170%;
	line-height: 0.8;
	margin:2px 13px 0 15px;
}
span.highlight {
	background:#FFFBD5 none repeat scroll 0 0;
	padding:2px;
}
span.highlight-blue {
	color:#0D507A;
}
span.highlight-red {
	color:#D12E2E;
}
span.highlight-green {
	color:#74A824;
}
span.highlight-purple {
	color:#9E0E87;
}
span.highlight-orange {
	color:#CC8300;
}
span.highlight-brown {
	color:#8B6846;
}
span.highlight-grey {
	color:#666666;
}
span.highlight-underline {
	border-bottom: 1px dotted #666;
}
span.highlight-bold {
	font-size:120%;
	font-weight:bold;
}
span.inset-left {
	display:block;
	float:left;
	font-size:110%;
	font-style:italic;
	font-weight:bold;
	padding:15px;
	width:20%;
}
span.inset-right {
	display:block;
	float:right;
	font-size:110%;
	font-style:italic;
	font-weight:bold;
	padding:15px;
	width:20%;
}



/* -------------------------------------- [ Comments ] */

#commentary, #pings_header {
	border-top: 1px solid #111;
	padding-top: 10px;
	overflow: hidden;
	clear: both;
}

#comments .navigation{
	margin: 0;
	padding: 0;
}

.comment, .pingback {
	/*margin: 0 0 15px 0;*/
	padding: 15px 0;
	border-top: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
	position: relative
}
.pingback {
	padding: 10px 0;
}
.pingback .counter{
	color: #000;
	font-size: 12px; 
	font-weight: bold;
	padding: 0 10px;
}
.pingback .url{
	font-weight: 400;
	font-size: 11px;
}

.comment .grid_2{
	height: 80px
}

.comment .pd-rating{
	position: absolute;
	top: 62px;
	left: -69px;
}

.comment .avatar{
	background: url('images/avatar_bg.png') no-repeat center center;
	padding:4px;
}
.comment .num{
	font-size: 4.5em;
	float: right;
	color:#efefef;
	margin-right: 10px;
	width: auto
}
.comment .author{
	font-size: 1.4em;
	margin-right: 10px;
}
.comment .url{
	font-weight: normal;
}
.comment .low{
	text-transform: none
}
.comment p{ padding: 0 }

.comment p.meta{
	margin-bottom: 5px;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 12px;
	line-height: 1.6;
}

.comment #respond{
	background-color: #e9f4ff;
	border-top: 0; 
}
#respond h3 { display: inline }

.comment .children{
	padding-top: 10px;
}
.comment .children .comment{
	padding-bottom: 0;
}

.comment .comment-reply-link{ 
	background: url('images/comment_reply.png') no-repeat;
	float: right; 
	padding: 6px 12px 10px 12px;
}
.comment .comment-reply-link:hover{
	background-position: left -33px;
	color: #fff
} 


#respond {
	border-top: 1px solid #111;
	padding: 12px 0 12px 0;
	overflow: hidden;
	clear: both;	
}
#respond .cancel_comment_reply{
	line-height: 0;
	height: 0;
}
#respond .cancel_comment_reply a{
	color: #c00;
}
#respond .cancel_comment_reply a:hover{
	color: #c00;
	text-decoration: underline
}

#respond .disclaimer{ font-size: 11px; padding-top: 10px; }

#respond code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

#respond .grid_2{
	height: auto;
}

#respond h4 span.reaply{ display: none }

.comment-field{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	clear: both;	
}
.contact-field{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #BBBBBB;
}
.contact-field span{
	text-align: center;
}
.contact-field.last{
	border: 0;
}
.contact-field.submit{
	padding-top: 10px;
}
.contact-field.submit input{
	background: url('images/button-send-message.gif') no-repeat left top;
	width: 138px;
	height: 31px;
	display: block;
	float: left;
	text-indent: -9999px;
}
.wpcf7-response-output{
	text-align: center
}
.contact-field.submit .ajax-loader{
	padding: 8px 0 0 10px;
}
.comment-field label, .contact-field label{ float:left; margin: 0 10px 0 5px;}
.comment-field .tooltip, .contact-field .tooltip{ padding-top: 9px; }

label {
	display: block;
	padding-top: 7px;
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
}
input:focus, textarea:focus, #search .search-field input:focus {
	border: 1px solid #000;
}

textarea {
	height: 100px;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	padding-top: 10px;
}

#sidebar h2 {
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 6px 10px;
}

#sidebar p {
	font-size: 11px;
	color: #111;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar ul.nav {
	margin: 0 0 20px 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: 4px 8px 5px 8px;
	font-size: 11px;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

#sidebar #about{
	margin: 0;
}

#sidebar #about a#img_avatar{
	border: 1px solid #ccc;
	padding: 2px;
	margin: 2px 8px 0 0;
	float: left;	
}

#sidebar #about a#img_avatar span{
	background-image: url('./images/avatar_64x64.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 64px;
	width: 64px;
	text-indent: -99999px
	
}
#sidebar #about:hover a#img_avatar span{
	background-position: -64px 0
}

.section {
	margin: 0 0 3em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding-top: 10px;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

#content h2.ver{
	margin-bottom: 6px;
}

.submit {
	width: auto;
	padding: 0;
}

.navigation {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 12px;
}

/* --------------------------------------- [ Footer ] */

#footer {
	background: url(images/footer.png) no-repeat top right;
	border-top: 1px solid #333;
	padding: 10px 0 11px 0;
	overflow: hidden;
	clear: both;
}

#footer p, #footer div {
	margin-bottom: .2em;
	font-size: 11px;
}

#footer .rss {
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: 0em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 10px 10px;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* ------------------------------------------ [ Follow ] */
ul.widgetized-sidebar li ul.follow li{
	padding: 0.5em 8px;
}
ul.widgetized-sidebar li ul.follow li div{
	background-image: url('images/icons_follow.png');
	background-repeat: no-repeat;
	padding: 0 0 0 65px;
	height: 35px;
}
ul.widgetized-sidebar li ul.follow li div.twitter {
	background-position: 0 0;
}
ul.widgetized-sidebar li ul.follow li div.twitter:hover{
	background-position: 0 -35px;
}
ul.widgetized-sidebar li ul.follow li div.rss {
	background-position: 0 -70px;
}
ul.widgetized-sidebar li ul.follow li div.rss:hover{
	background-position: 0 -105px;
}
ul.widgetized-sidebar li ul.follow li div h3{
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 12px;
}
ul.widgetized-sidebar li ul.follow li div a{
	font-weight: normal;
	text-decoration: underline;
}



/* ------------------------------------------ [ Twitter ] */

#twitter_update_list li  {
	margin: 10px 0;
	padding: 0 8px;
	font-size: 11px;
	line-height: 1.6;
	color: #111;
	list-style: none
}
#twitter_update_list li.follow{
	text-align: right;
	margin-bottom: 0em;
	line-height: 1;
}

/* ------------------------------------------ [ Search ] */

#search .padding{
	padding-top: 2px;
}
#search div.ver, #search form, #search p{
	display: inline;
	margin-bottom: 0;
}
#search div.ver{
	line-height: 2.3;
	font-weight: bold;
}
#search .search-field {
	padding: 0 0 0 8px;
}
#search .search-field input {
	width: 196px;
	margin: 0 0 10px 0;
	padding: 2px 6px 4px 23px;
	border: 1px solid #ccc;
	background: #fff url(images/bg-search.gif) no-repeat 7px center;
	font-size: 9px;
	color: #999
}

/* ------------------------------------------ [ Page ] */


#page-header {
	border-bottom:1px solid #333333;
	height:13em;
	overflow:hidden;
}
#page-header h2 {
	font-size: 18px;
	margin-bottom:0.5em;
}
#page-header h2 a{
	color: #111
}
#page-header h3 {
	color:#666666;
	font-family:Palatino,Baskerville,Georgia,"Times New Roman",sans-serif;
	font-size:1.6em;
	font-style:italic;
	font-weight:normal;
}

.archive p{
	margin: 0.4em 0 0.5em 0;
}

/* --------------------------------------- [ About ] */

.about_top{
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px
}
.about_img{
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
.row{ 
	border-bottom: 1px solid #CCC;
	padding-top: 10px;
}


/* --------------------------------- [ General Classes ] */

.small {
	font-size: 10px;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .76em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 3em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 10px;
	line-height: 1.6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
	padding-left: 8px;
	padding-right: 8px;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: 4px 8px 5px 8px;
	font-size: 11px;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}
ul.widgetized-sidebar li ul li ul.children{
	display: none
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}
img.alignleft{
	margin: 4px 10px 4px 0
}

.alignright {
   float: right;
}
img.alignright{
	margin: 4px 0 4px 10px
}
.wp-caption {
	margin: 10px;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 11px;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 11px;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 10px;
}

#wp-calendar td {
	padding: 10px;
}

#wp-calendar tr {
	padding: 10px;
}

/* --------------------------------- [ GoToTop ] */
#gototop{
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#gototop a{
	background: #ccc;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 20px;
	color: #111;
}

/* --------------------------------- [ Lighter ] */
.standardLighter{font-family:Monaco,Courier,Monospace;position:relative;margin-bottom:1em;font-size:11px;overflow:auto;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-o-pre-wrap;white-space:-pre-wrap;word-wrap:break-word;}.standardLighter span{color:black;font-size:10px;}.standardLighter .standardnum{background-color:#f2f2f2;color:#939393;font-size:10px;text-align:center;width:30px;}.standardLighter .standardline{background-color:#f4f4f4;border-left:1px solid #939393;padding:1px 3px 1px 10px;padding-left:15px;padding-right:5px;}.standardLighter .standardfirst{padding-top:5px;}.standardLighter .standardlast{padding-bottom:5px;}.standardLighter .alt{background-color:#d8eeff;}pre.standardLighter{background-color:#fff;padding-left:15px;padding-right:5px;padding-top:5px;padding-bottom:5px;}ol.standardLighter{color:#939393;font-size:10px;list-style:decimal-leading-zero;background-color:#f2f2f2;margin-top:0;margin-bottom:0;margin-left:0;padding-left:0;}ol.standardLighter li{margin-left:40px;}div.standardLighter .standardnum{display:block;float:left;}div.standardLighter .standardline{display:block;margin-left:30px;min-height:12px;}div.standardLighter div{clear:left;overflow:auto;background-color:#f2f2f2;}.standardLighter .kw1{color:#1b609a;}.standardLighter .kw2{color:#9a6f1b;}.standardLighter .kw3{color:#784e0c;}.standardLighter .kw4{color:#9a6f1b;}.standardLighter .co1{color:#888;}.standardLighter .co2{color:#888;}.standardLighter .st0{color:#489a1b;}.standardLighter .st1{color:#489a1b;}.standardLighter .st2{color:#489a1b;}.standardLighter .nu0{color:#70483d;}.standardLighter .me0{color:#666;}.standardLighter .me1{color:#666;}.standardLighter .br0{color:#444;}.standardLighter .sy0{color:#444;}.standardLighter .es0{color:#444;}.standardLighter .re0{color:#784e0c;}
.standardLighter a.action {
	background-position: center;
	background-repeat: no-repeat;
	display:block;
	height:26px;
	position:absolute;
	text-decoration:none;
	text-indent:-9999px;
	width:26px;
	z-index:98;
}
.standardLighter a.action.plain {
	background-image: url('images/cog_16x16.png'); 
	right: 33px;
	top: 0;
}
.standardLighter a.action.copy {
	background-image: url('images/copy_16x16.png');
	right: 5px;
	top: 0;
}
.plain_div{
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	padding-top: 10px;
}
.plain_textarea{
	margin: 10px 0;
	height: 15em;
}
.copied {
	background:#FFFEA1 none repeat 0 0;
	display:none;
	padding:7px 0;
	position:fixed;
	right:7px;
	text-align:center;
	top:7px;
	width:100px;
	z-index:10;
}
div.topsy_widget_data, div.topsy_widget_shortcode{
	float: right
}


