
/**
*        __
*  __         /\ \
*  __  _/\_\     __      ___    \_\ \    ___
* /\ \/'\/\ \  /'__`\  /' _ `\  /'_` \  / __`\tm
* \/>  </\ \ \/\ \L\.\_/\ \/\ \/\ \L\ \/\ \L\ \
*  /\_/\_\\ \_\ \__/.\_\ \_\ \_\ \___,_\ \____/
*  \//\/_/ \/_/\/__/\/_/\/_/\/_/\/__,_ /\/___/
*        Xiando-One WordPress theme
*
* GNU GPL v3 http://gplv3.fsf.org/
*/
body {
  font-size: 14px;
  font-family: tahoma, verdana, arial,  helvetica, Sans-Serif;
  margin:0px auto;
  padding:0px;
  }

#container{
  width: 884px;
  margin:0px auto;
}

#contentsidebar{
  width: 200px;
  float:right;  -moz-border-radius-topleft: 0.8em;
  -moz-border-radius-topright: 0.8em;
  -moz-border-radius-bottomright: 0.8em;
  -moz-border-radius-bottomleft: 0.8em;
}
#centercontent {
}

#header {
  height:306px;
}

/*
* The Layout Settings within the Layout.
*
* This is where things like #content within #centercontent, .sidebar etc get's it's styles.
*
* NOTE: All following CSS are identical to the CSS used by "Xiando Basic"
*/

#content{
  width: 646px;
  margin: 0px;
  margin-bottom: 10px;
  float:left;  padding: 2px 1em 5px;
  font-size:1.1em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}

#content h2 a {
  font-weight:bold;
  text-decoration:none;
}
#contentfooter, #postnav {
  clear:both;
}

#footer {
  clear:both;
  font-size:80%;
  padding:10px 8px 4px 8px;
  text-align:left;
}

#footer #rss{
  float: right;
}

/*
* The Elements.
*
* This section contains only has pure layout properties.
*
*/

.entry
{
  margin: 4px 0 2px 0px;
}
.entry:after { content: ""; display: block; height: 0; clear: both; }
.entry form {
  text-align:center;
}

#blogtitle , #blogslogan{
  padding-left:20px;
  text-align:center;
  position: relative;
  top: 100px;

}

#blogtitle {
  font-size:140%;
  }

pre {
  margin:0px 10px 10px 10px;
}

/* Headings */
h1 {
  font-size : 140%; 
  padding-top:10px;
  }
.post h1{clear:both}

h2 {
  font-size : 120%; 
  font-weight:normal;
}

h3 {
  font-size:100%;
}

h4 {
  font-size:100%;
}

h1, h2, h3, h4, h2 a.rsswidget {
  margin: 10px 0px;
  padding:2px 0px;
}

/* .post */
.post {
  margin: 0px 0px 5px 0px;
}
.post img {
  max-width:100%;
}

.post hr {
  display: block;
}


.postmetadata {
  font-size:0.9em;
  padding:0px 5px;
  clear: both;
}

#prevpage, #prevpost {
  float:left;
}
#nextpage, #nextpost {
  float:right;
}
#pagenavsep {
  display:none;
}
#postnav li {
  display:inline;
  margin:0 3px;
  padding:0;
}





/* Images */

img {
  border-style : none;
  margin: 2px;
}
.border {
  border: 1px solid #999;
}

/* Input fields */
input , textarea, select, option {
  margin: 2px;
}
fieldset, legend {
  padding: 5px;
}
label, legend {
  font-weight:normal;
  margin: 2px;
}


/* Lists */
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 1px 10px;
  padding:2px;
}
ol {
  list-style-position: outside;
  margin: 1px 15px;
  padding:2px;
}
.inline li{
  margin: 5px 0px;
  padding:0px;
}
ul.inline {
  list-style:none;
  margin: 5px 0px;
  padding:0px;
}
.inline li {
  padding: 2px 15px 2px 0px;
}


/* Tables */
table {
  width: 100%;
  margin: 5px auto;
  padding: 0px;
  font-size:1em;
}
caption {
  font-weight: bold;
  padding: 5px;
}
td, th, tr {
  padding: 5px;
  text-align:left;
}

/* The sidebar */
.sidebar {
  margin:0;
  padding-left:5px;
  padding-right:5px;
}
.sidebar h2 {
  margin: 5px 0px 0px;
  padding: 4px 0px 0px;
  font-size:100%;
  border:none;
  font-weight:bold;
}

.sidebar ul{
  margin:1px;
  padding:0;
  list-style:none;
}
.sidebar li{
  margin:0px;
  padding: 2px 0px;
}
.sidebar ul ul{
  margin:0;
  padding-left:10px;
  list-style:none;
}
.sidebar div {
  margin: 0px;
  padding:2px 0px;
}

.sidebar label {
  font-weight:bold;
}





/*************************************************
* Standard WordPress Elements                    *
*************************************************/

.center {
  text-align: center;
}
img.center, a img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}
.alignleft {
  float: left;
}
img.alignleft, a img.alignleft {
  float:left;
  margin: 4px 10px 5px 0px;
  padding: 3px;
}
.alignright {
  float: right;
}
img.alignright, a img.alignright {
  float:right;
  margin: 4px 0px 5px 10px;
  padding: 3px;
}
.clear {
  clear:both;
}
.sidebar #searchform #s {
  width: 108px;
  padding: 2px;
}

.wp-caption {
  text-align: center;
  padding-top: 4px;
  margin: 10px;
  -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;
}

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 8pt;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font: bold 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

#commentform textarea {
  width:98%;
}

.right {
  float: right;
}
.left {
  float: left;
}
.hidden {
  display: none;
}
.righttxt {
  text-align:right;
}
.small {
  font-size:0.8em;
}
.inline {
  display:inline;
}
.block {
  display:block;
}
acronym, abbr {
    border-bottom: 1px dashed #999;
}

/* Images */
.post img{
  max-width:100%;
}


/* Comments */
.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    text-align: justify;
    }

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

    }
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}
.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  }

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

#commentform p {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
  font-weight: normal;
}
#respond:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* End Comments */


/* Non-generic Standard WordPress Elements */
.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
