@charset "utf-8";

/*
Theme Name: Wenimal
Theme URI: http://weble.org
Description: Weble design.
Author: Sorai
*/

/*! normalize.css 2011-09-14T10:27 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */

table button,
table input {
    *overflow: auto;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
 * 
 *
 * style.css
 *
 *
 */

/* clerfix */
.clear:before,
.clear:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.clear:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clear {
    zoom:1;
}

/* -------------------------------------------------------
    style.css
--------------------------------------------------------- */

body {
    font-size: 16px;
    background: #e6eaed url('/prx/000/http/weble.org/wp-content/themes/wenimal/common/img/bg.png');
    color: #333;
    line-height: 1.7;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

a {
    color: #1543d0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #1543d0;
}
form {
    margin: 0;
    padding: 0;
}
body, form input, form textarea, form select {
    border-radius: 5px; /* CSS3 */
}
form input[type=text],
.tb_url,
form textarea {
    margin: 0;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px #dcdcdc solid;
}
form select {
    margin: 0 5px 0 0;
    padding: 0 0 0 3px;
    background: #ffffff;
    border: 1px #dcdcdc solid;
    height: 30px;
}
form input[type=button],
form input[type=submit] {
    color:#fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px; /* CSS3 */
    cursor: pointer;
    text-shadow: 0px 0px 2px #39d;
    background-color: #22AAFF;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#47c1ef), to(#339ade)); /* Safari */
    background: -moz-linear-gradient(top,#47c1ef,#339ade) no-repeat; /* FireFox */
    border: 1px #39d solid;
    opacity: 1;
}
form input[type=button]:hover,
form input[type=submit]:hover {
    opacity: 0.9;
}
blockquote {
    margin: 0;
    padding: 0 20px;
    border: 1px #ddd solid;
	border-radius: 5px; /* CSS3 */
    background: #fafafa;
}
table {
    margin: 30px 0;
}
h1 {
    font-size: 24px;
    margin: 30px 0;
}
h2 {
    font-size: 20px;
    margin: 30px 0;
}
h3 {
    font-size: 16px;
    margin: 30px 0;
}
p {
    margin: 20px 0;
}

/**
 * Header
 */

header {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
header .logo {
    float: left;
    width: 450px;
    height: 64px;
    padding: 30px 0 0;
    font-size: 64px;
    text-transform: uppercase;
    font-family: 'Hammersmith One', sans-serif;
    line-height: 75px;
}
header .logo .image {
    float: left;
    margin: 0 15px 0 0;
}
header .logo .name {
    text-shadow: 0px 0px 5px #fff;
}
header .logo .name a {
    color: #333;
    text-decoration: none;
}
header .right {
    float: right;
    padding: 20px 0 0;
}
header .right .menus {
    float: right;
    font-size: 16px;
}
header .right .menus ul {
    margin: 0;
    padding: 0;
}
header .right .menus ul li {
    float: left;
    margin: 0 0 0 10px;
    list-style-type: none;
}
header .right .menus ul li a {
    color: #333;
    text-decoration: none;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    text-shadow: 0px 0px 5px #fff;
}
header .right .menus ul li a:hover {
    padding: 7px 10px;
	background-color: #fff;
    border-radius: 5px; /* CSS3 */
    text-shadow: 0px 0px 1px #fff;
}
header .right .search {
    float: right;
    clear: both;
    padding: 10px 0 0;
}
header .right .search input[type=text] {
    width: 300px;
    margin: 0 5px 0 0;
    color: #999;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}
header .right .search input[type=text]:focus {
    width: 400px;
    color: #333;
}

/**
 * content
 */

#content {
    width: 960px;
    margin: 30px auto;
}
#content .message {
    margin: 0 0 30px;
    padding: 10px 10px 20px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
}

/**
 * main
 */

#main {
    float: left;
    width: 594px;
    padding: 0;
    background: #fff;
	box-shadow: 0px 0px 5px #9eafc1;
    border-radius: 5px; /* CSS3 */
}
#main article {
    margin: -1px 0 0;
    padding: 30px;
    border-bottom: 1px #aaa dashed;
}
#main article:last-child {
    border: none;
}

#main article h1 {
    clear: both;
    margin: 0;
    padding: 5px 0 20px;
    border-bottom: 1px #aaa dashed;
}
#main article h1 a {
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

#main article h2 {
	padding: 5px 10px;
    font-weight: normal;
	background: #f1f1f1; 
	border-radius: 5px; /* CSS3 */
	position: relative;
}
 
#main article h2:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 10px;
	bottom: -27px;
	background: transparent;
	border-color: #f1f1f1 transparent transparent  transparent;
	border-style: solid;
	border-width: 15px;
	}
#main article h2:after {
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	left: 5px;
	bottom: -43px;
	background: transparent;
	border-color: #ddd transparent transparent  transparent;
	border-style: solid;
	border-width: 24px;
}

#main article h3 {
    clear: both;
    padding: 0;
}
#main article .excerpt {
    padding: 30px 0 0;
}
#main article .excerpt img {
    float: left;
    width: 200px;
    margin: 0 20px 0 0;
}
#main article .excerpt p {
    margin: 0;
    overflow: hidden;
    _zoom:1;
}
#main article .excerpt .more {
    float: right;
    margin: 20px 0;
}
#main article .excerpt .more a {
    display: block;
	padding: 5px 10px;
    font-weight: normal;
	background: #f1f1f1; 
	border-radius: 5px; /* CSS3 */
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    color: #333;
}
#main article .excerpt .more a:hover {
    padding: 5px 20px;
}
#main article .ads {
    width: 336px;
    margin: 30px 0;
    padding: 15px 15px 8px;
    background: #f1f1f1;
    border: 1px #ddd solid;
	border-radius: 5px; /* CSS3 */
}
#main article .ads .image {
    float: left;
    padding: 0 10px 0 0;
}
#main article .ads .right {
    float: right;
}
#main article .archiveAds {
    margin: 0;
    text-align: center;
}
#main article .social {
    float: left;
}
#main article .social ul {
    margin: 0;
    padding: 0;
}
#main article .social ul li {
    float: left;
    margin: 0;
    padding: 0 10px 10px 0;
    list-style-type: none;
    height: 70px;
}
#main article aside {
    float: right;
    width: 300px;
    font-size: 14px;
}
#main article aside .date,
#main article aside .category {
    text-align: right;
}
#main article aside .breadcrumbs {
    clear: both;
}
#main article aside .breadcrumbs div {
    float: right;
    padding: 0 0 0 5px;
}
#main article .post ul {
    margin: 20px 0;
    padding: 0 0 0 30px;
}
#main article .post ul li {
    margin: 0;
    padding: 0;
}
#main article .post ul li ul {
    margin: 0;
}
#main article .post input[type=text],
#main article .tb_url,
#main article .post textarea {
    width: 512px;
    margin: 10px 0;
}
#main article .post a img,
#main article .post span img,
#main article .post div.frame {
    padding: 15px;
    background: #f1f1f1;
    border: 1px #ddd solid;
	border-radius: 5px; /* CSS3 */
}
#main article .post a:hover img {
    border: 1px #aaa solid;
}
#main article .post div.frame {
    line-height: 1;
}
#main article dl {
    margin: 0;
    padding: 0;
}
#main article dl dt {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#main article dl dd {
    margin: 0;
    padding: 0;
}
#main article table {
	background: #fff;
	border: 1px #ddd solid;
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
    text-align: left;
	border-radius: 5px; /* CSS3 */
}
#main article table th,
#main article table td {
	border-bottom: 1px #ddd solid;
	padding: 8px 10px;
}
#main article table.nowrapTable th {
	white-space: nowrap;
}
#main article table th {
	font-weight: normal;
    background: #f1f1f1;
}
#main article table td {
	font-weight: normal;
}
#main article .facebook {
    margin: 30px -30px;
    padding: 30px 30px 0;
    border-top: 1px #aaa dashed;
}
/* related */

#main article .related ul {
    margin: 0;
    padding: 0;
}
#main article .related ul li {
    padding: 10px;
    border-bottom: 1px #aaa dashed;
    list-style-type: none;
}
/* comment */
#main article .comments {
	margin: 40px 0;
    font-size: 14px;
}
#main article .comments .commentlist h3 {
    font-weight: normal;
	margin: 10px 0;
    padding: 0;
	line-height: 48px;
	clear: both;
    border: none;
}
#main article .comments .commentlist h3 img {
	margin: 0 10px 0 0;
	float: left;
}
#main article .comments ol {
	padding: 0;
}
#main article .comments ol li {
	clear: both;
	padding: 0;
	margin: 0 0 20px;
	border-bottom: 1px #aaa dashed;
	list-style-type: none;
}
/* children -> */
#main article .comments ol ul.children {
	margin: 0;
	padding: 0;
}
#main article .comments .children h3 {
	text-align: right;
}
#main article .comments .children h3 img {
	margin: 0 0 0 10px;
	float: right;
}
/* children <- */
#main article .comments .content {
	margin: 0 0 10px;
	width: 100%;
}

#main article .comments ol li .name {

}
#main article .comments ol li .content {
	float: right;
	padding: 0;
}
#main article .comments ol li .meta {
	clear: both;
	text-align: right;
}
#main article .comments ol li .meta ul {
	margin: 0 0 10px;
}
#main article .comments ol li .meta ul li {
	float: right;
	width: auto;
	border: none;
	clear: none;
	margin: 0;
	height: 24px;
	padding: 0 5px;
}
#main article .comments .meta ul li span,
#main article .comments .meta ul li a {
	float: left;
	line-height: 24px;
}
#main article .comments .meta ul li img {
	margin: 0 0 0 5px;
}
#main article .comments h3 {
	clear: both;
}
#main article .comments textarea {
    width: 512px;
}
#main article .comments .tb_url {
	width: 97%;
}
#main article .comments .submit {
	text-align: center;
}
#main article .comments form {
	margin: 0 0 20px;
}
#main article .comments form small {
    margin: 0 0 0 10px;
    font-size: 14px;
}
#main article .summary {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}
#main .wp-pagenavi {
	margin: 20px 30px;
	font-family: Georgia, serif, Arial; 
	font-size: 18px;
}
#main .wp-pagenavi a,
#main .wp-pagenavi span {
	border: none;
	margin: 0;
	padding: 0 4px;
}
#main .wp-pagenavi a:hover {
	text-decoration: underline;
}

/**
 * Sidebar
 */
#sidebar {
    float: right;
    width: 336px;
    font-size: 14px;
    overflow: hidden;
}
#sidebar h2 {
	margin: 20px 0;
	padding: 5px 10px;
    font-weight: normal;
    font-weight: bold\9; /* IE8 and below */
    *font-weight: bold; /* IE7 and below */
    _font-weight: bold; /* IE6 */
	background: #e6eaed;
	box-shadow:0 2px 3px #9eafc1, inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
    clear: both;
}
#sidebar h2:before,
#sidebar h2:after {
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:7px;
	-webkit-box-shadow: 0 8px 15px #9eafc1;
	-moz-box-shadow: 0 8px 15px #9eafc1;
	box-shadow: 0 8px 15px #9eafc1;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#sidebar h2:after {
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}

#sidebar ul.items {
    margin: 0;
    padding: 0;
}
#sidebar ul.items li {
    list-style-type: none;
    border-bottom: 1px #aaa dashed;
}
#sidebar ul.items li a {
    display: block;
    padding: 10px;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
	border-radius: 5px; /* CSS3 */
}
#sidebar ul.items li a:hover {
    background: #fff;
}
#sidebar ul.items li a {
    color: #333;
}
#sidebar ul.items li a.text {
    display: block;
    overflow: hidden;
}
#sidebar ul.items li img {
    float: left;
    margin: 0 10px 0 0;
}
#sidebar section {
    padding: 0 0 10px;
}
#sidebar section.sponsor {
    padding: 0;
}
#sidebar section.sponsor .adsBox {
    height: 160px;
    background: #ffffff;
    border: 1px #ddd solid;
	border-radius: 5px; /* CSS3 */
    text-align: center;
}

#sidebar section.sponsor a img {
    padding: 17px;
    background: #ffffff;
    border: 1px #ddd solid;
	border-radius: 5px; /* CSS3 */
}
#sidebar section.sponsor a:hover img {
    border: 1px #aaa solid;
}
#sidebar section.sponsor ul {
    margin: 0;
    padding: 11px 0 0;
    width: 360px;
}
#sidebar section.sponsor ul li {
    float: left;
    width: 157px;
    margin: 0 17px 18px 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
}
#sidebar section.ads ul {
    margin: 0;
    padding: 0;
}
#sidebar section.ads ul li {
    padding: 0 15px 15px;
    margin: 0;
    border-bottom: 1px #aaa dashed;
    line-height: 1;
}
#sidebar section.ads ul li:hover {
    background: #ffffff;
	border-radius: 5px; /* CSS3 */
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}
#sidebar section.jobBoard dl {
    margin: 0;
    padding: 0 10px;
}
#sidebar section.jobBoard dl dt {
    margin: 0;
    padding: 10px 0 0;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
}
#sidebar section.jobBoard dl dt span.icon {
    float: left;
}
#sidebar section.jobBoard dl dt span.title {
    display: block;
    margin: 0 0 0 34px;
}
#sidebar section.jobBoard dl dd {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
#sidebar section.subscription ul {
    padding: 0;
    margin: 0;
}
#sidebar section.subscription ul li {
    border-bottom: 1px #aaa dashed;
    list-style-type: none;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    position: relative;
}
#sidebar section.subscription ul li.rss a {
    display: block;
    height: 60px;
    padding: 10px 10px;
    line-height: 60px;
    text-indent: 55px;
    background: url(/prx/000/http/weble.org/wp-content/themes/wenimal/common/img/iconset/rss.png) 10px 25px no-repeat;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}
#sidebar section.subscription ul li.rss a:hover {
	border-radius: 5px; /* CSS3 */
    background: #fff url(/prx/000/http/weble.org/wp-content/themes/wenimal/common/img/iconset/rss.png) 15px 25px no-repeat;
}
#sidebar section.subscription ul li.twitter {
    height: 60px;
    padding: 10px 10px;
    background: url(/prx/000/http/weble.org/wp-content/themes/wenimal/common/img/iconset/twitter.png) 10px 25px no-repeat;
}
#sidebar section.subscription ul li.twitter:hover {
	border-radius: 5px; /* CSS3 */
    background: #fff url(/prx/000/http/weble.org/wp-content/themes/wenimal/common/img/iconset/twitter.png) 15px 25px no-repeat;
}
#sidebar section.subscription ul li.twitter iframe {
    top: 30px;
    left: 65px;
    position: absolute;
}
#sidebar section.subscription ul li.facebook {
    padding: 10px 10px;
    background: url(/prx/000/http/weble.org/wp-content/themes/wenimal/common/img/iconset/fb.png) 10px 25px no-repeat;
}
#sidebar section.subscription ul li.facebook:hover {
	border-radius: 5px; /* CSS3 */
    background: #fff url(/prx/000/http/weble.org/wp-content/themes/wenimal/common/img/iconset/fb.png) 15px 25px no-repeat;
}
#sidebar section.subscription ul li.facebook .inner {
    overflow: hidden;
    margin: 0 0 0 45px;
}
#sidebar section.subscription ul li.facebook .inner iframe {
    margin: 0 0 0 -50px;
}
#sidebar .books ul {
    margin: 0;
    padding: 10px 0;
}
#sidebar .books ul li {
    display: inline;
    float: left;
    width: 160px;
    margin: 0 16px 16px 0;
}
#sidebar .books ul li.none {
    margin-right: 0;
}

/**
 * Footer
 */

footer {
    margin: 30px 0 0;
    font-size: 12px;
	box-shadow: 0px 0px 20px #9eafc1;
	background: #2d2d2d url('/prx/000/http/weble.org/wp-content/themes/wenimal/common/img/footer-bg.png');
    text-align: left;
    color: #fff;
}
footer .inner {
    width: 960px;
    padding: 20px 0;
    margin: 0 auto;
}
footer .inner h2 {
    margin: 0;
    padding: 5px 0;
    border-bottom: 3px #3d3d3d solid;
}
footer .inner .archive {
    width: 620px;
    float: left;
}
footer .inner .archive ul {
    margin: 0;
    padding: 10px 0 0 10px;
}
footer .inner .archive ul li {
    float: left;
    display: inline;
    padding: 5px 0;
    margin: 0 20px 0 0;
    width: 67px;
    border-bottom: 1px #3d3d3d solid;
    list-style-type: none;
    white-space: nowrap;
}
footer .inner .archive ul li a {
    color: #fff;
}
footer .inner .links {
    width: 320px;
    float: right;
}
footer .inner .links ul {
    margin: 0;
    padding: 10px 0 0 10px;
}
footer .inner .links ul li {
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px #3d3d3d solid;
    list-style-type: none;
}
footer .inner .links ul li a {
    color: #fff;
}
footer .copyright {
    padding: 20px 0 0;
    text-align: center;
    clear: both;
}

/* -------------------------------------------------------
	wp-syntax
--------------------------------------------------------- */
#main .wp_syntax {
	border: 1px #ddd solid;
	border-radius: 5px; /* CSS3 */
}

#main .wp_syntax table,
#main .wp_syntax ol,
#main .wp_syntax ul,
#main .wp_syntax dl,
#main .wp_syntax blockquote,
#main .wp_syntax pre,
#main .wp_syntax p {
	margin-bottom: 0;
}

/* IE FIX */
#main .wp_syntax {
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
	width: 100%;
	background: #fff;
	margin: 15px 0;
}

#main .wp_syntax table {
	border-collapse: collapse;
	border: none;
	margin: 0;
}

#main .wp_syntax div, #main .wp_syntax td {
	vertical-align: top;
	padding: 15px;
	border: none;
}

#main .wp_syntax .line_numbers {
	padding: 15px 10px 15px 10px;
	text-align: right;
	background-color: #f1f1f1;
	overflow: visible;
	width: 10px;
}

#main .wp_syntax table tr.even {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

/* potential overrides for other styles */

#main .wp_syntax pre {
	margin: 0;
	width: auto;
	float: none;
	clear: none;
	overflow: visible;
	font-size: 14px;
	line-height: 1.7;
	white-space: pre;
}
