/*  
Theme Name: Native Noise Collection
Theme URI: http://www.nativenoisecollection.com
Author: Paul Seele
Author URI: http://www.nativenoise.co.za
Version: 1.0

*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

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

a {
  color: #727248;
  text-decoration: none;
  }

a:hover {
  color: #727248;
  text-decoration: underline;
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 10px auto;
  width: 1055px;
  font-family: 'trebuchet ms', arial, sans-serif;
  font-size: 10pt;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }

/* Header and wrapper */
#wrapper {
  width: 1055px;
  text-align: left; /* IE Centering Technique */
    background: url(images/header_right.png) right top no-repeat;
  }
  #wrapperinner {
  width: 1055px;
  text-align: left; /* IE Centering Technique */
  background: url(images/footer_left.png) left bottom no-repeat;
  }

#header {
  margin: 0;
  height: 252px;
  background: url(images/header_bg.png) 70px 0 no-repeat;
  padding: 0 70px;
  }

#title {
  float: left;
  margin-left: 15px;
  width: 360px;
  display:none;
  }
#header h1 {
  padding: 0;
  font-size: 15pt;
  }
#header h1 a {
  color:#600;
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #EBE9BE;
  text-decoration: none;
  }
#header h3 {
  padding: 0;
  color: #fff;
  font-size: 11pt;
  }

/* Menu */

#nav {
	clear:both;
  }


#nav ul {
  list-style: none;
  padding-top: 180px;
  width: 470px;
  word-wrap: break-word;
  }

#nav li {
  float: left;
  }

#nav li a {
  padding: 0 7px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  font-size: 10.5pt;
  color: #615336;
  text-transform:uppercase;
  }

#nav li a:hover {
  color:#300;
  text-decoration: none;
  }

/* Content */

#main {
  clear: both;
  margin: 0 70px;
  width: 915px; /* Prevents IE6 miscalculation */
   background: url(images/header_bg2.png) no-repeat #FFF;
  }
#maininner {
  width: 915px; /* Prevents IE6 miscalculation */
   background: url(images/footer_bg_above.png) no-repeat bottom left;
  }

#contentwrapper {
  width: 620px; /* originally 505 */
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  padding-bottom: 40px;
  }
#contentwrapper_fullwidth {
  width: 880px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  }

#content .pageTitle {
  font-size: 15pt;
  letter-spacing: -1px;
  color: #222;
  }

.post {
  margin-top: 0px;
  margin-bottom: 15px;
  }

h2.postTitle {
  padding: 0 10px;
  letter-spacing: -1px;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  color: #333;
  }

#content p.postMeta {
  padding: 0 10px;
  font-size: 10pt;
  color: #7b7b7b;
  }

.post img {
  display:block;
  padding: 20;
  }

#content p, .postContent p {
  font-size: 10pt;
  color: #333;
    padding: 10px;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }

.comment {
  border-top: 1px solid #ebebeb;
  }


#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #727248;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 10px;
  padding: 5px 10px;
  padding-left: 25px;
  font-size: 9pt;
  color: #727248;
  background: url(images/comment.jpg) left 5px no-repeat;
  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }

.commentlist {
  margin: 10px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  color: #333;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  }

p.comment a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  }

textarea {
  width: 480px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  width: 370px;
  margin: 10px 0 15px 0;
  padding-bottom: 10px;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {
  margin: 10px;
  }



/* Sidebars */
#sidebars {
  float: right;
  padding: 80px 20px 0px 0px;
  width: 200px;
  /* original width 350 */
  }

#sidebar1 {
  float: left;
  width: 100%;
  }

#sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 12pt;
  color: #333;
  letter-spacing: -1px;
  border-bottom: 1px solid #e4e4e4;
  }

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

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

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #333;
  text-decoration: none;
  }
#sidebars a.showit {
  color: #727248;
  }
#sidebars a:hover {
  color: #727248;
  text-decoration: underline;
  }

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

#tag_cloud a {
  display: inline;
  }

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

/* footer*/

#footer {
  margin: 0 70px;
  height:118px;
  background: url(images/footer_bg.png) right bottom no-repeat;
  }

#footer_credit {
	float:right;
padding-top: 40px;
padding-right: 5px;
}

/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* 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 {
  display:block;
  margin: 0;
  padding: 20;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }
  
:focus
{
  -moz-outline-style: none;
}
  
#frame_container {
     margin-top:30px;
     text-align:left;
 }
#the_frame {
     width:750px;
     height:400px;
     border:0;
 }
 .hiddencontent {
	 display:none;
 }
#widget-facebook .widgettitle { display:none;}
