/*
Theme Name: Zenko Magazine
Theme URI: http://www.wpzoom.com/zenko/
Description:  A magazine style theme by <a href="http://www.wpzoom.com">WPZOOM</a>, created by <a href="http://ciorici.com">Pavel Ciorici</a>
Author: Pavel Ciorici
Tags: magazine style
*/



/* =Global Elements
-------------------------------------------------------------- */
body {
    background-color: #efefef;
    font-family: Arial, Helvetica, sans-serif;
    color: #313131;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

* html .clearfix { height: 1%;
}

img.aligncenter, img.alignright, img.alignleft { border: 1px solid #000000;
}

.navigation a:link, .navigation a:visited, .comments-navigation a:link, .comments-navigation a:visited {
    border: 1px solid #DDD;
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}

#content-wrap,
content_wrap {
    width:980px;
    margin:12px auto 0px;
}

* {
    margin:0;
    padding:0;
}

html { overflow-y:scroll;
}

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,input,button,textarea {
    border:0;
    outline:0;
    zz-vertical-align:baseline;
    margin:0;
    padding:0;
}

body {
    font-family:Arial, Helvetica, sans-serif;
}

ul { list-style:none;
}

p { font:1.3em/1.3em;
}

a {
    text-decoration:underline;
    color:#313131;
}

a:hover,
body a:hover {
    text-decoration:underline;
    color:#000000;
}

a img {
}

.floatleft { float:left;
}

.floatright { float:right;
}

.clear { clear:both;
}

.transpBlack { background:url('images/transpBlack.png');
}

/* =Header
-------------------------------------------------------------- */
#bhead {
    width: 100%;
    height: 80px;
    margin-top: 10px;
}

#header {
    width:980px;
    margin:0 auto;
}

#logo {
    float:left;
    height:80px;
    padding:0;
}

#logo h1 {
    color:#313131;
    font-size:80px;
    margin:0;
    padding:0;
}

#logo h5 {
    color:#313131;
    font-size:14px;
    font-family:Tahoma;
    font-variant:small-caps;
}

#ad468 {
    float:right;
    height:60px;
    width:468px;
    padding:5px 0px 0px 0px;
}

/* =Menus
-------------------------------------------------------------- */
.rss-links { float: right
}

.rss-links a { background: url('images/rss.png') no-repeat left 9px; padding-left: 15px !important
}

#menu {
    height:33px;
    margin:0px 0;
}

#menu-wrap {
    width:980px;
    height:33px;
    margin:0 auto;
    background: transparent url('images/menu.png') repeat-x;
}
#menu-brd-left {
    float:left;
    width:12px;
    height:33px;
    background: transparent url('images/menu_parts.png') no-repeat scroll 0px 0;
}
#menu-brd-right {
    float:right;
    width:12px;
    height:33px;
    background: transparent url('images/menu_parts.png') no-repeat scroll -28px 0;
}

/* Navigations
-------------------------------*/
ul.nav {
    margin: 0;
}

/* Main navigation */
#nav, #nav ul {
    width: 600px;
    float:left;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    z-index: 10;
    padding-top:6px;
}

#nav a {
    color: #e7e7e7;
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    font-variant: normal;
    display: block;
    text-decoration: none;
    padding: 5px 7px;
    text-transform: uppercase;
}

#nav a:hover  {
    color: #fff;
    background:#313131;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.current_page_item a {
    color: #fff;
    background:#1F1F1F;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#footer .current_page_item a, .current_page_item li {
    border:none;
    border:0;
}

#sidebar .current_page_item a, .current_page_item li {
    border:none;
    border:0;
}

#nav li {
    float: left;
    padding-right:20px;
}

/* Style drop down list */
#nav li ul {
    position: absolute;
    width: 200px;
    left: -999em;
    padding-top:0px;
}

#nav li:hover ul, #nav li.sfhover ul { left: auto; }

#nav li ul li a {
    background: #313131;
    line-height: 11px;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    width: 150px;
    margin-bottom:0px;
    -moz-border-radius: 3px;
    -html-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom:1px solid #e1e1e1;
}

#nav li ul li a:hover {
    background: #3F3E3E;
    color:#fff;
    -moz-border-radius: 3px;
    -html-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#nav li ul li a { }

#nav li ul ul { margin: -23px 0 0 164px; }

#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }

/* IE7 Fix */
#nav li:hover, #nav li.hover { position: static; }

ul#footerNav {
    position: absolute;
    top: 27px;
    right: 0;
}

ul#footerNav li {
    float: left;
    display: inline;
    margin-left: 15px;
}

#rss {
    font-size:100%;
    float:right;
    padding-top:5px;
    padding-left:30px;
}

#rss li {
    display:inline;
    padding:0 5px 0 0;
}

#rss li a {
    color:#fff;
    font-size:11px;
    text-decoration:none;
    padding:0;
}

#rss li a:hover { text-decoration:underline; }

#rss img {
    vertical-align:middle;
    padding:0;
    margin-right:3px;
}

/* =Widgets
-------------------------------------------------------------- */
#popular {
    float:left;
    width:270px;
    margin:0 10px 15px 0;
}

#subscribe p {
    padding:0 10px 10px 10px;
    font-size:12px;
    line-height:18px;}

.widget {
    font-family: Tahoma, Helvetica, Verdana, Arial;
    font-size:11px;
    color:#e1e1e1;
    padding:0 0 10px;
}

.widget li {
    list-style-type:circle;
    list-style-position: inside;
    line-height:14px;
    margin-left: 5px;
    margin-bottom: 2px;
}

#get_recent_comments_wrap li,
#latest-topics li {
    line-height: 13px;
}
.widget a {
    text-decoration: none;
}
.widget .blogroll li a {
    font-size: 11px;
    font-weight: bold;
}

.widget h3,#posts h3 {
    background:url('images/blu.png') no-repeat top left;
    height:33px;
    font-family:Tahoma,Arial,Helvetica,sans-serif,Verdana;
    text-transform:uppercase;
    font-size:11px;
    color:#efefef;
    font-weight:700;
    padding:7px 5px 0 10px;
}

.widget small { float:left;
}

.widget img {
    float:left;
    background:#313131;
    padding:0 5px 3x 0;
}

.widget a {
    font-weight:400;
    color:#565656;
}

.widget a:hover {
    color:#000000;
    text-decoration:underline;
}

.widget h3 a {
    color: #fd983e;
}

.textwidget {
    width: 300px;
}

.textwidget .ads_block {
    height: 235px;
}

/* =Main Area
-------------------------------------------------------------- */
#featured {
    float:left;
    width:420px;
    background:#181818;
    height:240px;
    overflow:hidden;
    position:relative;
}

#featured-wrap {
    float:left;
    width:420px;
}

#featured-wrap h3 {
    background:url('images/black.png') no-repeat top left;
    height:33px;
    font-family:Arial;
    text-transform:uppercase;
    font-size:10px;
    color:#fff;
    font-weight:700;
    padding:7px 5px 0 10px;
}

.fimage {
    float:left;
    width:200px;
}

#tabs ul {
    text-transform:uppercase;
    position:absolute;
    left:200px;
}

#tabs li { float:left;
}

#tabs li a {
    font-family:Arial;
    font-size:10px;
    color:#fff;
    background:#313131;
    display:inline;
    float:left;
    height:20px;
    width:72px;
    text-align:center;
    border-right:1px solid #181818;
    padding:10px 0 0;
}

#tabs li a.tabactive {
    background:#181818;
    display:block;
    float:left;
    text-decoration:none;
}

.fcontent1, .fcontent2, .fcontent3 {
    float:left;
    width:200px;
    color:#D1D1D0;
    font-size:12px;
    overflow:hidden;
    padding:33px 10px 15px;
}

.fcont {
    float:left;
    width:200px;
    color:#D1D1D0;
    font-size:12px;
    overflow:hidden;
    padding:38px 10px 15px;
    height:240px;
}

.fcont a {
    color:#D1D1D0;
    font-weight:700;
}

.fcont h2 a {
    font-family:Tahoma;
    color:#D1D1D0;
    font-size:12px;
    font-weight:700;
    padding-bottom:3px;
}

.fcont small {
    line-height:20px;
    margin-bottom:5px;
    font-size:11px;
}

.fimage {
    float:left;
    width:200px;
}

#recent {
    float:right;
    width:270px;
}

#recent li {
    display:block;
    float:left;
    padding:4px 0 4px 0;
    border-bottom:1px dotted #313131;
    clear:both;
    width:100%;
    line-height:normal;}

#recent li:hover {
    background:#E9E8E8;
    border-bottom:1px dotted #646464;
}

#recent small a {
    font-size:11px;
    font-family:Arial;
    color:#737373;
    text-transform:none;
}

#recent small {
    font-size:11px;
    font-family:Arial;
    color:#737373;
}

#recent h3 {
    background:url('images/black.png') no-repeat top left;
    height:30px;
    font-family:Arial;
    text-transform:uppercase;
    font-size:11px;
    color:#fff;
    font-weight:700;
    padding:7px 5px 0 10px;
}

#middle {
    width:670px;
    float:left;
    padding:0 10px 0 0;
    margin: 0 auto;
}

#middle #posts {
    padding-right: 0px;
}

.block {
    font-size:12px;
    color:#313131;
    padding:0 0 4px;
}

.block h3 {
    background:url('images/blu.png') no-repeat top left;
    height:33px;
    font-family:Tahoma,Arial,Helvetica,sans-serif,Verdana;
    text-transform:uppercase;
    font-size:11px;
    color:#fd983e;
    font-weight:700;
    padding:7px 5px 0 10px;
}

.block h3 a {
    color:#fd983e;
    text-decoration:none;
}

.block h3 a:hover {
    color:#ff7800;
    text-decoration:none; }

h3.green { background:url('images/green.png') no-repeat top left;
}

h3.black { background:url('images/black.png') no-repeat top left;
}

h3.blue { background:url('images/blu.png') no-repeat top left;
}

h3.pink { background:url('images/pink.png') no-repeat top left;
}

.firstn {
    width:225px;
    float:left;
    font-size: 11px;
    font-family: Tahoma, Helvetica, Verdana, Arial;
    line-height:14px;
    padding:0px 20px 0px 0px;
    color:#313131;
}

.firstn h2 {
    font-size:12px;
    font-weight:700;
    font-family: Tahoma, Helvetica, Verdana, Arial;
    color:#181818;
}

.firstn a {
    text-decoration: none;
}


.firstn small,
.rightn small a {
    font-size:10px;
    font-family:Arial;
    color:#808080;
    font-weight:400;
    text-decoration:none;
}

.firstn small a {
    color:#ff7800;
}

.firstinfo {
    height: 90px;
    overflow: hidden;
}
.firsttitle {
    margin-bottom: 1px;
}
.firsttext {
    margin-top: 4px;
    margin-bottom: 2px;
}
.firstauthor {
    margin-bottom: 4px;
}

.firstn img {
    float:left;
    width:225px;
    height:135px;
    padding:0px 0px 0px 0px;
    border: 1px #000000 solid;
    margin-bottom: 6px;
}

.rightn a {
    font-family:Tahoma;
    text-decoration:none;
    font-weight:700;
    font-size:12px;
    line-height:normal;
}
.rightntitle {
    margin-bottom: 4px;
}

.rightinfo {
    height: 60px;
    overflow: hidden;
}
.righttitle {
    margin-bottom: 2px;
}
.righttext {
    overflow: hidden;
    height: 46px;
}

.rightnp a {
    text-decoration:underline;
    font-size:12px;
    line-height:normal;
}

.rightn p a, .rightnp p a {
    font-weight:700;
    font-size:10px;
}

.righthumb {
    float:left;
    margin-right: 5px;
    width: 130px;
    height: 90px;
}

.rightmini {
    float:left;
    margin-right: 7px;
    width: 90px;
    height: 70px;
}

.rightcont {
    padding:0px 0px 2px;
}

.rightcontp {
    float:left;
    width:520px;
    padding:0px 0px 0px 7px
}

.rightcontp a {
    font-weight:700;
    text-decoration: none;
}

.firstn p a {
    font-weight:700;
}

.bubble {
    background:transparent url('images/bb.png') no-repeat;
    color:#fff;
    float:right;
    height:17px;
    padding-top:0px;
    text-align:center;
    width:19px;
    margin-top:2px;
    margin-left:10px;
}

.bubble a {
    text-decoration:none;
    color:#fff;
    font-size:10px;
    font-weight:700;
    font-family:Arial;
}

#postsn { width:670px; }

#posts {
    width:670px;
    float:left;
    padding:0 10px 0 0;
}

#middlesb {
    width:160px;
    float:left;
}

#tab-comments {
    margin:0px;
    padding:0px;
    color:#525252;
}

#tab-comments li {
    overflow:hidden;
    list-style: none;
    line-height:16px;
    padding:0 0 5px 0;
}

.tab-comments-avatar { margin:0px 0px 0px 0px;
}

.rightnp {
    width: 640px;
    float: left;
    font-family: Tahoma, Helvetica, Verdana, Arial;
    font-size: 11px;
    color: #313131;
    line-height: 15px;
    padding: 0px 0 2px 0;
}

.rightn {
    width: 420px;
    float: left;
    font-family: Tahoma, Helvetica, Verdana, Arial;
    font-size: 11px;
    color: #313131;
    line-height: 14px;
    padding: 0px 0px 0px 0px;
}

.rightnp li {
    border-bottom:1px solid #ccc;
    margin-top:5px;
}

.rightn img {
    float:left;
    width:90px;
    border:1px solid #000000;
}

.rightnp img {
    float:left;
    width:130px;
    padding:0 0px 0px 0;
    margin-bottom:5px;
    border:1px solid #000000;
}

.rightn small a, .rightnp small a {
    font-size:10px;
    font-family:Arial;
    color:#ff7800;
    font-weight:400;
    text-decoration:none;
}

.rightn small, .rightnp small {
    font-size:10px;
    font-family:Arial;
    color:#777777;
}

.rightn li, .rightnp li {
    display:block;
    padding:0 0 1px;
    border-bottom:1px solid #ccc;
    margin-bottom:5px;
}

/* =Posts
-------------------------------------------------------------- */
.gallery .gallery-item { float: left; margin: 0 0 0 0
}

.attachment { margin: 1em 0
}

.post {
    float:left;
    padding-right:20px;
    font-size:12px;
    line-height:20px;
    color:#313131;
}

.post a {
    text-decoration:none;
    border-bottom:1px dotted #313131;
    color:#313131;
    font-weight:700;
}

.post a:hover {
    text-decoration:none;
    border-bottom:1px dotted #777777;
    color:#777777;
}

.post blockquote {
    border-left:3px solid #ccc;
    color:#313131;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:12px;
    font-style:italic;
    line-height:1.8em;
    padding-left:10px;
    clear:both;
    margin:10px 20px 10px 30px;
}

.post hr {
    height:1px;
    border-bottom:1px solid #ccc;
    border-top:none;
    margin-bottom:5px;
    clear:both;
}

.post h2 {
    font-family:Arial;
    font-size:22px;
    font-weight:800;
    padding-bottom:0px;
    line-height:30px;
    color:#313131;
}

.post h3 { font-size:15px;
}

.post h4 { font-size:16px;
}

.post h5 { font-size:15px;
}

.post h6 { font-size:14px;
}

.post h3,h4,h5,h6 {
    color:#313131;
    padding-bottom:0px;
    font-weight:700;
}

.post li ol {
    line-height:20px;
    padding-left:10px;
}

.post p { padding:0 0 15px;
}

.post ul li {
    line-height:20px;
    list-style:circle;
}

.post small {
    font-size:10px;
    color:#777777;
    line-height:18px;
    border:none;
}

.post small a {
    font-size:11px;
    color:#777777;
    line-height:18px;
    font-weight:200;
    border:none;
}

.post small a:hover {
    font-size:11px;
    color:#313131;
    line-height:18px;
    font-weight:200;
    border:none;
}

.post ul li:hover { line-height:20px;
}

.post ul,.post ul,ol { padding:10px 0 20px 20px;
}

.aligncenter,div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
    border:5px solid #DDDDDD;
}

.alignnone { border:5px solid #DDDDDD;
}

.alignleft {
    float:left;
    margin:0 10px 0 0;
}

.alignleft img {
    float:left;
    margin:0 10px 0 0;
    border:5px solid #DDDDDD;
}

.alignright {
    float:right;
    margin:10px 0 0 20px;
}

.alignright img {
    float:right;
    margin:10px 10px 5px 10px;
    border:5px solid #DDDDDD;
}

.floatleft,#more_left { float:left;
}

/* Captions */
.aligncenter, div.aligncenter {
    border:5px solid #DDDDDD;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ccc;
    text-align: center;
    background-color: #DCDCDC;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 5px;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 14px;
    padding: 0 3px 5px;
    margin: 0;
    font-style:italic;
}

ul,#socialicons ul { list-style:none;
}

ul.addtoany_list li a { border:none; text-decoration:none;
}

#socialicons {
    border-top:2px solid #efefef;
    color:#4c4d50;
    float:left;
    width:650px;
    background:#efefef;
    height:30px;
    margin:10px 0 0;
    padding:0 0 3px;
}

#socialicons img {
    margin-right:5px;
    padding-bottom:3px;
}

#socialicons ul { padding:3px 0 0 20px;
}

#socialicons li {
    border:none;
    display:inline;
    float:left;
    padding-right:19px;
}

#socialicons small {
    color:#313131;
    font-family:arial, "lucida console", sans-serif;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
}

#socialicons small a {
    border-bottom:none;
    color:#313131;
    text-decoration:none;
}

#socialicons small a:hover {
    border-bottom:none;
    color:#030a1f;
}

#socialicons small img {
    border:none;
    vertical-align:middle;
}

/* Comments
-------------------------------------------------------------- */
.children {
    padding: 0 0 0 40px;
    margin-left:35px;
}

.comment-author-admin {
background:url('images/author.jpg') no-repeat top right;
}

.authorcomm {
    float:left;
    margin:0;
    padding:0;
    width:70px;
    text-align:center;
    line-height:12px;
    font-size:13px;
}

.authorcomm a {
    text-decoration:none;
    font-weight:bold;
}

.avatar { padding:0 0px 0 0;
}

.reply a {
    padding:2px 5px;
    margin-left:55px;
    font-weight:normal;
    text-transform:uppercase;
    background:#313131;
    width:50px;
    font-size:9px;
    text-align:center;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:none;
    color:#fff;
}

.reply a:hover {
    background:#ff7800;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#respond { float:left;
}

#navigation {
    width:100%;
    height:30px;
    float:left;
}

.cancel-comment-reply a {
    padding:2px 5px;
    margin-bottom:5px;
    margin-left:55px;
    font-weight:700;
    text-transform:uppercase;
    background:#313131;
    font-size:10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:none;
    color:#fff;
}

.cancel-comment-reply a:hover {
    background:#ff7800;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.comment-meta  a {
    font-weight:normal;
    border-bottom:1px dotted color:#313131;
    font-size:11px;
    color:#313131;
    font-style:italic;
}

.comment-meta {
    padding-bottom:5px;
    border-bottom:2px solid #ccc;
    margin-left:55px;
}

.fn {
    font-size:12px;
    line-height:15px;
    font-weight:bold;
    font-style:normal;
}

.says { display:none;
}

#comments li {
    width:100%;
    padding:10px 0 10px;
    display:block;
    float:left;
}

.commentlist {
    margin: 0px;
    padding: 0px;
border-top: 1px solid #bbb;
}

.commentlist ol {
    margin: 0px;
    padding: 10px;
}

.commentlist li {
    margin: 5px 0px 0px;
    padding: 5px 5px 0px 0px;
    list-style: none;
    border-bottom: 1px dotted #bbb;
}

.commentlist li ul li {
    margin-right: -5px;
}

.comment {
    float:left;
    padding:0px 0 20px;
    font-size:12px;
}

.comment p {
    margin-left:55px;
    line-height:20px;
    padding:0 0 3px 0;
    color:#313131;
}

body.ie6 #comments li.bgCH {
    background-color:#eee;
    background-image:none;
}

.field {
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:solid 1px #ddd;
    border-top-color:#ccc;
    background:#fff
    letter-spacing:.1em;
    padding:6px;
}

#commentform textarea { width:76%; height:130px;
}

#submit,.submit,label { cursor:pointer;
}

#commentform label {
    padding-left:24px;
    font-weight:900;
}

#commentform label span,#comments .chead p.date { color:#999;
}

.btn {
    display:block;
    width:140px;
    height:40px;
    margin-left:-20px;
    line-height:normal;
    text-align:center;
    color:#efefef;
    font-size:10px;
    text-transform:uppercase;
    font-weight:700;
    background:transparent url('images/btns-a00.png') no-repeat left top;
}

.btn:hover {
    text-decoration:none;
    background-position:left bottom;
}

.btn:active { color:#888;
}

input.btn { border:none;
}

#commentform .btn { background-position:right top;
}

#commentform .btn:hover { background-position:right bottom;
}

#comments {
    float:left;
    margin-top:40px;
    width:640px;
}

#respond {
    margin-top:0px;
    float:left;
}

#respond:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

#comments li h3 {
    margin-top:15px;
    margin-left:55px;
    font-size:16px;
}

.avatar { float:left;
}

.comtext {
    font-size:11px;
    float:left;
    padding-left:8px;
    width:590px;
}

.comtext small {
    display:block;
    font-weight:400;
    font-style:normal;
    border-bottom:2px solid #ccc;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
    float:right;
    width:300px;
}

#sidebar .widget {
    color:#313131;
}

#sidebar_left {
    float:left;
    width:300px;
    padding-right:10px;
}

#sidebar_right {
    float:left;
    width:300px;
}

#flickr {
    float:left; width:100%;
}

#flickr a {
    display:block;
    float:left;
    text-align:left;
    width:68px;
    padding:0 6px 5px 0;
}

#flickr img {
    border:2px solid #D3DDE5;
    height:65px;
    width:65px;
    padding:0;
}

#flickr img:hover {
    border:2px solid #0C2B41;
}

/* =Forms
-------------------------------------------------------------- */
fieldset,img {
}

#search {
    float:right;
    font-size:10px;
    color:#fff;
    height:20px;
    padding:8px 0px 0 10px;
}

#searchform {
    background:url('images/search.png') no-repeat;
    width:125px;
    height:18px;
}

#searchform label,#searchform .submit {
    display:none;
}

#se {
    background:none;
    border:0;
    height:15px;
    width:80px;
    margin:1px 16px 0 0;
    padding:0 15px 0 5px;
    color:#656668;
}

#searchform input:focus { border:0;
}

input, textarea, text, button {
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:solid 1px #ddd;
    border-top-color:#ccc;
    background:#fff url('images/bg-form0.png') repeat-x left 1px;
    padding:6px;
}

textarea{
    height:150px;
}

/* =WP-PageNavi
-------------------------------------------------------------- */
.wp-pagenavi {
    font-size: 10px;
    margin-top:10px;
    text-align: center;
    padding-top:10px;
}

.wp-pagenavi .current, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    padding:2px 6px 2px 6px;
    text-decoration: none;
    margin: 0 0.3em;
    font-weight:700;
    font-size:11px;
}

.wp-pagenavi .current {
    background:#313131;
    color:#ccc;
    font-weight:700;
}

.wp-pagenavi a:hover {
    border:1px solid #313131;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
    background:#1D1C1C url('images/bgf.jpg') repeat-x;
    border-top:1px solid #fff;
    padding-top:3px;
    margin:20px 0 0;
}

#fside {
    float:center;
    width:100%;
    padding:0 0 20px;
}

#copyright {
    background:#313131;
    color:#aeaeae;
    line-height:19px;
    font-size:11px;
    border-top:1px solid #545454;
    text-align:center;
    padding:20px 45px 10px 20px;
}

#copyright a {
    text-decoration:none;
    color:#aeaeae;
    border:none;
}

#copyright a:hover {
    color:#ff7800;
    border:none;
    text-decoration:none;
}

.footer-wrap {
    width:980px;
    margin:0 auto;
}

#footer .widget {
    width:960px;
    float:center;
    color:#aeaeae;
    line-height:19px;
    font-size:10px;
    padding:5px 45px 0 0;
}

#footer .widget ul { padding:0 0 0 10px;
}

#footer .widget a {
    text-decoration:none;
    border-bottom:1px dotted #aeaeae;
    font-family:Arial;
    font-weight:500;
    font-size:11px;
    color:#aeaeae;
}

#footer .widget a:hover {
    text-decoration:none;
    border-bottom:1px dotted #ff7800;
    font-family:Arial;
    font-weight:500;
    font-size:11px;
    color:#ff7800;
}

#footer .widget h3 {
    background:none;
    height:20px;
    font-family:Arial;
    font-size:10px;
    color:#aeaeae;
    font-weight:700;
    margin-bottom:10px;
    border-bottom:1px solid #ff7800;
    padding:0px 0px 0 0px;
}

/* Calendar */
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt;
}

#wp-calendar a { text-decoration: none;
}

#wp-calendar caption {
    font-weight:bold;
    text-align: center;
}

#wp-calendar th {
    font-style:normal;
    font-weight:normal;
    text-transform: capitalize;
}

#wp-calendar {
    empty-cells: hide;
    width: 200px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
    background-color:#D3CFBE;
}

#wp-calendar #today { background-color:#BDC6D5;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    text-align: center;
    background-color:#EAE8DF;
}

#wp-calendar .pad { background-color:#F5F4F1;
}

/* Search Highlighter */
.hilite, .hilite1, .hilite2, .hilite3, .hilite4, .hilite5, .hilite6, .hilite7,
.hilite8, .hilite9 {
    background-color: #FDEC35;
    border-bottom-color: white;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

#highlight_info {
    left:0px;
    z-index:-50;
    width:2px;
    height:2px;
    bottom:1px;
}

/* HDBOX style */
.field_holder {
    position: relative;
    height: 51px;
    padding: 4px;
    border-bottom: 1px solid #C0C0C0;
}

.field_mini {
    width: 65px;
    height: 50px;
    float: left;
    margin: 0px 3px 0px 0px;
    padding: 0px;
}

.field_name {
    color:#313131;
    font-weight: bold;
    font-size: 12px;
}
.field_watch_url {
    text-decoration: none;
}

.field_description {
    font-size: 10px;
    height: 26px;
    overflow: hidden;
}

.field_bottom_info {
    position: absolute;
    bottom: 2px;
    left: 73px;
    color: #777777;
    font-size: 11px;
    height: 13px;
    overflow: hidden;
}

img.pixel {
    background: url('images/pixel.gif') no-repeat top left;
}

div.resize_mc {
    position: relative;
    margin-top: 2px;
    width: 50px;
    height: 28px;
}

div.resize_mc div {
    position: absolute;
    float: left;
}

div.resize_mc div.left {
    top: 0px;
    left: 0px;
}

div.resize_mc div.right {
    top: 0px;
    left: 28px;
}

div.resize_mc div.top {
    top: 0px;
    left: 18px;
}

div.resize_mc div.bottom {
    top: 11px;
    left: 18px;
}

div.resize_mc button {
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: transparent none;
}

div.resize_mc div.left img,
img.resize_left {
    background: transparent url('images/resize.png') no-repeat scroll 0px 0px;
    width: 18px;
    height: 22px;
}

div.resize_mc div.right img,
img.resize_right {
    background: transparent url('images/resize.png') no-repeat scroll -28px 0px;
    width: 18px;
    height: 22px;
}

div.resize_mc div.top img,
img.resize_top {
    background: transparent url('images/resize.png') no-repeat scroll -18px 0px;
    width: 11px;
    height: 11px;
}

div.resize_mc div.bottom img,
img.resize_bottom {
    background: transparent url('images/resize.png') no-repeat scroll -18px -11px;
    width: 11px;
    height: 11px;
}

#rss div.resize_mc img {
    padding: 0px;
    margin: 0px;
    border: none;
}

.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.2em; float: right; }