/*
Theme Name: Vikiworks Infinity
Theme URI: http://vikiworks.com
Version: 1.0.1
Author: yichi
*/
/* Overal setup */
* { margin:0; padding:0; }
body {
	background:#040507 url(images/mainbackground.gif) top center repeat;
	font:12px/14px;
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: -0.5px;
/*	background-color: #FF3333; */
/*  background-attachment: scroll;*/
  font-weight: lighter
}
a   {
	color:#FFFFFF;
	text-decoration:none;
	outline:0;
	background-color: #333333;
}
a:hover {
	color:#999999;
}
a img { border: none; }
ul, li { list-style: none;margin:0;padding:0; }
h1  { font-size:35px; letter-spacing: -2px; white-space: normal }
h2  { font-size:25px; letter-spacing: -2px }
h3  {
	font:bold 11px Georgia,Times;
	color:#FFFFFF;
	text-transform:capitalize;
	background-color: #444444;
  font-style: normal;
  font-weight: 700;
  font-size: medium
}
h3 SPAN.slash { font:bold 10px !important; text-transform: lowercase; font-family: Tahoma, Arial, sans-serif }
h4  { font-size:14px; }
code {
	font: 11px;
 	color:#FF0000;
	padding:5px;
	margin:5px 0;
	display:block;
	border-left:1px solid #903000;
  font-family: serif, Georgia
}
blockquote {
	color:#33FFCC;
	padding:5px;
	font: 12px;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -0,8px;
	line-height:1.4em;
	background-color: transparent;
}
.left { float:left;margin-top:3px;margin-right:8px; }
.right { float:right;margin-left:8px; }
.clear { clear: both; }
.clear-both { clear: both; }
.pagenavi  { margin: 10px 0; clear: both; }

/* navigation */
ul.topnav   { list-style:none;text-align:left; }
.topnav li   { float:left;margin: 0; }
.topnav li a  {
	font:10px Georgia;
	outline:none;
	color:#444444;
	text-decoration:none;
/*	display:block; */
	padding:5px 15px;
	text-transform:uppercase;
	letter-spacing: 0.1px;
  font-weight: 800;
  outline-width: thin;
  background-color: #DDDDDD;
  cursor: crosshair;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: none;
  background-position: 10px;
}
.topnav li a:hover   {
	color:#DDDDDD;
  background-color: transparent
}
.topnav li.rss   { float:right;display:block; width: 60px;background:transparent url(images/rss.png) no-repeat 130% 0; }
.topnav li.rss a {
	color: #996633;
}
.topnav li.rss a:hover   { background: transparent;color:#CC0033; }

/* header */
#header { width:1050px;margin:0 auto;padding:1em 0 4em 0; background-image: url(images/rambling.gif) }
#header h1 a { display:block;font-size: 20px; margin: 5px 0; width: 140px;text-indent: -999em; }

#header h1 a:hover {
	color: #66FFFF;
}
#main-wrapper {
	display:block;
	margin:0 auto;
	width:1030px;
	padding:10px;
	text-align:left;
	background:url(images/px.png);
}
.main { width: 580px;margin:0;padding:0;float:left;overflow: hidden; }


/* thumnail covers */
.thumb {
	display: block;
	width: 540px;
/*	overflow: hidden;*/
	height: 110px;
	margin: 0 10px 10px 0;
	position: relative;
	background-color: transparent;
  cursor: crosshair;
  text-align: right
}
.thumb-title {
	margin-bottom:8px;
	bottom:0;
	right:0;
	display:run-in;
	position:absolute;
	padding:0px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -10px;
  text-transform: lowercase;
  word-spacing: normal;
  color: #333399;
  cursor: crosshair;
  font-size: medium;
  font-weight: 900
}
.thumb-title:hover {
  	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
  background-color: transparent;
  background-image: url(images/mainbackground.gif);
  background-repeat: repeat;
  cursor: crosshair
}
.thumb-title h2 { margin: 0; line-height: 1.4em; }
.thumb-title h2 a {
	font:11px;
	display:block;
	color:#FFFFFF;
	text-decoration: none;
	text-transform:lowercase;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900
}
.thumb-title h2 a:hover {
	color: #FFFFFF;
}



/* Ancillary */
#ancillary  { margin:0;padding:0;height:110px;background: url(images/rambling.gif) no-repeat 100% 80%; background-image: none; }
#ancillary .flickr { padding: 3px 2px; overflow: hidden; background-color: #FFFFFF }
#ancillary .flickr img  { margin:0px 0px; width:45px;height:45px;display:block;float:left; }
#ancillary .flickr a img  { border:4px solid #eee; }
#ancillary .flickr a:hover img  { border:4px solid #6199dc; }



/* single page */
.post.single { line-height:1.4em; width:560px;padding:3px; }
.post.single h2, .post.single h2 a {
	font:65px ;
	letter-spacing:1px;
	line-height:0.9em;
	color:#FFCC33;
	text-decoration:none;
  background-color: #444444;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder
}
.post.single .postMeta {
	font:10px Georgia;
	margin-bottom:5px;
	color:#999;
	background-color: #FFFFFF;
}
.post.single .postMeta span.date { padding:0 2px 0 0; }
.post.single .postMeta span.comments { background: url(images/comment.gif) no-repeat left center;padding-left:15px; }
.post.single .postMeta span.comments a,
.post.single .postMeta span.date a{ color:#999999; }
.post.single .entry {
	float:right;
	line-height:18px;
	overflow:hidden;
	padding-bottom:25px;
	background-color: #666666;
}
.post .entry img.wp-smiley  { border:0px none; margin:0; vertical-align:middle; }  /*//////// SMILEY ////////*/
.post .entry img,.entry a img { border:10px solid #666666; }
.post .entry a:hover img {
	border-color:#666666;
	/*background-color: #666666; */
}
.post.single h3 {
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	display:inline;
}
.post.single p { margin: 1em 0; }
.post.single p a,.post.single li a {
	color:#999999;
}
.post.single p a:hover { color:#ddd; }
.post.single p strong { font-weight: bold; }
.post.single p em { font-style: normal; background: #f9f9de; }
.post.single a { color:#a9a393; }
.post.single a:hover { color:#ddd; }
.post.single blockquote { margin: 0 1.5em; color: #6c6c6c; }
.post.single ul, .post.single ol { margin: 1em; }
.post.single ul li, .post.single ol li { margin: 0; color: #666; line-height: 1.4em; }




/* twitter */
#twitter #twitter_update_list {
	color:#FFFFFF;
	line-height:1.4em;
	padding: 0;
	line-height:1.6em;
	font-size:12px;
}
#twitter #twitter_update_list a {
	color:#666666;
	padding:0;
	margin:0;
	display: block;
}
#twitter #twitter_update_list a:hover  {
	color:#666666;
	padding:0;
	margin:0;
}



/* sidebar related */
#sidebarwrapper  { margin:0;padding:0;float:right;color: #333333; }
#left-sidebar { color:#FF9900;float:left;margin:0;width:220px;padding:5px;background: transparent url(images/opa.png); }
#left-sidebar h3 {
	padding:3px;
	display: inline;
	color: #333333;
}
#left-sidebar a   {
	color:#CCCCCC;
}
#left-sidebar a:hover {
	color:#FF0000;
}
#left-sidebar p {
	color:#FFFFFF;
}
#left-sidebar ul { list-style:none;margin:8px 0 4px;color: #CC6600; }

.categories {
	padding: 0;
	color: #FFFFFF;
}
.categories li {
	font-size: 25px;
	padding:3px 2px;
	float: left;
	color:#FFFFFF;
	width: 40%;
	display: inline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -2px;
  cursor: crosshair
}
.categories li a {
	color: #FFFFFF;
	text-decoration:none;
}
.categories li a:hover { color:#eee;text-decoration: none; }

.recent-posts { padding: 10px 0; }
.recent-posts ul { margin: 0px; padding: 0; }
.recent-posts li { margin: 0px; padding: 4px 0; list-style-type: none;  }
.recent-posts li a { text-decoration:none; }
.recent-posts li a:hover { text-decoration:none;  }

.delicious { padding: 10px 0; }
.delicious ul { margin: 0; padding: 0; }
.delicious li { margin: 0px; padding: 2px 0; list-style-type: none;  }
.delicious li a { text-decoration:none; }
.delicious li a:hover { text-decoration:none; }

.tags { margin:10px 0;padding:0;line-height:2em; }
.tags a { text-decoration:none;color:#333;font-weight:normal; }
.tags:hover a { color: #666; text-decoration: none; }
.tags:hover a:hover, #sidebar .tags a:hover { color: #eee;text-decoration: none; }




#right-sidebar { color:#FF66FF;float:left;width:200px;margin:0;padding:5px;font-size:11px;background: transparent url(images/opa.png); }
#right-sidebar h3 {
	padding:3px;
	background: #333333;
	display: inline;
	color: #eee;
}
#right-sidebar p { color:#FFFF33; padding-bottom:10px; background-color: #333333 }
#right-sidebar a   {
	color:#FFFF33;
	text-decoration:none;
}
#right-sidebar a:hover {
	color:#111111;
  background-color: #FF6600
}
#right-sidebar ul { list-style:none;margin:8px 0 4px; }



/* COMMENTS */
h3#comments, h3#respond { font-weight:normal; font-size: 14px;font-family: arial, verdana;letter-spacing:-1px; color:#ddd;padding:5px 0;}
ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist cite { text-transform:none; font-style:normal; }
ol.commentlist li { border-bottom:1px dotted #222; padding:15px 0; }
ol.commentlist h5 { font-size:12px; margin:3px 0; padding:0; margin-left: 3px; margin-right: 3px }
ol.commentlist h5 a:link, a:visited {
	color:#DDDDDD;
}
ol.commentlist h5 a:hover { color:#FFCC33; }
ol.commentlist h5 small { display:block; }
ol.commentlist li { font-size: 11px; margin: 0; }
ol.commentlist li span.moderate { padding:2px; color:#f30; }



/* form */
#commentform { margin: 1em 0;}
#author, #email,#url,#comment{font:1em arial,helvetica,verdana,sans-serif;margin: 5px 0;padding:2px; font-family: Tahoma, Arial, sans-serif }
.comment-warning strong { color: #999; font-weight: bold; }



/* footer */
#footer {
	color:#555555;
	font-size:9px;
	line-height:1.4em;
	padding:0;
	margin:0 auto;
	height:1px;
	clear:both;
	width:950px;
	text-align:right;
}
#footer a { font-weight: bold;color:#999;border-bottom:1px solid #333; }
#footer a:hover {
	color:#666666;
}
#footer img {
	display: inline;
	background-image: none;
  background-repeat: no-repeat
}


