
body
{
  margin: 0 auto;
  padding: 0;
  background-color: #d0e1fb;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}


.BackgroundGradient
{
  background-image: url('images/bg_body.jpg');
  background-repeat: repeat-x;
  height: 900px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* ----------------------------------- Pagina ----------------------------------- */

/* ----------------------------------- Colturi + bg ----------------------------------- */
.Colt
{
  overflow: hidden;
  min-width:59px;
  min-height:59px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 960px;
}

.bg_alb
{
  position: absolute;
  margin-top: 200px;
  overflow:hidden;
  z-index: -8;
  top: 30px;
  left: 3px;
  bottom: 30px;
  width: 954px;
  background-image: url('images/bg_alb.jpg');
  background-repeat: repeat-y;
}


.Colt
{
  margin-top: 15px;
}

/* ----------------------------------- sfarsit Colturi + bg ----------------------------------- */

/* ----------------------------------- Header ----------------------------------- */
div.Header
{
  margin: 0 auto;
  position: relative;
  width: 954px;
  height: 230px;
  background-image: url('images/Header.png');
  background-repeat: no-repeat;
  background-position: left top;
}

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

/*  ----------------------------------- Logo ----------------------------------- */
.logo
{
  display : block;
  position: absolute;
  left: 10px;
  top: 74px;
  width: 932px;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  display: block;
  text-align: center;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  padding:0;
  margin:0;
  color: #000000 !important;
}

.logo-text, .logo-text a
{
  display: block;
  padding:0;
  margin:0;
  text-align: center;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color: #152947 !important;
}
/* ----------------------------------- sfarsit Logo ----------------------------------- */

/* ----------------------------------- Menu ----------------------------------- */
/* ----------------- structura ---------------------- */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.artmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}

.artmenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


/* ---------------------- sfarsit structura ------------------- */

.nav
{
  position: relative;
  margin: 0  auto;
  width: 952px;
  height: 34px;
  z-index: 100;
}

.artmenu
{
  padding: 4px 4px 4px 4px;
}


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 34px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 952px;
  right: 0;
}


.nav .l, .nav .r div
{
  background-position: left top;
  background-repeat: repeat-x;
  background-image: url('images/nav.png');
}

/* ----------------------------------- sfarsit Menu ----------------------------------- */

/* ----------------------------------- MenuItem ----------------------------------- */
.artmenu ul li
{
  clear: both;
}

.artmenu a , .artmenu a span
{
  height: 26px;
  display: block;
}


.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 2px;
  margin-left: 2px;

}
.artmenu a
{
  background-image: url('images/item-left.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.artmenu a span
{
  background-image: url('images/item-right.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.artmenu a span span
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1A3256;
  padding: 0 19px;
  margin: 0 4px;
  line-height: 26px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}


.artmenu a:hover
{
  background-position: left -26px;
}

.artmenu li:hover>a
{
  background-position: left -26px;
}
.artmenu li:hover a span
{
  background-position: right -26px;
}

.artmenu a:hover span
{
  background-position: right -26px;
}


.artmenu a:hover span span
{
  color: #E4EBF7;
  background-position: left -26px;
}

.artmenu li:hover a span span
{
  color: #E4EBF7;
  background-position: left -26px;
}


.artmenu a.active
{
  background-position: left -52px;
}

.artmenu a.active span
{
  background-position: right -52px;
}

.artmenu a.active span span
{
  color: #0D192B;
  background-position: left -52px;
}

/* ----------------------------------- sfarsit MenuItem ----------------------------------- */

/* ----------------------------------- MenuSeparator ----------------------------------- */
.nav .separator
{
  display: block;
  width: 1px;
  height: 26px;
  background-image: url('images/item-separator.png');
}
/* ----------------------------------- sfarsit MenuSeparator ----------------------------------- */

/*--------------------------linkuri----------------------------------------*/
#content1 .linkuri-upper {
	height:97px;
	background:url(images/slidebar_sus-upper.png) no-repeat;
}
#content1 .linkuri {
	background:url(images/slidebar_mjl.png) repeat-y;
}
#content1 .linkuri-btm {
	height:58px;
	background:url(images/slidebar_jos.png) no-repeat;
}
#content1 .linkuri ul {
	margin:0 0 0px;
	padding:0;
}
#content1 .linkuri ul li {
	font-size:16px;
	line-height:18px;
	list-style:none;
	text-decoration:none;
	font-weight:bold;
}
#content1 .linkuri ul li a {
	color:#336699;
	display:block;
	text-decoration:none;
	width:212px;
	margin:0 auto;
	padding:4px 0 5px 30px;
	background:url(images/bullet-postit.gif) no-repeat 10px 8px;
}
#content1 .linkuri ul li a:hover {
	color: #5596d7;
	height: 24px;
	padding-left: 35px;
}


/* ----------------------------------- Box, Block ----------------------------------- */
.Block
{
  overflow: hidden;
  min-width:11px;
  min-height:11px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 5px;
}

.Meniu-sus
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 0px;
  right: 5px;
  width: 265px;
  height: 5px;
  background-image: url('images/slidebar_sus.png');
}

.Meniu-mjl
{
  position: relative;
  z-index: -1;
  top: 0px;

  width: 265px;

  background-image: url('images/slidebar_mjl.png');
}

.Meniu-jos
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom:0px;
  left: 0px;
  width: 265px;
  height: 5px;
  background-image: url('images/slidebar_jos.png');
}




.Block
{
  margin: 10px;
}

.Block table.table
{
  border-collapse: collapse;
  margin: 1px;
}

.Block table.table th, .Block table.table td
{
  padding: 2px;
}


.Block table.table td
{
  vertical-align: top;
}
/* ----------------------------------- sfarsit Box, Block ----------------------------------- */

/* ----------------------------------- BlockHeader ----------------------------------- */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  width:245px;
  z-index: 0;
  line-height: 30px;
  padding: 0 8px;
  margin-bottom: 7px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color: #FFFFFF;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}


.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left: 0;
  right: 5px;
}


.BlockHeader .r
{
  right: 0;
  width: 5px;
}


.BlockHeader .r div
{
  width: 952px;
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/bara_st.png');
}



.header-tag-icon
{
  display:inline-block;
  background-position:left top;
  background-image: url('images/BlockHeaderIcon.png');
  padding:0 0 0 30px;
  background-repeat: no-repeat;
  min-height: 22px;
  margin: 0 0 0 5px;
}




/* ----------------------------------- sfarsit BlockHeader ----------------------------------- */

/* ----------------------------------- Box, BlockContent ----------------------------------- */
.BlockContent
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 8px;
}


.BlockContent-body
{
  color:#716523;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: justify;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 150%;
}

.BlockContent-body a:link
{
  color: #10284C;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-decoration: none;
  font-weight:bold;
}

.BlockContent-body a:visited
{
  color: #0A2752;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-decoration: none;
  font-weight:bold;
}

.BlockContent-body a:hover
{
  color: #3a629e;  
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  text-decoration: none;
  font-weight:bold;
  padding-left: 10px;
}


.BlockContent-body ul
{
  list-style-type: none;
  color: #564D1A;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
}

.BlockContent-body ul li
{
  padding:2px 0 2px 22px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}

/* ----------------------------------- sfarsit Box, BlockContent ----------------------------------- */

/* ----------------------------------- Post ----------------------------------- */
.Post
{
  overflow: hidden;
  min-width:15px;
  min-height:15px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Post-body
{
  position: relative;
  z-index: 0;
  margin: 11px;
}

.Post-sus
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 646px;
  height: 6px;
  background-image: url('images/bara_sus.png');
}

.Post-jos
{
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0px;
  width: 646px;
  height: 7px;
  background-image: url('images/bara_jos.png');
}

.Post-st
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 7px;
  left: 0;
  width: 7px;
  bottom: 7px;
}

.Post-st div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: url('images/Post-v.png');
}

.Post-dr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 7px;
  right: 0;
  width: 7px;
  bottom: 7px;
}

.Post-dr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -7px;
  width: 14px;
  height: 100%;
  background-image: url('images/Post-v.png');
}

.Post
{
  margin: 10px;
}

/* ----------------------------------- sfarsit Post ----------------------------------- */

/* ----------------------------------- images ----------------------------------- */
a img
{
  border: 0;
}

img
{
  border-style: solid;
  border-width: 1px;
  border-color: #1D3962;
}

img.metadata-icon
{
  border:none;
  vertical-align: middle;
}

/* ----------------------------------- sfarsit images ----------------------------------- */


/* ----------------------------------- PostHeader ----------------------------------- */

.PostHeader_bara
{

  background-color: #EEF0EA;
  border-color: #E8E3CF;
  border-style: solid;
  border-width: 1px;
  padding:3px;
}


.PostHeader_bara
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  letter-spacing: 0px;
  margin-bottom: 3px;
  color: #4b4b4b;
}

.PostHeader_bara a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0px;
  color: #26497E;
}

.PostHeader_bara a:visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0px;
  color: #26497E;
}

.PostHeader_bara a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0px;
  color: #1683b1;
}

.PostHeader_bara h1
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0px;
}
/* ----------------------------------- sfarsit PostHeader ----------------------------------- */

/* ----------------------------------- PostHeaderIcon ----------------------------------- */
.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #102037;
}
.PostHeaderIcon-wrapper img
{
  border:none;
  vertical-align: middle;
}
/* ----------------------------------- sfarsit PostHeaderIcon ----------------------------------- */

/* ----------------------------------- PostHeader ----------------------------------- */
a.PostHeader:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #152947;
}

a.PostHeader:visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #10284C;
}

a.PostHeader:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  color: #152947;
}
/* ----------------------------------- sfarsit PostHeader ----------------------------------- */

/* ----------------------------------- sfarsit PostContent ----------------------------------- */
/* ----------------------------------- Content Text Font & Color (Default) ----------------------------------- */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #564D29
}

.PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: justify;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 150%;
  color: #564D29
}


/* ----------------------------------- Content link ----------------------------------- */

a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #10284C
}

a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #10284C
}

a:visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #10284C
}

a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  text-decoration: none;
  letter-spacing: 1px;
  color: #3a629e
}
/* ----------------------------------- Sfarsit Content link ----------------------------------- */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #295089;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3669B5;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #9E8E4C;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #726637;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #726637;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #726637;
}
/* ----------------------------------- sfarsit Content headings Fonts & Colors  ----------------------------------- */
/* ----------------------------------- sfarsit PostContent ----------------------------------- */

/* ----------------------------------- PostBullets ----------------------------------- */
/* ----------------------------------- Content list ----------------------------------- */

ul
{
  list-style-type: none;
  color: #09121F;
  margin:0;
  padding:0;
}

li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}



.Post ul li
{
  padding:2px 0 2px 22px;
  background-image: url('images/PostBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}


/* ----------------------------------- sfarsit Content list ----------------------------------- */
/* ----------------------------------- sfarsit PostBullets ----------------------------------- */

/* ----------------------------------- PostQuote ----------------------------------- */

blockquote p
{
  color:#171507;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: justify;
  margin-left: 15px;
  margin-right: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 150%;
}

blockquote
{
  border:1px solid #E1D79D;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 41px;

  background-color:#EFEACC;

  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}

/* ----------------------------------- sfarsit PostQuote ----------------------------------- */

/* ----------------------------------- PostMetadata ----------------------------------- */

.PostMetadataFooter
{

  background-color: #EEF0EA;
  border-color: #E8E3CF;
  border-style: solid;
  border-width: 1px;
  padding:3px;
}


.PostMetadataFooter
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0px;
  color: #716523;
}

.PostMetadataFooter a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: underline;
  letter-spacing: 0px;
  color: #152947;
}

.PostMetadataFooter a:visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: underline;
  letter-spacing: 0px;
  color: #10284C;
}

.PostMetadataFooter a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 0px;
  color: #10284C;
}
/* ----------------------------------- sfarsit PostMetadata ----------------------------------- */

/* ----------------------------------- Button ----------------------------------- */
button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:30px;
  height:30px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none;
}


/* ----------------------------------- pentru ie7 ----------------------------------- */
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}


.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 30px;
  color: #FFFFFF;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height: 30px;
  white-space: normal;
  padding: 0 14px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
  text-decoration: none;
}

input, select
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}

.Button .active
{
  color: #F8F7F1;
}

.Button .hover,  a.Button:hover
{
  color: #FFFFFF;
  text-decoration:none;
}

.Button .active .r
{
  top: -60px;
}

.Button .hover .r
{
  top: -30px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 9px;
  height: 90px;
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:415px;
  height: 90px;
}


.Button .active .l
{
  top: -60px;
}

.Button .hover .l
{
  top: -30px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 9px;
  height: 90px;
}


.Button .l, .Button .r span
{
  background-image: url('images/Button.png');
}

/* ----------------------------------- sfarsit Button ----------------------------------- */

/* ----------------------------------- Footer ----------------------------------- */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 952px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 15px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/Footer.png');
  width: 952px;
  height: 100px;
  bottom:0;
  left:0;
}

.rss-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('images/rssIcon.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 32px;
}

.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#fff;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #72aaff;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #72aaff;
  font-weight: bold;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #C8D7EF;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: underline overline;
}
/* ----------------------------------- sfarsit Footer ----------------------------------- */

/* ----------------------------------- PageFooter ----------------------------------- */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:11px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  color:#000;
}

.page-footer
{
  margin:1em;
  font-size:12px;
  text-align:center;
  text-decoration:none;
  color:#000;
}
/* ----------------------------------- sfarsit PageFooter ----------------------------------- */

/* ----------------------------------- LayoutCell ----------------------------------- */
.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 285px;
}

.clear-float
{
  float:none;
  clear:both;
}

.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 666px;
}

.clear-float
{
  float:none;
  clear:both;
}
/* ----------------------------------- sfarsit LayoutCell ----------------------------------- */



.commentlist li .avatar
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

#commentform textarea
{
  width: 100%;
  padding: 2px;
}

.navigation
{
	display: block;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 3em;
}

/* ----------------------------------- wp style ----------------------------------- */
.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img{
	border: 0px;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.wp-caption
{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* ----------------------------------- sfarsit wp style ----------------------------------- */


.hidden
{
	display: none;
}

/* ----------------------------------- Calendar ----------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}