@font-face {
	font-family: 'HNLT';
	src: url('helveticaneueltpro-th-webfont.eot');
	src: local('˘'), url('helveticaneueltpro-th-webfont.woff') format('woff'), url('helveticaneueltpro-th-webfont.ttf') format('truetype'), url('helveticaneueltpro-th-webfont.svg#webfontRdl2Nl6F') format('svg');
	font-weight: normal;
	font-style: normal;
}

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	font: 12px/18px Tahoma,Geneva,Kalimati,sans-serif;
	color: #77828b;
	background: #fefefe;
}

a {
	color: #7b9a18;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img,
object{
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font: 18px/22px HNLT,Arial,Helvetica,Garuda,sans-serif;
	color: #2f363c;
	margin: 24px 0 -5px;
	clear: both;
}

h2 {
	font-size: 16px;
	line-height: 18px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
}

h4 {
	font-size: 13px;
	line-height: 18px;
}

h5,
h6 {
	font-size: 12px;
	line-height: 18px;
}

p {
    margin: 16px 0 0;
}

ul {
	list-style: outside square;
	margin: 16px 0 0 30px;
}

ol {
	list-style: outside decimal;
	margin: 16px 0 0 30px;
}



blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

table {
	text-align: left;
	margin: 16px -1px 0 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e7e7e7;


	width: 100%;
}

tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}

tr.odd td {
	background: #f2f7fc;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
    font-size: 16px;
    line-height: 19px;
    color: #5f7376;
    font-weight: normal;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-top: 16px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


input,
textarea,
select {	
	font: 12px/14px Tahoma,Geneva,Kalimati,sans-serif;
	color: #2f363c;
}

input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


#container,
#content {
	margin: 0;
	float: left;
	width: 705px;
	overflow: hidden;
}

#content {
	margin: -20px 0 0;
	float: none;
}

#sidebar {
	float: right;
	width: 260px;
	overflow: hidden;
}

#primary,
#secondary {
	width: 260px;
	overflow: hidden;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {

}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {

}




/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {	
	margin: 0 auto;
	padding: 0;
	background: #fefefe;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}




/* =Header
-------------------------------------------------------------- */

#header {
	width: 1000px;
	height: 169px;
	overflow: hidden;
	position: relative;
	background: url(img/top-bg.jpg) no-repeat;
}

#site-title {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin: 40px 0 0px 25px;
	float: left;
}

#site-description {		
	text-indent: -10000px;
	font-style: italic;
	float: left;
	margin: 47px 0 0px 51px;
	width: 465px;
	height: 48px;
	overflow: hidden;
	background: url(img/slogan.png) no-repeat;
}

#social-media {
	margin: 0;
	position: absolute;
	top: 11px;
	right: 15px;
}

#social-media li {
	list-style: none;
	padding: 0 0 0 16px;
	float: left;
	background: none;
}

#social-media a {
	text-indent: -200px;
	float: left;
	height: 19px;
	overflow: hidden;
}

#social-media .i1 {
	margin-right: -4px;
	width: 19px;
	background: url(img/top-facebook.png) no-repeat;
}

#social-media .i2 {
	width: 48px;
	background: url(img/top-youtube.png) no-repeat;
}

#social-media .rss-ico {
	width: 42px;
	background: url(img/rss.png) no-repeat;
}

#social-media .i3 {
	width: 71px;
	background: url(img/top-issuu.png) no-repeat;
}


/* =Menu
-------------------------------------------------------------- */

.menu-header{	
	display: block;
	width: 1000px;
	height: 38px;
	position: absolute;
	top: 131px;
	left: 0;
	background: url(img/menu-bg.gif) repeat-x;
}

#menu-menu {
	margin: 0;
	padding: 0;
	width: 1000px;
	overflow: hidden;
}

#menu-menu li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	float: left;
	background: none;
}

#menu-menu a {
	font: 17px/38px HNLT,Arial,Helvetica,Garuda,sans-serif;
	color: #6a737b;
	display: block;
	text-decoration: none;
}


#menu-menu li:first-child a {
	text-indent: -200px;
	width: 17px;
	height: 38px !important;
	overflow: hidden;
	background: url(img/ico6.gif) no-repeat 50% 9px;
	border: 0 !important;
}

#menu-item-1520 a,
#menu-item-1522 a,
#menu-item-1518 a,
#menu-item-1521 a,
#menu-item-1519 a {
	text-indent: -300px;
	display: block;
	height: 38px;
	overflow: hidden;
	
}

#menu-item-1520 a {
	width: 65px;
	background: url(img/m1.gif) no-repeat;
}

#menu-item-1522 a {
	width: 61px;
	background: url(img/m2.gif) no-repeat;
}

#menu-item-1518 a {
	width: 55px;
	background: url(img/m3.gif) no-repeat;
}

#menu-item-1521 a {
	width: 136px;
	background: url(img/m4.gif) no-repeat;
}

#menu-item-1519 a {
	width: 116px;
	background: url(img/m5.gif) no-repeat;
}

#menu-item-1520 a:hover,
#menu-item-1520.current-menu-item a,
#menu-item-1522 a:hover,
#menu-item-1522.current-menu-item a,
#menu-item-1518 a:hover,
#menu-item-1518.current-menu-item a,
#menu-item-1521 a:hover,
#menu-item-1521.current-menu-item a,
#menu-item-1519 a:hover,
#menu-item-1519.current-menu-item a {
	background-position: 0 -38px;
}


/* =Content
-------------------------------------------------------------- */

#main {
	width: 100%;
	overflow: hidden;
}

.hentry,
.not-found {
	margin: 0;
	padding: 55px 0 0;
	width: 705px;
	overflow: hidden;
}

.hentry .entry-date {
	font-size: 12px;
	line-height: 16px;
	color: #9eacb6;
	text-align: center;
	text-transform: lowercase;
	margin: -7px 0 0;
	float: left;
	width: 55px;
}

.hentry .entry-date span {
	display: block;
}

.hentry .entry-date .entry-day {
	font: 46px/46px HNLT,Arial,Helvetica,Garuda,sans-serif;
	color: #6a737b;
}

.hentry .entry-date .fb-like {
	margin: 35px 0 0;
	width: 60px;
	overflow: hidden;
	position: relative;
}

.hentry .entry-border {
	padding: 0 0 0 13px;
	float: right;
	width: 617px;
	border-left: 6px solid #dfe2e4;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.page-title {
	font: 17px/32px HNLT,Arial,Helvetica,Garuda,sans-serif;
	color: #6d757a;
	margin: 69px 0 0px 0;
	padding: 0;
	border-bottom: 1px solid #dfe2e4;
}


.page-title span {
	font-size: 30px;
	color: #7b9a18;
}

.page-title a {
	color: #6d757a;
	text-decoration: none;
}

.page-title a:hover {
	color: #00413d;
}


.entry-title {
	font: 30px/32px HNLT,Arial,Helvetica,Garuda,sans-serif;
	color: #2f363c;
	margin: -4px 0 0;
}

.entry-title a {
	color: #2f363c;	
	text-decoration: none;
}

.entry-title a:hover {
	color: #7b9a18;
}

.entry-meta {
	font-size: 11px;
	color: #b1b5b9;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	width: 617px;
	overflow: hidden;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.more-link {
	font-size: 11px;
	line-height: 13px;
	text-transform: lowercase;
	padding: 5px 0 0 0;
	clear: both;
	display: block;
	width: 85px;
	height: 16px;
	background: url(img/ico1.gif) no-repeat 100% 5px;
}

strong .more-link {
	width: 95px;
}

.entry-utility {
	font-size: 11px;
	line-height: 13px;
	padding: 27px 0 0;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.entry-utility > div,
.entry-utility > span {
	margin-right: 16px;
	padding-bottom: 6px;
}

.tag-links,
.cat-links {
	text-transform: lowercase;
	padding: 4px 0 0 31px;
	float: left;
	min-height: 19px;
	background: url(img/ico4.gif) no-repeat;
}

.tag-links {
	background: url(img/ico4.gif) no-repeat;
}

.cat-links {
	background: url(img/ico2.gif) no-repeat;
}

.comments-link,
.edit-link {
	float: left;
}

.entry-content .edit-link {
	font-size: 11px;
	line-height: 13px;
	padding: 5px 0 0;
	float: none;
	display: block;
}

.comments-link a,
.edit-link a {
	text-transform: lowercase;
	padding: 4px 0 0 31px; 
	float: left;
	height: 19px;
}

.comments-link a {
	background: url(img/ico2.gif) no-repeat;
}

.comments-link .meta-add-comment {
	margin: -4px 0 0 -31px; 
	padding: 4px 0 0 31px; 
	float: left;
	height: 19px;
}

.edit-link a,
.comments-link .meta-add-comment {
	background: url(img/ico3.gif) no-repeat;
}

.ilsb-parent {
	float: left;
	position: relative;
}

/*
.ilsb-child {
	display: none; 
	padding: 0 0 20px;
	width: 98px;
	height: 32px;
	overflow: hidden;
	position: absolute; 
	left: 0;
	bottom: 0;
	background: url(img/icobg1.png) no-repeat;
}
*/

.ilsb-child {
	/*padding: 0 0 20px;*/
	padding: 0;
	float: left;
	/*width: 98px;*/
	width: 92px;
	/*height: 32px;*/
	height: 19px;
}

.ilsb-child span {
	padding: 0;
}

.ilsb {
	/*margin: 2px 0 0 2px;*/
	margin: 4px 0 0 3px;
	float: left;
	/*width: 22px;
	height: 22px;*/
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
}

.ilsb-share {
	margin: 0;
	padding: 4px 0 0 31px;
	width: auto;
	height: 19px;
}

.ilsb-share {background-image:url(img/ico-share.png);}
.ilsb-subscribe {background-image:url(img/ico-subscribe.png);}
.ilsb-blinklist {background-image:url(img/ico-blinklist.png);}
.ilsb-bloglines {background-image:url(img/ico-bloglines.png);}
.ilsb-blogmarks {background-image:url(img/ico-blogmarks.png);}
.ilsb-digg {background-image:url(img/ico-digg.png);}
.ilsb-delicious {background-image:url(img/ico-delicious.png);}
.ilsb-flickr {background-image:url(img/ico-flickr.png);}
.ilsb-furl {background-image:url(img/ico-furl.png);}
.ilsb-magnolia {background-image:url(img/ico-magnolia.png);}
.ilsb-newsvine {background-image:url(img/ico-newsvine.png);}
.ilsb-reddit {background-image:url(img/ico-reddit.png);}
.ilsb-stumbleupon {background-image:url(img/ico-stumbleupon.png);}
.ilsb-technorati {background-image:url(img/ico-technorati.png);}
/*
.ilsb-facebook {background-image:url(img/ico-facebook.png);}
.ilsb-blip {background-image:url(img/ico-blip.png);}
.ilsb-wykop {background-image:url(img/ico-wykop.png);}
.ilsb-twitter {background-image:url(img/ico-twitter.png);}
*/

.ilsb-facebook {background-image:url(img/sm-facebook.png);}
.ilsb-blip {background-image:url(img/sm-blip.png);}
.ilsb-wykop {background-image:url(img/sm-wykop.png);}
.ilsb-twitter {background-image:url(img/sm-twitter.png);}
.ilsb-sledzik {background-image:url(img/sm-sledzik.png);}

#content .video-player {
	padding: 0;
}

.entry-related-posts {
	margin: 18px 0 0;
	width: 617px;
	overflow: hidden;
	background: url(img/w3.gif) no-repeat;
}

.entry-related-posts > * {
	float: left;
}

.related-posts-box {
	margin: 12px 12px 0 0;
	float: left;
	width: 148px;
	height: 97px;
	overflow: hidden;
}

.entry-related-posts > :first-child .related-posts-box {
	margin-left: 84px;
}

.related-posts-img {
	display: block;
	width: 140px;
	height: 54px;
	border: 4px solid #eff0f0;
}

.related-posts-text {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 0;
	width: 148px;
	overflow: hidden;
}

.related-posts-text span {
	font-weight: bold;
	color: #7b9a18;
	text-decoration: underline;
}

.entry-related-posts a:hover .related-posts-text span {
	text-decoration: none;
}





/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	margin: 0;
	display: block;
	border: 10px solid #f1f1f1;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font: 17px/21px HNLT,Arial,Helvetica,Garuda,sans-serif;
	color: #2f363c;
	margin: 24px 0 0;
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 609px;
	width: auto;
	border: 4px solid #eff0f0;
}
#content .attachment img {
	max-width: 609px;
}
#content .alignleft,
#content img.alignleft {
	margin: 4px 24px 14px 0;
	display: inline;
	float: left;
}
#content .alignright,
#content img.alignright {
	margin: 4px 0 14px 24px;
	display: inline;
	float: right;
}
#content .aligncenter,
#content img.aligncenter {
	margin: 16px auto 20px;
	clear: both;
	display: block;
}
#content img.alignleft,
#content img.alignright {
	margin-bottom: 14px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	width: 100%;
	overflow: hidden;
}

.nav-previous {
	float: left;
	width: 45%;	
	overflow: hidden;
}

.nav-next {
	float: right;
	width: 45%;	
	overflow: hidden;
}

.nav-previous a,
.nav-next a {
	font-size: 11px;
	line-height: 13px;
	text-transform: lowercase;
	white-space: nowrap;
	margin: 18px 0 0;
	padding: 1px 0 0;	
	height: 15px;
	width: auto;
	overflow: hidden;
}  

.nav-previous a {
	margin-left: 5px;
	padding-left: 25px;
	float: left;
	background: url(img/ico1b.gif) no-repeat;
}

.nav-next a {
	margin-right: 5px;
	padding-right: 25px;
	float: right;
	background: url(img/ico1.gif) no-repeat 100% 0;
}

#nav-above {
	margin: 0 0 18px 0;
	display: none;
}

#nav-below {
	margin: 30px 0 0;
	border-top: 1px solid #dfe2e4;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	margin: 50px 0 0;
	width: 100%;
	overflow: hidden;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font: 23px/25px HNLT,Arial,Helvetica,Garuda,sans-serif;
	color: #2f363c;
	margin: 25px 0 0 88px;
}

h3#reply-title {
	margin-left: 0;
}

.commentlist,
.commentlist ol,
.commentlist ul {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {	
	margin: 24px 0 0;
	padding: 0 0 24px 88px;
	width: 617px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #DFE2E4;
}

.commentlist li.pingback {
	margin: 24px 0 -12px;
	padding: 0 0 12px 88px;
	width: 617px;
	overflow: hidden;
	position: relative;
}

.comment-container {
	width: 100%;
	overflow: hidden;
}

.comment .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}

.comment .comment .avatar {
	top: 28px;
}

.comment-author a,
.comment-meta a {
	color: #77828b;
	text-decoration: none;
}

.comment-author a:hover,
.comment-meta a:hover {
	text-decoration: underline;
}

.comment-edit-link {
	color: #7b9a18 !important;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 11px;
}

.comment-body {
	margin: 15px 0 0;
	width: 100%;
	overflow: hidden;
	/*border-top: 1px solid #DFE2E4;*/
}

.comment-reply-link {
	font-size: 11px;
	line-height: 13px;
	text-transform: lowercase;
	margin: 21px 0 0;
	padding: 1px 0 0 0;
	clear: both;
	float: right;
	width: 75px;
	height: 15px;
	background: url(img/ico1.gif) no-repeat 100% 0px;
}

.comment .comment .comment .comment-reply-link {
	display: none;
}

.commentlist .children {
	list-style: none;
	margin: 24px 0 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
	padding-top: 24px;
	width: 529px;
	border-top: 1px solid #DFE2E4;
}

.commentlist .children .children li {
	border: none;
	margin: 0;
	width: 441px;
	border-top: 1px solid #DFE2E4;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	margin: 24px 0 0 88px;
	padding: 0 0 20px;
	width: 617px;
	overflow: hidden;
	position: relative;
}

.comment #respond {
	margin-left: 0;
}

.comment .comment #respond {
	margin-left: 0;
	width: 529px;
	
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

.comment-notes,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	margin: 7px 0 0;
	overflow: hidden;
}


#respond input,
#respond textarea {
	display: block;
	width: 611px;
}

.comment .comment #respond input,
.comment .comment #respond textarea {
	margin-left: 0;
	width: 523px;
}

#respond .form-allowed-tags {
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 0;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	width: 139px;
	height: 26px;
	overflow: hidden;
}
#respond .form-submit input {
	text-indent: -300px;
	cursor: pointer;
	width: 139px;
	height: 26px;
	overflow: hidden;
	background: url(img/f2.gif) no-repeat;
	border: 0;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area > ul {
	margin: 0;
	padding: 0;
}

.widget-area > ul > li {
	list-style: none;
	padding: 0;
	float: left;
	width: 260px;
	background: none;
}

#footer .widget-area ul,
#footer .widget-area li {	
	list-style: none;
	float: none;
	width: 100%;
	background: none;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}




/* =Footer
-------------------------------------------------------------- */

#footer {
	font-size: 11px;
	line-height: 13px;
	color: #707175;
	margin: 65px 0 0;
	padding: 0 0 4px;
	width: 1000px;
	overflow: hidden;
	border-bottom: 7px solid #dfe2e4;
}

#colophon {
	width: 1000px;
	overflow: hidden;
}

.footer-ls {
	margin: 0 0 0 5px;
	float: left;
}

.footer-rs {
	margin: 0 5px 0 0;
	float: right;
}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-about {
	margin: 25px 0 0;
	width: 260px;
	height: 267px;
	overflow: hidden;
	background: url(img/w1b.jpg) no-repeat;
}

.widget-about .h {
	font: 20px/22px HNLT,Arial,Helvetica,Garuda,sans-serif;
	color: #2f363c;
	margin: 0;
	padding: 10px 0 0 10px;
	height: 31px;
}

.widget-about .c1 {
	margin: 0 0 0 8px;
	width: 237px;
	height: 133px;
	overflow: hidden;
	border: 4px solid #eeefef;
}

.widget-about .c1 object,
.widget-about .c1 img {
	display: block;
	outline: 0;
}

.widget-about .c2 {
	font-size: 11px;
	margin: 11px 0 0 14px;
	padding: 0 0 0 105px;
	width: 140px;
	height: 68px;
	overflow: hidden;
	background: url(img/w1a.gif) no-repeat;
}

.widget-about .c2 ul {
	margin: 2px 0 0;
}

.widget-about .c2 li {
	list-style: none;
	padding: 0 0 2px;
	background: none;
}

.widget-authors {
	margin: 25px 0 0;
	padding: 0 0 21px;
	width: 260px;
	overflow: hidden;
	border: solid #dfe2e4;
	border-width: 6px 0;
}

.widget-authors .c1 {
	font-size: 11px;
	line-height: 16px;
	color: #77828b;
	padding: 0 0 0 10px;
	float: left;
}


.widget-title {
	font: 20px/22px HNLT,Arial,Helvetica,Garuda,sans-serif;
	color: #2f363c;
	margin: 15px 0 0 10px;
}

.widget-authors .widget-title {
	margin-left: 0;
}

.widget-authors .c1 p {
	margin: 11px 0 0;
}

.widget-authors .c1 .more a {
	padding: 0 22px 1px 0;
	display: inline-block;
	height: 16px;
	background: url(img/ico1.gif) no-repeat 100% 1px;
}

.widget-authors .c2 {
	margin: 41px 8px 0 0;
	float: right;
	width: 99px;
	height: 71px;
	overflow: hidden;
	position: relative;
	border: 5px solid #eeefef;
}

.widget-authors .c2 .slide,
.widget-authors .c2 img {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.widget-authors .c2 .slide {
	display: none;
}

.widget-authors .c2 .slide:first-child {
	display: block;
}

.widget_tag_cloud {
	margin: 25px 0 0;
	padding: 0 0 21px !important;
	width: 260px;
	overflow: hidden;
	border: solid #dfe2e4;
	border-width: 6px 0;
}

.widget_tag_cloud div {
	line-height: 1.6em;
	padding: 15px 10px 0;
}

.widget_tag_cloud a {
	text-decoration: none;
}

.widget_tag_cloud a:hover {
	text-decoration: underline;
}

.widget_archive {
	margin: 0 0 0;
	padding: 0 0 0 !important;
	width: 260px;
	overflow: hidden;
	/*background: url(img/w1b.jpg) no-repeat !important;*/
}

.widget_archive div {
	margin: 10px 0 0 10px;
	float: left;
	clear: both;
	border: 2px solid #dfe2e4;
}

.widget_archive div select {
	display: block;
	border: 0;
}

.widget_meta {
	margin: 25px 0 0;
	padding: 0 0 21px !important;
	width: 260px;
	overflow: hidden;
}

.widget_meta ul {
	margin: 10px 10px 0 10px;
}

.widget-newsletter,
.widget_search {	
	margin: 25px 0 0 0;
	width: 260px;
	overflow: hidden;
	border: solid #dfe2e4;
	border-width: 6px 0 0;
}

.widget_search {
	margin-top: 15px;
	border: none;
}

.widget-newsletter .i {
	margin: 11px 0 0 10px;
}

.widget-newsletter form,
.widget_search form {
	margin: 10px 0 0 10px;
	display: block;
	width: 240px;
	overflow: hidden;
}

.widget_search label {
	display: none;
}

.widget-newsletter .text,
.widget_search .text {
	float: left;
	width: 170px;
	min-height: 26px;
	background: url(img/f-input1.gif) no-repeat;
}

.widget-newsletter .text input,
.widget_search .text input {
	margin: 5px 8px 0;
	padding: 0;
	display: block;
	width: 154px;
	background: transparent;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.widget-newsletter .submit,
.widget_search .submit {
	float: right;
	width: 68px;
	height: 26px;
	overflow: hidden;
	background: url(img/f-btn1.gif) no-repeat;
}

.widget_search .submit {
	background: url(img/f-btn2.gif) no-repeat;
}

.widget-newsletter .submit button,
.widget_search .submit input {
	cursor: pointer;
	padding: 0;
	text-indent: -200px;
	display: block;
	width: 68px;
	height: 26px;
	background: transparent;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.widget-newsletter .input-error {
	color: #cd2c17;
	padding: 10px 0 0;
	clear: both;
	width: 240px;
}

.widget_links {
	margin: 20px 0 0;
	padding: 0 0 16px !important;
	width: 260px;
	overflow: hidden;
	border: solid #dfe2e4;
	border-width: 6px 0 6px;
}

.widget_links ul {
	margin: 15px 0 0 10px;
}

.widget_links li {
	list-style: none;
	padding: 0 0 5px 12px;
	width: auto;
	background: url(img/ico-square.gif) no-repeat 0 8px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
