body {
  margin:0;
  color: #333333;
  font-family: Verdana, sans-serif;
  font-size: 76%;
  text-align: center;
  border-top: 4px solid #625F5A; 
  background: white url(../images/bg.jpg) repeat-x;
  }

a 	       { font-weight: bold; text-decoration: none}
a:link    { color: #464441; }
a:visited { color: #464441; }
a:hover   { color: #464441; text-decoration: underline; }
a:active  { color: #464441; }

.small { font-size: 0.8em; }

a img { border-width:0; }

h1 { display: none; }

#navbar, #space-for-ie { display: none }

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

#header-wrapper { width:860px; margin:0 auto; padding-bottom: 25px; height: 60px; margin-top: -5px;}
#header         { margin: 0px; margin-bottom: 25px; margin-top: 1.5em; position: relative;}

#header span.logo {
	height: 60px; width: 294px;
	background: transparent url(http://www.joomlatools.eu/templates/jt-v2/img/slogan.png) no-repeat;
	display: block;
}

em {
  font-style: normal;
  font-family: "Courier New";
}

#header a      {font-weight: normal;}
#header a span {color: #00aeef;}
#header a:hover span { color: #464441; font-weight: normal; }

#header ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	list-style-type: none;
	padding: 0;
	position: absolute;
	top: 5px; left: 320px;
//	width: 100%;
}

#header ul li {
	display: inline;
	padding-left: 1.5em;
}

#header ul li a:hover, #header ul li a.active {
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 4px solid #00aeef;
}

/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  width: 860px;
  margin:0 auto;
  padding-top: 0;
  text-align:left;
}

#main-wrapper {
  width: 500px;
  float: left;
  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 */
  }

#sidebar-wrapper {
  width: 230px;
  float: right;
  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 */
}

#content-wrapper {
  padding: 15px 15px 0 50px;  border: 1px solid #0095CA; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#pathway-wrapper {
  padding: 0 15px 0 15px;  border: 1px solid #0095CA; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 10px;
}

#pathway { padding: 5px 10px; }

.clear { clear: both; }


/* Headings
----------------------------------------------- */

h2 {
  margin:1.5em 0 .75em;
  font: normal normal 78% Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
}


/* Posts
-----------------------------------------------
 */
h2.date-header { margin:1.5em 0 .5em; color: #666666;}

.post {
  margin:.5em 0 1.5em;
  padding-bottom:1.5em;
  }
  
.post h3 {
  margin: 0.5em 0 0.5em 0;
  padding:0 4px 4px 0;
  font-weight:normal;
  line-height:1.4em;
  color: #00A4DF;
   font: normal normal 145% Helvetica, Arial, sans-serif;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
  display:block;
  text-decoration:none;
  color:#00A4DF;
  font-weight:normal;
}

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

.post .post-title {
	font: normal normal 185% Helvetica, Arial, sans-serif;
}

.post p {
  margin:0 0 .75em;
  line-height:1.6em;
  text-align: justify;
}

.post ul {
   text-align: justify;
   line-height:1.6em;
   margin:0 0 .75em;	
}
.post ol {
   text-align: justify;
   line-height:1.6em;
   margin:0 0 .75em;	
}

.post-footer {
  margin: .75em 0; padding : 10px 0 10px 0; 
  color:#999999;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: normal normal 78% Verdana, sans-serif;
  line-height: 1.2em;
  border-bottom:1px dotted #CCCCCC;
  border-top:1px dotted #CCCCCC;
}

.post table {
   width: 95%;	
    border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin: 1em 0px 0 1em;
	border-collapse:collapse;
}

.post td, th {
	font-size:11px;
}

.post table th {
	color: #333333;
	background-color: #AAE6FF;
	border: 1px solid #40CDFF;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

.post table td {
	border-right: 1px solid #40CDFF;
	border-bottom: 1px solid #40CDFF;
	border-left: 1px solid #40CDFF;
	background: #fff;
	text-align: left;
	padding: 6px 6px 6px 12px;
}


.post-labels { display: block; width: 75%;  text-align: left;}

.post-footer p { padding: 0; margin: 0; }

.comment-link      { margin-left:.6em; float: right; display: block; background: url(../images/comment.png) no-repeat left 2px; padding-left: 20px; margin-top: 0.6em; }
.comment-link-bottom {float:none;}
.stbutton          { float: right; display: block; margin-top: 0.4em;}
.post img          { padding:4px; border:1px solid #cccccc; }
.post blockquote   { margin:1em 20px; }
.post blockquote p { margin:.75em 0; }

.voterDiv { background-color: #EAF9FF; border: 1px solid #AAE9FF; padding: 3px; }

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

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
  
#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;
  text-align: justify;
  }
  
.deleted-comment {
  font-style:italic;
  color:gray;
  }

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

#blog-pager { 
  text-align: center;
 }

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

.feedburnerFlareBlock { font-size: 10px; }

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

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

.sidebar .widget, .main .widget, .sidebar h2 { 
  margin:0 0 0.5em;
 }
 
 .sidebar .title, .sidebar h2 {
	height: 24px;
	line-height: 24px;
	margin:1.5em 0pt 0pt;
	padding:0pt 0pt 0pt 10px;
	text-align: left;
	font-family : "Lucida Grande",Verdana,Arial,sans-serif;
	font-weight: bold;
	border-top: 5px solid #6E6966;
	border-bottom: 1px dotted #6D6A68;
	font-size: 105%;
	color: #505050;
	 letter-spacing: 0;
 }
 
 .sidebar .widget-content {
 	margin: 1em 0 0 0.5em; font-size: 95%;
 }
 
 #Label1 .widget-content {
 	margin-left: 0px;
 }
 
 .sidebar .archivedate a { 
 	background: url(../images/list-news.gif) no-repeat left 0; padding-left: 15px; padding-top: 1px; padding-bottom: px;  
}

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

.feedburnerFeedBlock a  { 
	font-weight: normal; background: url(../images/generic_link.gif) no-repeat left 2px; padding-left: 18px; padding-top: 1px; padding-bottom: px; 
}
.feedburnerFeedBlock li { 
	margin-left: 10px; padding: 0px; 
}

.feedburner-readers {
	height: 20px; overflow: hidden;padding-left:19px;
}



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

.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: normal normal 78% Verdana, sans-serif;
  color: #999999;
  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% Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* Footer
----------------------------------------------- */
#footer-wrapper { height: 4em;; width: 800px; margin: auto; font-size: 10px; }
#footer         { margin-left: 20px; padding-top: 15px; margin: auto; }
#footer-left    { float: left; }
#footer-right   { float: right; margin-right: 0px;	}

#frame-bottom a {
	color: #80C613;
}

#frame-bottom a:hover {
	color: ##80C613;
	text-decoration: none;
	border-bottom: 1px dotted #80C613;
}

/** Page structure tweaks for layout editor wireframe */
body#layout #header { 
  margin-left: 0px;
  margin-right: 0px;
}

/* Label Cloud Styles
----------------------------------------------- */
#labelCloud {text-align:center;}
#labelCloud .label-cloud li{display:inline;background-image:none !important;padding:0 5px;margin:0;vertical-align:baseline !important;border:0 !important;}
#labelCloud ul{list-style-type:none;margin:0 auto;padding:0;}
#labelCloud a img{border:0;display:inline;margin:0 0 0 3px;padding:0}
#labelCloud a{text-decoration:none}
#labelCloud a:hover{text-decoration:underline}
#labelCloud li a{}
#labelCloud .label-cloud {}
#labelCloud .label-count {padding-left:0.2em;font-size:9px;}
#labelCloud .label-cloud li:before{content:"" !important}

/** Author name */
span.fn {color:#00A4DF; font-weight: bold;}

/** post body links */
.post-body a:link, .post-body a:visited, .post-body a:hover, .post-body a:active {color:#333333;border-bottom: 1px dotted #333333;}
.post-body a:hover, .post-body a:active {border-bottom-style:solid; text-decoration:none;}
.post-body a.comment-link, .post-body a.commentslink, .post-body a.stico_default {border-bottom: none;}
.post-body a.image:link, .post-body a.image:visited, .post-body a.image:hover, .post-body a.image:active { border-bottom: 0 none; }

/* archive */
.toggle {background-image: none !important;}

