/*  
Theme Name: Linoluna
Theme URI: http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/
Description: <a href="http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/">;Liloluna</a> magazine-style theme for Wordpress. Slideshow of featured articles, tabbed navigation, neat icons, and multiple easy-configurable widgetized sidebars.
Version: 1.1
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial;
	background: url(images/bg.jpg) repeat-x;
	color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
        color: #333333;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.1em Arial, Fixed;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	width:200px;
	padding: 10px 10px 0 10px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #ccff99;
	float:right;
	font:1.0em Georgia;
	line-height:1.5em;
	margin:10px 0px 10px 10px;
	}

select {
	width: 130px;
	}	



/* Structure */


#page {
	width:890px;
	margin:0px auto;
	padding:0px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Header*/
.nav {
	margin-top:5px;
	font-size:0.7em;
	}

.nav-bar {
	height:15px;
	margin:10px 0px;
	background:#eee;
	font-size:0.7em;
	padding:3px 10px 1px 0px;
	}

.nav-bar span {
	float:right;
	}

.nav-bar span a {
	color: #333;
	}

/* Text*/

h1 {
	font:3.0em Arial;
	font-weight:bold;
	}

h2 {
	font:2.3em Arial;
	padding-bottom:5px;
	padding-right:10px;
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#1A1A1A;
	}

h4 {
	font:1.0em Arial;
	}

h3#respond {
	border-top:1px dotted #ccc;
	margin-top:25px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

/* Content*/

#logo {
	width:350px;
	height:78px;
	margin-top:50px;
	margin-bottom:7px;
	}

#logo .webtitle {
	border-bottom:1px solid #bbb;
	letter-spacing:-0.05em;
	line-height:1.0em;
	}

#logo .description {
	font-size:0.7em;
	color:#bbb;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	float:right;
	}

#content {
	width:600px;
	border:0px solid #ccc;
	float:left;
	font-size:0.7em;
	}

#aside {     
	padding:0px;
	}

#aside .clearfloat {
	margin:10px 0px 10px 0px;
	border-bottom:0px dotted #ccc;
        background-image: url(images/bg-posts-horz.png);
        height: 175px;
	}
 
#aside-1 {
	width:180px;
        height: 225px;
	float:left;
	padding:5px;
        background:url(images/bg_article_mini.png);
        color: #FFFFFF;
	}
	
#aside-2 {
	width:180px;
        height: 225px;
        float:left;
	padding:5px;
        background:url(images/bg_article_mini.png);
        color: #FFFFFF;
        margin-left: 10px;
        margin-right: 10px;     
	}

#aside-3 {
	width:180px;
        height: 225px;
	float:left;
	padding:5px;
        background:url(images/bg_article_mini.png);
        color: #FFFFFF;
	}
 
#aside-1 img, #aside-2 img, #aside-3 img {
	border:1px solid #ccc;
	float:left;
	margin:4px 8px 2px 0px;
	}

#aside img, #archive img {
	border:1px solid #ccc;
	float:left;
	margin:5px 10px 0px 8px;
	}

#aside p {
	margin-top:4px;
	}

#aside-1 p, #aside-2 p, #aside-3 p, #archive p {
	margin-top:0px;
	}

.title
	{
	font:1.5em Arial;
	line-height:1.0em;
	font-weight:bold;
	}

.title-minis, .title-minis a
        {
	font:Arial;
        font-size: 12px;
	line-height:1.0em;
	font-weight:bold;
        color: #FFF;
        height:18px;
        display: block;
	}


.author, .author a {
	font:0.9em Arial;
	color:#777;
	text-transform:uppercase;
	}

.meta, .meta a {
	font-size:0.9em;
	}

.meta-minis, .meta-minis a {
	font-size:0.9em;
        color: #FFF;
	}

#aside h3 a, #aside-1 h3 a, #aside-2 h3 a, #aside-3 h3 a {
	font:10px Arial;
        color: #FFF;
	}

.post, #archive {
	padding:10px;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:0px dotted #ccc;
	margin:0px 0px;
	}

.post .title {
	font-size:2.3em;
	margin:3px 5px 3px 5px;
	}

.post ul, .post ol {
	margin-bottom:15px;
	}

.post ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post .ads {
	margin-top:10px;
	}

.post img.alignleft {float:left;margin:0 10px 1px 0;}
.post img.alignright {float:right;margin:1px 0px 10px 0;}
.post img.wp-smiley {border:none; padding:0px; background:none; display: inline}


#top_banner {
	margin:5px 0px 15px 0px;
	}

#stats {
	float:right;
	border:1px solid #ccc;
	margin:0px 0px 10px 10px;
	padding:4px;
	text-transform:uppercase;
	font:0.8em Arial;
	}

#stats span {
	border-bottom:1px dotted #ccc;
	padding: 8px 4px 8px 4px;
	}

#stats span a {
	color:#333;
	}

#archive .clearfloat {
	margin:0px 0px 20px 0px;
	background: url(images/bg-archive-cat.png) repeat-x;
        height: 166px;
        width: 580px;
	}

#archive h3{
	padding: 5px;
}

#writer img  {
	margin:0px 10px 15px 0px;
	border: 1px solid #ccc;
	float:left;
	}

/* Sidebar*/
#sidebar {
	width:280px;
	float:right;
	font-size:0.7em;
	margin:0px;
	}

#sidebar li {
	list-style:none;
	}

#sidebar h3 {
	font:14px Arial;
	font-weight:bold;
	color:#333;
	padding:0px 0px 2px 0px;
	margin-top:10px;
	border-bottom:1px dotted #ccc;	
	}

#sidebar-top, #sidebar-middle {
	width:280px;
	float:right;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border:0px solid #ccc;
	}

#sidebar-bottom {
	width:280px;
	float:right;
	margin:0px 0px 10px 0px;
	}

#sidebar-tabs {
	width:280px;
        height: 311px;
	border:0px solid #ccc;
	float:right;
	padding:0px;
	margin-bottom:10px;
      	background: url(images/bg_most-sidebar.jpg);	
	}

#sidebar-left {
	width:115px;
	border:0px solid #ccc;
	padding:0px 10px 10px 10px;
	float:left;
	}

#sidebar-right {
	width:115px;
	border:0px solid #ccc;
	padding:0px 10px 10px 10px;
	float:right;
	}

#sidebar-ads {
	width:280px;
	float:right;
	margin:0px;
	padding:0px;
	border:0px solid #ccc;
	}

/* Form Elements */

select {
	background:#bbb;
	border:1px dotted #ccc;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	border:1px solid #ccc;
	background:#fff;
	font-size:1.0em;
	}

#search .button {
	padding: 1px;
	border:1px solid #ccc;
	background:#fff;
	font-size:0.7em;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

#comments {
	padding:0 10px 10px 10px;
	}

.commentlist li {
	margin: 5px 0 3px;
	padding: 0px 15px 8px 15px;
	list-style: none;
	background:#f2f2f2;
	border-top: 1px dotted #ccc;
	}

.commentlist_author li {
	margin: 5px 0 3px;
	padding: 0px 15px 8px 15px;
	list-style: none;
	background:#ccff99;
	border-top: 1px dotted #ccc;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentlist cite, .commentlist_author cite {
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	


/* sidebar-tabs */


#sidebar-tabs ul.tabs {
	display: block;
	padding: 0;
	margin-left: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	z-index: 5500;
/*\*/	vertical-align: middle;/*\*/
	font-family: Arial, Helvetica, sans-serif;
	}
		
#sidebar-tabs ul.tabs li {
	margin: 0;
	display: block;
	float: left;
	background-color: #A51135;
	border: 1px solid #EDEDED;
	border-width: 1px 1px 1px 0;
	white-space: nowrap;
	padding: 4px 7px 3px 7px;
	z-index: 6000;
	background-image: none;
	}
		
#sidebar-tabs ul.tabs li.selected {
	background-color: #fff;
	border-bottom: none;
	z-index: 9998;
	padding: 4px 7px 4px 7px;
        color: #CCCCCC;
       &nbsp;}
		
#sidebar-tabs div.tabContent {
	clear: both;
	border-top:1px solid #EDEDED;
	padding: 15px;
	_padding: 15px 15px 15px 15px;
	margin: 0;
	display: none;
	}
		
#sidebar-tabs div.tabContent.tabContentActive {
	display: block;
	}
		
#sidebar-tabs div.tabContent ol {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
#sidebar-tabs div.tabContent ol li {
	_padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#sidebar-tabs div.tabContent ul {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
#sidebar-tabs div.tabContent ul li {
	_padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}
		

/* Most Popular Module */


#mostPopWidget, #tabsContainer {
	position: relative;
	top: 1px;
	_top: 0;
	left: 0px;
	_left: 0;
	_height: 14px;
	_padding-top: 6px;
	display: block;
	}


#mostPopWidget ul.tabs {
	font-size: 10px;
	_position: absolute;
	top: 0;
	}
					
#mostPopWidget ul.tabs li {
	position: relative;
	top: 0; 
	padding-left: 4px;
	padding-right: 5px;
	_padding-bottom: 2px;
	}
		
#mostPopWidget ul.tabs li.selected {	
	_padding-bottom: 3px;
	}	
				
#mostPopWidget ul.tabs li:first-child {
	border-left-width: 1px;
	padding-left: 4px;
	}
					
#mostPopWidget  ul.tabs li a {
	color: #FFFFFF;
	}			

#mostPopWidget  ul.tabs li.selected a {
	color: #A51135;
	}			

#mostPopWidget ol li {
	padding-left:2px;
	margin-left:25px;
	list-style-type: decimal;
	line-height:115%;
	}

#mostPopWidget ul li {
	padding-left:2px;
	margin-left:25px;
	list-style-type:square;
	line-height:115%;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

/* Animation*/

#slideshow .clearfloat {
        width: 597px;
        height: 331px;
        background:url(images/bg-slide.png);        
	border-bottom:0px dotted #ccc;
	margin-bottom:0px;
	}

#slideshow .title
	{
	font:2.0em Georgia;
	line-height:1.0em;
	font-weight:bold;
        color: #740C27;
	}

#control {
        margin: 0px 0px 5px 10px;
	}

#control img {
        margin: 0;
        padding: 0;
	}

#control span a {
	font:0.9em Arial, Verdana, Helvetica;
        border-right: 1px dotted #ccc;
        border-left: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        padding: 0 3px 0 3px;
        text-decoration: none;
	}

#control .cntrl_active {
	background-color: #A51135;
	}

#control .cntrl_active a {
	color: #fff;
	}

#feature_1 img, #feature_2 img , #feature_3 img, #feature_4 img  {
	margin:0px 10px 15px 10px;
	border: 1px solid #ccc;
	float:left;
	}

#feature_1 p, #feature_2 p, #feature_3 p, #feature_4 p  {
	margin-top: 4px;
	margin-right: 10px;
	}



/* Top Navi Styles */


.tnavwrap {
margin:0px 0px 0 0;
float:right;
}

.tnavinner {
float:right;
width:400px;
min-height:33px;
color:#ffffff;
border: 0px solid #000;
}
.headbanner {
float:right;
width:490px;
height:80px;
color:#ffffff;
margin-top: 15px;
border: 0px solid #000;
}

.tnavinner ul {
float: right;
margin:0; 
padding:0;
}

.tnavinner ul li {
float: right;
display: inline;
display: block;
}

.tnavinner ul li a {
color:#ffffff;
font-size: 10px;
padding:10px 12px 0px 12px;
height:22px;
text-transform:uppercase;
display: block;
}

.tnavinner ul li:hover {
background:#3D0118;
}

.tnavinner2 {
float:right;
width:500px;
height:33px;
color:#ffffff;
border: 0px solid #000;
}

.tnavinner2 ul li {
float: right;
display: block;
}

.tnavinner2 ul li a {
color:#ffffff;
font-size: 12px;
padding:3px 12px 0px 5px;
text-transform:uppercase;
display: block;
}

.tnavinner2 ul li:hover {

}


/* 2nd Level Navi Styles */


.bnavwrap {
width:880px;
min-height:34px;
float: right;
border: 0px solid #000;
margin-bottom: 10px;
}


.bnavinner {
float:right;
width:880px;
min-height:34px;
}

.bnavinner ul {
margin: 0px; 
padding: 0px;
float:right;
}

.bnavinner ul li {
display:inline;
padding: 0px;
float: left;
display: block;
height:34px;
}

.bnavinner ul li a {
font-size: 11px;
color:#91013d;
padding: 10px 15px 10px;
font-weight: bold;
margin: 0px;
display: block;
text-transform: uppercase;
}

.bnavinner ul li a:hover {
color:#FFFFFF;
font-weight: bold;
background:url(images/cat-hover.jpg);
background-repeat: repeat-x;
text-transform: uppercase;
}


/* 

 Footer Styles 

*/

.bgfooter {
margin-top: 20px;
background: url(images/bg-foot.jpg) repeat-x;
}


.footer {
clear:both;
width:890px;
overflow:hidden;
margin: auto;
}

.footer p {
color:#777;
margin-left:20px;
}

.footer p a {
color:#fafafa;
}

.footer p a:hover {
color:#fff;
}

.footer-box {
width: 190px;
float: left;
padding: 0px;
margin: 10px;
background-image: url(images/line_footer.jpg);
color: #FFFFFF;
font: arial, helvetica, sans-serif;
font-size: 11px;
}

.footer-box ul {
margin: 0px;
padding: 0px;
}

.footer-box ul li {
margin: 0px;
padding: 0px;
display: block;
float: left;
width: 100%;
}

.footer-box a:link, .footer-box a:hover, .footer-box a:visited {
color: #D5D5D5;
display: block;
padding: 5px 10px;
width: 100%;
}

.banner1{
        width: 284px;
        height: 112px;
	background: url(images/banner1.png) repeat-x;
        float: right;
        margin-bottom: 5px;
}

.textbanner1{
        margin: 10px;
	font: Arial;
        font-size: 13px;
        color: #FFF;
 
}

.banner2{
        width: 285px;
        height: 113px;
        float: right;
        margin-bottom: 5px;

}


.banner3{
        width: 285px;
        height: 113px;
	background: url(images/banner3.png) repeat-x;
        float: right;
        margin-bottom: 5px;
}
.textbanner3{
        margin: 10px;
	font: Arial;
        font-size: 13px;
        color: #FFF;
 
}
.readmore  a{
	background: #93023D;
	width: 80px;
        height: 25px;
	font: Arial;
        font-size: 12px;
        color: #FFF;
        display: block;
        float: right;
        text-align:center;   
        padding-top: 5px;
        margin-right:10px;
}
.readmore a:hover{
	background: #720B26;
	width: 80px;
        height: 25px;
	font: Arial;
        font-size: 12px;
        color: #FFF;
        display: block;
        float: right;
        text-align:center;
        padding-top: 5px;
        margin-right:10px;       
}

.bg-post-top{
      	background: url(images/bg-post-single.png) repeat-x;	
}
.entry{
      	background: url(images/bg-post-single-center.png) repeat-y;	
        width: 580px;
}
.entry img.alignleft {float:left;margin:0 10px 1px 0;}
.entry img.alignright {float:right;margin:1px 0px 10px 0;}
.entry img.wp-smiley {border:none; padding:0px; background:none; display: inline}

.bg-post-bottom{
      	background: url(images/bg-post-single-foot.png) repeat-x;	
        width: 580px;
        height: 36px;
}

.readmoremini  a{
	background: #93023D;
	width: 60px;
        height: 18px;
	font: Arial;
        font-size: 10px;
        color: #FFF;
        display: block;
        float: right;
        text-align: center;   
        padding-top: 5px;
        margin-right: 10px;
        margin-top: 5px;
}
.readmoremini a:hover{
	background: #720B26;
	width: 60px;
        height: 18px;
	font: Arial;
        font-size: 10px;
        color: #FFF;
        display: block;
        float: right;
        text-align:center;
        padding-top: 5px;
        margin-right: 10px;
}
#albumgal{
padding-top: 20px;
margin:0px auto 0px 50px;
}
#itemgal{
background: url(images/bg_gal.jpg) no-repeat;
float: left;
width: 159px;
margin-left: 20px:
margin-bottom: 20px;
height: 164px;
text-align:center;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding-top: 15px;
}
#itemgal a{
color: #FFF;
}
#itemgal a:hover{
color: #FFF;
}
#galtext{
color: #FFF;
background-color: #B51139;
width: 140px;
margin-left: 10px;
margin-top: 10px
}

#sblogin{
	width:260px;
        height: 223px;
	border:0px solid #ccc;
	float:right;
	padding:10px;
      	background: url(images/bg_sb-login.jpg) no-repeat;	
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
}
#sblogin h2{
font-size:14px;
font-weight: bold;
}

#cuadro-bloq {
height:60px;
display:block;
float: left;
}

#cuadro-sup {
height:180px;
margin-right:10px;
margin-top:15px;
display: block;
}

#cuadro-mid {
height:60px;
margin-right:10px;
margin-top:15px;

}

.readmorehz  a{
	background: #d9dad7;
	width: 60px;
        height: 18px;
	font: Arial;
        font-size: 10px;
        color: #93023D;
        display: block;
        float: right;
        text-align: center;   
        padding-top: 5px;
        margin-right: 20px;
        margin-top: 5px;
}
.readmorehz a:hover{
	background: #cfd2cb;
	width: 60px;
        height: 18px;
	font: Arial;
        font-size: 10px;
        color: #93023D;
        display: block;
        float: right;
        text-align:center;
        padding-top: 5px;
        margin-right: 20px;
}