/*
 Theme Name: Orange
 Theme URI: http://demo.tommek.eu/wordpress/?wptheme=Orange
 Description:Free themes by <a href="http://tommek.eu/">Tommek.eu</a>
 Author: Tomasz Mazur
 Author URI: http://tommek.eu
 Template:
 Version: 1.2.0
 License: General Public License
Tags: orange, two-columns, right-sidebar, fixed-width, microformats, sticky-post, holiday, threaded-comments, theme-options, custom-header
 */
/*HTML */
body {
    font:13px/1.5  Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #222222;
    background:#000000 url('') repeat fixed;
}
p {
    margin:0 0 1.5em 0;
}
h1, h2, h3, h4, h5, h6{
	letter-spacing:0.076em;
}
h1 {
    margin:0 0 0.5715em 0; 
    font-size: 1.3125em; 
	font-variant:small-caps;
	line-height: 100px; 
	font-weight: bold;
	letter-spacing:0.076em;
     color: #777;
}

h1 a:link {
color: #fff;
}

 h2 { 
    margin-top: 5px;
    font-weight: bold;
    font-size: 20px; 
 	line-height: 15px;
}
h3 { 
    margin: 2em 0 0.6667em 0; 
	font-size: 20px; 
        font-weight: bold;
	line-height: 1.3333; 
}
h4 {
	margin: 2.25em 0 0.75em 0;
	font-size: 15px; 
}
h5, h6 { 
    margin: 2.5715em 0 0.8572em 0;
	font-size: 20px; 
	line-height: 1.7143; 
}
a {
	color:#4169c0;
    text-decoration: none;
}
a:hover {
    color:#777;
}
code, pre {
	display: table;
	font:1em Consolas, Lucida Console, Monaco, monospace;/* 1em */
	margin:5px 0;
	padding:5px;
	border-left:5px #555555 solid;
}
sub, sup{
    font-size:0.76em;
}
dd{
	margin:0 0 0 1em
}
dd:before{
	content: "- ";
}
abbr{
	cursor:help;
}
blockquote, q {
    margin:1.5em;
        background: #eeeeee;
	color:#777777;
}
table{
	text-align:left;
	table-layout:fixed;
	width: 300px;
	overflow:hidden;
	border-collapse:separate;
	border-spacing:1px;
	empty-cells:show;
	background:#785aa2;
}
td, th{
	padding:3px 5px 4px 5px;
	empty-cells:show;
}
td{
	background:#ffffff;
}
th{
	background:#ffffff;
	margin:2px;
}
table caption{
	text-align:left;
	padding:4px;
	caption-side:bottom;
}
textarea, input, select {
    background:#000000;
  color: #785aa2;
    margin:0;
	padding: 2px 3px;
	border:1px dotted #785aa2;
}
textarea {
    width: 80%;
	height:10em;
}
/*
------ header ----
*/ 

#header {
background: transparent url('') repeat-y;
height: 156px;
width: 560px;
margin-left: 94px;
margin-top: 0px;
}

#headerimga {
background: transparent;
position:absolute;
}

#butterfly {
background: transparent url('') repeat-y;
position:absolute;
}

#header h1, #header h2 {
	margin-top:15px;
	margin-bottom:15px;
    font-size: 56px;
    color: #fff;
    display: none;
} 

#header h1 a:link {
color: #fff;
}

.vcard {
	background:#000;
	color:#361450;
        border: 0px dotted #785aa2;
        font-weight: bold;
        text-decoration: none;
}
.vcard li{
	padding:10px;
        border: 1px dotted #785aa2;
        font-weight: none;
        text-decoration: none;
}
.soc{
	margin:10px 0;
}
.soc li{
	display:inline
}
.vcard a{
	color:#361450
        font-weight: none;
        text-decoration: none;
}
.photo{
	float:right;
}
#nav {
	background:#000;
        color: #785aa2;
        border-bottom: 1px dotted #785aa2;
 padding-top: 5px;
    padding-bottom: 5px;
}
html>body #nav {
	background: transparent url('http://i605.photobucket.com/albums/tt133/papillonabi/web/bgrose3.jpg') left repeat;
border-bottom: 1px dotted #785aa2;
}
.rss{
	float:right;
	margin:8px 0 0 20px;
	padding:0!important
}
.rss img{
	padding:0
}
#nav form p{
	margin:5px 0;
	float:right;
        color: #785aa2;
} 
#nav form input{
	background:#000000;
	margin:3px 5px;
	padding:3px 5px
        color: #785aa2;
} 

#s{
	background:#000000;
	padding:3px
        color: #785aa2;


} 
#nav  .current_page_item a:visited{
    color:#777;
	background:#000000;
}
#nav ul{
	float:left;
}
#nav li {
	float:left;
	margin: 5px;
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	background:#000000;
        border: 1px dotted #785aa2;
}
#nav li ul li{
	margin:0;
	background:#000000;
	width:200px;
}
#nav .current_page_item a{
	background:#fff;
}
#nav a{
	display:block;
	white-space:nowrap;
	padding:5px 8px 8px 8px;
}
#nav ul{
	margin:0;
	padding:0;
	float:left;
}
#nav ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}
#nav ul ul ul{
	top:0;
	left:100%;
}
div#nav li:hover{
	cursor:pointer;
	z-index:100;
}
div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div#nav li li li li:hover ul ul
{display:none; }

div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */  
/*-content */
.post, .page{
      margin:0 0 10px 0;
	float:left;
	background:#ffffff;
	width: 555px;
      border: 1px dotted #785aa2;
} 
.post .wp-post-image, .page .wp-post-image{
	float:left;
	margin:0 5px 0 0
}
.title {
    padding: 0.5em 0.5em 1em 0.5em;
    font-size: 17px;
     line-height: 17px;
    font-weight: bold;
	background:#ffffff;
	float:left;
	width:auto;

}
.title strong, .title li{
	font-size:0.76em;
	font-weight:500;
}
.entry{
	padding:10px;
	float:left;
}
.entry a:link {
   color: #4169c0;

}

#bigltr {
font-size: 40px;
font-style: strong;
}


.sticky{
	background:#666666;
}
.sticky .title{
	background:#ffffff;
}
.wp-pagenavi {
    margin:5px 0 5px 0;
	padding:10px 10px;	
	float:left;
	width:960px;
       font-size: 15px;
      margin-left: 100px;
} 
.wp-pagenavi a {
	margin:0 10px;
}
.wp-pagenavi .current{
	text-decoration:underline;
	margin:0 10px;
}
.wp-pagenavi .page{
	background:none;
	float:none;
}
.wp-pagenavi .pages{
	background:#000;
	color:#fff;
	padding:10px;
	margin-right: 10px;
}
/*-------- /content 
sidebar -----*/
.menu {
     background: #000;
    color: #fff;
      text-align: center;
    margin-left: 33px;
      padding-left: 5px;
       padding-right: 5px;
	font-size:12px;
	float:left;
	width:300px;
        border: 0px dotted #785aa2;
      line-height: 17px;
} 


.menu a:hover {
    background: transparent;	
}
/*-------- comments ---*/ 
#comments{
     width: 555px;
    margin:0 0 10px 0;
	background:#ffffff;
	float:left;
       border: 1px dotted #785aa2;
}
#comments .vcard{
	color: #000000;
}
#comments .vcard a{
	color: #000000;
	text-decoration:underline;
}
#comments h3 {
	color: #000000;
    margin: 10px 0;
} 
#comments label, #comments small{
	font-size:0.88em;
}
#comments li{
    margin: 10px 0;
    padding: 10px;
    display: block;
} 
#respond, .trackbackcomm{
	background:#785aa2;
	color:#222;
	padding:10px
}
#respond a, .trackbackcomm a{
	color:#fff;
}
.trackbackcomm{
	display:block;
}
.trackbackcomm ul li{
	margin:0!important;
	padding:5px 0!important;
}
#respond input, #respond textarea{
	background:#ffffff;
} 
#respond label, #respond small{
	font:0.71em Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
}
#respond small{
	font-size:0.79em;
}
#comments .vcard{
	width:auto;
	background:none
} 
#submit{
	background:#785aa2;
        color: #ffffff;
}
.even{
	background:#FFf!important;
}
.byuser, .bypostauthor{
	background:#Fff url(images/hover.png)!important;
         font-weight: bold;	
}
#comments .children li{
	border:0px dotted #785aa2;
}
/*--- footer -*/

#foooota {
background: #000;
}

#footer {
    width: auto;
    background: #000 url('http://i605.photobucket.com/albums/tt133/papillonabi/web/bgrose3.jpg') left repeat;
	color:#fff;
	clear:both;
        border-top: 1px dotted #785aa2;
}
#footer h3{
         background: #000;
	margin:10px 0;
	display:block;
	font-size:1.4em
        border: 1px dotted #785aa2;
}
#footer h3 em{
	color:#4169c0;
}
#footer a {
	color:#4169c0;

.menubtm{
	clear:both;
	text-align:center;
	color:#BFBFBF;
    padding:20px 0 10px 0;
}
.menubtm li {
	display:inline;
	border:none;
} 

}
#footer .grid_4 li{
	margin:2px;
	padding:5px;
	background:#000;
	min-height:50px;
}
#footer p{
	margin:5px;
}
#footer .meta ul li{
        background:#000;
	min-height:0px;
}
#flickr{
	float:left;
	width:100%;
}
.flickr_badge_image{
	float:left;
	margin:0 11px 0 0;
}
html>body.flickr_badge_image{
	margin:0 13px 0 0;
}
.flickr_badge_image a img{
	float:left;
}
.twitterbar{
	float:left;
	padding:10px 0;
}
#twitter_div ul{
	float:left;
	width:593px;
	margin:0 0 10px 0;
}
#twitter_div ul li{
	margin:10px 0;
	padding:5px;
	background:#1F1F1F;
}
#twitter_div ul li a:after{
	content:" * "
}
.menubtm{
   background: #;
	clear:both;
	text-align:center;
	color:#fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.menubtm li {
   background: #000;
	display:inline;
	border:none;
        border: 1px dotted #785aa2;
       padding: 5px;
} 
/*
 ------------------------- GALLERY WORDPRESS ---------------------
*/
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;
}
.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
}
#calendar_wrap{
	width:70%
}
