/*
Theme Name: Vikiworks Infinity
Theme URI: http://vikiworks.com
Version: 1.0.1
Author: yichi
*/


/* Overal setup */
* { margin:0; padding:0; }
body {background : #0e2246;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:bold 11px arial,helvatica;color:#bbb;text-transform:capitalize; } 
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; }
.flash{width:100%;
height:100%;
     text-align:center;
}
ul.topnav {
list-style : none;
text-align : center;
margin : 0 20px auto;
padding-top:10px;
}
.topnav li {
background :#040b19 url(images/home.png) no-repeat;
width : 70px;
height : 30px;
float : left;
padding : 0 5px;
}
.topnav li a {
font : 11px arial;
outline : none;
color : #000000;
text-decoration : none;
display : block;
padding : 8px 10px 8px 0;
font-weight : bold;
text-transform : uppercase;
}
.topnav li.rss {
float : right;
margin-right:60px;
display : block;
width : 60px;
background : transparent;
}

/* header */
#header { width:950px;height:50px;margin:0 auto;padding : 10px;background :#040b19; }
#header h1 a { display:block;font-size: 20px; margin: 5px 0; width: 240px;text-indent: -999em; }
#header h1 a:hover { color: #7ebe40; }
#logo {
background:#040b19 url(images/logobg.png) repeat-x;
width : 950px;
margin : 0 auto;
border-left : 10px solid #040b19;
border-right : 10px solid #040b19;
}
#homeadsense { 
	background-color: #040b19;
	border-right : 10px solid #040b19;
	width: 950px;
	margin:-20px 0px 10px 0px;
	height:90px;
}
#main-wrapper { display:block; margin:0 auto;width:950px;padding : 10px;text-align:left;background:#040b19; }
.main { width: 440px;margin:0;padding:0;float:left;overflow: hidden; }
.main2 { width: 100%;margin:0;padding:0;float:left; }


/* thumnail covers */
.thumb { background: #040b19; display: block; width: 100px; overflow: hidden; height: 100px; margin: 0 10px 10px 0; position: relative; }
.thumb-title {width:90px; margin-bottom:5px;background :#040b19;bottom:0;right:0;display:block;position:absolute;padding:4px;}
.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;}
#commentscounter {
background :#040b19 url(images/ico-comment.png) no-repeat;
width : 18px;
height : 13px;
text-align : center;
font : 8px Arial, helvetica;
color : #000000;
}
#commentscounter a{
color : #000000;
}
#commentscounter a:hover{
color : #000000;
}


/* Ancillary */
#ancillary  { margin:0;padding:0;height:100%;}
#ancillary h3 {padding:3px; background: #6e80c4;display: inline; color: #eee; }
#ancillary .footer_posts{
     width:175px;
     float:left;
     margin: 15px 0px 0px 0px;
     padding:0px 5px 0px 7px;
     border-left:1px solid #666666;
}

/* game list style type */
#ancillary .footer_posts ul{
     list-style: none;
     padding:0px;
     margin:0px;    
}

/* game list element style type */
#ancillary .footer_posts ul li{
     font-size: 10px;
     padding:1px 0px;
}




/* single page */
.post.single { line-height:1.4em; width:100%;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:#040b19 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 { width:100%; height:100%; float:right; line-height:18px;overflow:hidden;padding-bottom:25px; }
.post .entry img.wp-smiley  { border:0px none; margin:0; vertical-align:middle; }  /*//////// SMILEY ////////*/
.post .entry img,.entry a img { border:4px 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 */
#main-wrapper2 { display:block; margin:0 auto;width:950px;padding:10px;text-align:left; }
#sidebarwrapper  { margin:0;padding:0;float:right;color: #999; }
#sidebarwrapper2  { margin:0;padding:0;float:right;color: #999; }
#left-sidebar { color:#ddd;float:left;margin:0;width:324px;}
#left-sidebar h3 {padding:3px; background:#040b19 url(images/slashbg.png) no-repeat;display:block; color:#000000;}
#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: 0px 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:166px;margin:0;font-size:11px; }
#right-sidebar h3 {padding:3px;background:#040b19 url(images/slashbg.png) no-repeat;display : block; color: #000000; }
.linkcat h2 {padding:3px;background:#040b19 url(images/slashbg.png) no-repeat;display : block; color: #000000; }
#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; }
#right-sidebar2 { color:#ddd;float:left;width:420px;margin:0;padding:5px;font-size:11px; }
#right-sidebar2 h3 {padding:3px; background:#040b19 url(images/slashbg.png) no-repeat;display : block; color: #000000;}
#right-sidebar2 p { color:#ddd; padding-bottom:10px;}
#right-sidebar2 a   { color:#999;text-decoration:none; }
#right-sidebar2 a:hover { color:#fff; }
#right-sidebar2 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:#ffffff;}
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; }


#searchform {
	overflow: hidden;
	margin: 5px 0px;
	padding: 0px;
}

#searchform #searchinput {
	overflow: hidden;
	float:left;
	border: solid 1px #000000;
	font-size: 11px;
	color: #333333;
	font-family:  Verdana, Arial, Serif;
	font-weight: normal;
	margin: 0px;
	width: 170px;
	padding:7px;
}


#searchform #searchbutton {
		position: absolute;
		margin: 0px;
		border: 0px;
		margin-top:0px;
		margin-left:5px;
}