/* ========================================================================
Blogger Template Style
Name:     pele2
Author:   Robert Bakker
URL:      www.headshake.nl
Date:     6 May 2006
*/

html,body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal; 
    height: 100%;
    background-color: #f7e9d1;
    background-image: url(/images/top_header_title.jpg);
    background-repeat: repeat-x;
    margin: 0px;
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal; 
    margin: 0px;
}

.schemaTable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.bottomTable{
    background-image: url(/images/bottom_shade.gif);
    background-repeat: repeat-x;
}

.mainTable{
    height: 100%;
}

.contentTable{
    height: 100%;
}

.leftContent {
    height: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
    color: #838383;
    background-color: #ffffff;
}

.rightContent {
    height:100%;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
    color: white;
    background-color: #ff8000;
    height: 100%;   
}

.rightContent a:link{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
    color: black;
    text-transform: capitalize;
    text-decoration: none;
}

.rightContent a:visited{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
    color: black;
    text-transform: capitalize;
    text-decoration: none;
}

.rightContent a:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
    color: white;
}

.tdSidebar {
    height: 100%;
}

.linkP {
    margin: 0.5em;
}

.leftShade{
    height: 100%;
    background-image: url(/images/left_shadow.png);
    background-position: right;
    background-repeat: repeat-y;
}

.rightShade{
    height: 100%;
    background-image: url(/images/right_shadow.png);
    background-position: left;
    background-repeat: repeat-y;
}

.footer {
    text-align: center;
}

a:link{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
    text-decoration: none;
}

a:visited{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
    text-decoration: none;
}

a:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

#main {
  text-align: left;
  background:#fff url("/images/c_top.gif") no-repeat left top;
  padding-top:15px;
  float:left;
  width:100%;
  
}

#main img {
  padding: 6px;
  margin: 0px 10px 0px 0px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

#m2 {
  background:url("/images/c_bot.gif") no-repeat left bottom;
  padding-bottom:15px;
  float:left;
  width:100%;
}

#m3 {
  border:5px solid #f7c46c;
  border-width:0 5px;
  padding:0 15px;
  float:left;
  width: 460px !important; /* for most browsers */
  width /**/:500px; /* for IE5/Win */
}

.photoframe {
    border: 1px solid rgb(204, 204, 204); 
    background-color: rgb(238, 238, 238);
}
.photoIframe {
    border: 1px solid rgb(204, 204, 204); 
    background-color: rgb(221, 221, 221);
    text-align: center;
    height: 63px;
    width: 80;
}
img {
    border:0px solid black;
}
/* ========================================================================
Blogger Template Style
Name:     TicTac
Author:   Dan Cederholm
URL:      www.simplebits.com
Date:     1 March 2004
*/

/* ---( page defaults )--- */

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  /*background: url(http://www.blogblog.com/tictac/quotes.gif) no-repeat top left;*/
  }

blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #f63;
  }

hr {
  /*display: none;*/
  width: 98%; 
  border: none; 
  border-bottom: 1px solid #FF8000; 
  height: 0;
  }

img {
  border: none;
  }

/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(http://www.blogblog.com/tictac/tictac_orange.gif) no-repeat 0 6px;
  }

/* links */

a:link {
  color: #69c;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #693;
  }

a:active {
  color: #cc3333;
  text-decoration: none;
  }

/* ---( layout structure )---*/

@media all {
  #wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    background: url(http://www.blogblog.com/tictac/tile.gif) repeat-y;
    }

  #content {
    margin-left: 10px; /* to avoid the BMH */
    }

  #main-content {
    float: left;
    /*width: 460px;*/
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 1.5em;
    }

  #sidebar {
    /*margin: 0 41px 0 547px;*/
    padding: 10px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    /*background: url(http://www.blogblog.com/tictac/sidebar_bg.gif) no-repeat 0 0;*/
    }
  }
@media handheld {
  #wrap {
    width: 90%;
    background: none;
    }

  #content {
    margin:0 2% 0 2%;
    }

  #main-content {
    float: none;
    width: 100%;
    }

  #sidebar {
    margin: 0 2% 0 2%;
    }
  }


/* ---( header and site name )--- */

@media all {
  #blog-header {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Verdana", "Helvetica";
    /*background: #e0e0e0 url(http://www.blogblog.com/tictac/top_div.gif) no-repeat top left;*/
    }

  #blog-header h5 {
    margin: 0;
    /*padding: 45px 60px 50px 160px;*/
    font-size: 150%;
    color: #ff8000;
    text-shadow: #81A75B 2px 2px 2px;
    /*background: url(http://www.blogblog.com/tictac/top_h1.gif) no-repeat bottom left;*/
    }
  }
@media handheld {
  #blog-header {
    background: #99cc66;
    }

  #blog-header h1 {
    background: none;
    }
  }

#blog-header h1 a {
  text-decoration: none;
  color: #fff;
  }

#blog-header h1 a:hover {
  color: #eee;
  }

/* ---( main column )--- */

h2.date-header {
  text-align: left;
  margin-top: 0;
  padding-left: 14px;
  font-size: 120%;
  color: #f93;
  /*background: url(http://www.blogblog.com/tictac/date_icon.gif) no-repeat 0 50%;*/
  }

h3.post-title {
  margin-top: 0;
  font-family: "Verdana", "Helvetica";
  font-size: 130%;
  letter-spacing: 1px;
  color: #f63;
  }

.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999;
  /*background: url(http://www.blogblog.com/tictac/tictac_grey.gif) no-repeat 0 8px;*/
  }

.post img {
  padding: 6px;
  margin: 0px 10px 0px 0px; 
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }

/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  /*background: #eee url(http://www.blogblog.com/tictac/comments_curve.gif) no-repeat top left;*/
  }

#comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Verdana", "Helvetica";
  font-size: 130%;
  color: #666;
  /*background: url(http://www.blogblog.com/tictac/bubbles.gif) no-repeat 10px 0;*/
  height: 29px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }
  
#comments ul {
  margin-left: 0;
  }

#comments li {
  background: none;
  padding-left: 0;
  }
  
.comment-body {
  padding: 0 10px 0 25px;
  /*background: url(http://www.blogblog.com/tictac/tictac_orange.gif) no-repeat 10px 5px;*/
  }

.comment-body p {
  margin-bottom: 0;
  }

.comment-data {
  margin: 4px 0 0 0;
  padding: 0 10px 1em 60px;
  color: #999;
  border-bottom: 1px solid #ddd;
  /*background: url(http://www.blogblog.com/tictac/comment_arrow.gif) no-repeat 44px 2px;*/
  }


.deleted-comment {
  font-style:italic;
  color:gray;
  }

.comment-link {
  margin-left:.6em;
  }

/* ---( sidebar )--- */

h2.sidebar-title {
  text-align: left;
  margin: 0 0 0 0;
  padding: 12px 0 0 5px;
  font-family: "Verdana", "Helvetica";
  font-size: 130%;
  color: white;
  height: 22px;
  /*background: url(http://www.blogblog.com/tictac/sidebar_icon.gif) no-repeat 20px 15px;*/
  height: 22px !important; /* for most browsers */
  height /**/:40px; /* for IE5/Win */
  }

#sidebar ul, #sidebar p {
  margin: 0;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #ddd;
  }

#sidebar li {
  /*background: url(http://www.blogblog.com/tictac/tictac_green.gif) no-repeat 0 5px;*/
  }

/* profile block */

.profile-datablock {
  margin: 0;
  padding: 5px 20px 0 20px;
  }

.profile-datablock dd {
  margin: 0;
  padding: 0;
  }

.profile-img img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background: #fff;
  }

#sidebar p.profile-link {
  padding-left: 36px;
  /*background: url(http://www.blogblog.com/tictac/profile.gif) no-repeat 20px 4px;*/
  }

p#powered-by, #sidebar p.profile-textblock {
  margin-top: 1em;
  border: none;
  }

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

@media all {
  #footer {
    margin: 0;
    padding: 0 0 9px 0;
    font-size: 85%;
    color: #ddd;
    /*background: url(http://www.blogblog.com/tictac/bottom_sill.gif) no-repeat bottom left;*/
    }

  #footer p {
    margin: 0;
    /*padding: 20px 320px 20px 95px;*/
    /*background: url(http://www.blogblog.com/tictac/bottom_sash.gif) no-repeat top left;*/
    }
  }
@media handheld {
  #footer {
    background: none;
    }

  #footer p {
    background: none;
    }
  }

<ItemPage>
/* ---- overrides for post page ---- */

.post {
  padding: 0;
  border: none;
  }
</ItemPage>
