/**
 * @style       Standard Layout
 * @media       screen
 * @version     1.0
 * @author      Susan Lau ><> abados.de
 * @copyright   Susan Lau ><> abados.de
 * @licensor    Susan Lau ><> abados.de
 * @layout      in pixels:
 *                    990                  |
 *    190       |          445     |  290  |
 *
 * UPLEX colors violet:
 *
 * dark  #664E88	102R /  78G / 136B
 * mid   #917DA8	145R / 125G / 168B
 * light #AFA1C0	175R / 161G / 192B
 *
 * UPLEX colors gray:
 * "black" #1A171B	26R  /  23G /  27B
 * mid     #646567	100R / 101G / 103B
 * light   #878889	135R / 135G / 137B
 */

/**
 * @section reset
 */

/*
*
{
  margin: 0px;
  padding: 0px;
}
*/

img, form
{
  border: 0px;
}

a
{
  color: #89898A;
}

a:hover
{
 text-decoration: none;
}

h1
{
  color: #664E88;
  font-size: 17px;
  /* padding: 0px 0px 18px 0px; */
}

h1 a
{
  color: #664E88;
  text-decoration: none;
}

h2
{
  color: #664E88;
  font-size: 13px;
  /* 
    padding: 18px 0px 5px 0px;
    background: transparent url('../img/stroke_purple.gif') 0px bottom
    no-repeat;
  */	
}   

h3
{
  font-size: 13px;
  color: #917DA8;
}

/**
 * @section WireFrame
 * @todo
 */
body
{
  overflow: scroll;
  overflow: -moz-scrollbars-vertical;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  color: #646567;
}

#position
{
  width: 990px; /* minus padding!! */
  margin: 0px auto;
}

#wrap
{
  padding: 0px 0px 0px 0px; /* o r u l*/
  background: transparent url('../img/bg.gif') 0px 0px repeat-y;
}

div#header 
{
  clear: both;
  height: 63px;
  padding: 50px 0px 25px 30px;
  background: #FFFFFF url('../img/stroke_top.gif') 0px bottom repeat-x;
}

div#meta 
{
  float: right;
  width: 290px;
  padding-top: 40px;
  font-size: 13px;
  font-weight: bold;
}

div#meta a
{
  display: block;
  float: left;
  text-decoration: none;
  padding-right: 35px;
}

div#left 
{
  float: left;
  width: 190px;
  height: 600px;
  padding: 15px 10px 10px 30px;
}

div#right 
{
  float: left;
  width: 270px;
  padding: 15px 10px 10px 10px;
  margin: 0px 0px 0px 0px; /* o r u l*/
}

div#middle 
{
  float: left;
  width: 445px;
  padding: 15px 20px 20px 0px; /* o r u l*/
  margin: 0px 0px 0px 0px; /* o r u l*/
}

div#footer 
{
  clear: both;
  background: #FFFFFF url('../img/stroke_foot.gif') 0px 0px repeat-x;
  padding: 15px 0px 15px 30px;
  font-size: 11px;
  font-weight: bold;
}


/*
 * navigation
 */
#navi
{
  list-style: none;
  width: 100px;
  padding-top: 10px;
}

#navi li
{
  display: block;
  padding: 0px 0px 25px 0px; /* o r u l*/
}

#navi a
{
  font-weight: bold;
  text-decoration: none;
}


/*
 * @section blog
 */  
.entry_body
{
  padding-bottom: 20px;
}
 
.commentsTitle
{
  font-weight: bold;
  padding-bottom: 5px;
}
 
.comments label
{
  float: left;
  display: block;
  width: 90px;
}

.comments input, .comments textarea
{
  width: 300px;
}

#checkbox_remember, #checkbox_subscribe
{
  width: 10px;
  float: left;
  margin-right: 10px;
}

#save
{
  width: 170px;
}

#preview
{
  width: 90px;
}

.long label
{
  width: 300px;
}


.calendar
{
  width: 260px;
  padding-top: 10px;
}

.calendar td
{
  text-align: center;
}

.container_serendipity_quicksearch_plugin, .container_serendipity_archives_plugin
{
  padding-top: 15px;
}


.container_serendipity_archives_plugin ul
{
  list-style: none;
  width: 260px;
  padding-top: 10px;
}

