﻿<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  <head>
    <title>TEST</title>
    
.one .i3 {display:inline-block;}
.one .i3 {display:block;}


body {
  margin:0;
  font-size: medium;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-image: url('../images/pagebg2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0px;
  background-color: #8b8caf;
  }
  
a {
	font-weight: bold;
}

a:link {
  color: #3e3e5d;
  text-decoration:none;
  }
a:visited {
  color: #3e3e5d;
  text-decoration:none;
  }
a:hover {
  color: #3e3e5d;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

/* Header
-----------------------------------------------
 */

#header-wrapper {
  width:800px;
  margin:0 auto 2px;
  border:0px solid $bordercolor;
  }

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header { 
  margin: 5px;
  border: 1px solid $bordercolor;
  text-align: center;
  color:$pagetitlecolor;
}

#header h1 {
  margin:5px 5px 0;
  padding:15px 20px .25em;
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font: $pagetitlefont;
}

#header a {
  color:$pagetitlecolor;
  text-decoration:none;
  }

#header a:hover {
  color:$pagetitlecolor;
  }

#header .description {
  margin:0 5px 5px;
  padding:0 20px 15px;
  max-width:700px;
  text-transform:uppercase;
  letter-spacing:.2em;
  line-height: 1.4em;
  font: $descriptionfont;
  color: $descriptioncolor;
 }

#header img {
  margin-left: auto;
  margin-right: auto;
}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  width: 800px;
  margin:0 auto;
  padding:0px;
  text-align:left;
  font: $bodyfont;
  }

#main-wrapper {
  width: 580px;
  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 */
  padding:15px;  
  background-color: white;
  }

#content-wrapper {
  width: 800px;
  position: absolute;
  top: 335px;
  }

#sidebar-wrapper {
  width: 158px;
  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 */
  padding:10px;  
  background-color: #3e3e5d;
}

#icons {
	position:inherit;
	top: 345px;
}



/* Headings
----------------------------------------------- */

h2 {
  margin:1.5em 0 .75em;
  font:$headerfont;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:$sidebarcolor;
}

.event {
	color: #3e3e5d;
	text-decoration:underline;
	font-weight:bold;
}

.menu {
	font-weight: bold;
	text-align: center;
	font-size: small;
	text-decoration: none;	
}

.menu a:link {
  color: white;
  }
  
.menu a:visited {
  color: white;
  }
  
.menu a:hover {
  color: white;
  text-decoration: underline;
}



/* Sidebar Content
----------------------------------------------- */
.style2 {
	font-size: small;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:	center;
}

.sidebar { 
  color: $sidebartextcolor;
  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 { 
  border-bottom:1px dotted $bordercolor;
  margin:0 0 1.5em;
  padding:0 0 1.5em;
 }

.main .Blog { 
  border-bottom-width: 0;
}

        