/*
Theme Name: Frog Log
Description: A clear and simple green, orange, white theme, easy to customize.
Author: Marcin Teodorczyk
Author URI: http://teodorczyk.info
Tags: white, green, orange, two-columns
Version: 0.9.9
*/



/* global
    d48404
    d48404

*/

body {
    margin:         50px 0 0px 40px;
	background:     #fff;
	font-size:      9pt;
	line-height:    1.5;
	color:          #444;
	font-family:    Verdana, Helvetica, sans-serif;
	height:         100%;
	min-height:     100%;
}
blockquote {
    margin:         20px 0 20px 20px;
    padding:        0;
	padding-left:   20px;
	font-size:      9pt;
    font-style:     italic;
    color:          #777;
	border-left:   1px dashed #d48404;
}
blockquote p {
	padding: 0px;
	margin: 0px;
}
pre {
    font-family:'Courier New', Courier, Monospace, Fixed;
	line-height: normal;
    overflow: auto;
	padding:10px 0 10px 0 !important;
	margin: 0px;
	white-space: normal;

}
cite {
	font-style:     italic;
    color:          #777;
}
img {padding: 0; margin: 0; border: 0;}
a {text-decoration: none; color: #000;}
a:hover {color: #d48404;}
h1, h2, h3 {font-size: 100%;}
h2, h3, h4, h5, h6 {color: #888;}
dl, dd, dt {margin: 0px;}

.clear {
	clear:both;
	height:1px;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
#wrapper {
	width: 99%;
	text-align:left;
}

/* header */

#hd {
    height:         60px;
	margin-bottom:  0;
}

div#hd div#hline {
    height:         1px;
    width:          90%;
    border-bottom:  1px solid #ddd;
    position:       absolute;
    top:            65px;
    right:          0;
    z-index:        -1;
}

#sitemeta {
    position:       absolute;
    right:          12px;
    top:            0;
	font-size:      8pt;
    width:          20em;
    text-align:     right;


}

#sitemeta ul{list-style: none;}
#sitemeta a {color: #aaa;}
#sitemeta a:hover {color: #000;}

#blogtitle h1 {display: inline;}
#blogtitle h1 a {
	color:          #d48404;        /* orange */
	font-size:      13pt;
	vertical-align: bottom;
    background:     #fff;
    padding:        0 1em;
    margin-left:    -1em;
}
#blogdescription {
	color:          #666;
	font-size:      9pt;
}
#menu {
	margin-top:     1em;
	display:        inline;
}
#menu ul {
	list-style:     none outside;
	margin:         0px;
	padding:        0px;
}
#menu ul li {
	float:          left;
}
#menu ul li a {
	font-size:      10pt;
	padding-left:   1em;
	margin-left:    1em;
	color:          #999;
}
#menu ul li a:hover {
	color:          #d48404;     /* orange */
}

/* sidebar */

#sidebar {
    font-size:      8pt;
	width:          310px;
    background:     #fff;
	position:       absolute;
    top:            66px;
    right:          0;
    padding:        0 0 2em 1em;
	color:          #ccc;
    text-align:     left;
    border-left:    1px solid #ddd;
}
#sidebar ul {
	list-style:     none outside;
	margin:         0px;
	padding:        0px;
}
#sidebar ul li {display: inline;}
#sidebar ul li ul {
	list-style:     none outside;
	margin-top:     0.4em;
	margin-bottom:  1em;
	margin-left:    2em;
}
li.vategories ul {
	list-style:     none outside;
	margin-top:     1em;
	margin-bottom:  1em;
}
#sidebar ul li ul li {
	margin-top:     0.4em;
	display:        block;
	color:          #000;
}
#sidebar a {
	color:          #d48404;
	text-decoration: underline;
}
#sidebar a:hover {
	color:          #000;
}
#sidebar h2 {
    color:          #d48404;
	font-size:      8pt;
	font-weight:    bold;
	display:        inline;
}
#sidebar input {border: 1px solid #ddd;}
input#searchsubmit {
    background:     #fff;
    color:          #bbb;
}

#shopbanner img {
    border: 0;
    padding-bottom: 10px;
}

#share-buttons table {
    width: 100%;
    margin-top: 10px;
}

#share-buttons table td {
    text-align: center;
}

/* content */

#content, .searchresults, .page, .categories, .archives, .linkspage {
	padding:    0 330px 0 0;
	margin:     0 0 0 20px;
	//float:      left;
	text-align: left;
}
#content a {
	color: #000;
	text-decoration: underline;
}
#content img {
	padding: 5px;
}

#content a:hover {
	color: #d48404;     /* orange */
}
#content h1, .post-wrap h1, h2.post-title {
	display: inline;
	font-size: 18px;
	text-decoration: none;
	color: #d48404;     /* orange */
}
#content h1 a, .post-wrap h1 a, h2.post-title a {
	color: #444;
	text-decoration: none;
	color: #d48404;     /* orange */
}

#content h2 {
	display: inline;
	text-decoration: none;
}
#content h2 a {
	color: #444;
	font-size: 14pt;
}

#content table, #content table tr, #content table tr td, #content table thead th {
    border:     none;
    margin:     1em 0;
    padding:    0;
    font-weight: normal;
    padding-right: 1em;
}

.post-content {
	clear:      both;
	padding:    10px 0;
	margin:     0;
}
#content ul, #content ol {
    list-style-position: inside;
    margin:     1em 0 1em 1em;
    padding:    0;
}
.post {clear: both;}
.post-date {
	width:      50px;
	height:     50px;
	float:      left;
}
.post-month {
	font-size:  8pt;
	color:      #fff;
	text-align: center;
	display:    block;
	padding:    2px;
	background: #d48404;        /* green */
	text-transform: uppercase;
}
.post-day {
	font-size:      8pt;
	color:          #555;
	text-align:     center;
	display:        block;
	background:     #fff;
	border-bottom:  1px solid #d48404;
	border-right:   1px solid #d48404;
	border-left:    1px solid #d48404;
	padding:        2px;
	line-height:    8pt;
	text-transform: uppercase;
}
.post-meta {
    font-size:      8pt;
    color:          #505050;
    margin-top:     10px;
}
.post-meta p {margin: 0; margin-top:     10px;}
.post-wrap {
	margin-left:    70px;
	padding-bottom: 1em;
	margin-bottom:  2em;
	/* min-width:      750px; */
}

/* comments */

#commentwrap h3 {
    font-size:  9pt;
    color:      #666;
}
#commentwrap ol li {
    margin:     0em 0;
    list-style-type: none;
}
#commentwrap input, #commentwrap textarea {
    border:     1px solid #999;
    padding:    0.2em 0.4em;
}
#commentwrap .url {
    font-weight:    normal;
}
#commentwrap {margin-left: 70px;}
#respond {padding-top: 1em;}
.comment-meta {font-size: 8pt; margin: 0;}
#commentwrap ol {
    list-style-type: none;
    margin: 0; padding: 0;
}
#commentwrap input#submit {
    color:      #505050;
    border:     1px solid #999;
    background: #fff;
}
.searchresults ul, .categories ul, .archives ul, .linkspage ul, .archives ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

.comment-author img {
	float: left;
	margin-right: 20px;
}

.comment-date {
	padding-left: 20px;
	font-style: italic;
}

.clear {
	clear: both;
}

.children {
	margin-left: 36px !important;
}

/* nav */
.nav {margin-left: 70px;}
.previous, .next {display: inline;}
.previous {padding-right: 1em;}
.next {padding-left: 1em;}

/* footer */
#footnote {
    font-size:  8pt;
    color:      #aaa;
    text-align: left;
    margin:     4em 10px 0 0;
}
#footnote a {color: #999;}
#footnote a:hover {color: #000;}
#footnote ul {list-style-type: none;}

/* wordpress */
.imgl {
border:0;
float:left;
margin:0;
padding:0;
}
.imgr {
border:0;
float:right;
margin:0;
padding:0;
}
.wp-caption {
font-size: 8pt;
margin-top: 1em;
}
.wp-caption p {
margin: 0.2em 0 0 0;
}

#installcount {
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
}

#share-buttons {
    float: right;
}
.buttons {
	display: inline;
}

.buttons iframe {
	margin-top: 10px;
}

.buzz-button-2, .buzz-button-2-ltr {
	font-family: verdana !important;
}
.vk table, .vk table tr, .vk table td { padding: 0 !important; }

.buzz {
	height: 54px !important;
}

#main { height: 100%; min-height: 100%; }

#foot_wrapper {
	position: relative;
	width: 400px;
	bottom: 10px;
	margin-top: 30px;
}

#searchform {
    position:   relative;
    left:       -23px;
    top:        -4px;
}
