/*
Theme Name: cleanPRESS
Theme URI: http://lathund.nu
Description: Free the birds!
Version: 1.2
Author: Hund
Author URI: http://lathund.nu
*/

/*---------- Body ----------*/

body {
	font-family: Helvetica, Tahoma, Arial;
	color: #252525;
	font-size: 13px;
	line-height: 20px;
	background: #D2D2D2;
	margin:0;
}

* {
	padding:0;
	margin:0;
}

* :focus {
	outline: 0;
}

/*---------- Body - END ----------*/

/*---------- Text ----------*/

p, b, span, h1, h2, h3, h4, h5, h6, b, ol, ul, li, div, a, a:hover, img, input, textarea, small {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	line-height:19px;
	font-size: 12px;

}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	color:#454545;
}

a {
    color: #0f72b2;
	text-decoration: none;
}

a:hover {
	color: #313131;
	text-decoration: underline;
}

.post h2 a:hover {
	text-decoration:underline;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { 
	color: #464646;
	line-height: 20px;
	border-bottom:1px solid #BBBBBB;
	margin-top:15px;
	margin-bottom:10px;
}

li {
	list-style: disc;
}

.entry li {
	font-size:12px;
	list-style: disc;
	margin-left:30px;
}

small a.readmore, small a:hover.readmore {
	float: right;
	background: url('images/readmore.gif') repeat-x;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	
}

.slideInfo a, .slideInfo a:hover {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	overflow: hidden;
	margin-right: 10px;
	background: url('images/readmore.gif') repeat-x;
	padding: 3px 7px 2px 7px;
	text-transform: uppercase;
	border: 1px solid #0c7dc4;
}

/*---------- Text - END ----------*/

/*---------- Text Widget ----------*/

.textwidget {
	font-size:10px;
	line-height:15px;
}

.textwidget p {
	font-size:10px;
	line-height:15px;
}

/*---------- Text Widget - END ----------*/



/*---------- Search ----------*/

fieldset.search {
	border: none;
	width: 245px;
	margin: 0 auto;
	margin-bottom:15px;
}
.search input, .search button {
	border: 1px solid #B9B9B9;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.search input.box {
	color: #464646;
	font-size: 12px;
	width: 190px;
	height: 28px;
	padding:0 5px 0;
	background: #efefef;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.search input.box:focus {
	background: #fff;
	outline: none;
}
.search button.btn {
	color:#000;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	background: #efefef url(images/search.png) no-repeat;
}
.search button.btn:hover {
	background: #fff url(images/search_hover.png) no-repeat;
}

/*---------- Pages ----------*/

#pages {
	width: 960px;
	height: 35px;
	margin-top: -3px;
}

#pages ul li{
	list-style-type: none;
	float: left;
	font-weight: bold;
	padding: 5px 0px 0px;
}

#pages ul li a {
	color: #D4D4D4;
	text-decoration: none;
	padding: 5px 10px 6px;
}

#pages ul li a:hover {
	color: #242424;
	background: #EAEAEA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*---------- Pages - END ----------*/

/*---------- Categories ----------*/

#categories {
	float: left;
	width: 785px;
}

#categories ul li {
	float: left;
	list-style-type: none;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 12px 0 10px 10px;
}

#categories ul li a {
	color: #646464;
	padding: 3px 7px;
	background: #efefef;
	border: 1px solid #b9b9b9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#categories ul li a:hover{
	color: #fff;
	text-decoration: none;

}

#categories ul li ul {
	position: relative;
	display: none;
}

#categories ul li ul  li{
	list-style-type: inherit;
}

/*---------- Categories - END ----------*/

/*---------- Content ----------*/

#content {
	float: left;
	width: 620px;
	padding-bottom: 20px;
}

/*---------- Content - END ----------*/

/*---------- Index Articles ----------*/

#indexArticles {
	width: 628px;
	background: #efefef;
	border: 1px solid #b9b9b9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#indexArticles {
font-size:12px;
}

/*---------- Index Articles - END ----------*/

/*---------- Post ----------*/

.post {
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.post img {
	border:1px solid #cccccc;
	padding:3px;
	-moz-box-shadow: 0 2px 5px #C3C3C3;
	-webkit-box-shadow: 0 2px 5px #C3C3C3;
}


.post h2 {
	color: #464646;
	padding: 1px 8px 1px 3px;
	font-size:18px;
}

.post h2 a {
	color: #464646;
	padding: 1px 8px 1px 3px;
	font-size:18px;
}

.post h2 a:hover {
}

.entry {
	margin-top: -10px;
}

.entry p {
	padding: 5px 0;
}

small.postInfo {
	font-size: 10px;
	line-height: 20px;
	color: #676767;
	padding-top:10px;
}

.postInfo a {
	color: #676767;
	font-size: 10px;
}

.postInfo a:hover {
	color:#0F72B2;
	text-decoration:underline;
}

.post p {
	font-size: 12px;
	color: #343434;
	margin-top:5px;
}

.postBottom {
	height: 26px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	background: #e7e7e7 url('images/postbottom.png') repeat-x;
	padding: 12px 10px 0 10px;
	font-size: 14px;
}

.postBottom a {
	color: #4a4a4a;
}

a.comments, a:hover.comments { 
	background: url('images/comments.png') no-repeat left; 
	padding-left: 20px;
	font-size: 10px;
}

a.more, a:hover.more { 
	background: url('images/more.png') no-repeat left; 
	padding-left: 20px;
	font-size: 10px;
}

.postSingle {
	margin-top: 15px;
	padding-left: 5px;
}

.postSingle p {
	padding: 0 5px 15px 0;
	margin-bottom:-5px;
	line-height:19px;
}

.comment blockquote {
	background: #e9e9e9;
	padding-top:0px;
	padding-right:5px;
	padding-left:0px;
	padding-bottom:5px;
	margin-bottom:20px;
	margin-right:5px;
	margin-left:70px;
	margin-top:10px;
	border:1px solid #dddddd;
	font-family:monospace;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.postSingle blockquote {
	background: #e9e9e9;
	margin:0px;
	padding:10px 15px 5px 20px;
	margin-bottom:20px;
	margin-right:5px;
	margin-top:0px;
	border:1px solid #dddddd;
	font-family:monospace;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.entry blockquote {
	background: #e9e9e9;
	margin:0px;
	padding-top:15px;
	padding-right:15px;
	padding-left:20px;
	padding-bottom:5px;
	margin-bottom:20px;
	margin-right:5px;
	margin-left:5px;
	margin-top:10px;
	border:1px solid #dddddd;
	font-family:monospace;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.postSingle h1, .postSingle h2, .postSingle h3, .postSingle h4, .postSingle h5, .postSingle h6 {
	color: #464646;
	line-height: 20px;
	border-bottom:1px solid #BBBBBB;
	margin-bottom:15px;
	margin-top:10px;
}

.postSingle li { font-size: 12px; font-weight: bold; color: #414141; padding-bottom: 5px;}
.postSingle ul, .postSingle ol { font-size: 12px; color: #414141; margin-bottom:10px;}
.postSingle ul li { margin-left: 40px; font-size: 12px; font-weight: normal; color: #414141; padding-bottom: 0px; }
.postSingle ol li { padding-left: 20px; font-size: 12px; font-weight: normal; color: #414141; padding-bottom: 5px;}

.postSingle h1 { font-size: 20px; }

.postSingle h2 {
	font-size: 18px;
	color:#454545;
	padding:0px;
}

.postSingle h3 { font-size: 16px; }
.postSingle h4 { font-size: 14px; }
.postSingle h5 { font-size: 12px; }
.postSingle h6 { font-size: 10px; }

h2.pagetitle {
	font-size: 18px;
	margin: 10px 10px  0 10px;
	margin-bottom:10px;
	background: url('images/cup.gif') no-repeat left;
	padding-left: 30px;
	line-height: 25px;
	color: #2b2b2b;
}

img.alignleft, img.alignright {
	margin: 10px;
	margin-top:0px;

}

img.alignleft {
	float: left;
	-moz-box-shadow:0 2px 5px #C3C3C3;
	-webkit-box-shadow:0 2px 5px #C3C3C3;
}

img.alignright {
	float: right;
	-moz-box-shadow:0 2px 5px #C3C3C3;
	-webkit-box-shadow:0 2px 5px #C3C3C3;
}

/*---------- Social Bookmark Single ----------*/

.socialbmark {
	text-align:center;
	margin:0 auto;
	padding-bottom:10px;
}

.socialbmark img {
	margin-right:0px;
	border:0px;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}

.socialbmark a img {
	height:32px; width:32px;
}

/*---------- Social Bookmark Single - END ----------*/

/*---------- Sidebar ----------*/

#sidebar {
	float: right;
	width: 295px;
	margin-left: 25px;
	margin-top:8px;
}

#sidebar li {
	background: #efefef url('images/sidebarbg.gif') repeat-x;
	padding: 5px 10px;
	border: 1px solid #b9b9b9;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar li h2 {
	font-size: 12px;
	padding-top: 3px;
	letter-spacing: 0;
	color: #464646;
}

.widgettitle {
	font-size: 12px;
	padding-top: 3px;
	letter-spacing: 0;
	color: #464646;
}

#sidebar li input, select, textarea {
	width: 170px;
	margin: 10px 0;
	padding: 3px;
	border: 1px solid #7f9db9;
	font-size: 11px;
	color: #676767;
}

#sidebar li ul {
	padding: 5px 0 10px 0;
}

#sidebar li ul li {
	border: 0px #efefef;
	margin-bottom: 0;
	padding:2px 20px 2px 5px;
	background: #efefef;
	font-size: 11px;
	color: #676767;
}

#sidebar li ul li:hover {
	background: #D6D6D6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidebar li ul li a {
	font-size: 11px;
}

#sidebar li ul li p {
	color: #676767;
}

#sidebar li ul li ul {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #b9b9b9;
	margin-right: 10px;
}

#sidebar li ul li ul li {
	padding: 0;
	margin: 0;
	border: none;
}

#sidebar li ul li ul li:hover {
	background: none;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
}

/*---------- Sidebar - END ----------*/

/*---------- Page Navigation ----------*/

.navigation {
	padding: 15px 15px;
}

.navigation a {
	font-size: 11px;
	font-weight: bold;
	color: #323232;
}

/*---------- Page Navigation - END ----------*/

/*---------- Comment Section ----------*/

h3.comment-titles {
	font-size: 14px;
	letter-spacing: -0.5px;
	margin: -5px 0px 10px 10px;
	padding-left: 5px;
	line-height: 25px;
	color: #2b2b2b;
}

.comment-list { margin-top:-10px;}
.post-comment { margin-bottom: 10px; font-family: arial; font-weight: bold; }
.cancel-comment-reply  a { margin-bottom: 10px; padding: 5px 0 0 10px; font-size: 12px; }
ol.commentlist {  font-size: 12px;  font-family: arial; list-style:none; padding:0; text-indent:0; margin-bottom: 20px; margin-top:-10px;}

ol.commentlist li {
	border: 0px;
	padding:0 1px 0;
	margin: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	list-style:disc outside none;
}

ol.commentlist li.comment {
	background:url("images/sidebarbg.gif") repeat-x scroll 0 0 #EFEFEF;
	padding:1em;
	list-style:none;
	border:1px solid #B9B9B9;
	padding-bottom:45px;
}

ol.commentlist li div.comment-author {
	font-weight: bold;
	font-style: normal;
}

ol.commentlist li div.comment-author a {
	font-weight: bold;
	font-style: normal;
}

ol.commentlist li div.vcard cite.fn a.url { text-decoration: none;}
ol.commentlist li div.vcard cite.fn a:hover.url { color: #313131; text-decoration: underline; }

ol.commentlist li div.vcard img.avatar {
	border: 1px solid #d6d6d6;
	width: 64px;
	height: 64px;
	float:left;
	padding: 3px;
	background: #f4f4f4;
	margin-right: 11px;
	margin-bottom:0px;
	}

ol.commentlist img.avatar {
	-moz-box-shadow: 0 1px 3px #C3C3C3;
	-webkit-box-shadow: 0 1px 3px #C3C3C3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ol.commentlist li div.comment-meta a { font-family: arial; font-size:10px; color: #818181;}
ol.commentlist li div.comment-meta a:hover {text-decoration:underline; color: #818181;}

ol.commentlist li p {
	color: #343434;
	margin-left:76px;
	margin-bottom:10px;
	margin-top:5px;
	padding-bottom:0px;
	padding-left:7px;
}

ol.commentlist li ul { list-style:square;  margin:0 0 1em 9em; }

ol.commentlist li div.reply a { font-size: 10px; color: #676767; padding: 13px 7px 0px 0px; margin-top:-20px; text-decoration: none; float:right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;}

ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li.comment-author-admin { }
ol.commentlist li.pingback { }
ol.commentlist li.bypostauthor {list-style:none outside none;}
ol.commentlist li.thread-odd { background: #efefef url('images/sidebarbg.gif') repeat-x; border: 1px solid #b9b9b9; padding: 10px; margin: 15px; list-style:none; padding-bottom:45px;}
ol.pinglist { margin-bottom: 20px; }
ol.pinglist li { margin-bottom: 10px; }
ol.pinglist li a.url { background: #89ad25; font-family: arial; font-size: 1.3em; font-weight: bold; font-style: italic; color: #fff; padding: 4px 6px; }
ol.pinglist li a:hover.url { background: #313131; font-family: arial; font-size: 1.3em; font-weight: bold; font-style: italic; color: #fff; padding: 4px 6px; text-decoration: none; }

#respond form {
	margin: 10px 15px 0 15px;
}

#respond form small {
	font-size:12px;
	color: #929292;
}

#respond input {
	width: 190px;
	color: #676767;
	background: #ffffff;
	border: 1px solid #B9B9B9;
	margin-bottom: 10px;
	padding: 5px 8px 5px 24px;
}

#respond input a {
	width: 190px;
	color: #929292;
	background: #bbb;
	border: 1px solid #B9B9B9;
	margin-bottom: 10px;
	padding: 5px 8px 5px 24px;
}

#respond input.name {
	background: #fff url('images/name.png') no-repeat left ;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#respond input.email {
	background: #fff url('images/email.png') no-repeat left ;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#respond input.website {
	background: #fff url('images/website.png') no-repeat left ;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#respond input#submit {
	font-size: 11px;
	width: 80px;	
	color: #646464;
	background: #F9F9F9;
	margin-bottom: 20px;
	padding: 4px 8px;
	padding-right: 10px;
	border: 1px solid #b9b9b9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

#respond label small {
	font-size: 11px;
	color: #929292;
	margin-left: 4px;
}

#respond textarea {
	width: 580px;
	font-size: 13px;
	font-family: arial;
	padding: 6px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*---------- Comment Section - END ----------*/

/*---------- Social Sidebar ----------*/

.social {
	text-align: center;
	margin-bottom: 15px;
}

.social img {
	padding: 0 5px 0 5px;
	height:32px;
	width:32px;
}

/*---------- Social Sidebar - END ----------*/

/*---------- Footer ----------*/

#footer {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	background:#4F4F4F;
	color:#D4D4D4;
	padding:20px 20px 35px;
	font-size: 12px;
}

#footer a {
	color:#D4D4D4;
	font-size: 12px;
}

#footer a:hover {
	text-decoration:underline;
}

/*---------- Footer - END ----------*/

.left {
	float:left;
	font-size: 10px;
	line-height: 20px;
}

.left a {
	color: #878787;
}

.left a:hover {
	text-decoration:underline;
}

.left img {
	border:0px;
	padding:0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}

.right {
	float:right;
}

.right a {
	color: #878787;
}

.right a:hover {
	text-decoration:underline;
}

.right img {
	border:0px;
	padding:0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}

.sep_top {
	border-bottom: 1px solid #E2E2E2;
	margin-top:10px;
	margin-bottom:5px;
}

.sep_bottom {
	border-bottom: 1px solid #E2E2E2;
	margin-top:5px;
	margin-bottom:10px;
}

.size-medium{
	margin-bottom:10px;
	margin-top:10px;
}

img.aligncenter {
	display:block;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:10px;
	-moz-box-shadow: 0 2px 5px #C3C3C3;
	-webkit-box-shadow: 0 2px 5px #C3C3C3;

}

/*---------- Post Index ----------*/

.postIndex {
	padding: 10px 10px 10px 10px;

	overflow: hidden;
	margin-bottom: 10px;
}

.postIndex img {
	border:1px solid #cccccc !important;
	padding:3px !important;
	margin-top:10px;
	-moz-box-shadow: 0 1px 3px #C3C3C3;
	-webkit-box-shadow: 0 1px 3px #C3C3C3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.postIndex h2 {
	color: #464646;
	padding: 1px 8px 1px 3px;
	font-size:18px;
}

.postIndex h2 a {
	color: #464646;
	padding: 1px 8px 1px 3px;
	font-size:18px;
}

.postIndex h2 a:hover {
	text-decoration:underline;
}

.postIndex p {
	font-size:12;
	color:#414141;
}

/*---------- Post Index- END ----------*/

/*---------- Header ----------*/


.navigationwide {
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom:20px;
	width: 100%;
	height:86px;
	background: #c1c1c1 url(images/bg_nav.png) repeat-x top center;
}

.navigationwrap {
	position: relative;
	margin: 0;
	padding: 0;
	width: 940px;
}

/*---------- Header - END ----------*/

/*---------- Menu ----------*/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	26px;
	padding-left:30px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:url(images/bg_nav_sep.png) no-repeat:right top;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			46px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	font-size:13px;
	padding:10px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#F1F1F1;
	padding-top:26px;
	padding-bottom:26px;
}

.sf-menu a:hover {
	background: #D2D2D2;
	color:#333;
	text-shadow: 0 1px 0 #E6E6E6;
}

.sf-menu li {
}

.sf-menu li li {
	background:		#dadada;
}
.sf-menu li li li {
	background:		#dadada;
}
.sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

}

.sf-menu li:hover {
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:		#dadada;
	outline:		0;
	color:			#252525;
}

/*---------- Menu - END ----------*/

/*---------- Header Logo ----------*/

.logo {
	float:right;
	height:70px;
	padding-right:41px;
}

/*---------- Header Logo- END ----------*/

.clearfix {
    clear: both;
    line-height: 1px;
	overflow: hidden;
}

.clearfix_bottom {
    clear: both;
    line-height: 1px;
	overflow: hidden;
	margin-bottom:10px;
	margin-top:10px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.alignleft {
	float: left;
	background: url('images/previous.gif') no-repeat left;
}

.alignleft a, .alignleft a:hover {
	text-align: left;
	padding-left: 22px;
}

.alignright {
	float: right;
	background: url('images/next.gif') no-repeat right;
}

.alignright a, .alignright a:hover {
	text-align: right;
	padding-right: 22px;
}

.align-right {
	text-align:right;
}

small.postInfoIndex, small.postInfoIndex a {
	font-size: 10px;
	line-height: 20px;
	color: #676767;
	padding-top:10px;
	line-height:27px;	
}

small.postInfoIndex a:hover {
	text-decoration:underline;
}

small.postBottom {
	font-size:10px;
}

.below-post {
	width:610px;
	color:#676767;
	padding:10px;
	float:left;
}

.below-post a {
	color:#676767;
}

.next-left {
	float: left;
	clear: left;
}

.next-right {
	float: right;
	clear: right;
}

.bold {
	font-size:12px;
	color:#585858;
	font-weight: bold;
	margin-left:2px;
}

.postSingle .wp-smiley {
	padding:0px;
	border:0px;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}

.go-left{float: left;clear: left;}
.go-right{	float: right;	clear: right;}
.go-center{	margin: 0 auto;	text-align: center;}

.related_post {
	margin-bottom:10px;
}

.says {display:none;}

.fn {font-style:normal; color:#414141;}

img#wpstats{display:none}

.noshadow {
	-moz-box-shadow: 0 0 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
}
