/* ============ Start of style.css ============ */
 /*
	Theme Name: Channel
	Theme URL: https://theme-junkie.com/
	Description: Just Another Premium Theme for Free
	Author: Roy Guan
	Author URI: https://theme-junkie.com/
	Version: 1.1
	Tags:  Fixed Width, Adsense Ready, Widget Ready, Advanced Theme Options

	Changelog:
	10/18/2009  v1.1  Fix bugs of blockquote and list in post content
	09/15/2009  v1.0  Initial Release to compatible with WordPress 2.8.4
*/
    /*******************
    *	RESET		   *
    *******************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
}

.clear {
    clear: both
}

.right {
    float: right;
}

.left {
    float: left;
}


/*******************
*	OVERALL		   *
********************/
body {
    background-image: url('https://images.staticjw.com/soc/7258/bg.jpg');
    background-repeat: repeat-x;
    font-family: 'Tahoma', 'Verdana', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 12px;
    magrin: 0;
    padding: 0;
}

#wrapper {
    background: #fff;
    width: 940px;
    margin: 0px auto;
    padding: 0 15px 15px 15px;
    border: 1px solid #ddd;
}

/*******************
*	HYPERLINKS	   *
********************/
a, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
}

/*******************
*	TOP			   *
********************/
#topnavi {
    height: 26px;
    width: 940px;
    border-bottom: 1px solid #f0f0f0;
    background: url(https://images.staticjw.com/soc/6135/topnavi.jpg) no-repeat;
}

#topnavi li a, #menu li a:link, #menu li a:visited {
    margin: 0;
    padding: 8px 12px 7px 12px;
    display: block;
    text-indent: -9999px;
}

#topnavi ul li {
    float: left;
}

.topnavi01 {
    background: url(https://images.staticjw.com/soc/6135/topnavi.jpg) no-repeat;
    width: 82px;
    height: 26px;
    overflow: hidden;
    background-position: 0 0;
}

.topnavi01 a:hover {
    background: url(https://images.staticjw.com/soc/6135/topnavi.jpg) no-repeat;
    width: 82px;
    height: 26px;
    overflow: hidden;
    background-position: 0 -26px;
}


.topnavi02 {
    background: url(https://images.staticjw.com/soc/6135/topnavi.jpg) no-repeat;
    width: 89px;
    height: 26px;
    overflow: hidden;
    background-position: -82px 0px;
}

.topnavi02 a:hover {
    background: url(https://images.staticjw.com/soc/6135/topnavi.jpg) no-repeat;
    width: 82px;
    height: 26px;
    overflow: hidden;
    background-position: -82px -26px;
}

.topnavi03 {
    background: url(https://images.staticjw.com/soc/6135/topnavi.jpg) no-repeat;
    width: 110px;
    height: 26px;
    overflow: hidden;
    background-position: -171px 0px;
}

.topnavi03 a:hover {
    background: url(https://images.staticjw.com/soc/6135/topnavi.jpg) no-repeat;
    width: 82px;
    height: 26px;
    overflow: hidden;
    background-position: -171px -26px;
}


/*******************
*	SEARCH FORM	   *
********************/
form {
    margin: 0;
    padding: 0;
}

#searchform {
    margin: 0;
    padding: 0;
    line-height: 28px;
}

.searchinput {
    width: 160px;
    font-size: 11px;
    color: #333;
    margin: 0;
    padding: 4px 4px 4px 5px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.searchinput:focus {
    border: 1px solid #191919;
}

.searchsubmit {
    width: 35px;
    background: #cc0000;
    border: 1px solid #ddd;
    margin: 0;
    padding: 1px 0 2px 0;
    color: #fff;
    font-weight: bold;
}

/*******************
*	HEADER		   *
********************/
#header {
    background: #fff;
    height: 100px;
    margin: 0;
    padding: 0;
}

.logo {
    background: #fff url(https://images.staticjw.com/soc/4422/logo.png) no-repeat;
    float: left;
    width: 359px;
    height: 79px;
    margin: 10px 0 0 0;
    padding: 0;
}

.ad468x60 {
    float: right;
    background: #fff;
    width: 525px;
    height: 79px;
    margin: 10px 0 0 0;
    padding: 0;
}

.ad468x60 img {
    border: none;
}

/*******************
*	MENU		   *
********************/
#menu {
    height: 28px;
    width: 940px;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
    border-bottom: 3px solid #cc0000;
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
}

#menu li a, #menu li span, #menu li a:link, #menu li a:visited {
    margin: 0;
    padding: 8px 12px 7px 12px;
    display: block;
    text-indent: -9999px;
}

#menu ul li {
    float: left;
}

.menu01 {
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
    width: 82px;
    height: 28px;
    overflow: hidden;
    background-position: 0 0;
}

.menu01 a:hover, .menu01 span:hover {
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
    width: 82px;
    height: 28px;
    overflow: hidden;
    background-position: 0px -28px;
}

.menu02 {
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
    width: 176px;
    height: 28px;
    overflow: hidden;
    background-position: -82px 0px;
}

.menu02 a:hover, .menu02 span:hover {
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
    width: 176px;
    height: 28px;
    overflow: hidden;
    background-position: -82px -28px;
}

.menu03 {
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
    width: 69px;
    height: 28px;
    overflow: hidden;
    background-position: -258px 0px;
}

.menu03 a:hover, .menu03 span:hover {
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
    width: 69px;
    height: 28px;
    overflow: hidden;
    background-position: -258px -28px;
}

.menu04 {
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
    width: 134px;
    height: 28px;
    overflow: hidden;
    background-position: -327px 0px;
}

.menu04 a:hover, .menu04 span:hover {
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
    width: 134px;
    height: 28px;
    overflow: hidden;
    background-position: -327px -28px;
}

.menu05 {
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
    width: 164px;
    height: 28px;
    overflow: hidden;
    background-position: -461px 0px;
}

.menu05 a:hover, .menu05 span:hover {
    background: url(https://images.staticjw.com/soc/3383/menu.jpg) no-repeat;
    width: 164px;
    height: 28px;
    overflow: hidden;
    background-position: -461px -28px;
}

/*******************
*	HOMEPAGE	   *
********************/
#col1 {
    background: #fff;
    float: left;
    width: 605px;
    margin: 15px 0 0 0;
    padding: 0 0 3px 0;
    clear: both;
}

.featuredline {
    margin: 0;
    padding: 10px 0 10px 0;
    background: #fff;
}

/*******************
*	POST BOX	   *
********************/
#post {
}

#postbox {
    float: left;
    background: url(https://images.staticjw.com/soc/4580/box_bg.jpg) no-repeat;
    width: 270px;
    height: 245px;
    margin: 0 10px 15px 0;
    padding: 10px;
    line-height: 16px;
    border: 1px solid #e6e6e6;
    color: #444;
}

#postbox h3 {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 180px;
    font-size: 15px;
    font-weight: bold;
}

#postbox h3 a:hover, #postbox h3 span:hover {
    color: #000;
}

#postbox h3 a, #postbox h3 span {
    color: #cc0000;
}

#postbox span {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

#postbox .header {
    float: right;
    width: 180px;
    margin: 0;
    padding: 0;
}

#postbox .thumbnail {
    float: left;
    width: 80px;
    height: auto;
    margin: 0;
    padding: 0;
    width: expression(this.width > 80 ? 80: true); /*for ie6*/
}

#postbox .thumbnail img {
    margin: 0;
    padding: 2px;
    width: 80px;
    height: auto;
}

#postbox .info {
    margin: 15px 0 0 0;
    padding: 0 0 5px 0;
}

#postbox .info h4 {
    margin: 0;
    padding: 0 0 10px 0;
}

#postbox .meta {
    height: 20px;
    margin: 5px 0 5px 0;
    padding: 0;
    line-height: 20px;
    text-transform: uppercase;
}


#postbox .author {
    text-transform: uppercase;
}

#postbox .date {
    text-transform: uppercase;
}

#postbox .continue {
    margin: 0 7px 0 0;
    padding: 0 0 0 15px;
    background: url(https://images.staticjw.com/soc/3265/continue.gif) no-repeat 0 0;
}

#postbox .continue a {
    color: #cc0000;
}

#postbox .comment {
    padding: 0 0 0 17px;
    background: url(https://images.staticjw.com/soc/8456/comment.gif) no-repeat 0 -1px;
}

/*******************
*	CONTENT		   *
********************/
#content {
    float: left;
    width: 605px;
    margin: 0;
    padding: 0;
    color: #000;
}

#content h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 10px 0 10px 0;
}

.browse {
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    margin: 15px 0 0 0;
    padding: 10px;
    color: #333;
    line-height: 18px;
}

.browse a {
    color: #333;
}

.postmeta {
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}

.postmeta a {
    color: #000;
}

/*******************
*	ENTRY		   *
********************/
.entry {
    line-height: 18px;
    margin: 10px 0 0 0;
    padding: 0;
}

.entry p {
    padding-bottom: 10px;
    font-size: 14px;
}

.entry strong {
    font-weight: bold;
}

.entry h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

.entry h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 7px 0px !important;
}

.entry h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

.entry h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

.entry h5 {
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

.entry h6 {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 7px 0px;
}

.entry a {
    color: #CC0000;
}

.entry a:hover {
    color: #CC0000;
    text-decoration: underline;
}

.entry a img {
    border: none;
}

.entry ul {
    padding-bottom: 10px;
    list-style: square inside;
}

.entry ol {
    padding-bottom: 10px;
    list-style: decimal inside;
}

.entry li {
    padding: 2px 0px 2px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #4C4C4C;
}

.entry li a {
    color: #333333;
}

.entry li a:link {
    color: #CC0000;
}

.entry li a:visited {
    color: #CC0000;
}

.entry li ul {
    margin: 0px;
    padding: 0px;
}

blockquote {
    background: #F6F5F5;
    margin: 0px 0px 10px 0px;
    padding: 2px 10px 2px 10px;
    color: #333333;
    clear: both;
    border-left: 3px solid #BFBBBB;
}

code {
    color: #444444;
    font: 11px/17px tahoma, arial, sans-serif;
    display: block;
}

blockquote p {
    margin: 5px 0px;
    padding: 5px 0px;
    font-size: 11px;
    line-height: 15px;
}

blockquote li {
    padding: 2px 0px 2px 10px;
    font-size: 11px;
    line-height: 15px;
    color: #369;
}

blockquote a {
    color: #0080CA;
    text-decoration: underline;
}

blockquote a:hover {
    color: #003399;
}


.tag {
    padding: 10px;
    line-height: 15px;
}

/*******************
*	ARCHIVE		   *
********************/
#archive {
    margin: 0;
    padding: 0;
}

#archive h3 {
    margin: 0;
    padding: 0;
}

.archiveleft {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
}

.archiveleft img {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
}

.archiveright {
    float: right;
    width: 515px;
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.archivebottom {
    background: #f8f8f8;
    margin: 10px 0 10px 0;
    padding: 10px;
    border: 1px solid #e6e6e6;
}

.archive h3 a:hover {
    color: #000;
}

.archive h3 a {
    color: #cc0000;
}


/*******************
*	IMAGES		   *
********************/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0;
}

img.alignnone {
    margin: 0 0 10px 0;
    padding: 0;
    display: inline;
}

img.alignright {
    margin: 0 0 10px 10px;
    padding: 0;
    display: inline;
}

img.alignleft {
    margin: 0 10px 10px 0;
    padding: 0;
    display: inline;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.wp-caption {
    background: #f7f7f7;
    text-align: center;
    padding: 4px 0 5px 0;
    border: 1px solid #e6e6e6;
}

.wp-caption img {
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

/*******************
*	SIDEBAR		   *
********************/
#sidebar {
    float: right;
    width: 320px;
    margin: 0;
    padding: 0;
}

#sidebar .box {
    margin: 10px 0 10px 0;
    padding: 0;
    background: #fff;
    color: #333;
    line-height: 18px;
}

#sidebar .box a {
    color: #333;
}

#sidebar .widget {
    margin: 0;
    padding: 0;
}

#sidebar .leftwidget {
    float: left;
    width: 153px;
    margin: 0;
    padding: 0;
}

#sidebar .rightwidget {
    float: right;
    width: 153px;
    margin: 0;
    padding: 0;
}

.widget ul, .leftwidget ul, .rightwidget ul {
    margin: 0;
    padding: 0;
}

.widget ul li, .leftwidget ul li, .rightwidget ul li {
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #e6e6e6;
}

#sidebar ul li a:hover {
    color: #cc0000;
}


}

#sidebar li li {

}

#sidebar h3 {
    margin: 15px 0 0 0;
    padding: 7px;
    background: url(https://images.staticjw.com/soc/9956/sidebar_menu.jpg) no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #e6e6e6;
}

#sidebar .leftwidget h3, #sidebar .rightwidget h3 {
    margin: 15px 0 0 0;
    padding: 7px;
    background: url(https://images.staticjw.com/soc/8190/sidebar_menu_s.jpg) no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #e6e6e6;
}


#sidebar .rsswidget {
    color: #fff;

}

#sidebar .box a:link {
    color: #cc0000;

}

#sidebar .box a:visitrd {
    color: #333;

}

.ad300x250 {
    background: #f0f0f0;
    width: 300px;
    height: 250px;
    margin: 0 0 0 0;
    padding: 10px;
}

.ad300x250 img {
    border: none;
}

.ad300x250-2 {
    background: #f0f0f0;
    width: 300px;
    height: 250px;
    margin: 15px 0 0 0;
    padding: 10px;
}

.ad300x250-2 img {
    border: none;
}

.new_cover {
    margin: 15px 0 0 0;
    padding: 2px;
    width: 320px;
    height: 172px;
    background: url(https://images.staticjw.com/soc/1391/cover.jpg) no-repeat;
}

.new_cover img {
    margin: 1px;
    padding: 0 10px 0 0;
    float: left;
    width: 120px;
    height: 162px;
}

.new_cover a {
    color: #cc0000;
    font-weight: bold;
}

.new_cover a:hover {
    color: #333;
}

/******************
 *	SUBSCRIBE	  *
 ******************/
#subscribeform {
    line-height: 20px;
}

.subscribeinput {
    width: 180px;
    font-size: 11px;
    color: #666;
    margin: 0;
    padding: 3px 3px 3px 3px;
    border: 1px solid #e6e6e6;
}

.subscribeinput:focus {
    border: 1px solid #191919;
}

.subscribesubmit {
    width: 60px;
    background: #ccc;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0 0 1px 0;
    color: #fff;
    font-weight: bold;
}

.rss {
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    font-size: 11px;
}

.postsfeed {
    background: url(https://images.staticjw.com/soc/6314/rss.gif) no-repeat 0 0;
    padding: 0 0 0 18px;
}

.commentsfeed {
    margin: 0 0 0 10px;
    padding: 0 0 0 18px;
    background: url(https://images.staticjw.com/soc/6314/rss.gif) no-repeat 0 0;
}

/*******************
*	FLICKR		   *
********************/
.flickr img {
    margin: 0;
    padding: 2px;
    border: none;
}

/*******************
*	COMMENTS	   *
********************/
.comments-box {
    zoom: 1;
    margin: 30px 0 0 0;
}

.comments-box img {
    vertical-align: middle;
}

.comments-box h3 {
    color: #333;
    font-size: 1.4em;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}

#respond {
    background: #fff;
    margin: 20px 0 0 0;
    padding: 5px;
}

#respond p {
    color: #777;
    line-height: 1.4em;
    margin: 10px 0 0 0;
}

.cancel-comment-reply {
    padding: 5px 0 0 0;
}

.cancel-comment-reply a {
    color: #000;
}

.text {
    border: 1px solid #ddd;
    padding: 2px;
    color: #777;
    width: 200px;
}

/************************
*	COMMENT FRAMEWORK	*
*************************/
ol.commentlist a:link {
    text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
    text-decoration: none;
}

ol.commentlist {
    margin: 10px 0 0 0;
    padding: 0;
    background: #fff;
}

ol.commentlist li {
    margin: 10px 0 10px 0;
    padding: 10px;
    list-style-type: none;
    border: 1px solid #e9e9e9;
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor p {
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment {
}

ol.commentlist li div.comment-author {
}

ol.commentlist li div.vcard {
}

ol.commentlist li div.vcard cite.fn {
    font-style: normal;
    font-weight: bold;
}

ol.commentlist li div.vcard cite.fn a.url {
    color: #222;
}

ol.commentlist li div.vcard img.avatar {
    float: right;
}

ol.commentlist li div.vcard img.avatar-32 {
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
}

ol.commentlist li div.vcard span.says {
    color: #888;
}

ol.commentlist li div.commentmetadata {
}

ol.commentlist li div.comment-meta {
    margin: 3px 0 0 0;
    font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
    color: #aaa;
    text-decoration: none;
}

ol.commentlist li p {
    margin: 15px 0 0 0;
    line-height: 1.4em;
}

ol.commentlist li ul {
}

ol.commentlist li div.reply {
    background: #f8f8f8;
    color: #333;
    width: 33px;
    margin: 10px 0 0 0;
    padding: 2px 5px 2px 5px;
    line-height: 16px;
    border: 1px solid #e9e9e9;
}

ol.commentlist li div.reply a {
    color: #333 !important;
}

ol.commentlist li div.reply a:hover {
    color: #333 !important;
    text-decoration: none;
}

ol.commentlist li ul.children {
}

ol.commentlist li ul.children li {
    margin: 10px 0 0 0;
    background: #fff;
    border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
    background: #fff;
}

ol.commentlist li ul.children li.bypostauthor {
}

ol.commentlist li ul.children li.byuser {
}

ol.commentlist li ul.children li.comment {
}

ol.commentlist li ul.children li.comment-author-admin {
}

ol.commentlist li ul.children li.depth-2 {
}

ol.commentlist li ul.children li.depth-3 {
}

ol.commentlist li ul.children li.depth-4 {
}

ol.commentlist li ul.children li.depth-5 {
}

ol.commentlist li ul.children li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {
}

ol.commentlist li.pingback {
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

/*******************
*	COMMENT FORM   *
********************/
#commentform {
    margin-top: 5px;
}

#commentform input {
    width: 210px;
    margin: 5px 5px 1px 0;
    padding: 5px;
    border: 1px solid #ddd;
}

#commentform input:focus {
    border: 1px solid #191919;
}

#commentform .author {
    padding: 3px 3px 3px 5px;
    background: fff;
    color: #333;
}

#commentform .email {
    padding: 3px 3px 3px 5px;
    background: fff;
    color: #333;
}

#commentform .url {
    padding: 3px 3px 3px 5px;
    background: fff;
    color: #333;
}

#commentform textarea {
    width: 75%;
    height: 100px;
    padding: 2px;
    border: 1px solid #ddd;
}

#commentform textarea:focus {
    border: 1px solid #191919;
}

#commentform .submit {
    margin: 0;
    padding: 4px;
    color: #999;
    font-weight: bold;
    border: 1px solid #ddd;
    background: #f8f8f8;
    width: 155px;
}

#commentform .submit :hover {
    background: #333;
    border: 1px solid #191919;
    text-decoration: underline;
    color: #fff;
}

/*******************
*	NAVIGATION	   *
********************/
.navigation {
    margin: 5px 0 5px 0;
    padding: 5px;
}

/******************
*	FOOTER		  *
*******************/
#footer {
    background: #fff;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    color: #333;
    line-height: 20px;
    list-style: none;
    border-top: 1px solid #e6e6e6;
}

#footer ul li {
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #f0f0f0;
}

#footer .box {
    width: 291px;
    margin: 0 15px 0 0;
}

#footer h3 {
    margin: 15px 0 5px 0;
    padding: 0 10px 0 0;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

#footer ul ul {
    display: none;
}

#footer img {
    padding: 5px;
}

/******************
*	BOTTOM		  *
*******************/
#bottom {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    color: #333;
    line-height: 15px;
    border-top: 1px solid #e6e6e6;
}

#bottom a {
    color: #cc0000;
    border-bottom: 1px dotted #333;
}

#bottom a:hover {
    border-bottom: none;
}

/*
     FILE ARCHIVED ON 07:18:22 May 14, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:49:55 Oct 05, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* ============ End of style.css ============ */

/* ============ Start of styles.css?ver=2.4.2 ============ */
div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    background: #fff;
    border: 1px solid #ff0000;
    font-size: 10pt;
    width: 280px;
    padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
    color: #f00;
    font-size: 10pt;
    display: block;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 .watermark {
    color: #888;
}

/* ============ Start of pagenavi-css.css?ver=2.70 ============ */
/*
Default style for WP-PageNavi plugin

https://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: bold;
}