/*
 Theme Name: Orange
 Theme URI: http://demo.tommek.eu/wordpress/?wptheme=Orange
 Description:Typography, two columns, FREE wordpress theme.
 Author: Tomasz Mazur
 Author URI: http://tommek.eu
 Template:
 Version: 1.0.1
 License: General Public License
 Tags: two-columns, holiday, threaded-comments, fixed-width, microformats, sticky-post, right-sidebar, orange
 */
/*
------ 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, tt, var, b, u, i, center, dl, dt, dd,   ul, ol, 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;
}
ul {
    list-style: none;
}
ol, ul{
	margin-bottom:0;
	margin-top:0;
}
blockquote, q {
    quotes: none;
}
blockquote:before,  q:before {
    content: " ";
}
blockquote:after, q:after{
	content: " ";
}
:focus { outline: thin dotted invert }

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/*
--------- /reset 
HTML  ----------
*/
p {
    margin: 1.5em 0;
}
h1, h2, h3, h4, h5, h6{
	font-variant:small-caps;
	font-weight:normal;
	letter-spacing:0.076em;
}
h1, h2 { 
    margin: 1.7144em 0 0.5715em 0; 
    font-size: 1.3125em; 
	line-height: 1.1429; 
}
h3 { 
    margin: 2em 0 0.6667em 0; 
	font-size: 1.125em; 
	line-height: 1.3333; 
}
h4 {
	margin: 2.25em 0 0.75em 0;
	font-size: 1em; 
}
h5, h6 { 
    margin: 2.5715em 0 0.8572em 0;
	font-size: 0.875em; 
	line-height: 1.7143; 
}
a {
	color:#1744BF;
    text-decoration: none;
}
a:hover {
    color:#0040FF;
}
code, pre {
	display: table;
	font:1em Consolas, Lucida Console, Monaco, monospace;/* 1em */
	margin:5px 0;
	padding:5px;
	border-left:5px #F2EAE0 solid;
}
sub, sup{
    font-size:0.76em;
}
dd{
	margin:0 0 0 1em
}
dd:before{
	content: "- ";
}
abbr{
	cursor:help;
}
blockquote, q {
    margin:1.5em;
	color:#4F3A22;
}
table{
	text-align:left;
	table-layout:fixed;
	width:100%;
	overflow:hidden;
	border-collapse:separate;
	border-spacing:1px;
	empty-cells:show;
	background:#000;
}
td, th{
	padding:3px 5px 4px 5px;
	empty-cells:show;
}
td{
	background:#F3CD7A;
}
th{
	background:#F3BF4F;
	margin:2px;
}
table caption{
	text-align:left;
	padding:4px;
	caption-side:bottom;
}
textarea, input, select {
    background:#F3BF4F;
    margin:0;
	padding: 2px 3px;
	border:1px solid #F3BF4F;
}
textarea {
    width: 80%;
	height:10em;
}
body {
    font:14px/1.5  "Palatino Linotype", Georgia, serif;
    color: #2F2213;
    background: #E6A418 url(images/hover.png) repeat-x;
	text-align:center;
}
.container_12 {
	text-align:left;
}
/*
----- /HTML ------
---------- COLOR ------------
*/ 
/* single */
.single{
	background:#EFB53B url(images/hover.png) repeat-x;
}
.single .post, #comments input, #comments textarea{
	background:#F7D691;
}
.single input, .single textarea, .single select{
	background:#F7CA6B;
	border:1px solid #F7CA6B;
}
.single .storytitle{
	background:#F7CA6B;
}
/* /single *//* category */
.category{
	background:#E6C018 url(images/hover.png) repeat-x;
}
.category .post{
	background:#F3DD7B;
}
.category .storytitle{
	background:#F3D550;
}
.category input, .category select{
	background:#F3DD7B;
	border:1px solid #F3DD7B;
}
/* /category  archive */
.archive{
	background:#CDCF19 url(images/hover.png) repeat-x;
}
.archive .post{
	background:#E6E777;
}
.archive .storytitle{
	background:#E5E74F;
}
.archive input, .archive select{
	background:#E5E74F;
	border:1px solid #E5E74F;
}
/* /archive *//* tag */
.tag{
	background:#FFA500 url(images/hover.png) repeat-x;
}
.tag .post, .tag input{
	background:#FFCE73;
}
.tag .storytitle{
	background:#FFBC40;
}
.tag input, .tag select{
	background:#FFCE73;
	border:1px solid #FFCE73;
}
/* /tag */

/*
------ header ----
*/  
#header li {
    margin: 0 4px 0 0;
    float: left;
} 
#header li a {
    padding: 5px 10px 10px 10px;
    float: left;
	font-size:18px;
	background:url(images/hover.png);	
} 
#header .current_page_item a:visited{
    color:#2F2213;
} 
#header h1 {
	margin-top:15px;
    font-size: 56px;
} 
#header strong {
    font-weight: normal;
	background:transparent url(images/strong.png) no-repeat bottom right;
    height:auto;
	padding:5px 10px 30px 10px;
	color:#fff;
} 
/*--- /header 
content */
.post, .vcard{
    margin:0 0 1px 0;
	float:left;
	background:#F3CD7A;
} 
.vcard{
	padding:10px 20px 20px 20px ;
	background:#FFCE73;
}
#comments .vcard{
	padding:0;
	background:none;
	float:none;
}
.storytitle {
    margin: 10px 0;
    padding: 0.5em 0.5em 1em 0.5em;
    font-size: 16px;
	background:#F3BF4F;
}
.post .grid_2 ul, #comments .grid_2 ul, #comments .grid_2 p {
	color: #57606E;
	padding:10px;
	text-align:right;
} 
.grid_2 h2{
	margin:0;
	font-size:16px;
	color: #57606E;
	padding:10px;
}
#comments .grid_2 ul, #comments .grid_2 p{
	margin:0 10px 0 0;
}
.sticky{
	background:#F3BF4F;
}
.sticky .storytitle{
	background:#F3BF4F url(images/hover.png);
}
/*-------- /content 
sidebar -----*/
.menu {
    padding: 10px 0;
	font-size:18px;
} 
.menu p{
	margin:0 3px;
}
html>body .menu p{
	margin:0 5px;
}
.menu input{
	margin:5px;
}
.menu h2, .menu h3 {
    padding:0;
    margin:10px 0 0 0;
	font-size:14px;
} 
.menu ul, .menu select{
    margin:10px;
}
.menu ul li ul{
	margin:0;
}
.menu a {
    display: block;
    width: auto;
    height: 100%;
    padding: 4px 10px;
} 
.menu a:hover {
    background:  url(images/hover.png);	
}
/*-------- comments ---*/ 
#comments{
	background:#F7D691;
	margin:0;
}
#respond {
	float:right;
    margin: 0 0 10px 0;
    background:#F7CA6B;
	padding:10px;
}
.comment {
    margin:0 0 5px 0;
    padding:10px;
    display: block;
	background:#F7CA6B;
}
#comments h3 {
    margin:10px;
}
#comments p {
    margin:10px 0;
}   
#respond small{
	font-size:0.76em;
} 
.depth-2, .depth-4, .depth-6{
	background:#F7D691;
}
.byuser{
	background:#EFB53B url(images/hover.png);
}
.avatar{
	float:right;
}
/*
 --------------------------- /comments ----------------------
 */
/*
 --------------------------- footer ------------------------
 */
.footer {
    width: auto;
    background: #000;
	color:#DFDFDF;
	clear:both;
}
.footer h3{
	margin:10px 2px
}
.footer a {
	color:#809FFF
}
.footer .grid_4 li{
	margin:2px;
	padding:5px;
	background:#1F1F1F;
	min-height:50px;
}
.footer p{
	margin:5px;
}
.footer .meta ul li{
	min-height:0px;
}
/*
------------------------------------ pagenavi --------------------------------------
*/ 
.wp-pagenavi {
    margin:5px 10px;
	padding:5px 0;
    width:940px;
	clear:both;
	display:block;
} 
.pages, .current, .page, .wp-pagenavi a{
	background:none!important;
	border:none!important
}
/*
 --------------------------- FLICKR  ------------------------
 */
.flickr{
    background:#F3CD7A;
	margin: 0 5px;
    padding:6px;
	float:left;
}
.flickr a{
	float:left;
	padding:6px;
	background:#F3BF4F;
	margin:2px;
}
html>body .flickr a{
	margin:6px;
}
.flickr a:hover{
	background:#E6A418;
}
.flickr h3{
	color: #57606E;
	text-align:right;
	font-size:18px;
	margin:0;
} 
/*
 ------------------------- GALLERY WORDPRESS ---------------------
*/
.alignright {
	float:right; 
	margin:0 0 1em 1em
}
.alignleft {
	float:left; 
	margin:0 1em 1em 0
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
dl.gallery-item {
	float: left;
	margin-top: 10px;
	width:auto;
}
.gallery img{
	border:none!important
}
.gallery-caption {
	float:right;
	text-align:left;
}
.wp-caption {
    margin:10px;
	border:1px #000 solid;
} 
.wp-caption p{
	margin:0;
	padding:10px 7px;
}
.wp-caption-text{
	padding:5px 5px 0 5px;
	font-size:0.875em;
}
.wp-caption img {
    margin: 5px;
    padding: 0;
} 
.wp-caption-dd {
    padding: 0 4px 5px;
    margin: 0;
}