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

/* Overal setup */
* {
margin:0;
padding:0;
}

body {
background:#111 url(images/main_background.jpg) top left no-repeat fixed;
color:#bbb;
font:12px/14px helvetica, arial,Sans-serif;
}

p {
margin:10px;
line-height:15px;
}

a {
color:#999;
text-decoration:none;
outline:0;
}


a img {
border:none;
}

ul,li {
list-style:none;
margin:0;
padding:0;
}

h1 {
font-size:30px;
}

h3 {
font:bold 11px arial,helvatica;
color:#bbb;
text-transform:capitalize;
}

h3 SPAN.slash {
font:bold 10px Arial !important;
text-transform:lowercase;
}

code {
font:11px "Courier New";
color:#666;
display:block;
border-left:1px solid #903000;
margin:5px 0;
padding:5px;
}

blockquote {
color:#ddd;
font:12px Arial,Sans-serif;
line-height:1.4em;
padding:5px;
}

.left {
float:left;
margin-top:3px;
margin-right:8px;
}

.right {
float:right;
margin-left:8px;
}

.pagenavi {
clear:both;
margin:10px 0;
}

/* navigation */
ul.topnav {
list-style:none;
text-align:right;


}


.topnav li {
margin:0;

}


.topnav li a {
font:12px Arial, Helvetica, sans-serif;
width:168px;
outline:none;
color:#fff;
text-decoration:none;
display:block;
background-color:#817d56; 
text-transform:uppercase;
padding:5px 15px;
margin: 2px;

}



.topnav li a:hover {
background-color:#59573d;
}



.topnav li.rss {
float:right;
display:none;
width:60px;
background:transparent url(images/rss.png) no-repeat 130% 0;
}

.topnav li.rss a:hover {
background:transparent;
color:#a0410d !important;
}

/* header */
#home {
position:fixed;
top: 0;
left: 25px;
width:200px;
height:238px;
display:block;
background:transparent;
}
#home a {
  display:block; 
  width:100%; 
     height:100%; 
   text-decoration:none;  
   }
#header {
position:fixed;
width:200px;
margin: 239px 0px 0 25px; 
left:0;
padding:0;
display:inline;
}

#header h1 a {
display:block;
font-size:20px;
width:240px;
text-indent:-999em;
margin:5px 0;
}

#header h1 a:hover {
color:#7ebe40;
}

#main-wrapper {
display:block;
width:950px;
text-align:left;
background:url(images/px.png);
margin: 0 0 0  240px;
padding:10px;
}

.main {
width:490px;
float:left;
overflow:hidden;
margin:0;
padding:0;
}

/* thumnail covers */
.thumb {
background:#222 url(images/thumb.png);
display:block;
width:235px;
overflow:hidden;
height:150px;
position:relative;
margin:0 8px 8px 0;
border: 1px solid #333333;
}

.thumb-title {
margin-bottom:5px;
background:#000;
bottom:0;
right:0;
display:block;
position:absolute;
filter:alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;
padding:4px;
}

.thumb-title:hover {
background:#222;
}


.thumb-title h2 {
line-height:1.4em;
margin:0;
}

.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;
}



/* top left tags */

.thumb-cat {
font:11px Arial,helvetica;
margin-bottom:5px;
background:#000;
top:0;
left:0;
display:block;
position:absolute;
filter:alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;
padding:4px;
}

.thumb-cat:hover {
background:#222;
}


.thumb-cat h2 {
line-height:1.4em;
margin:0;
}

.thumb-cat h2 a {
font:11px Arial,helvetica;
display:block;
color:#aaa;
text-decoration:none;
text-transform:capitalized;

}

.thumb-cat h2 a:hover {
color:#fff;
}

/* Ancillary */
#ancillary {
display:none;
height:260px;
background:url(images/rambling.jpg) no-repeat 100% 80%;
margin:0;
padding:0;
}

#ancillary .flickr {
background:#202020;
overflow:hidden;
padding:3px 2px;
}

#ancillary .flickr img {
width:45px;
height:45px;
display:block;
float:left;
margin:10px;
}

#ancillary .flickr a img {
border:4px solid #eee;
}

#ancillary .flickr a:hover img {
border:4px solid #6199dc;
}

a:hover,.topnav li.rss a {
color:#eee;
}

h2,h4 {
font-size:14px;
}

.clear,.clear-both {
clear:both;
}



/* 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:left; 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:2px solid #222; margin:10px}
.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:#999; border-bottom:1px solid #333 } /*//////// links in posts ////////*/
.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:#999; line-height:1.4em; padding: 0;line-height:1.6em; font-size:12px;  }
#twitter #twitter_update_list a { color:#999;padding:0;margin:0;display: block; }
#twitter #twitter_update_list a:hover  { color:#eee;padding:0;margin:0; }



/* sidebar related */
#sidebarwrapper  { margin:0;padding:0;float:right;color: #fff; }
#left-sidebar { color:#ddd;float:left;margin:0;width:220px;padding:0px;background: transparent url(images/opa.png);  }
#left-sidebar h3 {padding:3px; background: #817d56;display: inline; color: #fff; width:168px; }
#left-sidebar a   { color:#fff; }
#left-sidebar a:hover { color:#fff; }
#left-sidebar p { color:#ddd; }
#left-sidebar ul { list-style:none;margin:8px 0 4px;color: #fff; }

.categories { padding: 0; color: #fff; margin-top:100px;}
.categories li { 
} 
.categories li a {  margin: 2px 0 0 0 ; padding: 4px 10px; list-style-type: none;   font-size:12px;
			display:block;
				background-color: #817d56; width:168px;
				text-transform:uppercase; color:#FFFFFF;
}  
.categories li a:hover {background-color:#59573d; }



.categorieshead li  {  margin: 2px 0 0 0 ; padding: 4px 10px; list-style-type: none;   font-size:12px;
			display:block;
				background-color: #59573d; width:168px;
				text-transform:uppercase; 
}  















.recent-posts { padding: 10px 0; }
.recent-posts ul { margin: 0px; padding: 0; }
.recent-posts li { margin: 0px; padding: 4px 0 0 1px; list-style-type: none;  }
.recent-posts li a { text-decoration:none; color:#999; border-bottom:1px solid #333}
.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:0px;font-size:11px;background: transparent url(images/opa.png); }
#right-sidebar h3 {padding:3px; background: #817d56;display: block; color: #eee; width:181px;}
#right-sidebar p { color:#ddd; padding-bottom:10px;}
#right-sidebar a   { ;text-decoration:none; } /* THIS IS THE MAIN COLOR */ 
#right-sidebar a:hover { color:#fff; }
#right-sidebar ul { list-style:none;margin:0px 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:#999;}
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 0 0  250px;height:40px;clear:both;width:950px;text-align:center; }
#footer a { font-weight: bold;color:#999;border-bottom:1px solid #333; }
#footer a:hover { color:#eee; }
#footer img { display: none; }

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }