/*
*                                __
*        __                     /\ \
*  __  _/\_\     __      ___    \_\ \    ___
* /\ \/'\/\ \  /'__`\  /' _ `\  /'_` \  / __`\tm
* \/>  </\ \ \/\ \L\.\_/\ \/\ \/\ \L\ \/\ \L\ \
*  /\_/\_\\ \_\ \__/.\_\ \_\ \_\ \___,_\ \____/
*  \//\/_/ \/_/\/__/\/_/\/_/\/_/\/__,_ /\/___/
*                wordpress styles
*
* Red Colorscheme for Xiando Basic - v0.0.2
* Designed based on http://rablebloggen.net/bareblogg/
* by Kristin K. Wangen http://fruw.no/ - Copyright GNU GPL
*
* See http://xiando.livelyblog.com/wordpress-themes/ for
* more information.about this theme and it's features
*
* CSS, XHTML v1.0 and design is released under GNU GPL v3
* available at http://gplv3.fsf.org/
*
* NOTE: There is no LAYOUT or POSITION information on this CSS
* file, only COLORS. Refer to style.css for other elements.*
*
*
*
*
*
*/

body {
  background: #353535;
}

/* Layout colors and general Field area colors */

/* #container{}*/

#contentsidebar {
  background:#eeeeee;
}

#header{
  background:transparent;
}
#blogtitle , #blogtitle a, #blogslogan{
  color:#000066;
}

#footer{
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  background:#cfcfcf;
  border:1px solid gray;
}

/* Specific element colors */

blockquote, code {
  background : #eeeeee;
  color:#111111;
}


h1, h2, h3, h1, h4, h5, h6, h7 {
  color : #000066;
}

ins {
  text-decoration:none;
  color:#555;
}

/* Post colors */

#content{
  background:#ffffff;
  border:1px solid #000;
}
#content h1 a {
  border-bottom:1pt solid #ccc;
  color:#000066;
}

.post {
  background:transparent;
}
.postmetadata {
  background:#eeeeee;
}

.sidebar {
  padding-left:6px;
  color : #000000;
}

.sidebar h2 {
  background:transparent;
  color : #000066;
}

.border {
  border: 1px solid #999999;
}


a:link, a:visited {
  color : #990000;
  text-decoration : none;
} 
a:hover, a:active  {
  color: #333333;
  text-decoration : underline;
}

/* Input fields */
input , textarea, select, option {
  background : #ffffff;
  color : #111111; 
  border: 1pt solid #ccc;
}

fieldset, legend {
  background:transparent;
  color : #111111;
  border: none;
}

/* Tables */
table {
  color : #111111; 
}
caption {
  color: #111111;
}
/* Standard WP elements */
.wp-caption {
  border: 1px solid black;
  background-color: #eeeeee;
}