/*
Theme Name: Freshmade Software
Theme URI: http://templates.arcsin.se/freshmade-software-wordpress-theme/
Description: A software company styled theme in light colors of white, orange and brown. Supporting widgets and nested comments. Based on the <a href="http://templates.arcsin.se/freshmade-software-website-template/">Freshmade Software website template</a>.
Version: 1.0
Author: Viktor Persson
Author URI: http://arcsin.se/
Tags: clean, fixed width, two columns, widgets
Last updated: 2009-08-10
*/

/* 
   Reset
------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}

/* 
   General 
------------------------------------------------------------------- */
html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}
body {
	background: #A9A9A9;
	color: #444;
	font: normal 75% sans-serif;
	line-height: 1.5;
}
*::selection{ background:#C27835; color:#FFFFFF;}
*::-moz-selection { background:#C27835; color:#FFFFFF;}

/* 
   Typography 
------------------------------------------------------------------- */
/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}
h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
.post-body h2 {margin: 1em 0em 0.7em 0em}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

/* Text elements */
p {margin-bottom: 1em;}
a:focus,a:hover {color: #002;}
a {
	color: #246;
	text-decoration: underline;
	outline: none;
}
a.download, a.download:hover {background: #FCFCFC url("img/download.gif") no-repeat left center; border: 1px solid transparent; padding: 4px; padding-left: 20px;}
a.download:hover {border: 1px solid; color: #995511;}
.a_img, .a_img:hover {text-decoration: none; padding:3px; border: 1px solid #DDD; display: block;}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}
code.b {
	border: 1px silver solid;
	white-space: pre-wrap;
    padding: 0 4px;
}

/* Lists */
li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}
ul {list-style-type: disc;}
ol {list-style-type: decimal;}
dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Tables */
table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #EEE;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #EEE;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
}
table.data-table tr.even td {background: #FCFCFC;}

/* Misc classes */
.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}
.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}
.hidden {display: none;}
.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}
.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}
.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}
.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}
div.more {padding-top: 6px;}
.more a, a.more {color: #666;}
.more a:hover, a.more:hover {color: #002;}
.next_previous div a,.next_previous div a:hover{border: 1px solid #ECECEC;padding: 4px;text-decoration: none;background: #FCFCFC;}
.next_previous div a:hover {background: #FCFCFC; color: #995511;}
.serif {text-align: right;}

/* 
   Forms 
------------------------------------------------------------------- */
label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select, .wpcf7-submit  {
	background: #FCFCFC;
	border: 1px solid #F69C4D;
	margin: 10px 0px;
	padding: 4px 5px;
	outline: none;
}
input.text:focus, textarea:focus, select:focus, .wpcf7-submit:focus {background: #FCF7EA;}
input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}
.form-error {border-color: #F00;}

/* 
   Alignment 
------------------------------------------------------------------- */
/* General */
.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images */
img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}

/* Floats */   
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}
/* Columns */
.col2 {width: 47%;}

/* 
   Separators 
------------------------------------------------------------------- */
.content-separator, .archive-separator {
	background: #EEE;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive-separator {margin: 0 0 14px;}
.separator-vertical {background: url('img/separator-vertical.gif') repeat-y center top;}

/* 
   Posts 
------------------------------------------------------------------- */
.post {margin-bottom: 24px;}
.post a {text-decoration: none;}
.post a:hover, .post-body a {text-decoration: underline;}
.post-title {border-bottom: 1px solid #E5E5E5;}
.post-date {
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 0;
}
.post-date a {color: #444;}
.post-body {padding-top: 12px;}
.post-meta {
	background: #FCFCFC;
	border: 1px solid #ECECEC;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

/* Sidebar list */
ul.nice-list, .widget ul {
	border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
}
ul.nice-list li, .widget li{
	border-bottom: 1px solid #F0F0F0;
	list-style: none;
	padding: 6px 5px;
}
ul.nice-list li a, .widget li a {text-decoration: none;}
ul.nice-list li a:hover, .widget li a:hover {text-decoration: underline;}
ul.nice-list span, .widget li span {color: #666;}

#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}

ol.nice-list, ul.related {
    border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
    list-style-position: inside;
}
ol.nice-list li , ul.related li{
    border-bottom: 1px solid #F0F0F0;
}
ol.nice-list li , ul.related li, ul.related li a {
	padding: 5px 4px;
}
ul.related li, ul.related li a {
    list-style: none;
}
ol.nice-list li:hover, ul.related li:hover, ul.related li a:hover{
    background: #F5F5F5;   
}
/* Archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {text-decoration: none;}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {font: normal 1.6em Georgia,serif;}
.archive-post .post-date,.archive-post-title {padding-top: 3px;} 

.more-link .serrif, .more-link:hover  .serrif{float: right; clear: both; border: 1px solid #ECECEC; padding: 3px; text-decoration: none; margin: 5px;}
.more-link:hover .serrif{background: #FCFCFC;color: #995511;}

#dema_page a.demo, #dema_page a.demo:hover{ float: right; margin: 20px 10px 10px 20px; padding: 5px 30px 5px 70px; clear: right; cursor:pointer;border: 1px solid; font-size: 22px; line-height:50px;text-decoration:none; background: transparent url('/wp-content/themes/freshmade-software/img/demo.png') no-repeat scroll 10px 5px;}
#dema_page a.demo:hover {color: #46afcc; border-color: #46afcc;}
#dema_page p.dema_excerpt {text-align: justify;}
#dema_page .post-title {margin-top: 20px;}

/* 
   Thumbnails
------------------------------------------------------------------- */
.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #DAD6D0;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 1px;
}
.thumbnails a.thumb:hover {background: #AAA;}
.thumbnails .thumb img {display: block;}

/* 
   Box
------------------------------------------------------------------- */
.box {
	background: #F7F7F2 url('img/box.gif') no-repeat left top;
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	padding: 16px 20px 0;
}
.box a {color: #951;}
.box a:hover {color: #310;}
.box-title {	
	color: #665;
	font: normal 1.6em sans-serif;
}
.box-content {padding: 8px 0;}

/* 
   Comments 
------------------------------------------------------------------- */
div.comment_list {
	border-top: 1px solid #EEE; 
	margin: 1em 0 2em;
}
.comment {
	border-bottom: 1px solid #EEE;
	padding: 10px 8px 0px;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
	color: #567;
	text-decoration: none;
}
.comment-date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment-body {padding-top: 4px;}
.comment-gravatar {width: 48px;}
.comment-gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_list .even {
    background-color:#FCFCFC;
}
.comment_list .comment:hover {
	background-color:#F5F5F5;
}
.comment_list .bypostauthor, .comment_list .bypostauthor:hover  {
    background-color:#f7eee1;
}
#reply {
    margin-top: 10px;
}
/* 
   Layout 
------------------------------------------------------------------- */
/* Common */
.center-wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header */
#header-wrapper {background: #2F2F2F url('img/header.gif') repeat-x left top;}
#header-wrapper-2 {background: url('img/header-wrapper-2.gif') repeat-y center top;}
#header {
	background: #333 url('img/header.gif') repeat-x left top;
	padding: 0 10px 0 46px;
	height: 130px;
	overflow: hidden;
}
#logo {color: #FFF; float: left; margin-top: 32px; width: 300px;}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #B58361;
	font-size: 1.3em;
}
/*
#microblog {
float: left; 
height: 130px; 
overflow: hidden; 
position: relative;
}
#microblog table{
margin-top: 35px; vertical-align: middle;
}
#microblog table td {padding: 10px;}
*/
#header_quotes{
	float: left;
	height: 130px;
	overflow: hidden;
	position: relative;
	max-width: 450px;
}
#header_quotes div {
	margin-top: 35px;
	padding: 10px;
	color: #fff;
	background-color: #444;
}
#header_quotes a{color: #951; text-decoration: none;}
#header_quotes a:hover{color: #B58361;}
#header_quotes .ajax {float: right;clear:right;}
#header_quotes .author {font-style: italic; font-size: 0.8em;}
#header_quotes em {color: #B58361; font-size: 0.9em;}
#feed_icon{
	background: transparent url(img/orange_rss.png) no-repeat scroll right top; 
	display: block;
	float: right; 
	width: 60px; 
	height: 53px;
	margin-top: -5px;
	margin-right: 15px;
}
#feedburner_icon {float: right; clear: right;}
#feedburner_icon img {width: 88px; height: 26px; border: 0pt none;}

/* Navigation */
ul.tabbed {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
}
ul.tabbed a {text-decoration: none;}

#navigation-wrapper {background: url('img/navigation.gif') repeat-x right top;}
#navigation-wrapper-2 {background: url('img/navigation-wrapper-2.gif') no-repeat center top;}
#navigation {
	background: url('img/navigation.gif') repeat-x left top;
	min-height: 46px;
	padding: 0 8px;
}
#navigation a {
	color: #EAE6DD;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	padding: 12px 12px 11px;
}
#navigation a:hover {color: #FFF;}
#navigation li.current_page_item a, #navigation li.current_page_parent a {color: #FFE;}
#navigation li.current_page_item a {background: url('img/navigation-arrow-2.gif') no-repeat center bottom;}
#navigation li.current_page_parent a {background: url('img/navigation-arrow.gif') no-repeat center bottom;}
#nav_search {
	float: right;
	width: 170px;
}
#nav_search input.button{
	background: url("img/search_16x16.png") no-repeat scroll center center transparent;
	text-indent: -9999px;
	border: none;
	height: 18px;
	padding: 0px;
	width: 20px;
	cursor: pointer;
}
#s {
	width: 113px;
}
/* Subnav */
#subnav-wrapper {background: #E9E9E9 url('img/subnav-wrapper.gif') repeat-x left bottom;}
#subnav-wrapper-2 {background: url('img/subnav-wrapper-2.gif') no-repeat center bottom;}
#subnav {padding: 0 8px;}
#subnav a {
	color: #666;
	display: block;
	font: bold 1.1em sans-serif;
	padding: 12px 12px;
}
#subnav a:hover {color: #111;}
#subnav li.current_page_item a {color: #333;}

/* Content @vokiel zmienilem .content#content-two-columns na right*/
.content {font-size: 1.1em;}
#content-wrapper {background: #F6F6F6 url('img/content-wrapper.gif') repeat-y center top;}
.content#content-two-columns {background: url('img/content-two-columns.gif') repeat-y right top;}

/* Main @vokiel zmienilem float na left*/
#main-wrapper {
	float: left;
	/* width: 699px; */
	width: 700px;
}
#main {padding: 24px 20px;}
#main .text-separator, #featured .text-separator {
	color: #AAA;
	padding: 0 5px;
}

/* Sidebar @vokiel zmienilem float na right*/
#info_portrait {
	float: right;
	padding: 2px;
	border: 1px solid #666;
	margin: -30px 10px 5px 5px;
}
#sidebar-wrapper {
	float: right;
	width: 259px;
}
.textwidget {
	font-size: 0.8em;
}

/* Footer */
#footer-wrapper {
	background: url('img/footer-wrapper_f.gif') no-repeat center bottom;
	border-top: 1px solid #999;
	padding-bottom: 20px;
}
#footer-wrapper_inner{
	margin: 0 auto 15px; 
	background: transparent url(img/footer-wrapper_y.gif) repeat-y scroll center bottom;
	width: 1000px;
}
#footer {
	background: #808080;
	font-size: 1.1em;
	padding: 12px 16px;
}
#footer a {
	color: #DDD;
	text-decoration: none;
}
#footer a:hover {color: #FFF;}
#footer span.text-separator {
	color: #999;
	padding: 0 3px;
}
#footer .tabbed li {margin-right: 14px;}
#footerboxes {
	font-size: 12px;
}
#footerboxes .span-8 {
    float: left;
}
#footerboxes .a_rss, #footerboxes .a_rss:hover {
	width: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0 6px;
    vertical-align: middle;
    margin-right: 5px;
}
#footerboxes .a_rss{
	background: transparent url(img/rss_feds.gif) no-repeat center -18px;
}
#footerboxes .a_rss:hover {
	background: transparent url(img/rss_feds.gif) no-repeat center top;
}
#footerboxes ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#footerboxes ul li {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 10px 10px;
	background: transparent;
}
#footerboxes ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerboxesi ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	border: 0;
}
#footerboxes ul li ul li{
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	border: 0;
}
#footerboxes ul li h2{
    border-bottom: 1px silver solid; 
    padding-bottom: 10px;
}
#footerboxes .linkcat{
	font-size: 1em;
	float: left;
	width: 46%;
}
#footerboxes .linkcat strong{
	border-bottom: 1px solid;
	display: block;
	font-size: 1.2em;
	width: 80%;
}

/* Bottom */
#bottom_upper{
margin-bottom: -20px;
border-top: 1px solid silver;
padding: 5px;
}
#bottom {
	color: #666;
	padding: 0 6px 12px;
	margin-top: -6px;
}
#bottom a {
	color: #555;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #777;}

/* Featured Box */
#featured-wrapper {
	background: url('img/gradient-light.gif') repeat-x left bottom;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 22px;
}
#featured {padding: 42px 124px 12px 48px;}
#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
}
#featured h2 span {color: #43B16C;}

/* 
   Captions 
------------------------------------------------------------------- */
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* 
   Misc overriding classes
------------------------------------------------------------------- */
/* Border */
.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}
/* Margin */
.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}
/* Padding */
.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single Line IE Fixes */
* html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}

div.source_demo_container {margin: 10px auto; padding: 10px; overflow: auto; text-align: center; height: 70px;}
a.demo, a.source, a.demo:hover, a.source:hover {cursor:pointer;border: 1px solid; margin: 10px; padding: 17px 50px 17px 80px; font-size: 22px; line-height:50px;text-decoration:none;}
a.source, a.source:hover{ background: transparent url('/wp-content/themes/freshmade-software/img/source.png') no-repeat scroll 10px 5px; }
a.demo, a.demo:hover{ background: transparent url('/wp-content/themes/freshmade-software/img/demo.png') no-repeat scroll 10px 5px;}
a.source:hover {color: #995511; border-color: #995511;}
a.demo:hover {color: #46afcc; border-color: #46afcc;}

ol.footnotes{font-size:0.8em; color:#666666;}
ol.footnotes li {list-style-type:decimal;}

div.ddsg-wrapper h3{border-bottom: 1px solid #F0F0F0; padding-bottom: 10px;}
div.ddsg-wrapper a {text-decoration: none;}
div.ddsg-wrapper  ul,div.ddsg-wrapper  ul li{list-style: none;}

div.ddsg-wrapper  ul.ddsg_pages, div.ddsg-wrapper  ul.ddsg_pages li {margin-right:0.5em;}
div.ddsg-wrapper  ul.ddsg_pages li a, div.ddsg-wrapper  ul.ddsg_pages li a:hover{display: block; border-bottom: 1px solid #F0F0F0;}
div.ddsg-wrapper  ul.ddsg_pages li a:hover{background: #F5F5F5;}

div.ddsg-wrapper  ul.ddsg_posts, div.ddsg-wrapper  ul.ddsg_posts li {margin-right:0.5em;}
div.ddsg-wrapper  ul.ddsg_posts li a, div.ddsg-wrapper  ul.ddsg_posts li a:hover{display: block; border-bottom: 1px solid #F0F0F0;}
div.ddsg-wrapper  ul.ddsg_posts li a:hover{background: #F5F5F5;}
div.ddsg-wrapper  ul.ddsg_posts li a.c,div.ddsg-wrapper  ul.ddsg_posts li a.c:hover{display: inline; border-bottom: 1px solid #F0F0F0;background-color: transparent;}

p.helion-ksiazkasm1 {text-align: center;}
p.helion-ksiazkasm1 img {margin: 0 auto;}

/* qTranslate flags */
#first-header-widget-area {float: right; clear: right;}
#first-header-widget-area ul {list-style: none; float: right; margin: 0px; padding: 0px;}
#first-header-widget-area ul li {float: left; margin: 0px; padding: 0px; margin:13px 4px}
#first-header-widget-area ul li a {padding: 2px; background-position: 2px; border: 1px solid #F69C4D;}
#first-header-widget-area ul li.active a {border: 1px solid #fff;}
#first-header-widget-area ul li a:hover {background-color: #F69C4D; border: 1px solid #FFCC99;}

/* tumblr widget */
.tumblr_excerpt  .tumblr_a_more{ text-align: right; clear: right;}
.tumblr_excerpt  .tumblr_p_more {display: none; }

/* seo tag cloud widget */
.seo-tag-cloud {font-size: 1.0em; text-transform: none;}
.seo-tag-cloud li {display: inline-block;}
.seo-tag-cloud em {font-style: normal; font-size: 1.07em;}
.seo-tag-cloud div {padding: 10px;}
.credit {font-size: 50%;}