@charset "utf-8";
/* CSS Document */
/* Variable definitions
   ====================
   <Variable name="bgcolor" description="Page Background Color"
             type="color" default="#000" value="#000000">
   <Variable name="textcolor" description="Text Color"
             type="color" default="#ccc" value="#cccccc">
   <Variable name="linkcolor" description="Link Color"
             type="color" default="#9ad" value="#99aadd">
   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#ccc" value="#cccccc">
   <Variable name="descriptioncolor" description="Blog Description Color"
             type="color" default="#777" value="#777777">
   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#ad9" value="#aadd99">
   <Variable name="bordercolor" description="Border Color"
             type="color" default="#333" value="#333333">
   <Variable name="sidebarcolor" description="Sidebar Title Color"
             type="color" default="#777" value="#777777">
   <Variable name="sidebartextcolor" description="Sidebar Text Color"
             type="color" default="#999" value="#999999">
   <Variable name="visitedlinkcolor" description="Visited Link Color"
             type="color" default="#a7a" value="#aa77aa">
   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif" value="normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif">
   <Variable name="headerfont" description="Sidebar Title Font"
             type="font"
             default="normal bold 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal bold 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
   <Variable name="pagetitlefont" description="Blog Title Font"
             type="font"
             default="normal bold 200% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif" value="normal bold 200% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif">
   <Variable name="descriptionfont" description="Blog Description Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif">
   <Variable name="postfooterfont" description="Post Footer Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="startSide" description="Start side in blog language"
             type="automatic" default="left" value="left">
   <Variable name="endSide" description="End side in blog language"
             type="automatic" default="right" value="right">
*/


/* Blog Layout
----------------------------------------------- */

#main-wrapper {
  margin:0 0 0 75px;
	position:relative;
	width:546px;
	padding:23px;
	float:left;
	background:url(../images/post_background.png) repeat;
	display:inline-block;
}

#sidebar-wrapper {
	position:relative;
	padding:19px 10px 10px 10px;
	width:250px;
	float:right;
	background:url(../images/post_background.png) repeat;
	display:inline-block;
}

/* Posts
-----------------------------------------------
 */
h2.date-header {
	font-size:14px;
	color:#CCC;
	padding-bottom:5px;
  }

.post {
  margin:0;
  padding:0;
  }
.post h3 {
  margin:0;
  padding:10px 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  border-top:
}

.post h3 a, .post h3 a:visited, .post h3 strong{
  display:block;
  text-decoration:none;
  font-weight:bold;
  border-bottom:5px solid #851818;
}

.post h3 a:hover {
  color:#FFFFFF;
  border-bottom:5px solid #eb2c2d;
}

.post-body {
  margin:0 0 .75em;
  padding-top:5px;
  text-align:justify;
  font-size:14px;
  line-height:140%;
  color:#CCC;
}

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

.post-footer {
  font-size:12px;
  color:#CCC;
  line-height: 1.4em;
  padding-bottom:50px;
}

.comment-link {
  margin-$startSide:.6em;
  }
  
.post-body img, .entry-content img {
  border:none;
  }
  
img.alignright {
  display:inline;
  float:right;
  border:none;
  margin-left:10px;
  }  
  
img.alignleft {
  display:inline;
  float:left;
  border:none;
  margin-right:10px;
  }
  
.post blockquote {
  margin:0 20px;
  }
.post blockquote p {
  margin:0;
  }

/* Comments
----------------------------------------------- */
#comments h4 {
  margin:.5em 0;
  font-weight: bold;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:12px;
  }

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  font-size:12px;
  }
#comments-block .comment-author {
  margin:.5em 0;
  }
#comments-block .comment-body {
  margin:.25em 0 0;
  }
#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;
  }
  
.post-comment-link {
	float:right;
}

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

#blog-pager-newer-link {
  float: right;
 }
 
#blog-pager-older-link {
  float: left;
 }
 
#home-link {
	text-align:center;
}
 
.blog-pager{   
  text-align: center; 
  font-size:14px;
 }

/* Sidebar Content
----------------------------------------------- */
.sidebar { 
  font-size:12px;
  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-$endSide:0;
  padding-bottom:.25em;
  padding-$startSide:15px;
  text-indent:-15px;
  line-height:1.5em;
  }

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

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

/* Profile 
----------------------------------------------- */
.profile-img { 
  float: $startSide;
  margin-top: 0;
  margin-$endSide: 5px;
  margin-bottom: 5px;
  margin-$startSide: 0;
  padding: 4px;
  border: 1px solid $bordercolor;
}

.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: $postfooterfont;
  color: $sidebarcolor;
  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: $postfooterfont;
  text-transform: uppercase;
  letter-spacing: .1em;
}

#navbar-iframe {
              height:0px;
              visibility:hidden;
              display:none;
}

.feed-links  {
display: none;
}

#Label1 h2 {
	font-size:14px;
	color:#CCC;
}

.widget-content ul li {
	margin-left:15px;
}