/*  
Theme Name: Toshiba Notebooks
Theme URI: http://toshiba-notebooks.net
Description: Toshiba Notebooks Theme
Author: Toshiba Notebooks
Author URI: http://toshiba-notebooks.net
Version: 0
Tags:Toshiba Notebooks
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

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

a {
  color: #840000;
  }

a:hover {
  color: #6B8B45;
  }

blockquote {
  margin: 5px 10px;
  padding: 5px 10px;
  background: #9DCAE8;
  border: 1px dotted #BBB;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto;
  width: 1050px;
  font-family: arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #000000 url(images/bgbody.jpg) repeat-x top left;
  background-attachment: scroll; 
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

/*.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }
  */
  .bottomcurvewhitenew {
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 5px 0 25px 0;
  }

#header h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 20pt;
  }

#header h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#header h1.sitename a:hover {
  color: #D0DE9C;
  text-decoration: none;
  }

#header h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 11pt;
  color: #A6DDEA;
  }

#header .topright {
  float: right;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 400px;
  height: 60px;
  text-align: right;
  color: #fff;
  font-size: 10pt;
  }

#header .topright a {
  color: #A6DDEA;
  }

#header .topright a:hover {
  color: #D0DE9C;
  }

.search {
  padding-bottom: 5px;
  }

#searchform {
  float: right;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 0px;
  }

#searchform {
  margin-left: 10px;
  width: 213px;
  padding-top: 5px;
  height: 28px;
  background: #ccc;
  background: url(images/search.png) 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 {
  padding-left:6px;
  padding-bottom:7px;
  clear: both;
  margin: 0;
  margin-bottom:15px;
  border-bottom:1px dotted #840000;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 20px;
  font-family: Segoe UI,Trebuchet,Arial,Sans-Serif;
  background: transparent;
  font-size: 16x;
  text-decoration: none;
  margin: 0 5px;
  }

#nav li a span {
  display: block;
  padding: 0 3px 2px;
  line-height: 25px;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  -webkit-border-radius: 3x;
  border-radius: 3px;
  color: #840000;
  font-weight:bold;
  background: #FFFFFF;
  text-decoration: none;
  }

#nav li a:hover {
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background:#902424;
  color: #840000;
  }

#nav li.current_page a {
  }

#nav li.current_page a span {
  color: #840000;
  }

#main {
  clear: both;
  width: 1025px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #fff url(images/bgwhite.gif) repeat-y top left;
  }

#contentwrapper {
  float: left;
  width: 600px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 15px 10px;
  font-size: 16pt;
  font-family: arial, sans serif;
  letter-spacing: -1px;
  color: #5A7836;
  }

.post {
  margin: 5px 0 25px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 15pt;
  }

#content h3 {
  font-size: 11pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 10pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 16pt;
  font-weight: bold;
  color: #000;
  font-family: arial, sans serif;
  letter-spacing: -1px;
  }

h2.postTitle a {
  font-size: 15pt;
  font-weight: bold;
  text-decoration: none;
  color: #840000;
  }

h2.postTitle a:hover {
  color: #5A7836;
  }

.postMeta {
  padding: 2px 10px 3px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin:0 10px 0 0;
  border: 3px solid #CCC;
  }

.postContent div dl {
  margin: 0 10px 10px 0;
  }

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

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

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

.postTags {
  margin: 5px 10px 15px 10px;
  font-size: 9pt;
  color: #000;
  }

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

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

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

.commentlist li {
  margin: 0 0 10px -25px;
  background: #CBE7FA;
  border: 1px solid #9DCAE8;
  width: 530px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 555px;
  }

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

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

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Sidebars */

.sidebars {
  background: #e8e9e8 url(images/sidebar.png) repeat-x top;
  float: right;
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 9px;
  width: 400px;
  }

.sidebars img{
  margin: 0 auto;
  }

.sidebars h2 {
  padding: 6px 5px 2px 7px;
  font-size: 11pt;
  color: #fff;
  background: url(images/sidebar_title_bg.png) left top no-repeat;
  height: 29px;
  }

.sidebars table {
  width: 300px;
  }

.sidebars ul {
  margin: 0 0 0 45px;
  padding: 0 0 5px 0;
  width: 300px;
  }

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

.sidebars li ul {
  padding: 0;
  }

.sidebars ul ul li {
  margin: 0 0 0 15px;
  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. */
  border-bottom: 1px dashed #ddd;
  }

.sidebars li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
  }

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

.sidebars a:hover {
  color: #003366;
  background: #C1DEF1;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

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


/* Footer */

#footer {
  clear: both;
  padding-top: 10px;
  color: #fff;
  text-align: left; /* IE Centering Technique */
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  line-height: 19px;
  }

#footer a {
  color: #A6DDEA;
  }

#footer a:hover {
  color: #D0DE9C;
  }

#credits {
  clear: both;
  float: left;
  margin: 0 auto;
  padding: 0 0 5px 0;
  width: 1050px;
  text-align: center;
  }

/* extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:85%;
  }

a.gravatar {
  float:right;
  margin:10px 15px 20px 0;
  width:50px;
  }
  
  /*new Footer */
#new-footer {
border-top:1px dotted #840000;
clear:both;
color: #840000;
font-size:13px;
background:url(images/bgwhite.gif) repeat-y top left;
font-family: Tahoma, Arial;
height:auto;
margin:0;
width:1050px;
}

#new-footer img{
	border:0;
}

#new-footer h4{
padding: 0 0 10px;
margin:0;
font-weight:bold;
font-family: Tahoma, Arial;
font-size: 15px;
width:200px;
}

#new-footer ul, #new-footer li{
list-style:none;
padding:0;;
margin:0;
width:200px;
}

#new-footer a{
color:#840000;
}

#new-footer a:hover{
color:#eb0000;
border-bottom:1px dotted #CCC;
}

#new-footer-content {
color: #840000;
font-size: 12px;
line-height: 1.4em;
padding: 10px;
}

#new-footer-content a {
color: #840000;
}

#footer-container{
width:1050px;
height:180px;
background:url('images/footer-bg.png') no-repeat top left;
}

#footer-left{
padding:0 0 0 5px;
width:300px;
float:left;
height:160px;
margin-top:10px;
margin-left:50px;
overflow:hidden;
border-right:1px dotted #CCC;
}

#footer-middle{
float:left;
width:350px;
padding:0;
margin-right:15px;
margin-left:15x;
height: 160px;
margin-top:10px;
overflow:hidden;
}

#footer-copyright{
float:left;
width:300px;
padding:0;
margin-right:15px;
margin-left:15px;
height: 160px;
margin-top:10px;
overflow:hidden;
}

#footer-copyright a:hover{
border:none;
}

#footer-copyright p{
font-size:10px;
vertical-align:bottom;
color:#840000;
font-family: Arial, Serif;
}

#footer-right{
float:left;
padding:0 0 0 60px;
width:260px;
height:160px;
margin-top:10px;
overflow:hidden;
border-left:1px dotted #CCC;
}

.wp-caption  alignleft {
margin: 0 10px 10px 0;
}

.nobg {
background: #fff;
text-align: center;
width: 400px;
}

.nobg-rss{
background:#FFFFFF;
text-align:center;
width:400px;
height:100px;
}

.nobg img{
margin: 0 0 20px;
}

#facebook{
float:left;
}
#twitter{
float:left;
}
#rss{
float:left;
}

#sidebar-white{
width:400px;
background:#FFFFFF;
}

#center-rss{
width:213px;
margin:0 auto;
}

