/*
Theme Name: Metallic
Description: A premium WordPress theme designed by <a href="http://banners.aydennx.com">Aydennx</a> and coded by <a href="http://amitspsworld.info">Amit</a>. Uses graphically intensive images and jQuery animations. Please consult the documentation provided for proper usage of the theme.
Author: Aydennx and Amit
Tags: metallic, jquery animated, popup comments, fixed width, two columns
*/

* {
  font-family: arial;
  margin: 0;
  padding: 0;
}

label.screen-reader-text{
 display: none;
}

li {
  list-style: none;
}

:focus {
outline: 0;
}

body {
  background: #372e27;
  height: 1000px;
}

img {
  border: 0;
}

cite,span {
  color: #fff;
}

a {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  color: #ffffff;
}

a:hover {
  color: #ccc;
}

a.comm {
  margin-left: auto;
  margin-right: auto;
  display: table;
  font-size: 13px;
  letter-spacing: 2px;
}

a.comm:hover {
  color: #ccc;
}

h2 {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

#comments {
 color: #ffffff;
 text-align: center;
 font-size: 20px;
 margin-top: 10px;
}

p {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: justify;
}

p.footer {
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
  letter-spacing: 2px;
}

p.date {
  margin-top: 15px;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-align: center;
  font-size: 25px;
}

p.month {
  margin-top: 20px;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
}

p.title {
  margin-top: 10px;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-align: center;
  font-size: 17px;
}

p.title a{
  text-decoration: none;
  margin-top: 10px;
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  text-align: center;
  font-size: 17px;
}

p.pages {
  margin-left: 20px;
}

#wrapper {
  width: 1100px;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: url('images/mainbackground.jpg') no-repeat;
  overflow: hidden;
}

span.logo {
  float: left;
  width: 410px;
  height: 133px;
  margin-left: 25px;
  background: url('images/logo.png');
}

span.home {
  cursor: pointer;
  width: 125px;
  height: 50px;
  float: left;
  overflow: hidden;
  margin-left: 120px;
  background: url('images/home.png');
  background-position: bottom center;
}

span.about {
  cursor: pointer;
  width: 124px;
  height: 50px;
  float: left;
  overflow: hidden;
  background: url('images/about.png');
  background-position: bottom center;
}

span.contact {
  cursor: pointer;
  width: 151px;
  height: 50px;
  float: left;
  overflow: hidden;
  margin-left: 2px;
  background: url('images/contact.png');
  background-position: bottom center;
}

#mainbox {
  text-align: center;
  padding-left: 11px;
  overflow: hidden;
  float: left;
  margin-top: 50px;
  margin-left: 40px;
  width: 623px;
  height: 630px;
  background: url('images/mainbox.png');
  background-position: top center;
}

.post_date {
  position: relative;
  float: left;
  margin-left: 40px;
  margin-top: 20px;
  width: 81px;
  height: 102px;
  background: url('images/date.png');
}

.post_title {
  float: left;
  margin-top: 19px;
  margin-left: -6px;
  overflow: hidden;
  width: 470px;
  height: 55px;
  background: url('images/posttitle.png');
}

.post {
  text-align: justify;
  width: 420px;
  margin-left: 130px;
}

span.continue {
  margin-left: 350px;
  pointer: cursor;
  margin-top: 5px;
  width: 202px;
  height: 45px;
}

#some_pagination {
  display: table;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.poplink {
  text-align: center;
}

#sidebar {
  overflow: hidden;
  float: right;
  margin-top: 35px;
  margin-right: 106px;
  position: static;
  background: url('images/sidebar.png');
  width: 320px;
  height: 646px;
}

#commentstemp {
  width: 570px;
  padding-left: 20px;
}

ol li{
  border: 1px dotted #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

textarea {
  width: 400px;
  height: 100px;
}

input {
  margin-bottom: 5px;
}

#submit {
  margin-top: 5px;
  background: #43372F;
  color: #fff;
  border: 1px solid #fff;
}

#submit:hover {
  background: #866B5B;
}  

#sidebar_content {
  width: 280px;
  margin-left: 25px;
  margin-top: 40px;
}

#sidebar_content ul{
  color: #ffffff;
  list-style: none;
}

#sidebar_content a:hover{
  color: #ccc;
}

label.hidden {
  font-weight: bold;
  font-size: 20px;
}

#searchsubmit {
  background: #43372F;
  color: #fff;
  border: 2px solid #43372F;
}

#searchsubmit:hover {
  background: #866B5B;
}

#triangles {
  margin-left: 43px;
  clear: both;
  width: 954px;
  height: 110px;
  background: url('images/triangles.png');
  background-position: bottom center;
}

#footer {
  width: 972px;
  height: 55px;
  clear: both;
  margin-left: 35px;
  background: url('images/footer.png');
}
