/*  
Theme Name: DerzhKolledzh
Theme URI: 
Description: Тема для Колледж текстиля и дизайна
Version: 1.0
Author: Oleksandr Butenko
Author URI: http://webdrive.com.ua
*/


body
{
   padding: 0;
   margin:0;
   min-width: 970px;
   color: #727272;
   background-color: #DAF9F6;
   display: block;
   font-size: 14px;
	line-height: 1.42857143;
	font-family: "Lato", Helvetica, Arial, sans-serif;
   font-style: normal;
   font-weight: normal;
   /*background-image: url('images/bg1.jpg');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: top center;*/
}

html {
    font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}

b, strong {
    font-weight: bold;
}

.cleared
{
   display:block;
   clear: both;
   float: none;
   margin: 0;
   padding: 0;
   border: none;
   font-size: 0;
   height:0;
   overflow:hidden;
}

.reset-box
{
   overflow:hidden;
   display:table;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #6B8EA0;
}

/* begin Header */
div.art-header
{
   margin: 0 auto;
   position: relative;
   width:100%;
   /*height: 430px;*/
   margin-top: 0;
   margin-bottom: 0;
}

.header-img .img-responsive {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.art-bar.art-nav {
    background: #0065b0;
    display: block;
    width: 100%;
    height: 50px;
}

ul.sub-menu {
	display: none;
    position: absolute;
    width: 300px;
    z-index: 99;
    background: #0065b0;
	padding: 0px;
}

#menu-main-navigation ul.sub-menu a {
    color: #fff;
    padding: 10px;
	display: block;
}

#menu-main-navigation ul.sub-menu li {
	display: block;
	}

/*
.sub-menu li:hover > ul {
    position: absolute;
    top: 0;
    left: 300px;
	visibility: visible;
	margin: 0;
	padding: 0;
}
*/

.sub-menu li:hover > ul {
	margin-top: -40px;
    position: absolute;
    left: 300px;
	visibility: visible;
}
	
#menu-main-navigation {
    min-height: 50px;
	margin: 0 auto;
	float: none;
}

#menu-main-navigation a {
    color: #fff;
    padding: 15px 25px;
}

#menu-main-navigation li, #menu-main-navigation li a {
	display: inline-block;
}

#menu-main-navigation li:hover, #menu-main-navigation a:hover {
	background-color: #1abc9c;
}

#menu-main-navigation li:hover > ul.sub-menu {
	display: block;
}

ul.sub-menu .sub-menu {
	position: relative;
}






/*
.nav > li {
    position: relative;
    display: block;
}

.nav > li {
    position: relative;
    display: block;
	float: left;
}

.nav > li > a {
    position: relative;
    display: block;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: white;
    text-decoration: none;
    background-color: #1abc9c;
}
*/


/* begin Layout */


.art-layout-wrapper {
    position: relative;
    margin: 0 auto;
    background: #fff;
    width: 1100px;
    display: flex;
}

.art-layout-cell.art-content {
   /*display: table;
   table-layout: fixed;
   border-collapse: collapse;*/
   width:67%;
   overflow: hidden;
	padding: 2em 2em 0 2em;
    padding-top: 2em;
	float: left;
}

.art-content-layout-row {
   display: table-row;
}

.art-layout-cell
{
   display: table-cell;
   vertical-align: top;
}


/* end Layout */

/*
.content-area {
    margin-top: 100px;
}
*/

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.art-nav-outer {
margin: 0 auto;
}

@media (min-width: 769px) {
  .art-nav-outer, .art-layout-wrapper {
    width: 750px;
  }
  
  .art-layout-cell.art-content {
    width: 63%;
    padding: 2em 1em 0 1em;
	}
	
	.sidebar {
    width: 31%;
    padding-top: 1.5em;
    padding-left: 0em;
    padding-right: 1em;
    display: block;
	}
  
}

@media (min-width: 992px) {
  .art-nav-outer, .art-layout-wrapper {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .art-nav-outer, .art-layout-wrapper {
    width: 1170px;
  }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}


.content-area .container {
    background-color: white;
    border-radius: 5px;
    position: relative;
    top: -7em;
    padding-bottom: 3em;
}

.content-area .container .posts {
    padding-top: 0;
}

.content-area .container .posts {
    overflow: hidden;
    padding: 2em 0 0 2em;
        padding-top: 2em;
}

.content-area .content {
    margin-top: 1em;
    font-size: 1.2em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.sidebar {
    width: 31%;
    padding-top: 1.5em;
    /*padding-left: 1em;
    padding-right: 1em;*/
    overflow: hidden;
    /*float: left;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h2, .h2 {
    font-size: 22px;
}

.posts h2 {
    color: #34495e;
}

#div2 a {
    color: #0000ff;
    text-align: center;
    font-size: 20pt;
}

article a {
    text-decoration: underline;
}

a:active, a:hover {
    outline: 0;
}

a:hover {
    text-decoration: none;
}



.sidebar h3 {
    margin-top: .45em;
    color: #34495e;
    font-weight: bold;
    font-size: 1.3em;
    border-left: 3px solid #1abc9c;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-top: .2em;
}

.sidebar ul li a {
    color: #111;
}

.sidebar .widget img {
    display: block;
    width: 100%;
    height: auto;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #bdc3c7;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #1abc9c;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-inline .form-control {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search::before {
    content: "\f002";
}

button[type=submit] {
    background-color: #1abc9c;
    color: white;
    font-size: 1.5em;
    padding: .35em .4em;
    position: relative;
    top: 4px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

button[type=submit] a {
	color: #fff;
}

.sidebar table, .sidebar .tagcloud {
    margin-left: 1.8em;
}

.sidebar .widget {
    margin-bottom: 2em;
}

#wp-calendar {
    border-collapse: separate;
    border-spacing: 2px;
    color: #38AD95;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    width: 100%;
	font-size: 14px;
}

.widget #wp-calendar a {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #1BA68C;
    font-weight: bold;
    text-shadow: 0 1px #FFFFFF;
}

ul, li {
    list-style: none;
}

.sidebar ul li {
    font-size: 1.1em;
    margin-bottom: .5em;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
	word-break: break-all;
}

article img {
    max-width: 100%;
    height: auto;
}

article .content p {
    text-indent: 30px;
}

.content-area .container .posts img {
    border-radius: 3px;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    text-align: right;
    margin-left: 1em;
}

.alignleft {
    float: left;
    text-align: left;
    margin-right: 1em;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #eeeeee;
}

.content-area .pagination {
    width: 100%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.art-content .content {
    margin-top: 1em;
    font-size: 1.2em;
}

.art-content .breadcrumbs {
    background-color: #1abc9c;
    width: 100%;
    padding-top: .7em;
    padding-bottom: .5em;
    font-size: 2em;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 1em;
}

.art-content .breadcrumbs p {
    padding-left: 1em;
}

.art-content .fa-pencil {
    background-color: #1abc9c;
    padding: .5em .6em;
    color: white;
    border-radius: 3px;
    float: left;
    margin-right: .8em;
}

.art-content article.post h2 {
    color: #34495e;
}

.art-content .article-details li {
    float: left;
    margin-right: 1em;
}

ul.article-details {
	display: inline-block;
	padding-left: 0;
}

.art-content .article-hr {
    margin-top: 3em;
    margin-bottom: 3em;
}

a.btn {
    background-color: #1abc9c;
    color: white;
    padding: .75em 1.5em;
    margin-top: .75em;
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
}

.btn:hover, .btn:focus {
    color: #ffffff;
    text-decoration: none;
	background-color: #34495e;
}

.art-content .pagination .fa-angle-left, .art-content .pagination .fa-angle-right {
    background-color: #1abc9c;
    color: white;
    padding: .4em .9em;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.art-content .pagination .fa-angle-left:hover, .art-content .pagination .fa-angle-right:hover {
    background-color: #34495e;
}

/*
#rect {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #1ABC9C;
}

#rect {
    width: 735px;
    height: 459px;
    background: url();
    margin-top: 20px;
    border: 5px;
    border-radius: 20px;
    box-shadow: 0 0 0 2px #43CD80, 0 0 0 4px #1ABC9C;
    margin-top: 31px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #1ABC9C;
}

#rect li {
    padding-right: 180px;
    display: block;
}

#rectangle {
    width: 735px;
    height: 149px;
    background: #FFFFFF;
    border: 5px;
    border-radius: 20px;
    box-shadow: 0 0 0 2px #43CD80, 0 0 0 4px #1ABC9C;
}

#rectangle a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 18px;
}

#li1 a {
    display: block;
    padding: 24px 125px;
    border: 1px;
    border-radius: 50px;
    background: #0065B0;
}

#rectangle a:hover {
    background: #1ABC9C;
}

#li2 a {
    display: block;
    border: 1px;
    padding: 24px 125px;
    border-radius: 50px;
    background: #0065B0;
    margin-top: -8px;
}

#li3 a {
    display: block;
    border: 1px;
    padding: 12px 125px;
    border-radius: 50px;
    background: #0065B0;
    margin-top: -10px;
}
*/

#calendar_wrap {
    width: 200px;
}


/**********************************************************************************
/* MAIN FOOTER *
**********************************************************************************/
.main-footer {
  background-color: white;
  padding-top: 4em;
}
.main-footer h3 {
  font-weight: bold;
  margin-bottom: 2em;
}
.main-footer .bottom-hr {
  width: 100%;
  height: 1;
}
.main-footer .footer-widget {
  padding: 0;
  margin-bottom: 2em;
}
.main-footer .footer-widget ul {
  list-style: none;
  padding-left: 0;
}
.main-footer .footer-widget ul li {
  font-weight: bold;
  width:90%;
}
.main-footer img{
  max-width: 100%;
  height:auto;
}
.main-footer .footer-widget > *{
  width:90%;
}

.main-footer select{
  max-width: 90%;
}
/**********************************************************************************
/* FOOTER *
**********************************************************************************/
.bottom-footer {
    background-color: white;
    padding-bottom: 2em;
    margin: 50px 0 0 0;
    padding: 0 7rem 2rem;
}
.bottom-footer .copyright {
  padding-top: 2em;
}
.bottom-footer nav ul {
  float: right;
}
.bottom-footer nav ul ul {
  display: none;
}
/**********************************************************************************
/* RESPONSIVE READY *
**********************************************************************************/
@media (max-width: 600px) {
  /* Footer */
  .bottom-footer ul {
    float: left!important;
  }
}


/* end LayoutCell, sidebar1 */

/*
.art-header:before
{
   position: absolute;
   display:block;
   content:' ';
   z-index:-2;
   top: 0;
   width:100%;
   height: 430px;
   background-image: url('images/header.png');
   background-repeat: no-repeat;
   background-position:top center;
}

.art-header:after
{
   position: absolute;
   z-index:-1;
   display:block;
   content:' ';
   top: 0;
   left:4px;
   right:4px;
   height: 430px;
   background-repeat: no-repeat;
   background-position: center center;
}*/

/* end Header */










/*

table {
   font-size: 13px;
}

ul.art-vmenu > li.active > a::before {
    background-position: bottom left;
}

ul.art-vmenu > li.active > a::after {
    background-position: bottom right;
}

ul.art-hmenu > li.active > a::after {
    background-position: bottom right;
}

ul.art-hmenu > li.active > a::before {
    background-position: bottom left;
}

ul.art-hmenu li a {
    font-family: initial;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
   padding: 0;
}

.art-postcontent,
.art-postheadericons,
.art-postfootericons,
.art-blockcontent-body,
ul.art-vmenu a 
{
   text-align: left;
}

.art-postcontent,
.art-postcontent li,
.art-postcontent table,
.art-postcontent a,
.art-postcontent a:link,
.art-postcontent a:visited,
.art-postcontent a.visited,
.art-postcontent a:hover,
.art-postcontent a.hovered
{
   font-family: Arial, Helvetica, Sans-Serif;
}

.art-postcontent p
{
   margin: 12px 0;
}

.art-postcontent h1, .art-postcontent h1 a, .art-postcontent h1 a:link, .art-postcontent h1 a:visited, .art-postcontent h1 a:hover,
.art-postcontent h2, .art-postcontent h2 a, .art-postcontent h2 a:link, .art-postcontent h2 a:visited, .art-postcontent h2 a:hover,
.art-postcontent h3, .art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:visited, .art-postcontent h3 a:hover,
.art-postcontent h4, .art-postcontent h4 a, .art-postcontent h4 a:link, .art-postcontent h4 a:visited, .art-postcontent h4 a:hover,
.art-postcontent h5, .art-postcontent h5 a, .art-postcontent h5 a:link, .art-postcontent h5 a:visited, .art-postcontent h5 a:hover,
.art-postcontent h6, .art-postcontent h6 a, .art-postcontent h6 a:link, .art-postcontent h6 a:visited, .art-postcontent h6 a:hover,
.art-blockheader .t, .art-blockheader .t a, .art-blockheader .t a:link, .art-blockheader .t a:visited, .art-blockheader .t a:hover,
.art-vmenublockheader .t, .art-vmenublockheader .t a, .art-vmenublockheader .t a:link, .art-vmenublockheader .t a:visited, .art-vmenublockheader .t a:hover,
.art-logo-name, .art-logo-name a, .art-logo-name a:link, .art-logo-name a:visited, .art-logo-name a:hover,
.art-logo-text, .art-logo-text a, .art-logo-text a:link, .art-logo-text a:visited, .art-logo-text a:hover,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: bold;
   font-size: 22px;
   text-decoration: none;
}

.art-logo {
   position: absolute;
   z-index: 99;
}

.art-postcontent a
{
   text-decoration: none;
   color: #2450C2;
}

.art-postcontent a:link
{
   text-decoration: none;
   color: #2450C2;
}

.art-postcontent a:visited, .art-postcontent a.visited
{
   color: #A60303;
}

.art-postcontent  a:hover, .art-postcontent a.hover
{
   text-decoration: underline;
   color: #09142F;
}

.art-postcontent h1
{
   color: #383970;
   margin: 10px 0 0;
   font-size: 26px;
}

.art-blockcontent h1
{
   margin: 10px 0 0;
   font-size: 26px;
}

.art-postcontent h1 a, .art-postcontent h1 a:link, .art-postcontent h1 a:hover, .art-postcontent h1 a:visited, .art-blockcontent h1 a, .art-blockcontent h1 a:link, .art-blockcontent h1 a:hover, .art-blockcontent h1 a:visited 
{
   font-size: 26px;
}

.art-postcontent h2
{
   color: #4D4E99;
   margin: 10px 0 0;
}

.art-blockcontent h2
{
   margin: 10px 0 0;
}

.art-postcontent h3
{
   color: #FC2222;
   margin: 10px 0 0;
   font-size: 18px;
}

.art-blockcontent h3
{
   margin: 10px 0 0;
   font-size: 18px;
}

.art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:hover, .art-postcontent h3 a:visited, .art-blockcontent h3 a, .art-blockcontent h3 a:link, .art-blockcontent h3 a:hover, .art-blockcontent h3 a:visited 
{
   font-size: 18px;
}

.art-postcontent h4
{
   color: #353669;
   margin: 10px 0 0;
   font-size: 16px;
}

.art-blockcontent h4
{
   margin: 10px 0 0;
   font-size: 16px;
}

.art-postcontent h4 a, .art-postcontent h4 a:link, .art-postcontent h4 a:hover, .art-postcontent h4 a:visited, .art-blockcontent h4 a, .art-blockcontent h4 a:link, .art-blockcontent h4 a:hover, .art-blockcontent h4 a:visited 
{
   font-size: 16px;
}

.art-postcontent h5
{
   color: #353669;
   margin: 10px 0 0;
   font-size: 14px;
}

.art-blockcontent h5
{
   margin: 10px 0 0;
   font-size: 14px;
}

.art-postcontent h5 a, .art-postcontent h5 a:link, .art-postcontent h5 a:hover, .art-postcontent h5 a:visited, .art-blockcontent h5 a, .art-blockcontent h5 a:link, .art-blockcontent h5 a:hover, .art-blockcontent h5 a:visited 
{
   font-size: 14px;
}

.art-postcontent h6
{
   color: #4D4E99;
   margin: 10px 0 0;
   font-size: 13px;
}

.art-blockcontent h6
{
   margin: 10px 0 0;
   font-size: 13px;
}

.art-postcontent h6 a, .art-postcontent h6 a:link, .art-postcontent h6 a:hover, .art-postcontent h6 a:visited, .art-blockcontent h6 a, .art-blockcontent h6 a:link, .art-blockcontent h6 a:hover, .art-blockcontent h6 a:visited 
{
   font-size: 13px;
}

ul
{
   list-style-type: none;
}

ol
{
   list-style-position: inside;
}

html, body
{
   height:100%;
}

#art-main
{
   position: relative;
   z-index: 0;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
	
}

#art-page-background-glare-wrapper {
   position: fixed;
   width:100%;
}

#art-page-background-glare
{
   position: relative;
   top: 0;
   max-width:389px;
   min-width: 970px;
   height:482px;
   left: 0;
   margin-right: auto;
   background-image: url('images/page_gl.png');
   background-repeat: no-repeat;
   background-position: left top;
}


form
{
   padding: 0 !important;
   margin: 0 !important;
}

table.position
{
   position: relative;
   width: 100%;
   table-layout: fixed;
}

/* Start Box */

/*
.art-box, .art-box-body {
   margin:0 auto;
   position:relative;
}
.art-box:before, .art-box:after, .art-box-body:before, .art-box-body:after {
   position:absolute;
   top:0;
   bottom:0;
   content:' ';
   background-repeat: no-repeat;
   line-height:0;
}
.art-box:before,.art-box-body:before{
   left:0;
}
.art-box:after,.art-box-body:after{
   right:0;
}
.art-box:before {
   overflow:hidden;
   background-position: bottom left;
   direction: ltr;
   z-index:-3;
}
.art-box:after {
   background-position: bottom right;
   z-index:-3;
}
.art-box-body:before, .art-box-body:after {
   background-repeat:repeat-y;
}
.art-box-body:before {
   background-position: top left;
   z-index:-3;
}
.art-box-body:after {
   background-position: top right;
   z-index:-3;
}

.art-box .art-box:before, .art-box .art-box:after, .art-box-body .art-box-body:before, .art-box-body .art-box-body:after {
   z-index:-2;
}
.art-box .art-box .art-box:before, .art-box .art-box .art-box:after, .art-box-body .art-box-body .art-box-body:before, .art-box-body .art-box-body .art-box-body:after {
   z-index:-1;
}
/* End Box */

/* Start Bar */

/*
.art-bar {
   position:relative;
}
.art-bar:before, .art-bar:after {
   position:absolute;
   top:0;
   bottom:0;
   content:' ';
   background-repeat:repeat;
   z-index:-1;
}
.art-bar:before {
   left:0;
   background-position: top left;
}
.art-bar:after {
   right:0;
   background-position: top right;
}
/* End Bar */


/*
li h1, .art-postcontent li h1, .art-blockcontent-body li h1 
{
   margin:1px;
} 
li h2, .art-postcontent li h2, .art-blockcontent-body li h2 
{
   margin:1px;
} 
li h3, .art-postcontent li h3, .art-blockcontent-body li h3 
{
   margin:1px;
} 
li h4, .art-postcontent li h4, .art-blockcontent-body li h4 
{
   margin:1px;
} 
li h5, .art-postcontent li h5, .art-blockcontent-body li h5 
{
   margin:1px;
} 
li h6, .art-postcontent li h6, .art-blockcontent-body li h6 
{
   margin:1px;
} 
li p, .art-postcontent li p, .art-blockcontent-body li p 
{
   margin:1px;
} 
/* end Page */

/* begin Box, Sheet */


/*
.art-sheet
{
   max-width:970px;
   margin-top: 10px;
   margin-bottom: 0;
   cursor:auto;
   width: 970px;	
}
.art-sheet-body 
{
   padding:3px;
   min-width:8px;
   min-height:8px;
   padding-top:3px;
   padding-bottom:3px;	
}
.art-sheet:before, .art-sheet:after 
{
   content: url('images/sheet_t.png');
   font-size: 0;
   background-image: url('images/sheet_b.png');
}
.art-sheet:after{
   clip:rect(auto, auto, auto, 963px);
}
.art-sheet:before,.art-sheet-body:before{
   right:7px;
}
.art-sheet-body:after{
   width: 7px;
   top:7px;
   bottom:7px;
   background-image:url('images/sheet.png');
}
.art-sheet-body:before{
   top:7px;
   bottom:7px;
   background-image:url('images/sheet.png');
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */


/*
ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

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

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

ul.art-hmenu li:hover{
   z-index: 10000;
   white-space: normal;
}
ul.art-hmenu li li{
   float: none;
   width: auto;
}
ul.art-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
}
ul.art-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}
ul.art-hmenu:after, ul.art-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}
ul.art-hmenu, ul.art-hmenu ul {
   min-height: 0;
}

ul.art-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 0;
   top: 0;
   background-image: url('images/spacer.gif');
   padding: 10px 30px 30px 30px;
   margin: -10px 0 0 -30px;
}

ul.art-hmenu ul.art-hmenu-left-to-right {
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}
ul.art-hmenu ul.art-hmenu-right-to-left {
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

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

ul.art-hmenu ul ul.art-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

ul.art-hmenu ul ul.art-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 30px 10px 30px 30px;
   margin: -30px -10px 0 0;
}

ul.art-hmenu li li:hover>ul.art-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
ul.art-hmenu li li:hover>ul.art-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

ul.art-hmenu{
   position:relative;
   padding: 15px 5px 15px 5px;
   float: left;
}

/* end menu structure */

/* menu bar */

/*
.art-nav
{
   margin:0 auto;
   min-height: 58px;
   z-index: 100;
   margin: 0 0 -58px;
   width:auto;
   top: 0;
}

/* end menu bar */

/*
.art-nav-outer{
   position:absolute;
   width:100%;
}
.art-nav-wrapper 
{
   position: relative;
   margin:0 auto;
   width:auto;
}

.art-nav-inner{
   margin: 0 3px;
}

/* end Menu */

/* begin MenuItem */


/*
ul.art-hmenu>li>a
{
   position: relative;
   display: block;
   height: 28px;
   cursor: pointer;
   text-decoration: none;
   color: #FFFAFA;
   padding: 0 22px;
   line-height: 28px;
   text-align: center;
}

ul.art-hmenu>li>a:before, ul.art-hmenu>li>a:after
{
   position: absolute;
   display: block;
   content:' ';
   top: 0;
   bottom:0;
   z-index: -1;
   background-image: url('images/menuitem.png');
}

ul.art-hmenu>li>a:before
{
   left: 0;
   right: 9px;
   background-position: top left;
}

ul.art-hmenu>li>a:after
{
   width: 9px;
   right: 0;
   background-position: top right;
}

.art-hmenu a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
   font-weight: bold;
   text-align: left;
   text-decoration: none;
   text-transform: uppercase;
}

ul.art-hmenu>li>a.active:before {
   background-position: bottom left;
} 
ul.art-hmenu>li>a.active:after {
   background-position: bottom right;
}
ul.art-hmenu>li>a.active {
   color: #D6D7EA;
}

ul.art-hmenu>li>a:hover:before, ul.art-hmenu>li:hover>a:before {
   background-position: center left;
}
ul.art-hmenu>li>a:hover:after, ul.art-hmenu>li:hover>a:after {
   background-position: center right;
}
ul.art-hmenu>li>a:hover, ul.art-hmenu>li:hover>a{
   color: #FFFFFF;
}

/* end MenuItem */

/* begin MenuSeparator */


/*
ul.art-hmenu>li {
   margin-left:0px;
}
ul.art-hmenu>li:first-child {
   margin-left:0;
}

/* end MenuSeparator */

/* begin MenuSubItem */


/*
.art-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 24px;
   background-image: url('images/subitem.png');
   background-position: left top;
   background-repeat: repeat-x;
   border-width: 0;
   border-style: solid;
   min-width: 7em;
   text-align: left;
   text-decoration: none;
   line-height: 24px;
   color: #FFFFFF;
   margin:0;
   padding: 0 8px;
}

.art-hmenu ul>li:first-child>a
{
   border-top-width: 0;
}

.art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a:hover, .art-hmenu ul a:active
{
   text-align: left;
   text-decoration: none;
   line-height: 24px;
   color: #FFFFFF;
   margin:0;
   padding: 0 8px;
}

.art-hmenu ul li a:hover
{
   color: #E0E1F0;
   background-position: left bottom;
   border-top-width: 0 !important;
}

.art-hmenu ul li:hover>a
{
   color: #E0E1F0;
   background-position: left bottom;
   border-top-width: 0 !important;
}

/* end MenuSubItem */

/* begin Logo */

/*
div.art-logo
{
   display: block;
   position: absolute;
   top: 168px;
   right: 8%;
   margin-right: -55px;
   margin-left: 225px;
   margin-top: 20px;
}

.art-logo-name
{
   display: block;
   text-align: left;
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-weight: normal;
   font-size: 32px;
   padding: 0;
   margin: 0;
   color: #17347D !important;
}
.art-logo-name a, 
.art-logo-name a:link, 
.art-logo-name a:visited, 
.art-logo-name a:hover
{
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-weight: normal;
   font-size: 30px;
   padding: 0;
   margin: 0;
   color: #fff !important;
}

.art-logo-text
{
   display: block;
   text-align: left;
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 14px;
   padding: 0;
   margin: 0;
   color: #fff !important;
}
.art-logo-text a,
.art-logo-text a:link,
.art-logo-text a:visited,
.art-logo-text a:hover
{
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 14px;
   padding: 0;
   margin: 0;
   color: #BF0303 !important;
}

/* end Logo */



/* begin Button */

/*
span.art-button-wrapper>a.art-button,
span.art-button-wrapper>a.art-button:link,
span.art-button-wrapper>input.art-button,
span.art-button-wrapper>button.art-button
{
   text-decoration: none;
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
   position:relative;
   top:0;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #FFFFFF !important;
   width: auto;
   outline: none;
   border: none;
   background: none;
   line-height: 31px;
   height: 31px;
   margin: 0 !important;
   padding: 0 16px !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
}

.art-button img, span.art-button-wrapper img
{
   margin: 0;
   vertical-align: middle;
}

span.art-button-wrapper
{
   vertical-align: middle;
   display: inline-block;
   position: relative;
   height: 31px;
   overflow: hidden;
   white-space: nowrap;
   text-indent: 0;
   width: auto;
   max-width:964px;
   margin: 0;
   padding: 0;
   z-index: 0;
}

.firefox2 span.art-button-wrapper
{
   display: block;
   float: left;
}

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

div.art-block select 
{
   width:96%;
}

span.art-button-wrapper.hover>.art-button, span.art-button-wrapper.hover>a.art-button:link
{
   color: #CCCDE5 !important;
   text-decoration: none !important;
}

span.art-button-wrapper.active>.art-button, span.art-button-wrapper.active>a.art-button:link
{
   color: #08122B !important;
}

span.art-button-wrapper>span.art-button-l, span.art-button-wrapper>span.art-button-r
{
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: 0;
   padding: 0;
   background-image: url('images/button.png');
   background-repeat: no-repeat;
}

span.art-button-wrapper>span.art-button-l
{
   left: 0;
   right: 10px;
   background-position: top left;
}

span.art-button-wrapper>span.art-button-r
{
   width: 10px;
   right: 0;
   background-position: top right;
}

span.art-button-wrapper.hover>span.art-button-l
{
   background-position: center left;
}

span.art-button-wrapper.hover>span.art-button-r
{
   background-position: center right;
}

span.art-button-wrapper.active>span.art-button-l
{
   background-position: bottom left;
}

span.art-button-wrapper.active>span.art-button-r
{
   background-position: bottom right;
}

span.art-button-wrapper input
{
   float: none !important;
}
/* end Button */

/* begin Box, Block, VMenuBlock */

/*
.art-vmenublock
{
   max-width:964px;
   margin: 10px;
}
.art-vmenublock-body 
{
   padding:0;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */

/*
.art-vmenublockcontent
{
   max-width:964px;
}
.art-vmenublockcontent-body 
{
   padding:0;
}

/* end Box, Box, VMenuBlockContent */

/* begin VMenu */

/*
ul.art-vmenu, ul.art-vmenu ul
{
   list-style: none;
   display: block;
}

ul.art-vmenu, ul.art-vmenu li
{
   display: block;
   margin: 0;
   padding: 0;
   width: auto;
   line-height: 0;
}

ul.art-vmenu
{
   margin-top: 0;
   margin-bottom: 0;
}

ul.art-vmenu ul
{
   display: none;
   margin: 0;
   padding: 0;
   position:relative;
   margin-left: 0;
   margin-right: 0;
}

ul.art-vmenu ul.active
{
   display: block;
}
/* end VMenu */

/* begin VMenuItem */

/*
ul.art-vmenu a 
{
   display: block;
   cursor: pointer;
   z-index:0;
   text-decoration: none;
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: bold;
   font-size: 12px;
   margin-left:0;
   margin-right:0;
   position:relative;
}

ul.art-vmenu li{
   position:relative;
}

ul.art-vmenu>li>a 
{
   color: #FFFFFF;
   padding: 0 10px 0 10px;
   height: 30px;
   line-height: 30px;
   white-space: nowrap;
}

ul.art-vmenu>li>a.active {
   color: #FFFAFA;
}
ul.art-vmenu a:hover, ul.art-vmenu a.active:hover {
   color: #FFF5F5;
}

ul.art-vmenu>li>a:before, ul.art-vmenu>li>a:after 
{
   position: absolute;
   display: block;
   content: ' ';
   z-index:-1;
   background-image: url('images/vmenuitem.png');
   top:0;
   height:30px;
}

ul.art-vmenu>li>a:before{
   left: 0;
   right: 3px;
   background-position: top left;
}
ul.art-vmenu>li>a:after{
   width: 3px;
   right: 0;
   background-position: top right;
}
ul.art-vmenu>li>a.active:before {
   background-position: bottom left;
}
ul.art-vmenu>li>a.active:after {
   background-position: bottom right;
}
ul.art-vmenu>li>a:hover:before  {
   background-position: center left;
}
ul.art-vmenu>li>a:hover:after {
   background-position: center right;
}

ul.art-vmenu>li{
   margin-top:4px;
}
ul.art-vmenu>li>ul{
   margin-top:4px;
   padding-bottom: 0;
}
ul.art-vmenu>li:first-child{
   margin-top:0;
}

#site-aside .sub-menu {
    display: none;
}

.art-vmenu .menu-item-has-children:hover > .sub-menu {
    display: block;
	
}

.art-vmenu .menu-item-has-children .sub-menu {
	-webkit-transition: top 1s ease-out 0.5s;
     -moz-transition: top 1s ease-out 0.5s;
     -o-transition: top 1s ease-out 0.5s;
     transition: top 1s ease-out 0.5s;
}

.slider-wrapper {
    float: left;
}

#slider {
    width: 964px;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    display: block;
}

.cs3 {
    width: 964px;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    display: block;
    margin-top: -17px;
}

.container {
    position: absolute;
}

.wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 964px;
    height: 390px;
    display: block;
    z-index: 2;
}



ul.art-hmenu li.active a::before, ul.art-hmenu li.active a::after {
	position: absolute;
    display: block;
    content: ' ';
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('images/menuitem.png');
}

ul.art-vmenu li.menu-item-has-children.active ul.sub-menu {
	display: block;
}

li.active a::after {
    width: 9px;
    right: 0;
    background-position: top right;
}

li.active a::before {
    left: 0;
    right: 9px;
    background-position: top left;
}


/* end VMenuItem */

/* begin VMenuSubItem */

/*
ul.art-vmenu ul li{
   margin: 0;
   padding: 0;
}
ul.art-vmenu li li, ul.art-vmenu li li a {
   position:relative;
}

ul.art-vmenu ul a
{
   display: block;
   position:relative;
   white-space: nowrap;
   height: 24px;
   overflow: visible;
   background-image: url('images/vsubitem.png');
   background-repeat: repeat-x;
   background-position: top left;
   padding:0;
   padding-left:15px;
   padding-right:15px;
   line-height: 24px;
   color: #920202;
   font-weight: normal;
   margin-left: 0;
   margin-right: 0;
}

ul.art-vmenu ul a.active{
   background-position: bottom left;
}
ul.art-vmenu ul a:hover{
   background-position: center left;
   line-height: 24px;
   color: #920202;
   font-weight: normal;
   margin-left: 0;
   margin-right: 0;
}
ul.art-vmenu ul li li a:hover, ul.art-vmenu ul li li a:hover.active{
   background-position: left center;
}

ul.art-vmenu ul a:link, ul.art-vmenu ul a:visited, ul.art-vmenu ul a:active
{
   line-height: 24px;
   color: #920202;
   font-weight: normal;
   margin-left: 0;
   margin-right: 0;
}

ul.art-vmenu>li>ul>li:first-child{
   padding-top: 0;
   margin-top:0;
}
 
ul.art-vmenu li li{
   position:relative;
   margin-top:1px;
}

ul.art-vmenu li li:after
{
   display: block;
   position:absolute;
   content: ' ';
   height: 0;
   top:-1px;
   left:0;
   right:0;
   z-index:1;
   border-bottom: solid 1px #FEB9B9;
}

ul.art-vmenu li li:before
{
   display: block;
   position:absolute;
   content: ' ';
   left:0;
   right:0;
   top: -1px;
   z-index:0;
   height: 1px;
   background-color: #FEB9B9;
}
ul.art-vmenu>li>ul>li:first-child:before,ul.art-vmenu>li>ul>li:first-child:after{
   display:none;
}

ul.art-vmenu ul ul a{
   padding-left:30px;
}
ul.art-vmenu ul ul ul a{
   padding-left:45px;
}
ul.art-vmenu ul ul ul ul a{
   padding-left:60px;
}
ul.art-vmenu ul ul ul ul ul a{
   padding-left:75px;
}

ul.art-vmenu ul li a.active {
   color: #FFFFFF;
}
ul.art-vmenu ul li a:hover, ul.art-vmenu ul li a:hover.active {
   color: #FFFFFF;
}

/* end VMenuSubItem */

/* begin Box, Block */

/*
.art-block
{
   max-width:964px;
   margin: 10px;
}
.art-block-body 
{
   padding:0;
}



/* begin BlockHeader */

/*
.art-blockheader {
   margin-bottom: 0;
   min-height: 36px;
   line-height:36px;
}
.art-blockheader:before {
   background: url('images/blockheader.png') no-repeat;
}
.art-blockheader:before{
   right: 32px;
}
.art-blockheader:after{
   width: 32px;
}

.art-blockheader .t
{
   min-height: 36px;
   line-height:36px;
   color: #000000;
   font-variant: small-caps;
   font-size: 13px;
   margin:0;
   padding: 0 5px 10px 38px;
   white-space: nowrap;
}

.art-blockheader .t a,
.art-blockheader .t a:link,
.art-blockheader .t a:visited, 
.art-blockheader .t a:hover
{
   color: #000000;
   font-variant: small-caps;
   font-size: 16px;
}

/* end BlockHeader */

/* begin Box, BlockContent */


/*
.art-blockcontent
{
   max-width:964px;
}
.art-blockcontent-body 
{
   padding:6px;
   min-width:2px;
   min-height:2px;
   color: #D0D0E7;
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12px;
}
.art-blockcontent:before, .art-blockcontent:after 
{
   content: url('images/blockcontent_t.png');
   font-size: 0;
   background-image: url('images/blockcontent_b.png');
}
.art-blockcontent:after{
   clip:rect(auto, auto, auto, 957px);
}
.art-blockcontent:before,.art-blockcontent-body:before{
   right:7px;
}
.art-blockcontent-body:after{
   width: 7px;
   top:7px;
   bottom:7px;
   background-image:url('images/blockcontent.png');
}
.art-blockcontent-body:before{
   top:7px;
   bottom:7px;
   background-image:url('images/blockcontent.png');
}
.art-blockcontent-body table,
.art-blockcontent-body li, 
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover
{
   color: #D0D0E7;
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 12px;
}

.art-blockcontent-body p
{
   margin: 12px 0;
}

.art-blockcontent-body a, .art-blockcontent-body a:link
{
   color: #B1C3F1;
   text-decoration: none;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
   color: #FFE1E1;
   text-decoration: none;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
   color: #FC4A4A;
}

.art-blockcontent-body ul li
{
   font-size: 13px;
   line-height: 125%;
   color: #C2C2E0;
   margin: 5px 0 0 10px;
   padding: 0 0 0 15px;
   background-image: url('images/blockcontentbullets.png');
   background-repeat: no-repeat;
   background-position: top left;
}
/* end Box, BlockContent */

/* begin Box, Post */

/*
.art-post
{
   max-width:964px;
   margin: 10px;
}
.art-post-body 
{
   padding:12px;
}
.art-post:before, .art-post:after 
{
   content: url('images/post_t.png');
   font-size: 0;
   background-image: url('images/post_b.png');
}
.art-post:after{
   clip:rect(auto, auto, auto, 952px);
}
.art-post:before,.art-post-body:before{
   right:12px;
}
.art-post-body:after{
   width: 12px;
   top:12px;
   bottom:12px;
   background-image:url('images/post.png');
}
.art-post-body:before{
   top:12px;
   bottom:12px;
   background-image:url('images/post.png');
}

a img
{
   border: 0;
}

.art-article img, img.art-article, .art-block img, .art-footer img
{
   border-color: #6D6EB6;
   border-style: solid;
   border-width: 0;
   margin: 7px 7px 7px 7px;
}

.art-metadata-icons img
{
   border: none;
   vertical-align: middle;
   margin: 2px;
}

.art-article table, table.art-article
{
   border-collapse: collapse;
   margin: 1px;
}

.art-post .art-content-layout-br
{
   height: 0;
}

.art-article th, .art-article td
{
   padding: 2px;
   border: solid 1px #FC3B3B;
   vertical-align: top;
   text-align: left;
}

.art-article th
{
   text-align: center;
   vertical-align: middle;
   padding: 7px;
}

pre
{
   overflow: auto;
   padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */

/*
.art-postheader
{
   color: #122963;
   margin: 5px 0;
   line-height: 1em;
   font-weight: normal;
   font-size: 24px;
}

.art-postheader a, 
.art-postheader a:link, 
.art-postheader a:visited,
.art-postheader a.visited,
.art-postheader a:hover,
.art-postheader a.hovered
{
   font-weight: normal;
   font-size: 24px;
}

.art-postheader a, .art-postheader a:link
{
   text-align: left;
   text-decoration: none;
   color: #1E44A4;
}

.art-postheader a:visited, .art-postheader a.visited
{
   color: #2656CF;
}

.art-postheader a:hover,  .art-postheader a.hovered
{
   color: #09142F;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */

/*
.art-postheadericons,
.art-postheadericons a,
.art-postheadericons a:link,
.art-postheadericons a:visited,
.art-postheadericons a:hover
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 10px;
   color: #740202;
}

.art-postheadericons
{
   padding: 1px;
}

.art-postheadericons a, .art-postheadericons a:link
{
   text-decoration: none;
   color: #A60303;
}

.art-postheadericons a:visited, .art-postheadericons a.visited
{
   font-style: italic;
   font-weight: normal;
   color: #A60303;
}

.art-postheadericons a:hover, .art-postheadericons a.hover
{
   font-style: italic;
   font-weight: normal;
   text-decoration: underline;
   color: #131325;
}

/* end PostIcons, PostHeaderIcons */

/* begin PostIcon, PostDateIcon */


/*
span.art-postdateicon
{
   display:inline-block;
   line-height: 1em;
}

span.art-postdateicon:after
{
   content: '.';
   width: 1px;
   visibility: hidden;
   display: inline-block;
}/* end PostIcon, PostDateIcon */

/* begin PostIcon, PostAuthorIcon */


/*
span.art-postauthoricon
{
   display:inline-block;
   line-height: 1em;
}

span.art-postauthoricon:after
{
   content: '.';
   width: 1px;
   visibility: hidden;
   display: inline-block;
}/* end PostIcon, PostAuthorIcon */

/* begin PostIcon, PostEditIcon */


/*
span.art-postediticon
{
   display:inline-block;
   line-height: 1em;
}

span.art-postediticon:after
{
   content: '.';
   width: 1px;
   visibility: hidden;
   display: inline-block;
}/* end PostIcon, PostEditIcon */

/* begin PostBullets */

/*
.art-postcontent ol, .art-postcontent ul
{
   margin: 1em 0 1em 2em;
   padding: 0;
}

.art-postcontent li
{
   font-size: 13px;
   color: #230101;
   margin: 3px 0 0 -15px;
   padding: 0 0 0 13px;
}

.art-postcontent li ol, .art-post li ul
{
   margin: 0.5em 0 0.5em 2em;
   padding: 0;
}

.art-postcontent ol>li
{
   background: none;
   padding-left: 0;
   /* overrides overflow for "ul li" and sets the default value */
   
   /*
  overflow: visible;
}

.art-postcontent ul>li
{
   background-image: url('images/postbullets.png');
   background-repeat: no-repeat;
   background-position: top left;
   padding-left: 13px;
   /* makes "ul li" not to align behind the image if they are in the same line */
   
   /*
  overflow-x: visible;
   overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */

/*
blockquote,
blockquote a, .art-postcontent blockquote a, .art-blockcontent blockquote a, .art-footer blockquote a,
blockquote a:link, .art-postcontent blockquote a:link, .art-blockcontent blockquote a:link, .art-footer blockquote a:link,
blockquote a:visited, .art-postcontent blockquote a:visited, .art-blockcontent blockquote a:visited, .art-footer blockquote a:visited,
blockquote a:hover, .art-postcontent blockquote a:hover, .art-blockcontent blockquote a:hover, .art-footer blockquote a:hover
{
   color: #0A0A14;
   font-style: italic;
   font-weight: normal;
   text-align: left;
}

/* Override native 'p' margins*/

/*
blockquote p,
.art-postcontent blockquote p,
.art-blockcontent blockquote p,
.art-footer blockquote p
{
   margin: 0;
   margin: 5px 0;
}

blockquote
{
   margin: 10px;
   padding: 10px;
   background-color: #FEB9B9;
   margin-left: 50px;
   padding-left: 38px;
   background-image: url('images/postquote.png');
   background-position: left top;
   background-repeat: no-repeat;
   /* makes block not to align behind the image if they are in the same line */
   
   /*
  overflow: auto;
   clear:both;
}

/* end PostQuote */

/* begin PostMetadata, PostMetadataFooter */

/*
.art-postmetadatafooter
{
   position:relative;
   z-index:1;
   padding: 1px;
   background-color: #C9C9E4;
}
/* end PostMetadata, PostMetadataFooter */

/* begin PostIcons, PostFooterIcons */

/*
.art-postfootericons,
.art-postfootericons a,
.art-postfootericons a:link,
.art-postfootericons a:visited,
.art-postfootericons a:hover
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 11px;
   color: #7E0202;
}

.art-postfootericons
{
   padding: 1px;
}

.art-postfootericons a, .art-postfootericons a:link
{
   text-decoration: none;
   color: #8D0202;
}

.art-postfootericons a:visited, .art-postfootericons a.visited
{
   color: #8D0202;
}

.art-postfootericons a:hover, .art-postfootericons a.hover
{
   color: #0F101F;
}

/* end PostIcons, PostFooterIcons */

/* begin PostIcon, PostCategoryIcon */

/*
span.art-postcategoryicon
{
   display:inline-block;
   line-height: 1em;
}

span.art-postcategoryicon:after
{
   content: '.';
   width: 1px;
   visibility: hidden;
   display: inline-block;
}/* end PostIcon, PostCategoryIcon */

/* begin PostIcon, PostTagIcon */

/*
span.art-posttagicon
{
   display:inline-block;
   line-height: 1em;
}

span.art-posttagicon:after
{
   content: '.';
   width: 1px;
   visibility: hidden;
   display: inline-block;
}/* end PostIcon, PostTagIcon */

/* begin PostIcon, PostCommentsIcon */

/*
span.art-postcommentsicon
{
   display:inline-block;
   line-height: 1em;
}

span.art-postcommentsicon:after
{
   content: '.';
   width: 1px;
   visibility: hidden;
   display: inline-block;
}/* end PostIcon, PostCommentsIcon */

/* begin Footer */

/*
.art-footer
{
   position: relative;
   margin-top:0;
   margin-bottom:0;
   width: 100%;
}

.art-footer-body
{
   position:relative;
   padding: 5px;
   color: #FEC3C3;
   font-size: 11px;
}

.art-footer-body ul li
{
   color: #D6D7EA;
   padding: 0 0 0 13px;
   background-image: url('images/footerbullets.png');
   background-repeat: no-repeat;
   background-position: top left;
}

.art-footer-body:before
{
   position: absolute;
   content:' ';
   z-index:-2;
   left:0;
   right:0;
   top:0;
   bottom:4px;
   background-image: url('images/footer.png');
   background-position:bottom left;
}

.art-footer:before, .art-footer:after 
{
   position: absolute;
   content:' ';
   z-index:-2;
   bottom:0;
   height:4px;
   background-image: url('images/footer_b.png');
}

.art-footer:before
{
   left:0;
   right:4px;
   background-position: bottom left;
}

.art-footer:after
{
   right:0;
   width:4px;
   background-position: bottom right;
}

.art-footer-body .art-rss-tag-icon
{
   position: absolute;
   left:   6px;
   bottom:5px;
   z-index:1;
}

.art-rss-tag-icon
{
   display: block;
   background-image: url('images/rssicon.png');
   background-position: center right;
   background-repeat: no-repeat;
   height: 32px;
   width: 24px;
   cursor: default;
}

.art-footer-text p
{
   padding:0;
   margin:0;
   text-align: center;
}

.art-footer-body a,
.art-footer-body a:link,
.art-footer-body a:visited,
.art-footer-body a:hover,
.art-footer-body td, 
.art-footer-body th,
.art-footer-body caption
{
   color: #FEC3C3;
   font-size: 11px;
}

.art-footer-text
{
   min-height: 33px;
   padding-left: 10px;
   padding-right: 10px;
   text-align: center;
}

.art-footer-body a,
.art-footer-body a:link
{
   color: #B6C7F2;
   text-decoration: none;
}

.art-footer-body a:visited
{
   color: #FEC3C3;
}

.art-footer-body a:hover
{
   color: #CBD7F6;
   text-decoration: underline;
}

/* end Footer */

/* begin PageFooter */

/*
.art-page-footer, 
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover
{
   font-family: Arial;
   font-size: 10px;
   letter-spacing: normal;
   word-spacing: normal;
   font-style: normal;
   font-weight: normal;
   text-decoration: underline;
   color: #B4B5D9;
}

.art-page-footer
{
   position: relative;
   z-index: 10;
   padding: 1em;
   text-align: center;
   text-decoration: none;
   color: #FD9090;
}
/* end PageFooter */

/* begin WordPress, Template.WordPress */

/*
form.art-search {
   display:block;
   position: relative;
   width: 98%;
   padding:0;
   margin:0 auto !important;
   border: none;
}

form.art-search div {
   margin: 0 18px 0 -2px;
}

input.art-search-text {
   display: block;
   margin: 0;
   width: 100%;
   padding-right: 16px;
}

input.art-search-button
{
   display: block;
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   padding: 0;
   margin: 0;
   width: 16px;
   background:url('images/search.png') center center no-repeat;
   border: none;
}
/* end WordPress, Template.WordPress */

/* begin LayoutCell, sidebar1 */



/*
textarea#comment
{
   width:99%;
}

ul#comments-list div.avatar
{
   float:right;
}

ul#comments-list, ul#comments-list li
{
   background: none;
   padding:0;
}

ul#comments-list li li
{
   margin-left: 20px;
}

div.avatar
{
   position:relative;
   margin: 7px;
   border: 1px solid #aaa;
   padding: 1px;
   background: #fff;
   float:left;
}

div.avatar img, div.avatar img.wp-post-image
{
   margin:0 !important;
   padding:0;
   border:none;
}

span.page-navi-outer, span.page-navi-inner 
{
   position:relative;
   display:block;
   float:left;
   margin:0;
   padding:0;
}

span.page-navi-outer
{
   margin: 1px;
   border: 1px solid #aaa;
}

span.page-navi-inner 
{
   padding: 1px;
   min-width:14px;
   line-height:18px;
   text-align:center;
   border: 2px solid #fff;
   font-weight:bold;
}

a span.page-navi-inner, span.page-navi-caption span.page-navi-inner 
{
   border-width:1px;
   font-weight:normal;
}

a span.page-navi-outer, span.page-navi-caption
{
   margin:2px 1px;
}

ul#comments-list li cite
{
   font-size: 1.2em;
}

#commentform textarea
{
   width: 100%;
}

#commentform
{
   text-align:left;
}

.rtl #commentform
{
   text-align:right;
}

img.wp-smiley
{
   border: none;
   margin: 1px;
   vertical-align:middle;
   padding: 0;
}

.navigation
{
   display: block;
   text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */

/*
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

p.aligncenter , p.center 
{
   text-align: center;
}

.alignleft
{
   float: left;
}

.alignright
{
   float: right;
}

.alignright img, img.alignright
{
   margin: 1em;
   margin-right: 0;
}

.alignleft img, img.alignleft
{
   margin: 1em;
   margin-left: 0;
}

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

.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;
}

.wp-caption p
{
   text-align: center;
}

.gallery {
   margin: 0 auto 18px;
   clear:both;
   overflow:hidden;
   letter-spacing: normal;
}

.gallery .gallery-item {
   float: left;
   margin-top: 0;
   text-align: center;
   width: 33%;
}
.gallery img {
   border: 10px solid #f1f1f1;
}

.gallery .gallery-caption {
   color: #888;
   font-size: 12px;
   margin: 0 0 12px;
}

.gallery dl {
   margin: 0;
}

.gallery br+br {
   display: none;
}


element.style {
}
#menu-main-navigation li:hover > ul.sub-menu {
    display: block;
}

/* End */


/*
.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;
}

.art-content {
   position: relative;
   z-index: 1;
}

#todays-events{
   position: relative;
   z-index: 11;
}

#upcoming-events{
   position: relative;
   z-index: 10;
}

img.wp-post-image 
{
   margin:0 5px 5px 0 !important;
}

ul#comments-list li
{
   list-style-image: none;
   background:none;
   list-style-type:none;
}

div.art-footer div.art-content-layout
{
   margin:0 auto;
   width:100%;
}

div.art-layout-cell-size1 
{
   width:100%;
}

div.art-layout-cell-size2 
{
   width:50%;
}
div.art-layout-cell-size3 
{
   width:33%;
}

div.art-layout-cell-size4
{
   width:25%;
}

.art-widget-title
{
   padding:0 0 0 24px;
   margin-bottom:0;
}

div.art-center-wrapper
{
   position: relative;
   float: right;
   right: 50%;
}

div.art-center-inner
{
   position: relative;
   float: left;
   left: 50%;
}

.firefox2 div.art-center-inner
{
   float: none;
}

div.breadcrumbs h4, 
div.breadcrumbs p, 
li.pingback p, 
#respond p,
h3#reply-title, 
h4#comments, 
h4.box-title
{
   margin:0;
}

#respond .comment-notes {
   margin-bottom: 1em;
}

.form-allowed-tags {
   line-height: 1em;
}

#comments-list #respond {
   margin-left: 30px !important;
}

#cancel-comment-reply-link {
   font-size: 12px;
   font-weight: normal;
   line-height: 18px;
}

#respond .required {
   color: #ff4b33;
   font-weight: bold;
}

#respond label {
   font-size: 12px;
}

#respond input {
   margin: 0 0 9px;
   width: 98%;
}

#respond textarea {
   width: 98%;
}

#respond .form-allowed-tags {
   font-size: 12px;
   line-height: 18px;
}

#respond .form-allowed-tags code {
   font-size: 11px;
}

#respond .form-submit {
   margin: 12px 0;
}

#respond .form-submit input {
   font-size: 14px;
   width: auto;
}

.art-footer .art-widget-title 
{
   font-size:1.2em;
   padding: 0;
}

.art-footer .art-widget,
.art-footer .art-widget a,
.art-footer .art-widget a:link,
.art-footer .art-widget a:visited,
.art-footer .art-widget a:hover
{
   color: #FEC3C3;
   font-size: 11px;
   text-align: left;
}

.art-footer .art-widget a,
.art-footer .art-widget a:link
{
   color: #B6C7F2;
   text-decoration: none;
}

.art-footer .art-widget a:visited
{
   color: #FEC3C3;
}

.art-footer .art-widget a:hover
{
   color: #CBD7F6;
   text-decoration: underline;
}

DIV[id^="GMPmap"] IMG 
{
   margin: 0;
}

.widget {
   margin-bottom: 20px;
}

#designer{
	background: url(images/designer.png) top no-repeat;
	position: absolute;
	z-index: 9999;
	top: 50px;
	left: 880px;
	padding: 13px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	}

#designer a, #designer a:visited{
	font-family: arial !important;
	color: #527acf;	
	text-decoration: none;
	}*/