/*  
Theme Name: Green Explosion
Description: Theme made exclusively for Lautner Fan.
Theme URI: http://lautnerfan.net
Version: 5
Copyright: Anna @ www.lunazul-graphics.com
*/


* {
padding: 0px;
margin: 0px;
}

body {
margin: 0px;
text-align:center;
background: #aaaaaa url('images/bg-main.jpg') repeat-x;
} 

body, div, table {
color: #444444;
font: normal 11px Verdana;
vertical-align: top;
line-height:15px;
}

p {
margin-top: 0;
padding-top: 0;
margin-bottom:1.5em;
}

#container {
	margin: 0px auto;
	text-align: justify;
	width: 900px;
}

#content {
	top: 10px;
	width: 553px;
	float: left;
	margin-left: 15px;
	padding:0px;
} 
#sidebar { 
	width: 260px; 
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	padding: 3px;
	padding-bottom: 5px;
}

#footer {
	height: 10px;
	clear: both;
}

.content {
background: url('images/content-header.jpg') top left no-repeat;
width: 553px;
}

.news {
background: url('images/news-header.jpg') top left no-repeat;
width: 553px;
}

.date {
float: left;
display: inline;
padding-top:23px;
padding-left:33px;
width: 50px;
color: #b0de4c;
text-align: center;
font: normal 13px 'Trebuchet MS'; 
text-transform: uppercase;
text-shadow: #333 1px 1px 1px;
line-height:10px;
}

.header {
float: left;
width: 430px;
padding-top: 20px;
padding-left: 20px;
}

.news .title {
font: bold 15px 'Trebuchet MS'; 
text-transform: uppercase;
color: #FFF;
text-align: center;
text-shadow: #333 1px 1px 1px;
}

.content .title {
font: bold 15px 'Trebuchet MS'; 
text-transform: uppercase;
color: #FFF;
text-align: center;
text-shadow: #333 1px 1px 1px;
padding-top:20px;
padding-bottom:20px;
}

.meta {
color:#333;
font: normal 10px 'Trebuchet MS'; 
padding-top: 8px;
text-align: center;
}

.post-body {
width: auto;
vertical-align: top;
text-align: justify;
padding:20px;
}


h1 {
color: #eee;
background: #666;
font: normal 14px 'Trebuchet MS'; 
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 5px;
margin-top: 10px;
margin-bottom: 5px;
-moz-border-radius:  8px; 
-webkit-border-radius: 8px; 
border-radius: 8px;
text-shadow: #333 1px 1px 1px;
}


h2 {
border-bottom: solid 2px #b0de4c;
font: bold 12px 'Trebuchet MS'; 
text-transform: none;
color: #FFF;
text-align: left;
padding: 2px;
padding-left:15px;
margin-top:20px;
margin-bottom:5px;
text-shadow: #333 1px 1px 1px;
}

 
a {cursor: default; text-transform: none; font-weight: bold; text-decoration:none; text-shadow: #333 1px 1px 1px;}  
a:link, a:visited {color:#d3e47d;}
a:hover{ color:#FFF; text-decoration:none; }
a:active { color:#d3e47d;}


blockquote {
	font: normal 11px Tahoma;
	background: url('images/bgimg.jpg');
	text-align: justify;
	color: #FFF;
	padding: 15px;
	margin: 25px;
        -moz-border-radius:  6px; 
        -webkit-border-radius: 6px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000; 

}


textarea, input, select, button, submit {
	border: 0px;
	color: #FFF;
	background: url('images/bgimg.jpg');
	font: normal 11px Tahoma;
	padding:5px;
        -moz-border-radius:  6px; 
        -webkit-border-radius: 6px; 
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

a img{
	background: url('images/bgimg.jpg');
	padding: 4px;
        -moz-border-radius:  6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
	filter:alpha(opacity=100);
        opacity:1;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
} 

a:hover img {
	background: url('images/bgimg.jpg');
	padding: 4px;
        -moz-border-radius:  6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
	filter:alpha(opacity=70);
        opacity:0.7;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;

}

a img#link  {
        margin: 0px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
}
a:hover img#link {
        margin: 0px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
}

b { color: #FFF; text-shadow: #333 1px 1px 1px;}

i { color: #c7e875; text-shadow: #333 1px 1px 1px;}

u { color: #000; text-shadow: #333 1px 1px 1px;}

s { color: #000; font-style: italic; text-shadow: #666 1px 1px 1px;}


UL {PADDING-LEFT: 30px; PADDING-TOP: 15px; PADDING-BOTTOM: 15px; LIST-STYLE:square;}

.clearing {
clear:both;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border-bottom: none;
 background: #ccc;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #fff; }

ul.tabbernav li a:hover {
 color: #999;
 background: #eee;
}

ul.tabbernav li.tabberactive a {
 color: #c7e875;
 background-color: #ccc;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #999;
 background: #eee;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
