/*  
Theme Name: Toy Story 3
Theme URI:
Description:
Author: Surtep
Author URI: http://www.surtep.cz/
Version: 1.0
Tags:
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  color: #000;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #000;
  }

a:hover {
  color: #000;
  text-decoration: none;
  }

blockquote {
  margin: 5px 10px;
  padding: 5px 10px;
  background: #9DCAE8;
  border: 1px dotted #BBB;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  color: #fff;
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0px auto 0px auto;
  font-family: arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #000 url(images/bg_body.jpg) top center no-repeat;
  background-attachment: fixed; 
  font-size: 11px;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  width: 880px;
  margin:17px auto 0;  }

.topcurvewhite {
  margin: 0;
  height: 0;
  }

.bottomcurvewhite {
  margin: 0;
  height: 2px;
  background: none;
  }

#header {
  width: 880px;
  margin: 0;
  height:310px;
  padding: 5px 0 0px 0;
  overflow: visible;
  background: url(images/toy_head.jpg) center center no-repeat;
  margin: 0 auto;
  }

#header h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 30px;
  top: 0px;
 display: inline;
 padding-left: 20px;
  }

#header h1.sitename a {
  /*margin-left: 360px;*/
  color: #fff;
  text-decoration: none;
  }

#header h1.sitename a:hover {
  text-decoration: none;
  }

#header h2.sitedesc {
  margin: 0 auto;
  padding: 0 0 0 0;
 position: relative;
  top:0px;
  font-size: 11pt;
  color: #fff;
   display: inline;
  }

#header .topright {
  /*float: right;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: auto;
  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: 8px;
  height: 28px;
  background: transparent;
  }

*: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: #fff;
  border: 1px solid #000;
  color: #000;
  }

#searchbutton {
  width: 50px;
  background: transparent;
  border: none;
  color: #fff;
  border: 1px solid #ddd;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav {
  clear: both;
  margin: -2px 0px 0 0px;
  background: url('images/menu.png') left top repeat-x;
  }

#nav ul {
  margin: 0;
  margin-top: 5px;
  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: 26px;
  background: url(images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase;
  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  color: #FFED3F;
  text-decoration: none;
  font-size: 1.3em;
  text-transform: uppercase;
  }

#nav li a:hover {
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  color: #fff;
  }

#nav li.current_page a {
  }

#nav li.current_page a span {
  color: #fff;
  }

#main {
  clear: both;
  width: 879px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin-top: 0px;
  padding: 0px 0px 0px 3px;
  }

#contentwrapper {
  float: left;
  width: 600px;
  background: none;
  margin-left: 10px;
  min-height: 900px;
  overflow: visible;
  }

*> #contentwrapper {
  float: left;
  width: 650px;
  background: none;
  margin-left: 10px;
  min-height: 900px;
  overflow: visible;
  }
  
#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;
  
  height: 30px;
  }

#content h3 {
  font-size: 11pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 10pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  background: transparent url(images/zara.png) bottom left no-repeat;
  padding: 0 10px 0 20px;
  font-size: 16pt;
  font-weight: bold;
  color: #fff;
  font-family: arial, sans serif;
  letter-spacing: -1px;
  overflow: visible;
  }

h2.postTitle a {
  padding-left: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  display: block;
background: url('images/conth22.png') left top repeat-x;
height: 40px;
  color: #254769;
  margin-left: -23px;
  width:649px;
  text-align: center;
  }

h2.postTitle a:hover {
  background: url('images/conth22h.png') left top repeat-x;
  height: 40px;
  color:#FFE82F;
  }

.postMeta {
  padding: 2px 10px 3px 30px;
  font-size: 9pt;
  color: #333;
  margin-top: 5px;
  }

.postMeta a {
  text-decoration: none;
  }
  
.postContent {
padding-left: 30px;
}

.postContent img {
  margin: 10px;
  border: 3px solid #CCC;
  }

#content p, .postContent p {
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }

.postTags {
  margin: 5px 10px 15px 30px;
  font-size: 9pt;
  color: #aaa;
  }

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: #FFEE40;
  border: 1px solid #000;
  width: 530px;
  min-height: 65px; 
  }

.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;
  color: #000;
  }

.comment #submit {
  background: #FFEE40;
  border: 1px solid #000;;
  font-size: 1.3em;
  color: #000;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Sidebars */

.sidebars {
  float:right;
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 5px;
  width: 180px;
  }
* .sidebars {
width: 200px; 
}

.sidebars h2 {
  padding: 6px 5px 2px 2px;
  font-size: 16px;
  color: #FFE82F;
  background: url(images/conth22h.png) left top repeat-x;
  height: 40px;
  margin-left: -10px;
  position:relative;
  left: -3px;
  }

.sidebars table {
  width: 180px;
  }
  
*> .sidebars table {
  width: 200px;
  }

.sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebars li ul {
  padding: 0;
  }

.sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #fff;
  background: url(images/bullet.gif) center left no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

.sidebars li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
  }

.sidebars a {
  display: inline;
  color: #000;
  text-decoration: underline;
  }

.sidebars a:hover {
  color: #333;
  text-decoration:none;
  }

.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 */
  width: 880px;
  background: none;
  margin: 0 auto;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  line-height: 19px;
  }

#footer a {
  color: #A6DDEA;
  }

#footer a:hover {
  color: #D0DE9C;
  }

#credits {
  clear: both;
  margin: 0 auto;
  padding: 0 0 5px 0;
  text-align: center;
  margin-top: 105px;
  }
  
#credits a {
  color: #000;
}

#credits a:hover {
  color:#000;
  text-decoration: none;
}

/* extras */

.cleared {
  clear: both;
  margin:0;
  height:0;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:85%;
  }

a.gravatar {
  float:right;
  margin:10px 15px 20px 0;
  width:50px;
  }

#obal {
width: 879px;
background: none;
}
.mrss {
line-height: 30px;
font-size: 1.2em;
vertical-align: top;
margin-right: 15px;
}
#bs-bannery { margin: 0 auto -20px !important;}
