/*  
Theme Name: NOIR
Theme URI: http://noirgroup.org
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://noirgroup.org/">samk</a>. Enjoy! (Other color schemes available soon!)
Author: sam
Author URI: http://noirgroup.org/
Version: 1.5
Tags: black, blue, 3 columns, 2 columns, clean, transparent, right sidebar, fixed width, valid xhtml, valid css, feedburner, adsense ready, 1024, dropdown categories, widgets, footer navigation, drop down
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

h1 a{
	display: block;
	width: 276px;
	height: 151px;
	margin-top: -10px;
	text-indent: -900em;
	text-decoration: none;
	line-height: 100%;
	}

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: 9pt;
  }

a {
  color: #241677;
  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: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #000;
  }


/* Header and wrapper */
#header {
  position: relative;
  padding: 0;
  margin: 0 auto 0 -262px;
  width: 1424px;
  height: 264px;
  background: url(images/header.jpg) no-repeat top center;
  overflow: visible;
  }

#wrapper {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  padding: 0;
  background: #DCCBEF;
  overflow: visible;
  }

#mainmenu {
  float: left;
  text-align: left;
  width: 900px;
  margin: 0px 0 0px 0px;
  border-bottom: solid 0px #000;
  height: 30px;
}
#mainmenu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  height: 20px;
  background: url(images/buttonbar.png) repeat-x;
  }
#mainmenu li {
  display: inline;
  margin: 2px 0 0 0;
  }
#mainmenu li a {
  color: #000;
  font-size: 10pt;
  padding: 5px 25px 5px 25px;
  margin: 0px -5px 0 0px;
  }
#mainmenu li a:hover {
  color: #AAA;
  text-decoration: none;
  background: url(images/buttonbar2.png);
  }

#header #logo {
  float: left;
  width: 301px;
  height: 151px;
  margin: 30px 0 0 406px;
  padding: 0;
}

#quicklnks {
  float: left;
  width: 900px;
  height: 240px;
  background: #DCCBEF;
  margin: 0px 0 0 0;
  padding: 0px 0 0px 0px;
}
#quicklnks #featpost {
  float: left;
  width: 480px;
  height: 195px;
  background: #DCCBEF;
}
#quicklnks #searchbar {
  float: right;
  background: #DCCBEF url(images/searchbar.jpg) no-repeat center top;
  width: 400px;
  height: 30px;
  text-align: center;
  margin:  50px 0px 0 0px;
  padding: 0px 0 0px 0px;
  }
#quicklnks #searchbar #searchform {
 width: 300px;
 height: 30px;
 margin: 0px 0 0px 30px;
 padding: 0 0px 0px 0px;
 }
#quicklnks #searchbar #searchform #searchbox {
  background: RGBa(225, 211, 136, 0.01);
  border: none;
  font-size: 14px;
  color: #000;
  width: 240px;
  margin: -3px 0 0px 12px;
  padding: 0px 0px 0px 0px;
}
#quicklnks #icos {
  float: right;
  width: 400px;
  height: 110px;
  margin: 10px 0 0 0;
  padding: 10px;
}

#quicklnks #icos #rssico a {
	float: left;
	display: block;
	background: url(images/RSS.png);
	width: 76px;
	height: 76px;
    text-indent: -900em;
    color: #000;
    font-size: 12pt;
    text-decoration: none;
	margin: 0 10px 0 40px;
}

#quicklnks #icos #fbico a {
	float: left;
    display: block;
	background: url(images/facebook1.png);
    width: 76px;
	height: 76px;
    text-indent: -900em;
    color: #000;
    font-size: 12pt;
    text-decoration: none;
	margin: 0 10px 0 0;
}

#quicklnks #icos #mailico a {
	float: left;
    display: block;
	background: url(images/email.png);
	width: 76px;
	height: 76px;
    text-indent: -900em;
    color: #000;
    font-size: 12pt;
    text-decoration: none;
	margin: 0 10px 0 0;
}

#quicklnks #icos #twitico a {
	float: left;
	display: block;
	background: url(images/twitter.png);
	width: 76px;
	height: 76px;
    text-indent: -900em;
    color: #000;
    font-size: 12pt;
    text-decoration: none;
	margin: 0 10px 0 0;
}
  
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  display: block;
  width: 300px;
  height: 151px;
  text-indent: -900em;
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }

/* Top Content */

#main {
  position: relative;
  left: 0px;
  width: 900px;
  padding: 0 0 0px 0;
  background: #DCCBEF;
  margin: -10px 0px 0 0px;
  }
#contentwrapper {
  float: left;
  top: 10px;
  width: 680px;
  margin: 0px 0 5px 4px;
  padding: 10px 0 0 10px;
  z-index: -1;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 5px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #000;
  font-weight: normal;
  padding: 5px 0 0 3px;
  }
.topPost {
  margin: 0;
  padding: 0 0 0 3px;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: normal;
  color: #241677;
  letter-spacing: -2px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #241677;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #333333;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #241677;
  }
.topPost p.topMeta a:hover {
  color: #241677;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #000;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #241677;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #241677;
  }

.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;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #000;
  border: 1px solid #111;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #241677;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #241677;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #000;
  }
.topPost span.topTags a {
  color: #241677;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #241677;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #241677;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #241677;
  }


/* Comments */

#comment {
  position: relative;
  margin-bottom: 10px;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 10px 15px;
  color: #fff;
  }
#comment a {
  color: #241677;
  }
#comment a:hover {
  color: #241677;
  }
#numberofcomments {
  color: #000;
  font-size: 12pt;
  margin-top: 10px;
  }
ol#commentlist {
  list-style: none;
  margin: 10px 0;
  font-size: 9pt;
  }
#commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  border: 1px solid #0a0a0a;
  }
#commentlist li.alt {
  border: 1px solid #010101;
  border: none;
  }
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
#commentlist a:hover {
  color: #241677;
  }
#commentlist a.gravatar {
  float: left;
  margin: 0 10px 0 0;
  width: 69px;
  }
#commentlist .commentbody {
  margin: 0;
  padding: 0 5px 0 0;
  float: right;
  width: 410px;
  }
#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: #dedede;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #000;
  margin: 15px 0 0 0;
  padding: 0;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  }
#comment #submit {
  margin-left: 0px;
  margin-top: -25px;
  }



/* Welcome section */

.submitbutton {
  margin: 0px 0 0 5px;
  background: #DCCBEF;
  color: #000;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  border-radius: 10px; /* exists in CSS 3 */
  -moz-border-radius: 10px; /* browser hack */
  -khtml-border-radius: 10px; /* browser hack */
  -webkit-border-radius: 10px; /* browser hack */
  }
.submitbutton:hover {
  cursor: pointer;
  background: #DCCBEF;
  color: #241677;
  }


/* Sidebars */
#sidebars {
  padding-right: 3px;
  margin: 0px 0 0 0;
  float: right;
  width: 190px;
  color: #000;
  }
#sidebars .sidebarbox {
  padding: 2px 0px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 100px;
  }

#sidebar_right {
  float: right;
  width: 100px;
  }

#sidebars h2 {
  margin: 0 0 0 10px;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #000;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 100px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 5px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 2px;
  }

#sidebars ul ul li {
  margin: 0 0 0 10px;
  padding: 2px 2px 2px 16px;
  color: #000;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #241677;
  }
#sidebars a:hover {
  color: #241677;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #000;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* footer*/
#footer {
  position: relative;
  border: none;
  margin: 0 auto 0 -262px;
  padding: 0px 0px 0px 0px;
  width: 1424px;
  height: 314px;
  background: url(images/footer.jpg) no-repeat center bottom;
  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#redheadsam {
float: left;
width: 59px;
height: 35px;
margin: 278px 0 0 995px; 
border: none;
}

#redheadsam h1 a {
  display: block;
  width: 59px;
  height: 35px;
  text-indent: -900em;
  color: #fff;
  font-size: 17pt;
  text-decoration: none; 
}
#payken {
float: left;
width: 42px;
height: 42px;
margin: 278px 0 0 25px; 
border: none;
}

#payken h1 a {
  display: block;
  width: 42px;
  height: 42px;
  text-indent: -900em;
  color: #fff;
  font-size: 17pt;
  text-decoration: none; 
}

/* 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;
  }




