/*  
Theme Name: Black Splat WR
Theme URI: http://samk.ca/freebies/free-wordpress-theme-blacksplat/
Description: A simple, 3-column widget-ready WordPress theme designed to incorporate common ad formats.
Author: sam
Author URI: http://samk.ca/
Version: 1.7
Tags: black, gold, simple, grunge, right sidebar, 3 columns, fixed width, valid xhtml, valid css, widgets, adsense ready, rounded, 1024
.
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;
  }

a {
  color: #990000; /*#900; #727248;*/
  text-decoration: none;
  }

a:hover {
  color: #000; /*#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;*/
	color: #aa0000;
	position: relative;
	top: -1px;
}

/* Hack modifications */
.thread-alt {
    background-color: #f8f8f8;
}

.thread-even {
    background-color: #EFEFEF;
}
.depth-1 {
    border: 1px solid #ddd;
}

/* End modifications */

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


/* Header and wrapper */
#wrapper {
  width: 980px;
  text-align: left; /* IE Centering Technique */
  background: url(images/topcurve.png) 40px 0 no-repeat;
  }

#headerwrapper {
  background: url(images/topsplatleft.png) left top no-repeat;
  }

#header {
  margin: 0 40px;
  padding-top: 55px;
  height: 140px;
  background: url(images/bgheader.jpg) left 55px repeat-x;
  }

#title {
  float: left;
  margin-left: 15px;
  width: 360px;
  height: 80px;
  display:inline;
  /*background-image: url(/devblog/wp-content/themes/black-splat-wr/images/logo-natale.png);*/
  background-image: url(/devblog/wp-content/themes/black-splat-wr/images/logo_devblog.png);
  background-repeat: no-repeat;
  }
#title h1 , #title h2{
  position: absolute;
  left: -9999px;
  /*text-indent: -9999px;*/
}
#header h1 {
  padding: 0;
  font-size: 15pt;
  }
#header h1 a {
  color: #d3d082;
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #EBE9BE;
  text-decoration: none;
  }
#header h3 {
  padding: 0;
  color: #fff;
  font-size: 11pt;
  }

#topright {
  color: #fff;
  font-size: 10pt;
  float: right;
  margin-bottom: 24px;
  margin-right: 15px;
  width: 468px;
  height: 60px;
  display:inline;
  }
#topright a {
  color: #B4B472;
  }


/* Menu and search */

#nav {
  clear: both;
  height: 32px;
  }

#header #searchform {
  float: right;
  margin-left: 0;
  }

#searchform {
  margin-left: 10px;
  width: 228px;
  padding-top: 7px;
  height: 28px;
  background: #ccc;
  background: url(images/bgsearch.jpg) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav ul {
  list-style: none;
  width: 600px;
  }

#nav li {
  float: left;
  }

#nav li a {
  padding: 0 9px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 11pt;
  color: #FFF;
  /*text-transform: lowercase;*/
  }

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

#nav li.rssmenu a {
  color: #d3d082;
  }

#nav li.rssmenu a:hover {
  color: #fff;
  }



/* Content */

#main {
  clear: both;
  margin: 0 40px;
  width: 900px; /* Prevents IE6 miscalculation */
  background: #fff;
  }

#contentwrapper {
  width: 514px;
  float: left;
  padding-left: 5px;
  padding-right: 10px;
  }
#contentwrapper_fullwidth {
  width: 880px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  }

#content {
  padding-left: 10px;
  }

#content .pageTitle {
  font-family: Tahoma,Helvetica,Sans-Serif;
  font-size: 22px;
  font-weight: 400;
  color: #222;
  letter-spacing: -1px;
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
  }

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

.postTitle {
  padding: 0 10px;
  letter-spacing: -1px;
  line-height: 24px;
  }

.postTitle a {
  font-family:Tahoma,Helvetica,Sans-Serif;
  font-size: 22px;
  font-weight: 400;
  color: #900; /*#002D47; /*#333;*/
  }

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

.post img {
  margin: 10px;
}

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

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

.postContent a {
  color: #900;
}

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }
  
 .postContent h3 {
 	color: #494949;
 	padding-bottom: 0;
 	margin-bottom: 0;
 }
 /* Table Content */
 .postContent table {
 	font-size: 12px;
 	border:1px solid #c3c3c3;
	border-collapse:collapse;
	margin-top: 6px;
	margin-bottom: 12px;
 }
 .postContent th {
 	background-color:#e5eecc;
	border:1px solid #c3c3c3;
	padding:3px;
	vertical-align:top;
 }
 .postContent td {
 	border:1px solid #c3c3c3;
	padding:3px;
	vertical-align:top;
	color: #333;
 }

.post a[target="_blank"]{
	background-image: url(images/external.gif);
	background-repeat: no-repeat;	
	background-attachment: scroll;	
	background-position: right center;
	padding-right:13px;
}


/* Related Posts */

.related_post_title {
	padding: 0;
	margin-bottom: 3px;
	font-size: 20px;
	font-variant: small-caps;
}
ul.related_post {
	list-style: none;
	margin-bottom: 20px;
}
ul.related_post li:before {
	content: "> ";
}
ul.related_post li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
	font-size:14px;
	color: #666666;
}
ul.related_post li a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

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


/* Comments */

#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;
  background: #FCF4C7; /*transparent url(images/stumble.png) repeat-x top left;*/
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  color: #333;
  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 li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
  margin-top: 0px;
  margin-left: 10px;
  padding-top: 5px;
  width: 350px;
  font-family:Arial,Verdana,Helvetica,sans-serif; /*Tahoma,Helvetica,Sans-Serif;*/
  }

#sidebar0 {
  padding: 0 15px 0 0;
  }

#sidebar1 {
  float: left;
  width: 160px;
  }

#sidebar2 {
  float: right;
  padding-right: 15px;
  width: 160px;
  }

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

#sidebars table {
  width: 160px;
  }

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

#sidebars li {
  margin-bottom: 16px;
  list-style: none;
  font-size: 12px;
  }

#sidebars li ul {
  padding: 0;
  }

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

#sidebars a {
  display: inline;
  font-family: "trebuchet ms", helvetica, arial;
  color: #333; /*#3b5998; /*#343434; /* azzurro #55A0FF;  beige #727248;*/
  text-decoration: none;
  }
#sidebars a.showit {
  color: #727248;
  }
#sidebars a:hover {
  color: #3b5998;
  text-decoration: underline;
  }

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

#tag_cloud a {
  display: inline;
  }

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


.welcome {
	font-family: "trebuchet ms" !important;
	font-size:14px !important;
}
.welcome span {
	color: #990000;
}
.welcome a {
	color: #990000 !important;
	text-decoration: underline !important;
}


/* footer*/

#footerwrapper {
  clear: both;
  height: 158px;
  background: url(images/bottomsplatright.png) right bottom no-repeat;
  }

#footer {
  margin: 0 40px;
  background: #fff url(images/bgfooter.png) left top repeat-x;
  }

#footerleft {
  float: left;
  margin-top: 70px;
  margin-left: 15px;
  /*width: 400px;*/
  display: inline;
  }

#footerleft p a {

  color: #B4B472;
  }

#footerleft p {
  padding: 0;



  line-height: 16px;
  }

#footer p {
  font-size: 10pt;



  color: #FFF;
  }

a img {
  border: none;  
  }

#bottomcurve {
  clear: both;
  width: 900px;
  height: 55px;
  background: url(images/bottomcurve.png) left bottom no-repeat;
  }
#bottomcurve span{
  float: right;
  width: 125px;
  height: 15px;
  }
#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #D9D688;
  font-weight: bold;
  }


/* Misc */
.sharebox {
	padding:5px;
	background-color:#F6F5F5;
	border-radius:2px;  
	-webkit-border-radius:2px;  
	-moz-border-radius:2px; 
	margin-top:20px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	clear:both;
}
#fblike {
	float: left;
	width: 80%;
	margin:0;
	padding:0;
}
.topsy_widget_shortcode {
	float: right;
}

.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 {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }

.post .date {
	height: 50px;
	width: 45px;
	background: url(images/date.png) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
	margin-right:5px;
	margin-bottom:10px;
}

.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}

/* My Newsletter */
#my_newsletter {
	color: #666;
	background-color: #dcdbff;
	padding: 6px;
	margin-top: 6px;
}
#my_newsletter h3 {
	font-size: 14px;
	padding:0;
	margin:0;
}
#ajaxNewsletter, .newsletterContainer {
	/* newsletter container */
}

#newsletterFormDiv {
	/* newsletter form elements*/
}

.newsletterTextInput {
	width: 198px;
	line-height: 31px;
	font-size: 1.3em;
	color: #333333;
	padding-left: 26px;
	border:1px solid #333;
	background-color: transparent;
	background-image: url(images/input-mail.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#newsletterFormDiv .submit {
	line-height: 31px;
	font-size: 1.2em;
	color: #333333;
	background-color: transparent;
	background-image: url(images/ebook-submit.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#newsletterLoading {
	/* the loading message while the subscription is beeing handled */
}

.success {
	color: green;
}


.error {
	color: red;
}
/* My Newsletter */

#okno {
	margin-top: 10px;
	border:1px solid #548ada;
	clear: both;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
