/*   
Theme Name: BOOM
Description: It's a Thematic child theme!
Author: Jyri Väisänen
Author URI: http://theboomjacks.com/
Template: thematic
Version: 1.0
Tags: Thematic The Boomjacks
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css'); 

/* Apply basic typography styles  
@import url('../thematic/library/styles/typography.css');*/


/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* LAYOUT */
body {
    width:970px;
	margin: 0 auto;
	background:url('woodi.jpg') no-repeat top center fixed #000000;
	border-top-right-radius:13px;
	-moz-border-radius-topright:13px;
	-webkit-border-radius-topright:13px;
	-O-border-radius-topright:13px;
}

#feed_nappi {
	margin-left:895px;
	width:50px;
	display:block;
	height:50px;
	margin-top:-13px;
	}

#feed_nappi a { display:block; height:50px; width:50px; overflow:hidden;}

#feed_nappi a:hover { display:block; height:50px; width:50px; text-indent:-50px;}

#intro_wrap {
	width:970px;
	height:110px;
	background:none;
	margin-top:20px;
}

#home_blurb {
	float:left;
	width:645px;
	margin:0;
	height:110px;
	padding:5px 10px 0 15px;
}

#home_blurb2 {
	float:right;
	width:275px;
	margin:0;
	height:110px;
	padding:5px 15px 0 10px;
}

#blurb_rss {
	height:40px;
	width:255px;
	background:#ccc;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
}
#blurb_rss:hover {
	height:40px;
	width:255px;
	background:#d7e7b2;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	box-shadow: 4px 4px 16px #888;
	-moz-box-shadow: 4px 3px 16px #888;
	-webkit-box-shadow: 4px 4px 16px #888;
	-O-box-shadow: 4px 4px 16px #888;
}
#header {
	width:970px;
	height:200px;
    position:relative;
	margin-top:-3px;
	background:url('banneri.png') bottom left;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topright:10px;
	-O-border-radius-topright:10px;
	box-shadow: 1px 1px 26px #a3a3a3;
	-moz-box-shadow: 1px 1px 26px #a3a3a3;
	-webkit-box-shadow: 1px 1px 26px #a3a3a3;
	-O-box-shadow: 1px 1px 26px #a3a3a3;
}

.custom_social_media_links {
	font-size:0.9em;
	color:#666;
	vertical-align:middle;
}

.custom_social_media_links img {
	height:16px;
	width:16px;
	vertical-align:middle;
}

#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
	}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:970px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
	background:url(tausta2.jpg) top left no-repeat #fdffde;
	}
#container {
	padding-top:20px;
    width:665px;
    float:left;
}
#content {
    margin:0 5px 0 15px;
    width:630px;
    overflow:hidden;
	}
.main-aside {
    width:290px;
    float:right;
    position:relative;
    right:0px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:970px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:970px;
    margin:0 auto;
}

/* Search bar */

#mysearch {
	margin-top:10px;
	margin-left:10px;
	background:url('nav-bg.png') repeat-x bottom left;
	width:225px;
	padding:5px 10px 5px 10px;
	border-top-right-radius:10px;
	-O-border-radius-topright:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topright:10px;
	border-top-left-radius:10px;
	-O-border-radius-topleft:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-topleft:10px;
}
input#s {
	margin:0 auto;
	width:196px;
	background:url('icons/search.png') center left no-repeat #ccc;
	padding:5px 5px 5px 18px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
input#s:focus {
	background:url('icons/search.png') center left no-repeat #d7e7b2;
	padding:5px 5px 5px 18px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #d7e7b2;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 }


/* Global Elements */

body, input, textarea {
	font-family: "Lucida Sans Unicode", Lucida Grande, sans-serif;
    font-size: 0.86em;
    line-height:1.3em;
	color:#282828;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
	color:#282828;
}
pre, code {
	font:1.0em Monaco, monospace;
	line-height:1.1em;
}
blockquote {
    color:#666;
    font-style:italic;
	padding-left:25px;
	padding-top:6px;
	background:url('blockquote.png') top left no-repeat;
}
table {
    border:none;
    margin:0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:none;
}
th, td {
    padding:none;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#756e00;
}
a:visited {
    color:#756e00;
}
a:active,
a:hover {
    color: #663d0a;
}

/* Image-styles */
.entry-content img {
    margin: 0 0 10px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* =Header-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding:88px 0 44px 0;
}

#blog-title span{
display:none;
}

#blog-description {
display:none;
}



/* =Content
-------------------------------------------------------------- */


#main {
    clear:both;
    padding:0 0 20px 0;
}
.page-title {
	margin:0;
	font-family:"Lucida Sans Unicode", Lucida Grande, sans-serif;
    font-size:1.3em;
    font-weight:bold;
}
.attachment .page-title {
    font-style:normal;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding-top:10px;
	

}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}


.entry-title{
	font-family:"Lucida Sans Unicode", Lucida Grande, sans-serif;
	color:#bfb332;
	text-transform:uppercase;
	text-align:center;
	font-size: 2.0em;
	font-weight:900;
	line-height:1.0em;
    padding:0 0 7px 0;
	text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black;
}

.entry-title a {
	text-decoration:none;
	font-weight:900;
	color:#bfb332;
}

.entry-title a:active,
.entry-title a:hover {
	text-decoration:none;
	color:#663d0a;
	text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black;
}

.entry-meta {
    color:#868686;
	text-align:center;
    font-size:0.9em;
    line-height:13px;
	background:none;
	padding:0px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-topleft:10px;
	-O-border-radius-topright:10px;
	-O-border-radius-topleft:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomleft:10px;
	-O-border-radius-bottomright:10px;
	-O-border-radius-bottomleft:10px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#bfb332;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #663d0a;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
	margin-bottom:40px;
}
.entry-content h1,
.entry-content h2 {
	font-family:"Lucida Sans Unicode", Lucida Grande, sans-serif;
    font-size:1.3em;
}
.entry-content h3 {
    font-size:1.2em;
    font-style:bold;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:1.2em;
    font-family:"Lucida Sans Unicode", Lucida Grande, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    }
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0;
}
.entry-utility {
	color:#666;
    font-size:13px;
    line-height:18px;
padding:0 0 2px 0;
    margin:0 0 20px 0;
border-bottom:2px solid #ccc;
}
.entry-utility a {
    font-style:normal;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:none;
    margin:0 0 18px 0;
}
#comments-list li {
    padding:18px 1.5em 0 1.5em;
    position:relative;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-topleft:10px;
	-O-border-radius-topright:10px;
	-O-border-radius-topleft:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomleft:10px;
	-O-border-radius-bottomright:10px;
	-O-border-radius-bottomleft:10px;
}
#comments-list li.alt {
    background:none;
}
#comments-list li.bypostauthor {
    background:none;;
}
#comments-list ul li {
    border-left:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
	font-size:11px;
    padding:5px;
    text-align:left;
	margin-left:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-topleft:10px;
	-O-border-radius-topright:10px;
	-O-border-radius-topleft:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomleft:10px;
	-O-border-radius-bottomright:10px;
	-O-border-radius-bottomleft:10px;
}

.comment-reply-link a {
	background:url('nappi_bg.png') repeat-x;
	height:34px;
	padding:7px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	font-size:14px;
	text-decoration: none;
	font-weight:900;
	color:#e6e6e6;
	margin-left:400px;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
	background-position:0 -34px;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
	font-weight:900;
	color:#000;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}

/* Comments form */
.form-section label {
    font-size:11px;
}

#author {
	background:url('icons/user.png') center left no-repeat #ccc;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
#author:focus {
	background:url('icons/user.png') center left no-repeat #d7e7b2;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #d7e7b2;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 }
#email {
	background:url('icons/mail.png') center left no-repeat #ccc;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
#email:focus {
	background:url('icons/mail.png') center left no-repeat #d7e7b2;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #d7e7b2;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 }
#url {
	background:url('icons/home.png') center left no-repeat #ccc;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
#url:focus {
	background:url('icons/home.png') center left no-repeat #d7e7b2;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #d7e7b2;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 }
#comment {
	width:580px;
	height:200px;
	background:url('icons/write.png') top left no-repeat #ccc;
	padding:0px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border-top:8px solid #ccc;
	border-left:3px solid #ccc;
	border-right:3px solid #ccc;
	border-bottom:3px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}

#comment:focus {
	background:url('icons/write.png') top left no-repeat #d7e7b2;
	padding:0px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border-top:8px solid #d7e7b2;
	border-left:3px solid #d7e7b2;
	border-right:3px solid #d7e7b2;
	border-bottom:3px solid #d7e7b2;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 }
.form-submit {
    padding:18px 50px 0 0;
    text-align:right;
}
.form-submit input  {
	background:url('nappi_bg.png') repeat-x;
	margin-bottom:10px;
	height:32px;
	padding:7px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	font-size:14px;
	text-decoration: none;
	font-weight:900;
	color:#e6e6e6;
	text-transform:uppercase;
	border:none;
	vertical-align:center;
}
.form-submit input:focus, .form-submit input:hover{
	background-position:0 -34px;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
	border:none;
	color:#000;
	font-weight:900;
}

.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:1.0em;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}

.aside h3 {
    font-family:"Lucida Sans Unicode", Lucida Grande, sans-serif;
	color:#bfb332;
	text-transform:uppercase;
	font-size: 1.6em;
	font-weight:900;
    padding:0 0 7px 0;
	text-shadow: 1px 1px 0 black, 2px 2px 0 black;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:12px;
    font-family:"Lucida Sans Unicode", Lucida Grande, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.widgetcontainer {
	margin-bottom:20px;
}
.aside ul ul {
    list-style-image: url('arrow_2.gif');
    margin:0 0 0 20px;
	font-size:1.2em;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 18px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border-left:4px solid #e6e8c8;
	padding:20px 0 0 10px;
    margin-bottom:22px;
}


/* Recent Tabbed Box */
#rajaa {
	clear:right;
	float:right;
	width:300px;
	margin-top:0px;
	height:450px;
}
   .tabbed-box {
	margin:0 auto;
    width:284px;
	margin-bottom:20px;
	border-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-o-border-radius-topleft:5px;
	-o-border-radius-topright:5px;	
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-o-border-radius-bottomleft:5px;
	-o-border-radius-bottomright:5px;
	box-shadow: 4px 7px 10px #888;
	-moz-box-shadow: 4px 7px 10px #888;
	-webkit-box-shadow: 4px 7px 10px #888;
	-o-box-shadow: 4px 7px 10px #888;
}
	  
   .tabbed-box .tabs li {
    list-style:none;
    float:left;
}
	  
   .tabbed-box .tabs li a {
    display:block;
	margin-top:-5px;
    width:140px;
	height:30px;
    padding-top:10px;
	font-weight:bold;
    text-align:center;
    text-decoration:none;
    background:url(tab-bg.png) repeat-x bottom; 
    border:1px solid #d0d0d0;
    border-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-o-border-radius-topleft:5px;
	-o-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
}
	  
   .tabbed-box .tabs li a:hover {
	background:url(tab-bgf.png) repeat-x bottom;
    color:#333; }
	  
   .tabbed-box .tabs li a:focus {
	background:url(tab-bgf.png) repeat-x bottom;
    outline:none; }
	  
   .tabbed-box .tabs li a.active {
    background:url(tab-bga.png) repeat-x bottom;
	border-bottom:none !important;
	height:31px;
    color:#333;
}
	  
   .tabbed-content {
    padding:0;
	width:282px;
	background:url(blurb-bg.png) repeat-x bottom #ffffff;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	border-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-o-border-radius-topleft:5px;
	-o-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-o-border-radius-bottomleft:5px;
	-o-border-radius-bottomright:5px;
}

.latest li{
	padding:1px;
	font-size:0.94em;
	vertical-align:middle;
	margin-left:0px;
	margin-right:0px;
	list-style-type:none;
}

.t-table  table{
	width:282px;
	border:0;
}
.t-table tr, td{
	border:0;
}
.t-table td {
	padding:5px;
}
.kyna {
	width:18px;
}
.story {
	padding:0;
	border-left:1px solid #d0d0d0;
	width:264px;
}
.tabtd1 {
	width:282px;
	height:22px;
	background:url('tabtime.png') repeat bottom left #3b3b3b;
	color:white;
	font-weight:bold;
		border-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-o-border-radius-topright:5px;
	-o-border-radius-topleft:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
}


/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border:none;
    margin-top:0px;
	margin-bottom:10px;
	background:url('paper1.jpg') top left;
	width:970px;
	color:#8a8a8a;
	font-size:1.0em;
    line-height:1.1em;
    padding:50px 0 10px 0;
	text-align:center;
	border-bottom-radius:13px;
	-moz-border-radius-bottomleft:13px;
	-moz-border-radius-bottomright:13px;
	-webkit-border-radius-bottom-left:13px;
	-webkit-border-radius-bottom-right:13px;
	-O-border-radius-bottom-left:13px;
	-O-border-radius-bottom-right:13px;
}
#footer p {
	color:#8a8a8a
}

.sharing {
	font-size:0.75em;
    line-height:1.0em;
	margin-left:20px;
	padding:0;
}
#footer_donate  {
	background:url('nappi_bg.png') repeat-x;
	height:30px;
	padding:7px;
	margin-left:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	font-size:12px;
	text-decoration: none;
	font-weight:900;
	color:#e6e6e6;
	text-transform:uppercase;
	border:none;
}
#footer_donate:focus, #footer_donate:hover{
	background-position:0 -34px;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
	border:none;
	font-weight:900;
	color:#000;
	cursor:pointer;
}

.support{
	font-size:0.75em;
    line-height:1.0em;
	margin-left:10px;
	padding:0;
}
#siteinfo {
	padding-top:25px;
	color:#8a8a8a;
}
#siteinfo p{
	color:#8a8a8a;
	font-size:0.8em;
    line-height:1.0em;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #663d0a;
}

#foot_container {
	width:970px;
}

#footer_recent_comments {
	clear:all;
	float:left;
	width:317px;
	text-align:left;
	padding-left:30px;
	padding-right:4px;
	margin-bottom:10px;
}

#footer_recent_comments li{
	color:#8a8a8a;
	list-style-image: url('arrow.png');
	list-style-position:outside;
	padding-bottom:8px;
	padding-top:5px;
	border-bottom:1px solid #4f4f4f;
	font-size:0.9em;
}

#foot_container h1 {
	color:#bfb332;
	text-transform:uppercase;
	font-size: 1.6em;
	font-weight:900;
	line-height:26px;
    padding:0 0 7px 0;
	text-shadow: 1px 1px 0 black, 2px 2px 0 black;
}

#footer_sitemap {
	float:right;
	width:297px;
	text-align:left;
	padding-left:4px;
	padding-right:15px;
	margin-bottom:10px;
	padding-top:5px;
}

#footer_twitter {
	float:left;
	width:259px;
	text-align:left;
	margin-bottom:10px;
	padding-top:5px;
}
#tweet {
	width:230px;
	margin-left:auto;
	margin-right:auto;
}
#bubble {
	margin-left:25px;
	width:230px;
	height:38px;
	background:url('buble.png') no-repeat bottom right;
}
#bird {
	width:100px;
	height:116px;
	background:url('tweet2.png') no-repeat bottom right;
	margin-left:82px;
	margin-top:-19px;
}
#follow {
	font-size:0.7em;
}
#tweet_bg {
	width:270px;
	border:none;
	background:#d7e7b2;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:4px;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
	-webkit-border-radius-topleft:20px;
	-O-border-radius-topright:20px;
	-O-border-radius-topleft:20px;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-radius-bottomleft:20px;
	-O-border-radius-bottomright:20px;
	-O-border-radius-bottomleft:20px;
}

#twitter_update_list ul, li{
	color:#424242;
	padding-bottom:0;
	padding-top:3px;
	font-size:0.9em;
	vertical-align:middle;
}

#links_left {
	clear:all;
	float:left;
	width:137px;
	padding-left:10px;
	border-left:1px solid #4f4f4f;
}
#links_right {
	float:right;
	width:137px;
	margin-right:0px;
	padding-left:10px;
	border-left:1px solid #4f4f4f;
}

#links_left h2, #links_right h2, #footer_twitter h2{	
	color:#bfb332;
	text-transform:uppercase;
	font-size: 1.2em;
	font-weight:900;
	line-height:14px;
    padding:0;
	text-shadow: 1px 1px 0 black, 2px 2px 0 black;
}
#links_left ul, #links_right ul {	
	margin-left:20px;
	list-style-image: url('arrow.png');
	padding-top:5px;
}
#facebook {
	list-style-image:url('icons/facebook.png');
	padding-top:5px;
}
#twitter{
	list-style-image:url('icons/twitter.png');
	padding-top:5px;	
}
#myspace {
	list-style-image:url('icons/myspace.png');
	padding-top:5px;
}
#youtube {
	list-style-image:url('icons/youtube.png');
	padding-top:5px;
}
#feedli {
	list-style-image:url('icons/feed12.png');
	padding-top:5px;
}

/*Footer Feerdburner form */
#foot_feedburner {
	width:280px;
	height:30px;
	margin-top:10px;
	margin-left:15px;
	text-align:center;
}

#footer_f_email {
	background:url('icons/mail.png') center left no-repeat #ccc;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	width:148px;
	border:3px solid #585858;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
#footer_f_email:focus {
	background:url('icons/mail.png') center left no-repeat #C0C0C0;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #bfb332;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 } 
#footer_f_submit  {
	background:url('nappi_bg.png') repeat-x;
	height:32px;
	padding:7px;
	margin-top:2px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	font-size:14px;
	text-decoration: none;
	font-weight:900;
	color:#e6e6e6;
	text-transform:uppercase;
	border:none;
}
#footer_f_submit:focus, #footer_f_submit:hover{
	background-position:0 -34px;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
	border:none;
	font-weight:900;
	color:#000;
	cursor:pointer;
}
#footer_delivered_by {
	margin:-2px 0;
	text-align:center;
	font-size:0.9em;
}
#footer_or_reader {
	margin:-2px 0;
	text-align:center;
	font-size:0.9em;
}
/**** Speech Bubble Icons *****/
.spch-bub-inside {
  position: relative;
}
a.spch-bub-inside {
  color: #fff;
  text-decoration: none;
}
.spch-bub-inside em {
  font-style: normal;
}
.spch-bub-inside  {
  background: #00F;
  color: #FFF;
  padding: 0 0.4em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  -o-border-radius: 0.25em;
  position: relative;
}
.spch-bub-inside .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 1.1em;
  left: 0.4em;
  display: block;
  border-left: 0.45em solid #00F; 
  border-bottom: 0.45em solid #FFF; /* IE fix */
  border-bottom: 0.45em solid rgba(0,0,0,0); 
  overflow: hidden; /* IE fix */
}
a.spch-bub-inside:hover {
  color: #F00;
}
a.spch-bub-inside:hover {
  cursor: pointer;
  background: #F00;
  color: #FF0;
}
a.spch-bub-inside:hover .point {
  border-left: 0.5em solid #F00; 
}

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	height:32px;
    font-size:1.36em;
    overflow:visible;
    z-index:100;
	}
	
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	}
.sf-menu {
	line-height:	1.0;
	background:url(nav-bg.png) repeat-x bottom left;
	border-top-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-topright:10px;
	-o-border-radius-topleft:10px;
	-o-border-radius-topright:10px;
	padding: 0 2px 0 2px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* 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;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* 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:			10em; /* 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:			10em; /* match ul width */
	top:			0;
}


.sf-menu {
	float:left;
	margin-top:-167px;
	margin-left:-15px;
}
.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
	font-weight:bolder;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black;
}
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#666;
}
.sf-menu li {
	background:none;
}
.sf-menu li li {
	background:none;
}
.sf-menu li li li {
	background:#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    height:19px;
	margin-top:0px;
	background:url(nav-bg2.png) repeat-x bottom left;
	outline:0px;
    border-bottom-color:#ccc;
	border-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-o-border-radius-topleft:5px;
	-o-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-o-border-radius-bottomleft:5px;
	-o-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
}

.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
	}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

/* kuvistapois borderit */
a img { border: none; }

/* sidebarin otsikoihin kuva */
.widget_categories h3{
	padding-left:25px;
	background:url('icons/list.png') top left no-repeat;
}
.widget_archive h3{
	padding-left:25px;
	background:url('icons/list.png') top left no-repeat;
}
.widget_links h3{
	padding-left:25px;
	background:url('icons/list.png') top left no-repeat;
}

/* Feedburner form */
/* eteen rss ikoni */
#text-2 h3{
	padding-left:25px;
	background:url('icons/feed.png') top left no-repeat;
}
#f_email {
	background:url('icons/mail.png') center left no-repeat #ccc;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	width:117px;
	border:3px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
#f_email:focus {
	background:url('icons/mail.png') center left no-repeat #d7e7b2;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #d7e7b2;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 } 
#f_submit  {
	background:url('nappi_bg.png') repeat-x;
	height:32px;
	padding:7px;
	margin-top:2px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	font-size:14px;
	text-decoration: none;
	font-weight:900;
	color:#e6e6e6;
	text-transform:uppercase;
	border:none;
}
#f_submit:focus, #f_submit:hover{
	background-position:0 -34px;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
	border:none;
	font-weight:900;
	color:#000;
	cursor:pointer;
}
#delivered_by {
	margin:-5px 0 0 40px;
}
#or_reader {
	margin:-5px 0 0 50px;
}

/* BLACK BUTTON */
a.nappi {
	background:url('nappi_bg.png') repeat-x;
	height:34px;
	padding:7px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	font-size:14px;
	text-decoration: none;
	font-weight:900;
	color:#e6e6e6;
	text-transform:uppercase;
}
a.nappi:active, a.nappi:hover{
	background-position:0 -34px;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
	font-weight:900;
	color:#000;
}

/* CONTACT FORM 7 STYLES */

.your-name input{
	background:url('icons/user.png') center left no-repeat #ccc;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
.your-name input:focus {
	background:url('icons/user.png') center left no-repeat #d7e7b2;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #d7e7b2;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 }
.your-email  input{
	background:url('icons/mail.png') center left no-repeat #ccc;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
.your-email input:focus {
	background:url('icons/mail.png') center left no-repeat #d7e7b2;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #d7e7b2;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 }
.your-subject  input{
	background:url('icons/write.png') center left no-repeat #ccc;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
.your-subject input:focus {
	background:url('icons/write.png') center left no-repeat #d7e7b2;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #d7e7b2;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 }
.your-message textarea {
	width:580px;
	height:200px;
	background:url('icons/write.png') top left no-repeat #ccc;
	padding:0px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border-top:8px solid #ccc;
	border-left:3px solid #ccc;
	border-right:3px solid #ccc;
	border-bottom:3px solid #ccc;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}

.your-message textarea:focus {
	background:url('icons/write.png') top left no-repeat #d7e7b2;
	padding:0px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border-top:8px solid #d7e7b2;
	border-left:3px solid #d7e7b2;
	border-right:3px solid #d7e7b2;
	border-bottom:3px solid #d7e7b2;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 }

.wpcf7-submit {
	background:url('nappi_bg.png') repeat-x;
	margin-bottom:10px;
	height:32px;
	padding:7px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	font-size:14px;
	text-decoration: none;
	font-weight:900;
	color:#e6e6e6;
	text-transform:uppercase;
	border:none;
	vertical-align:center;
}
.wpcf7-submit:focus, .wpcf7-submit:hover{
	background-position:0 -34px;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
	border:none;
	color:#000;
	font-weight:900;
	cursor:pointer;
}

/* Social media links on post footer */

.social_media_links  {
	width:610px;
	margin:0 auto;
	padding:3px 0 10px 0;
}

.social_media_links  a{
	text-decoration:none;
	font-size:0.8em;
	border:1px solid #ccc;
	padding:5px !important;
	text-align:center;
	background:#ffffff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
.social_media_links a:active, .social_media_links a:hover {
	background:#ccc;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
}
.social_img {
	vertical-align:middle;
	padding-right:2px;
}

/* Reverbnation player box */

.reverb_player {
	width:434px;
	height:326px;
	margin:0 auto;
	background:url(playerbg.jpg) top left no-repeat;
	margin:0 auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
	margin-bottom: 20px;
}

/* dollar bin player box */

.d_player {
	width:434px;
	height:326px;
	margin:0 auto;
	background:url(playerbgdolla.png) top left no-repeat;
	margin:0 auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
	margin-bottom: 20px;
}

/* Mailchimp Widget */

.mc_signup_submit input  {
	float:right;
	background:url('nappi_bg.png') repeat-x;
	height:32px;
	padding:7px;
	margin-top:0px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-O-border-radius:10px;
	font-size:14px;
	text-decoration: none;
	font-weight:900;
	color:#e6e6e6;
	text-transform:uppercase;
	border:none;
}
.mc_signup_submit input:focus, .mc_signup_submit input:hover{
	float:right;
	background-position:0 -34px;
	box-shadow: 2px 2px 9px #888;
	-moz-box-shadow: 2px 2px 9px #888;
	-webkit-box-shadow: 2px 2px 9px #888;
	-O-box-shadow: 2px 2px 9px #888;
	border:none;
	font-weight:900;
	color:#000;
	cursor:pointer;
}
#mc_mv_EMAIL {
	float:left;
	background:url('icons/mail.png') center left no-repeat #ccc;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	width:117px;
	border:3px solid #585858;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
}
#mc_mv_EMAIL:focus {
	float:left;
	background:url('icons/mail.png') center left no-repeat #C0C0C0;
	padding:5px 5px 5px 15px;
    font-style:normal;
    text-decoration:none;
	border:3px solid #bfb332;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-O-border-radius:5px;
 }
