   
      .hackadelic-sliderPanel { 
   
          border: 1px solid #ccc; 
   
          padding: 5px; 
   
          -moz-border-radius: 1em; -webkit-border-radius: 1em; 
   
      } 
   
       
  
      a.hackadelic-sliderButton { 
  
          border: 1px solid lightgrey; 
  
          color: #B3960E; 
  
          padding: 0 3px; 
  
          -moz-border-radius: 1em; -webkit-border-radius: 1em; 
  
      } 
  
      a.hackadelic-sliderButton:hover { 
  
          border: 1px solid #F0F0E0; 
  
          background-color: #F0F0E0; 
  
      } 
  
      .entry .hackadelic-sliderPanel { 
  
          background-color: #fcfcfc; 
  
      } 
  
      .textwidget .hackadelic-sliderButton { 
  
          display: block; 
  
          text-align: center; 
  
          margin: .5em; 
  
      } 
  
      .textwidget .hackadelic-sliderPanel { 
  
          background-color: #F0F0E0; 

      }  

/*
Theme Name: Lunzai
Theme URI: http://www.lunzai.com/
Description: Azul is a clean and modern theme with a techy/corporate feel. This theme is meant to be easy to edit and completely standards compliant. Free to use for whatever you want.
Version: 1.1
Author: Switchroyale edited by heanluen
Author URI: http://www.switchroyale.com
Tags: blue, white, silver, light, two-columns, fixed-width, right-sidebar
*/

body {
	/*
  background: url(images/bodybg.jpg) #999999;
	background-repeat: repeat-x;
	*/
	background:#2d2d2d;
  margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	text-align: justify;
}

#container {
	width: 905px;
	margin: 0 auto;
	background: url(images/containerbg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 161px;
	padding: 0px;
	background: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
	color: #666666;
}

#header a:hover {
	color: #333333;
}

#header #search {
	position: absolute;
	top: 40px;
	right: 50px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	width: 205px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}

#login {
	text-align: right;
}

#navbar {
	margin: 0 0 24px 0;
	background: url(images/navbarbg.jpg);
	background-repeat: no-repeat;
	height: 36px;
}

#navbar ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#navbar li {
	display: inline;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 30px 0 20px;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	line-height: 30px;
	background: url(images/nav-divider.jpg) no-repeat right top;
	cursor:pointer;
  
  /*
  background: url(images/navbuttonbg.gif);
	
  background-position: right 50%;
  */
}

#navbar a:hover {
	color: #666666;
	/*
	background: url(images/navbuttonbg-hover.gif);
	background-position: right 50%;
	*/
}

#posts {
	width: 610px;
	padding: 0 0 0 28px;
	margin: 0 0 20px 0;
	float: left;
}

#special-posts {
	width: 610px;
	padding: 0 0 0 28px;
	margin: 0 0 20px 0;
	float: left;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 30px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #000;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #333333;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.post img.aligncenter {
	text-align: center;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}

.sidebar {
	margin-left: 667px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
  font-size: 15px;
	color: #000000;
	background:url(images/side-divider.jpg) left bottom no-repeat;
}

.sidebar a {
	color: #000000;
	text-decoration: none;
	display:block;
	margin:1px 0px 3px 0px;
}

.sidebar a:hover {
	color: #666666;
}

#footer {
	clear: both;
	height: 87px;
	background: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	margin-bottom:25px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 40px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

#wp-calendar {
	width: 210px;
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
	color:#444;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #f0f0f0;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
	
}

#wp-calendar a:hover {
	background: #f0f0f0;
}

.hl-cal img {
  border:none;
}

ul.gallery-hl {
list-style: none;
display:table;
}
.gallery-hl li {
float:left;
margin-top:0px;
margin-left:5px;
margin-right:5px;
margin-bottom:36px;
width:260px;
height:230px;
text-align:center;
font-family: verdana;
font-size:12px;
}
.gallery-hl a:link, .gallery-hl a:visited {
font-weight:bold;
color:#666;
}


.gallery-hl img {
margin:0px;
width:260px;
height:198px;
}

h2.blog-title {
font-size:24px;
margin-bottom:8px;
}

.widget_twitter ul {
width:215px;
background:url(images/tweet_repeat.jpg) repeat-y;
}
.widget_twitter li {
padding: 4px 15px 4px 11px;
}
li.twitter-header {
height: 88px;
background:url(images/tweet_header.jpg) no-repeat;
padding:0px;
}
li.twitter-footer {
height: 13px;
background:url(images/tweet_footer.jpg) no-repeat;
padding:0px;
}
span.entry-content {
color:#000;
display:inline;
}
a.twitter-user {
display:inline;
}
.entry-meta a {
color:rgb(0,81,255);
display:inline;
}
a.twitter-user {
color: rgb(0,0,128);
font-weight:bold;
}
.entry-meta {
color: #666;
font-size:10px;
display:block;
}
.widget_recent_entries li {
width:215px;
}
.ngg-widget a {
float:left;
}
.ngg-widget img:hover {
border:#333 2px solid;  
}
/*
.widget_twitter li {
	clear:both;
}
.widget_twitter li img {
	float:left;
	margin-right:.5em;
}
.widget_twitter li .clear {
	clear:both;
}
*/
ul.lomo {
margin:0px;
padding:0px;
height:1000px;
list-style:none;
display:table;
}
ul.lomo li {
display:table;
float:left;
margin:5px;
padding:5px;
text-align:center;
font-family:Georgia;
margin-left:20px;
margin-top:20px;

}

.lomo li img {
margin:0px;
padding:0px;
border:1px solid rgb(64,64,64);
margin-bottom:5px;
}
.lomo li a {
margin:0px;
padding:0px;
color:rgb(112,112,112);
font-weight:bold;
}

.lomothumb {
width:71px;
height:71px;
padding:1px;
border:1px solid #666;
margin:0px;
margin-right:5px;
margin-top:2px;
}
td.lomo-header {
width:62px;
font-weight:bold;
color:#000;
font-size:14px;
padding:1px 5px;
vertical-align:top;
}
td.lomo-content {
font-size:14px;
color:#000;
padding:1px 5px;
vertical-align:top;
}
td.lomo-thumb{
width:82px;
padding-bottom:10px;
vertical-align:top;
}
td.lomo-content-big {
padding-bottom:10px;
}
table.lomo-table {
margin-top:16px;
margin-bottom:8px;
width:98%;
border-bottom:2px solid #000;
}
div.read-more {
text-align:right;
width:100%;
color:rgb(255,123,0);
font-weight:bold;
}
.read-more a {
color:rgb(0,68,255);
font-weight:bold;
font-family:arial;
font-size:13px;
letter-spacing:-1px;
}