/*  
Theme Name: God of War
Theme URI:
Description:
Author: FuTuRo
Author URI:
Version: 1.0
Tags:
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  color: #fff;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #ddd;
  }

a:hover {
  color: #ddd;
  }

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-hl.jpg) center 30px fixed no-repeat;
  /*background-attachment: fixed; */
  font-size: 11px;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  width: 1072px;
  margin:0px auto 0;  }

.topcurvewhite {
  margin: 0;
  height: 0;
  }

.bottomcurvewhite {
  margin: 0;
  /*height: 50px;
  background: url(images/bottom-curve.jpg) center bottom no-repeat;
  */}

#header {
  width: 1072px;
  margin: 0;
  height:170px;
  padding: 5px 0 0px 0;
  overflow: visible;
  background: url(images/logo2.jpg) center center no-repeat;
  margin: 0 auto;
  }

#header h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 25px;
  width: 1072px;
  display: block;
  text-align: center;
  top: 150px;
  }

#header h1.sitename a {
  /*margin-left: 360px;*/
  color: #fff;
  text-decoration: none;
  }

#header h1.sitename a:hover {
  color: #fff;
  text-decoration: none;
  }

#header h2.sitedesc {
  margin: 0 auto;
  padding: 0 0 0 0;
 position: relative;
  top:40px;
  font-size: 11pt;
  color: #A6DDEA;
  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: 0px;
  margin-bottom: 0px;
  width: 145px;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  }

#searchbutton {
  width: 50px;
  background: transparent;
  border: none;
  color: #fff;
  border: 1px solid #ddd;
  margin:0;
  padding:0;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav {
  clear: both;
  margin: 15px 0 0 0px;
  width: 650px;
  height:20px;
  line-height: 20px;
  vertical-align:top;
  position: relative;
  top:-70px;
  left: 220px;

  }

#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-size: 15px;
  text-decoration: none;
  }

#nav li a span {
  display: inline;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 5px;
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  font-family: Arial, serif;
  letter-spacing: 1px;
  height: 20px;
  margin-top: 0;
  }
#nav li a span:first-letter {
text-transform: uppercase;

}
#nav li a:hover {
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  color: #E9D42D;
  text-shadow: #854917 2px 2px 2px;
  }

#nav li.current_page a {
  }

#nav li.current_page a span {
  color: #E9D42D;
  }

#main {
  clear: both;
  width: 950px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0 auto;
  padding: 0px 0px 0px 0px;

  }

#contentwrapper {
  float: left;
  width: 600px;
  background: none;
  margin-left: 10px;
  background: url('images/side.jpg') right top repeat-y;
  min-height: 900px;
  overflow: hidden;
  }

*> #contentwrapper {
  float: left;
  width: 650px;
  background: none;
  margin-left: 10px;
 background: url('images/side.jpg') right top repeat-y;
  min-height: 900px;
  overflow: hidden;
  padding-right: 20px;
  }
  
#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;
  border-bottom: 1px solid #fff;
  background: transparent url(images/post-head.jpg) left 0px no-repeat;
  padding-left: 30px;
  }

#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 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: 15pt;
  font-weight: bold;
  text-decoration: none;
  color: #11414F;
  color: #CFBA2C;
  text-shadow: #555 2px 2px 2px;
  }

h2.postTitle a:hover {
  /*color: #5A7836;*/
  color: #E9D42D;
  }

.postMeta {
  padding: 2px 10px 3px 30px;
  font-size: 9pt;
  color: #aaa;
  }

.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: 10pt;
  color: #ddd;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #aaa;
  }

.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: #666;
  border: 1px solid #ccc;
  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: #ddd;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #ddd;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 555px;
  color: #000;
  }

.comment #submit {
  background: #151515;
  border: 1px solid #ddd;;
  font-size: 1.3em;
  color: #ddd;
  -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: 10px;
  margin-right: 20px;
  padding-top: 9px;
  width: 180px;

  }
* .sidebars {
width: 200px; 
}

.sidebars h2 {
  padding: 6px 5px 2px 20px;
  font-size: 12pt;
  color: #CFBA2C;
  background: url(images/sidebar_bg.gif) left top no-repeat;
  height: 25px;
  font-family: sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  }

.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 25px;
  color: #fff;
  background: #000 url('images/zarazka.gif') 5px center no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  }
  .sidebars ul ul li:hover {
  _background: #666 url('images/zarazka-top.gif') 5px center no-repeat;
  }

.sidebars li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
  }

.sidebars a {
  display: inline;
  color: #fff;
  text-decoration: none;
  }

.sidebars a:hover {
  color: #E9D42D;
  text-decoration: underline;
  }

.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: 950px;
  margin: 0 auto;
  border-top:none;
  }

#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: 5px;
  }
  
#credits a {
  color: #fff;
}

#credits a:hover {
  color:#fff;
}

/* 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;
  }

#obal {
width: 950px;
background: none;
}
.mrss {
line-height: 30px;
font-size: 1.2em;
vertical-align: top;
margin-right: 15px;
}
.comment {
margin-left:35px;
}
