/* Use this with templates/template-twocol.html */
.trans_box2 {
  font-family:verdana;
  font-weight:bold;
  padding:40px;
  margin:30px;
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/75p_honey.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(/75p_honey.png);
}


body {
  background: #D3D3D3 url(/static/blog_bg2.jpg) repeat scroll 0 0;
  margin:0;
  color:#262626;
  font: x-small Georgia,"Times New Roman",Times,serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  }
a:link {
  color:#67b28b;
  text-decoration:none;
  }
a:visited {
  color:#67b28b;
  text-decoration:none;
  }
a:hover {
  color:#49494A;
  text-decoration:underline;
}
a img {
  border-width:0;
  width: 224px;
  }

/* Header
-----------------------------------------------
 */

#logo {
    position:relative;
    width:1015px;
    height: 395px;
}

#header-wrapper {
  background: url(/static/magdalukasiewiczfrontpage4.jpg) no-repeat;
  width:1000px;
  height:395px;
/*  margin:0 auto; */

  }

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header { 
  margin: 5px;
  border: 1px solid #333333;
  text-align: center;
  color:#cccccc;
}

#header h1 {
  margin:5px 5px 0;
  padding:15px 20px .25em;
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font: normal bold 200% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}

#header a {
  color:#262626;
  text-decoration:none;
  }

#header a:hover {
  color:#262626;
  }

#header .description {
  margin:0 5px 5px;
  padding:0 20px 15px;
  /*max-width:700px;*/
  text-transform:uppercase;
  letter-spacing:.2em;
  line-height: 1.4em;
  font: normal normal 78% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
  color: #777777;
}

#header img {
  margin-left: auto;
  margin-right: auto;
}

.gallery-photo {
    display: inline;

} 


.photo-gallery {
    float:left;
    margin: 0px 10px 30px 10px;
}
.photo-gallery h2 a{
    font-size: 16px;
/*    font-size:140%;*/
    font-weight:normal;
    line-height:1.4em;
    color:#67b28b;
    font-family: Georgia,Geneva,Arial,sans-serif;
    font-style:italic;
    font-weight:normal;
    font-size: 14px; /*font-family: 'Comic Sans MS';*/
}

.photo-gallery h2 a:hover {
    color: #cccccc;
}

.photo-gallery div a {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter:alpha(opacity=80);
}

.photo-gallery div a:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter:alpha(opacity=100);
}

.toplinks {      
   background:rgba(52, 14, 13, 0.2) none repeat scroll 0 0;
    color:#F2EFE8;
    font-size:18px;
    height:40px;
    margin-bottom:25px;
    margin-right:30px;
    margin-top:-80px;
    padding-top:15px;
    text-align:right;
    width:1016px;
    position:absolute;
    top:420px;
}
.toplinks a:visited, .toplinks a:link, .toplinks a:hover {
    color: #F2EFE8;
    padding-right:20px;
}

/* Outer-Wrapper
----------------------------------------------- */
#wrap2 {
    background:white;
}

#outer-wrapper {
  width: 1016px;
  margin:0 auto;
  background: #fff;
  padding:1px;
 background: transparent url(/static/dropshadow.png) repeat-y scroll 0 0;
/*  padding:10px;   */
  text-align:left;
  font: normal normal 100% Georgia,"Times New Roman",Times,serif;
  }

#content-wrapper {
    width:1000px;
    margin-top:-5px;
}
#main-wrapper {
  width: 980px;
/*  margin: 8px auto; */
  padding: 10px;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  background: #fff;
  }

#sidebar-wrapper {
  /*width: 220px;*/
  background: white;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  padding-left: 30px;
}

#archives {
    float:left;
}
#tags {
    margin-left: 200px;
}
/* Headings
----------------------------------------------- */

h1 {
    color:#67b28b;
    font-family: Georgia,Geneva,Arial,sans-serif;
    font-style:italic;
    font-weight:normal;
}

h3 {
    color:#67b28b;
    font-family: Georgia,Geneva,Arial,sans-serif;
    font-style:italic;
    font-weight:normal;
}

h2 {
  margin:1.5em 0 .75em;
  font:normal bold 180% Georgia,Geneva,Arial,sans-serif;
  line-height: 1.4em;
/*  text-transform:uppercase;*/
  letter-spacing:.2em;
/*  color:#777777;*/
  color:#67b28b;
    font-weight:normal;
    font-style:italic;
}


/* Posts
-----------------------------------------------
 */
h2.date-header {
  margin:1.5em 0 .5em;
  font-size: 78%;
  }

.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #E6E6E6;
  padding-bottom:1.5em;
  font-family:Georgia,"Times New Roman",Times,serif;
  color:#49494A;
  font-size: 14px; /*font-family: 'Comic Sans MS';*/
  }
.post h3 {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-family:Georgia,Geneva,Arial,sans-serif;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  /*color:#75726D;;*/
  color:#67b28b;
}


.post h3 a, .post h3 a:visited, .post h3 strong {
  display:block;
  text-decoration:none;
  font-style:italic;
  color:#67b28b;
  /*font-weight:bold;*/
}

.post h3 a:hover {
    color:#49494A;
}

.post h3 strong, .post h3 a:hover {
  color:#cccccc;
}

.post-body {
  margin:0 0 .75em;
  line-height:1.6em;
  color:#49494A;
  font-family:Georgia,Geneva,Arial,sans-serif;
  font-size: 14px; /*font-family: 'Comic Sans MS';*/
}

.post-body blockquote {
  line-height:1.3em;  
}

.post-footer {
  margin: .75em 0;
  color:#777777;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: normal normal 78% Georgia,"Times New Roman",Times,serif;
  line-height: 1.4em;
}

.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #333333;
  display:block;
  margin: auto;
  /*width: 100%;*/
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font-weight: bold;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color: #777777;
  }

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block .comment-author {
  margin:.5em 0;
  font-size: 90%;
  }
#comments-block .comment-body {
  margin:.25em 0 0;
  border-bottom:1px dotted #333333;
  }
#comments-block .comment-footer {
  margin:-.25em 0 2em;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

.feed-links {
  clear: both;
  line-height: 2.5em;
}

#blog-pager-newer-link {
  float: left;
 }
 
#blog-pager-older-link {
  float: right;
 }
 
#blog-pager {   
  text-align: center; 
 }

/* Sidebar Content
----------------------------------------------- */
.sidebar { 
  color: #999999;
  line-height: 1.5em;
 }

.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
}
.sidebar li {
  margin:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:.25em;
  padding-left:15px;
  text-indent:-15px;
  line-height:1.5em;
  }

.sidebar .widget, .main .widget { 
  border-bottom:1px dotted #333333;
  margin:0 0 1.5em;
  padding:0 0 1.5em;
 }

.main .Blog { 
  border-bottom-width: 0;
}

/* Profile 
----------------------------------------------- */
.profile-img { 
  float: left;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 4px;
  border: 1px solid #333333;
}

.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: normal normal 78% Georgia,"Times New Roman",Times,serif;
  color: #777777;
  font-weight: bold;
  line-height: 1.6em;
}

.profile-datablock { 
  margin:.5em 0 .5em;
}

.profile-textblock { 
  margin: 0.5em 0;
  line-height: 1.6em;
}

.profile-link { 
  font: normal normal 78% Georgia,"Times New Roman",Times,serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.clear {
    clear:both;
}

/* Footer
----------------------------------------------- */
#footer {
  width:1000px;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  line-height: 1.6em;
/*  text-transform:uppercase;*/
  letter-spacing:.1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
/*  color:#67b28b;*/
  font-family: Georgia,Geneva,Arial,sans-serif;
  font-style:italic;
  font-weight:normal;
}

#lightbox-loading-link img {
    width: 32px;
    height: 32px;
}