
/*FILESTART*//*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.9.2
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

a {outline: none;}

#vsrp_Holder {direction: rtl; text-align: right !important;}

body {direction: rtl}

#added-div {margin: 0px auto; width: 960px;}

#wrapper {text-align: right}

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 10pt;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 102%;
  color: #8B2323;
  }

body {
  text-align: center;
  line-height: 170%;
  margin: 0 auto;
  padding: 0 0 15px 0;
  font-family: Tahoma,Sans-Serif;
  font-size: 12px;
  background: #000 url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/x-bg2.png) center top repeat-y;
  }


/* Header and wrapper */

#header { width: 930px; margin: 0 auto !important; }

#wrapper {
  margin: 0 auto;
  text-align: right;
  padding: 0;
  background: transparent url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/bgbody31.jpg) top center no-repeat;
  }

#header {
  padding: 0;
  margin: 0 350px;
  height: 80px;
  }

#header #topright {
  text-align: left;
  float: left;
  width: 600px;
  margin: -5px 150px 0 0;
  color: #000;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 11pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #7FFFD4;
  text-decoration: none;
  }

#header #logo {
  float: left;
  text-align: right;
  width: 350px;
  margin: 25px 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #7FFFD4;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  margin: 20px auto;
  padding: 0;
  clear: both;
  height: 44px;
  width: 960px;
  }

#nav {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 13pt;
  color: #fff;
  letter-spacing: 0px;
  }

#nav li a:hover {
  color: #7FFFD4;
  text-decoration: none;
  display: block;
  -moz-transform: translate(0pt,-0.1em) scale(0.85);
  -webkit-transform: translate(0pt,-0.1em) scale(0.85);
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }

#toprss li a:hover {
  color: #7FFFD4;
  text-decoration: none;
  display: block;
  -moz-transform: translate(0,-0.1em) scale(0.85);
  -webkit-transform: translate(0,-0.1em) scale(0.85);
  }


/* Top Content */

#main {
  margin: 35px auto;
  clear: both;
  width: 930px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 16pt;
  letter-spacing: 0px;
  color: #fff;
  font-weight: normal;
  background: url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0 -45px 0 0;
  padding: 0;
  font-size: 10pt;
  }
.topPost h2.topTitle a {
  font-size: 22pt;
  font-weight: normal;
  letter-spacing: 0px;
  color: #4876FF;
  text-decoration: none;
  }
.topPost h2.topTitle a:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 10pt;
  color: #000;
  }
.topPost p.topMeta a {
  color: #000;
  line-height: 30px;
  }
.topPost p.topMeta a:hover {
  color: #0000FF;
  }
.topPost div.topContent {
  font-size: 10pt;
  color: #000;
  margin: 8px auto;
  }
.topPost div.topContent a {
  color: #000;
  }
.topPost div.topContent a:hover {
  text-decoration: none;
  color: #0000FF;
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/ls-cmt.jpeg) repeat;
  padding: 5px 5px;
  margin-right: -1px;
  line-height: 10pt;
  color: #000;
  border: 1px solid #111;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  -moz-transform: translate(0,-0.1em);
  -webkit-transform: translate(0,-0.1em);
  }
.topPost span.topComments a {
  color: #fff;
  background: url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/comments.gif) right no-repeat;
  padding: 0px 17px 0px 0px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/more.gif) left no-repeat;
  padding-left: 15px;
  line-height: 100pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/tags.gif) center no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #fff;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #7FFFD4;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comment {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #999999 none repeat scroll 0 0;
  width: 530px;
  border: 1px solid #090909;
  padding: 0px 15px 10px 15px;
  color: #0000FF;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #0000FF;
  margin: 15px 0;
  padding: 0;
  }
#comment p a {
  color: #000;
  }
#comment p a:hover {
  color: #7FFFD4;
  }
#comment p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #FAFAFA;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #FAFAFA;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #7FFFD4;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #000;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #000;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 478px;
  background: #fff;
  color: #000;
  padding: 25px;
  font-family:Tahoma,'Lucida Grande',Verdana,Helvetica,sans-serif;
  font-size: 11px;
  }
input:focus, textarea#comment:focus {
color:#458B74;
background:#7FFFD4;
}
#comment #submit {
  margin: 0;
  }
#extrastuff a {color:#000; font-size:0.8em;}
#extrastuff a:hover {color:#0000FF; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  }


/* Sidebars */
#sidebars {
  margin: -20px 10px 0 0;
  float: right;
  width: 300px;
  color: #eee;
  }
#sidebars .sidebarbox {
  background: url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/bg-trans.png) repeat;
  padding: 8px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 15pt;
  color: #0000FF;
  letter-spacing: 0px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: disc inside;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 12px 5px 16px;
  color: #eee;
 /* background: url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/bullet.gif) right 8px no-repeat; */
  line-height: 20px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #FFFFFF;
  }
#sidebars a:hover {
  color: #7FFFD4;
  text-decoration: none;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  width: 960px; 
  margin: 0px auto;
  background: #000 url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 5px;
  color: #7FFFD4;
  text-align: center;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 10pt;
  }
#morefoot a {
  text-decoration: none;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #7FFFD4;
  }
#morefoot h3 {
  font-size: 13pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 360px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 250px;
  }
#morefoot li {
  padding-left: 10px;
  margin-bottom: 5px;
  background: url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/more.gif) left 2px no-repeat;
  line-height: 20px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  width: 960px; 
  margin: 0px auto;
  clear: both;
  background: #000;
  border: 1px solid #070707;
  padding: 15px;
  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  text-align: center;
  }
#footerright {
  text-align: center;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

.bypostauthor {
  margin: 10px 0px 10px 0 !important;
  background-color: #7FFFD4 !important;
}






/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 margin-bottom:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0 auto;
 padding: 10px 0;
 font-weight: normal;
 font-size: 15pt;
 color: #7FFFD4;
 letter-spacing: 0px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0 auto;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 3px 6px 3px;
 margin-left: -25px;
 border: 1px solid #000000;
 border-bottom: none;
 background: #C1CDC1;
 text-decoration: none;
-moz-border-radius:7px 7px 7px 7px;
-webkit-border-radius:7px 7px 7px 7px;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #00CC99;
 background: #C1CDC1;
 border-color: #00CC99;
 -moz-transform: scale(1.07);
 -webkit-transform: scale(1.07);
}

ul.tabbernav li.tabberactive a
{
 background-color: #00CC99;
 border-bottom: 1px solid #00CC99;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #00CC99;
 background: #00CC99;
 border-bottom: 1px solid #00CC99;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:4px 2px 0;
 border:1px solid #aaa;
 border-top:0;
 background: url(http://linuxshare.org/wp-content/themes/R-Pixeled/images/ls-sidebar.jpeg) repeat;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
