/*
Theme Name: Vikiworks Infinity
Theme URI: http://vikiworks.com
Version: 1.0.1
Author: yichi
*/

/* Overal setup */
* { margin:0; padding:0; }
body {
  background-color:#0e0e0e;
  background-image:url(images/main_background.gif);
  background-position: top center;
  background-repeat: no-repeat;
  color:#fff;
  font:12px/14px  helvetica, arial,Sans-serif; 
}
a   { color:#33CCFF;text-decoration:none;outline:0;font-weight:bold; }
a:hover { color:#fff; }
a img { border: none; }
ul, li { list-style: none;margin:0;padding:0; }
h1  { font-size:30px; } 
h2  { font-size:14px; padding-bottom:10px; } 
h3  { font:bold 11px arial,helvatica;color:#fff;text-transform:capitalize; }
h3 SPAN.slash { font:bold 10px Arial !important; text-transform: lowercase; }
h4  { font-size:14px; }
p{padding-top:15px;}
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; }
.topnav li   { float:left;margin-top: 7em; }
.topnav li a  { font:12px arial;outline:none;color:#fff;text-decoration:none;display:block;padding:5px 10px;text-transform:uppercase;font-weight:bold;}	
.topnav li a:hover   { color:#33CCFF !important; }

/* header */
#header { width:950px;margin:0 auto;padding:1em 0 0 0;}
#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/px2.png);border: solid 1px #000; }
.main { width: 960px;margin:0;padding:0;float:left;overflow: hidden; }


/* thumnail covers */
.thumb { /*background: #222 url(images/thumb.png);*/ display: block; width: 180px; overflow: hidden; height: 140px; margin: 5px 10px 5px 0; position: relative;border: solid 1px #000; }
.thumb:hover { /*background: #222 url(images/thumb.png);*/ display: block; width: 180px; overflow: hidden; height: 140px; margin: 5px 10px 5px 0; position: relative;border: solid 1px #33CCFF; }
/*.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;}*/



/* single page */
.post.single { line-height:1.4em; width:950px;padding:3px; }
.post.single h2, .post.single h2 a { font:22px arial,helvetica;letter-spacing:-1px;line-height:1.4em;color:#fff;text-decoration:none;padding-bottom: 10px; }
.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:left; line-height:18px;overflow:hidden;padding:25px 0 25px 0; }
.post .entry img.wp-smiley  { border:0px none; margin:0; vertical-align:middle; }  /*//////// SMILEY ////////*/
.post .entry img,.entry a img { border: 1px solid #000; none;padding: 0; margin: 5px;}
.post .entry a:hover img { border: 1px solid #33CCFF;  }
.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:#fff; }*/
.post.single p a,.post.single li a { color:#33CCFF; }
.post.single p a:hover { color:#fff; }
.post.single p strong { font-weight: bold; }
.post.single p em { font-style: normal; background: #f9f9de; }
.post.single a { font-weight:bold; color:#a9a393; }
.post.single a:hover { font-weight:bold; color:#33CCFF; }
.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; }


/* footer */
#footer { color:#555; font-size:9px;line-height:1.4em; padding:1em;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; }

/* contact form */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}