/*   
Theme Name: Frog Log
Description: A clear and simple green, orange, white theme, easy to customize.
Author: Marcin Teodorczyk
Author URI: http://marcin.teodorczyk.info
Tags: white, green, orange, two-columns
Version: 0.9.6
*/

/*
 * Copyright (C) 2009 Marcin Teodorczyk <marcin@teodorczyk.info>
 *
 * This file is part of Frog Log WordPress Theme.
 * 
 * Frog Log is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * Frog Log is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
 * 
 */

/* global */

body {
   
	background:     #fff;
	font-size:     10pt;
	

	color:          #444;
	font-family:    'Tahoma', Arial, Helvetica, sans-serif;
     direction: rtl;
/* border: 22px  solid #ff0000; */
}

blockquote {
    margin:         1em 0 1em 1em;
    padding:        0;
	font-size:      9pt;
    font-style:     italic;
    color:          #777;
}
blockquote p {
	padding: 0px;
	margin: 0px;
}
pre {
    font-family:'Courier New', Courier, Monospace, Fixed;
	line-height: normal;
    overflow: auto;
	padding-bottom: 2em;
	margin: 0px;
	background-image:url('images/bg_pre_dots.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}
cite {
	font-style:     italic;
    color:          #777;
}
img {padding: 0; margin: 0;}
a {text-decoration: none; color: #9A1B1B;}
a:hover {color: #fd8008;}
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: 770px;   
margin: 0 auto;
}

/* header */

#hd {
    padding:        0 0 0 0;
	margin-bottom:  0;
    border-bottom:  8px solid #EFEFEF;
}

div#hline {
    height:         1px;
    width:          100%;
   
   
}

#sitemeta {
    
	font-size:      8pt;
    width:          20em;
    text-align:     right;


}

#sitemeta ul{list-style: none;}
#sitemeta a {color: #7F7F7F;}
#sitemeta a:hover {color: #000;}


#aboutme {
background:#EDEDED;

color:#333;

border:1px solid #D4D4D4;

margin:    15px 0;

padding:5px;

}




#blogtitle {
 text-align:     right;

}



#blogtitle h1 a {
	color:          #fd8008;        /* orange */
	font-size:      13pt;
	vertical-align: bottom;
    background:     #fff;
    padding:        0 1em;
    margin-left:    -1em;
}
#blogdescription {
margin:     0 1em 0 0;
	color:          #7F7F7F;
	font-size:      9pt;
}
#menu1{
float:  right;
width:     40%;
}
#menu {
float:  left;
width:     50%;
text-align:     centre;
margin:         15px 0;
padding:        0 0 0 30px;
}
#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:          #fd8008;     /* orange */
}

/* sidebar */

#sidebar {	
    font-size:      9pt;
	width:      200px;
    background:     #fff;
	border-left:    0px solid #EFEFEF;
float:      right;
    padding:        0 1em 0 1em;
	color:          #BFBFBF;
    text-align:     right;
    margin:  0 0 0 25px;
}
#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;
}
li.vategories ul {
	list-style:     none outside;
	margin-top:     1em;
	margin-bottom:  1em;
}
#sidebar ul li ul li {
	margin-top:     0.4em;
	display:        block;
}
#sidebar a {
	color:          #717171;
}
#sidebar a:hover {
	color:          #FF7700;
}
#sidebar h2 {
    color:          #4D4D4D;
	font-size:      10pt;
	font-weight:    bold;
	display:        inline;

}
#sidebar input {border: 1px solid #ddd;}
input#searchsubmit {
    background:     #fff;
    color:          #bbb;
margin-bottom:  1em;
}


/* content */

#content, .searchresults, .page, .categories, .archives, .linkspage {
	padding:    0 5px 0 0;
	margin:     30px 0 0 0;
	float:      right;
	width:      65%;
	text-align: right;

}

#content h1, .post-wrap h1, h2.post-title {
	display: inline;
	font-size: 10pt;
	text-decoration: none;
	color: #fd6008;     /* orange */
}
#content h1 a, .post-wrap h1 a, h2.post-title a {

	text-decoration: none;
	color: #006591;     /* orange */
}

#content h2 {
	display: inline;
	text-decoration: none;
}
#content h2 a {
	color: #444;
	font-size: 14pt;
}
#content img {
    border:     1px solid #999;
    margin:     1em 0;
}
#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: #BFBFBF;        /* green */
	text-transform: uppercase;
}
.post-day {
	font-size:      8pt;
	color:          #555;
	text-align:     center;
	display:        block;
	background:     #fff;
	border-bottom:  1px solid #BFBFBF;
	border-right:   1px solid #BFBFBF;
	border-left:    1px solid #BFBFBF;
	padding:        2px;
	line-height:    8pt;
	text-transform: uppercase;
}
.post-meta {

 background:     #EFEFEF;
border-bottom:    3px solid #BFBFBF;
    font-size:      8pt;
    color:          #7F7F7F;
padding:        2px;
}
.post-meta a {
    color:          #4D4D4D;

}
.post-meta a:hover {
    color:          #fd8008;

}
.post-meta p {margin: 0;}
.post-wrap {
	margin-left:    70px;
	padding-bottom: 1em;
	margin-bottom:  2em;
}
/*qqqqqqqqqqqqqqqq*/
.qstory-content {
 padding:     0.5em  0.5em 0  0.5em ;
border-left:    1px solid #D6D6D6;
border-right:    1px solid #D6D6D6;
border-top:    1px solid #D6D6D6;
border-bottom:    3px solid #D6D6D6;
 background: #E5E5E5;
}
.qstory-content a{
 color:          #4D4D4D;
}
.qstory-content a:hover {
    text-decoration: underline;
 color:          #000;
}
.qpost-meta {

 background:     #EFEFEF;
border-bottom:   0px solid #BFBFBF;
    font-size:      8pt;
    color:          #7F7F7F;
padding:        2px;
}

.qpost-meta a {
    color:          #4D4D4D;

}
.qpost-meta a:hover {
    color:          #fd8008;

}



/* comments */

#commentwrap h3 {
    font-size:  9pt;
    color:      #666;
}
#commentwrap ol li {
    padding:     1em ;
 border:     1px solid #BFBFBF;
}

#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;
}

/* 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: right;
    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;
}

.replyviwe {
margin : 15px;
padding : 10px;
clear : both;
border : 1px solid #C2D6EC;
 background: #DCE5EF;

}





.codeview {
margin : 15px 35px 15px 15px;
padding : 10px;
clear : both;
border : 1px solid #BFBFBF;
 background: #F1F1F1;
text-align: left;
}

 
