/*
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/main_background.jpg) no-repeat top center;
	color: #BBB;
	font: 12px/14px helvetica, arial, Sans-serif;
}
A
{
	color: #AAA;
	text-decoration: none;
	outline: 0;
}
A:hover
{
	color: #EEE;
}
A IMG
{
	border: none;
}
UL, LI
{
	list-style: none;
	margin: 0;
	padding: 0;
}
H1
{
	font-size: 30px;
}
H2
{
	font-size: 14px;
}
H3
{
	font: bold 11px arial, helvatica;
	color: #BBB;
	text-transform: capitalize;
}
H3 SPAN.slash
{
	font: bold 10px Arial !important;
	text-transform: lowercase;
}
H4
{
	font-size: 14px;
}
CODE
{
	font: 11px "Courier New";
	color: #666;
	padding: 5px;
	margin: 5px 0;
	display: block;
	border-left: 1px solid #903000;
}
BLOCKQUOTE
{
	color: #DDD;
	padding: 5px;
	font: 12px Arial, Sans-serif;
	line-height: 1.4em;
}
.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;
	/*+placement:shift -1px 145px;*/
	position: relative;
	left: -1px;
	top: 145px;
}
.topnav LI
{
	float: left;
	margin: 0;
}
.topnav LI A
{
	font: 11px arial;
	outline: none;
	color: #444;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	text-transform: uppercase;
}
.topnav LI A:hover
{
	color: #029CBE !important;

/*header*/
#header
{
	width: 950px;
	margin: 0 auto;
	padding: 1em 0 16em;
}
#header H1 A
{
	display: block;
	font-size: 20px;
	margin: 5px 0;
	width: 240px;
	text-indent: -999em;
}
#header H1 A:hover
{
	color: #7EBE40;
}
#main-wrapper
{
	display: block;
	margin: 0 auto;
	width: 950px;
	padding: 10px;
	text-align: left;
	background: url(images/px.png);
}
.main
{
	width: 490px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
/*thumnail covers*/
.thumb
{
	background: #222 url(images/thumb.png);
	display: block;
	width: 235px;
	overflow: hidden;
	height: 150px;
	margin: 0 10px 10px 0;
	position: relative;
}
.thumb-title
{
	margin-bottom: 5px;
	background: #000;
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
	padding: 4px;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}
.thumb-title:hover
{
	background: #222;
}
.thumb-title H2
{
	margin: 0;
	line-height: 1.4em;
}
.thumb-title H2 A
{
	font: 11px Arial, helvetica;
	display: block;
	color: #AAA;
	text-decoration: none;
	text-transform: capitalized;
}
.thumb-title H2 A:hover
{
	color: #FFF;
}
/*Ancillary*/
#ancillary
{
	margin: 0;
	padding: 0;
	height: 260px;
	background: url(images/rambling.png) no-repeat 100% 80%;
}
#ancillary .flickr
{
	padding: 3px 2px;
	background: #202020;
	overflow: hidden;
}
#ancillary .flickr IMG
{
	margin: 10px;
	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: 485px;
	padding: 3px;
}
.post.single H2, .post.single H2 A
{
	font: 22px arial, helvetica;
	letter-spacing: -1px;
	line-height: 1.4em;
	color: #DDD;
	text-decoration: none;
}
.post.single .postMeta
{
	font: 10px Arial;
	margin-bottom: 5px;
	color: #999;
}
.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: #999;
}
.post.single .entry
{
	float: right;
	line-height: 18px;
	overflow: hidden;
	padding-bottom: 25px;
}
.post .entry IMG.wp-smiley
{
	border: 0px none #000000;
	margin: 0;
	vertical-align: middle;
}
/*//////// SMILEY ////////*/
.post .entry IMG, .entry A IMG
{
	border: 0px solid #999;
}
.post .entry A:hover IMG
{
	border-color: #EEE;
}
.post.single H3
{
	font-size: 12px;
	font-weight: bold;
	color: #6199DC;
	display: inline;
}
.post.single P
{
	margin: 1em 0;
}
.post.single P A, .post.single LI A
{
	color: #B3D565;
}
.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: #C5E281;
	line-height: 1.4em;
	padding: 0;
	line-height: 1.6em;
	font-size: 12px;
}
#twitter #twitter_update_list A
{
	color: #DDD;
	padding: 0;
	margin: 0;
	display: block;
}
#twitter #twitter_update_list A:hover
{
	color: #FFF;
	padding: 0;
	margin: 0;
}
/*sidebar related*/
#sidebarwrapper
{
	margin: 0;
	padding: 0;
	float: right;
	color: #999;
}
#left-sidebar
{
	color: #DDD;
	float: left;
	margin: 0;
	width: 220px;
	padding: 5px;
	background: transparent url(images/opa.png);
}
#left-sidebar H3
{
	padding: 3px;
	background: #ED0872;
	display: inline;
	color: #EEE;
}
#left-sidebar A
{
	color: #AAA;
}
#left-sidebar A:hover
{
	color: #FFF;
}
#left-sidebar P
{
	color: #DDD;
}
#left-sidebar UL
{
	list-style: none;
	margin: 8px 0 4px;
	color: #999;
}
.categories
{
	padding: 0;
	color: #666;
}
.categories LI
{
	font-size: 11px;
	padding: 3px 2px;
	float: left;
	color: #444;
	width: 48%;
	display: inline;
}
.categories LI A
{
	color: #999;
	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: #DDD;
	float: left;
	width: 220px;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	background: transparent url(images/opa.png);
}
#right-sidebar H3
{
	padding: 3px;
	background: #72AD10;
	display: inline;
	color: #EEE;
}
#right-sidebar P
{
	color: #DDD;
	padding-bottom: 10px;
}
#right-sidebar A
{
	color: #999;
	text-decoration: none;
}
#right-sidebar A:hover
{
	color: #FFF;
}
#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;
}
OL.commentlist H5 A:link, A:visited
{
	color: #679EF1;
}
OL.commentlist H5 A:hover
{
	color: #FFF;
}
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;
}
.comment-warning STRONG
{
	color: #999;
	font-weight: bold;
}
/*footer*/
#footer
{
	color: #555;
	font-size: 9px;
	line-height: 1.4em;
	padding: 0;
	margin: 0 auto;
	height: 40px;
	clear: both;
	width: 950px;
	text-align: right;
}
#footer A
{
	font-weight: bold;
	color: #999;
	border-bottom: 1px solid #333;
}
#footer A:hover
{
	color: #EEE;
}
#footer IMG
{
	display: none;
}

