/*
Theme Name: kittentoys
Theme URI: 
Description: Artisteer-generated theme
Version: 1.0
Author: 
Author URI: 
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/
body {
	background-color: #D7E1E5;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: 0 auto;
	padding: 0;
}

#art-main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#art-page-background-glare {
	position: absolute;
	width: 100%;
	height: 450px;
	left: 0;
	top: 0;
}

#art-page-background-glare-image {
	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 450px;
	width: 300px;
	margin: 0;
}

html:first-child #art-page-background-glare {
	border: 1px solid transparent;
}

#art-page-background-simple-gradient {
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top: 0;
	width: 100%;
	height: 900px;
}

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

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

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

.art-Sheet {
	position: relative;
	z-index: 0;
	width: 1000px;
	min-width: 43px;
	min-height: 43px;
	margin: -13px auto 0 !important;
}

.art-Sheet-body {
	position: relative;
	z-index: 1;
	padding: 13px;
}

.art-Sheet-tr,.art-Sheet-tl,.art-Sheet-br,.art-Sheet-bl {
	width: 62px;
	height: 62px;
	background-image: url('images/Sheet-s.png');
}

.art-Sheet-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 31px, 31px, auto);
}

.art-Sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 31px, 31px);
}

.art-Sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(31px, 31px, auto, auto);
}

.art-Sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(31px, auto, auto, 31px);
}

.art-Sheet-tc,.art-Sheet-bc {
	left: 31px;
	right: 31px;
	height: 62px;
	background-image: url('images/Sheet-h.png');
}

.art-Sheet-tc {
	top: 0;
	clip: rect(auto, auto, 31px, auto);
}

.art-Sheet-bc {
	bottom: 0;
	clip: rect(31px, auto, auto, auto);
}

.art-Sheet-cr,.art-Sheet-cl {
	top: 31px;
	bottom: 31px;
	width: 62px;
	background-image: url('images/Sheet-v.png');
}

.art-Sheet-cr {
	right: 0;
	clip: rect(auto, auto, auto, 31px);
}

.art-Sheet-cl {
	left: 0;
	clip: rect(auto, 31px, auto, auto);
}

.art-Sheet-cc {
	position: absolute;
	z-index: -1;
	top: 31px;
	left: 31px;
	right: 31px;
	bottom: 31px;
	background-color: #FCFDFD;
}

#art-page-background-simple-gradient,#art-page-background-gradient,#art-page-background-glare
	{
	min-width: 1000px;
}

div.art-Header {
	position: relative;
	z-index: 0;
	width: 974px;
	height: 175px;
	margin: 0 auto;
}

div.art-Header-jpeg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 974px;
	height: 175px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

.art-Logo {
	display: block;
	position: absolute;
	left: 29px;
	top: 49px;
	width: 945px;
}

h1.art-Logo-name,h1.art-Logo-name a,h1.art-Logo-name a:link,h1.art-Logo-name a:visited,h1.art-Logo-name a:hover
	{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 41px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #326671 !important;
	margin: 0;
	padding: 0;
}

.art-Logo-text,.art-Logo-text a {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	color: #326671 !important;
	margin: 0;
	padding: 0;
}

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

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

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

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

.art-menu li li {
	float: none;
}

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

.art-menu li:hover>ul {
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul {
	top: 0;
	left: 100%;
}

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

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

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

ul.art-menu {
	position: relative;
	float: left;
	left: 50%;
}

.art-menu {
	padding: 0;
}

.art-nav {
	position: relative;
	height: 31px;
	z-index: 100;
}

.art-nav .l,.art-nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 31px;
	background-image: url('images/nav.png');
}

.art-nav .r {
	right: 0;
	width: 974px;
	clip: rect(auto, auto, auto, 974px);
}

.art-menu ul li {
	clear: both;
}

.art-menu a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 31px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0;
	margin-left: 0;
}

.art-menu a .r,.art-menu a .l {
	position: absolute;
	display: block;
	top: 0;
	z-index: -1;
	height: 93px;
	background-image: url('images/MenuItem.png');
}

.art-menu a .r {
	width: 400px;
	right: 0;
	clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #DDE5E9;
	line-height: 31px;
	text-align: center;
	margin: 0;
	padding: 0 12px;
}

.art-menu a.active .l,.art-menu a.active .r {
	top: -62px;
}

.art-menu a.active .t {
	color: #112327;
}

.art-contentLayout {
	position: relative;
	margin-bottom: 0;
	width: 974px;
}

.art-Block {
	position: relative;
	z-index: 0;
	min-width: 11px;
	min-height: 11px;
	margin: 10px;
}

.art-Block-body {
	position: relative;
	z-index: 1;
	padding: 2px;
}

.art-Block-tr,.art-Block-tl,.art-Block-br,.art-Block-bl {
	width: 10px;
	height: 10px;
	background-image: url('images/Block-s.png');
}

.art-Block-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 5px, 5px, auto);
}

.art-Block-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 5px, 5px);
}

.art-Block-bl {
	bottom: 0;
	left: 0;
	clip: rect(5px, 5px, auto, auto);
}

.art-Block-br {
	bottom: 0;
	right: 0;
	clip: rect(5px, auto, auto, 5px);
}

.art-Block-tc,.art-Block-bc {
	left: 5px;
	right: 5px;
	height: 10px;
	background-image: url('images/Block-h.png');
}

.art-Block-tc {
	top: 0;
	clip: rect(auto, auto, 5px, auto);
}

.art-Block-bc {
	bottom: 0;
	clip: rect(5px, auto, auto, auto);
}

.art-Block-cr,.art-Block-cl {
	top: 5px;
	bottom: 5px;
	width: 10px;
	background-image: url('images/Block-v.png');
}

.art-Block-cr {
	right: 0;
	clip: rect(auto, auto, auto, 5px);
}

.art-Block-cl {
	left: 0;
	clip: rect(auto, 5px, auto, auto);
}

.art-Block-cc {
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #DDE5E9;
}

.art-BlockHeader {
	position: relative;
	z-index: 0;
	height: 30px;
	margin-bottom: 0;
	padding: 0 8px;
}

.art-BlockHeader .t {
	height: 30px;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
	line-height: 30px;
	padding: 0 7px;
}

.art-BlockContent {
	position: relative;
	z-index: 0;
	min-width: 1px;
	min-height: 1px;
	margin: 0 auto;
}

.art-BlockContent-body {
	position: relative;
	z-index: 1;
	color: #28373E;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding: 8px;
}

.art-BlockContent-body a:link {
	color: #2F5F6A;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:visited,.art-BlockContent-body a.visited {
	color: #688D9C;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:hover,.art-BlockContent-body a.hover {
	color: #AF701D;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body ul {
	list-style-type: none;
	color: #14292E;
	margin: 0;
	padding: 0;
}

.art-BlockContent-body li {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
}

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

.art-Post {
	position: relative;
	z-index: 0;
	min-width: 15px;
	min-height: 15px;
	margin: 10px;
}

.art-Post-body {
	position: relative;
	z-index: 1;
	padding: 11px;
}

.art-Post-tr,.art-Post-tl,.art-Post-br,.art-Post-bl {
	width: 14px;
	height: 14px;
	background-image: url('images/Post-s.png');
}

.art-Post-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 7px, 7px, auto);
}

.art-Post-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.art-Post-bl {
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.art-Post-br {
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.art-Post-tc,.art-Post-bc {
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/Post-h.png');
}

.art-Post-tc {
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.art-Post-bc {
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.art-Post-cr,.art-Post-cl {
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/Post-v.png');
}

.art-Post-cr {
	right: 0;
	clip: rect(auto, auto, auto, 7px);
}

.art-Post-cl {
	left: 0;
	clip: rect(auto, 7px, auto, auto);
}

.art-Post-cc {
	position: absolute;
	z-index: -1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #ECF1F3;
}

a img {
	border: 0;
}

.art-article img,img.art-article {
	border: solid 1px #B5C7CF;
	margin: 1em;
}

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

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

.art-article table,table.art-article .art-article tr,.art-article th,.art-article td
	{
	background-color: Transparent;
}

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

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

.art-PostHeaderIcon-wrapper {
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: inherit;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #22464E;
	margin: .2em 0;
	padding: 0;
}

.art-PostHeaderIcon-wrapper,.art-PostHeaderIcon-wrapper a,.art-PostHeaderIcon-wrapper a:link,.art-PostHeaderIcon-wrapper a:visited,.art-PostHeaderIcon-wrapper a:hover
	{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #22464E;
}

.art-PostHeader a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #2A5660;
}

.art-PostHeader a:visited,.art-PostHeader a.visited {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #364B53;
}

.art-PostHeader a:hover,.art-PostHeader a.hovered {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #326671;
}

.art-PostHeaderIcons,.art-PostHeaderIcons a,.art-PostHeaderIcons a:link,.art-PostHeaderIcons a:visited,.art-PostHeaderIcons a:hover
	{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #2C3D44;
}

.art-PostContent {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000;
}

a:visited,a.visited {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #577785;
}

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: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 31px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #326671;
}

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

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

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

ol,ul {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin: 1em 0 1em 2em;
	padding: 0;
}

li ol,li ul {
	margin: .5em 0 .5em 2em;
	padding: 0;
}

li {
	margin: .2em 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

ol {
	list-style-position: inside;
}

.art-Post li {
	line-height: 1.2em;
	padding: 0 0 0 13px;
}

.art-Post ol li,.art-Post ul ol li {
	background: none;
	padding-left: 0;
}

.art-Post ul li,.art-Post ol ul li {
	background-image: url('images/PostBullets.png');
	background-repeat: no-repeat;
	padding-left: 13px;
}

blockquote p {
	color: #091315;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote {
	border: solid 1px #91C3CF;
	background-color: #C6E0E6;
	background-image: url('images/PostQuote.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 10px 10px 50px;
	padding: 5px 5px 5px 32px;
}

.art-PostFooterIcons,.art-PostFooterIcons a,.art-PostFooterIcons a:link,.art-PostFooterIcons a:visited,.art-PostFooterIcons a:hover
	{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	color: #2C3D44;
}

.art-button-wrapper .art-button {
	width: auto;
	outline: none;
	border: none;
	background: none;
	overflow: visible;
	cursor: default;
	z-index: 0;
	display: block;
	height: 27px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	line-height: 27px;
	text-decoration: none !important;
	color: #112327 !important;
	margin: -2px 0 0 0 !important;
	padding: 0 10px !important;
}

.art-button-wrapper {
	display: inline-block;
	position: relative;
	height: 27px;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	z-index: 0;
    margin: 4px 0 4px 0;
}

input,select {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

.art-button-wrapper.hover .art-button,.art-button:hover {
	color: #DCECEF !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button {
	color: #FCF6ED !important;
}

.art-button-wrapper .l,.art-button-wrapper .r {
	display: block;
	position: absolute;
	z-index: -1;
	height: 81px;
	background-image: url('images/Button.png');
}

.art-button-wrapper .l {
	left: 0;
	right: 11px;
}

.art-button-wrapper .r {
	width: 423px;
	right: 0;
	clip: rect(auto, auto, auto, 412px);
}

.art-button-wrapper.hover .l,.art-button-wrapper.hover .r {
	top: -27px;
}

.art-button-wrapper.active .l,.art-button-wrapper.active .r {
	top: -54px;
}

.art-Footer {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 974px;
	margin: 5px auto 0;
}

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

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

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

.art-Footer .art-Footer-text a:link {
	color: #2D5C67;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited {
	color: #4F6C78;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover {
	color: #7F5115;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.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: #516F7B;
}

.art-page-footer {
	text-align: center;
	text-decoration: none;
	color: #6E91A0;
	margin: 1em;
}

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

.art-contentLayout .art-content-wide {
	position: relative;
	border: 0;
	float: left;
	overflow: hidden;
	width: 973px;
	margin: 0;
	padding: 0;
}

.art-contentLayout .art-sidebar1 {
	position: relative;
	border: 0;
	float: left;
	overflow: hidden;
	width: 340px;
	margin: 0;
	padding: 0;
}

.commentlist,.commentlist li {
	background: none;
}

.commentlist li li {
	margin-left: 30px;
}

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

.commentlist li cite {
	font-size: 1.2em;
}

#commentform textarea {
	width: 100%;
}

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

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

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

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

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

.hidden {
	display: none;
}

.art-Sheet-tr,.art-Sheet-tl,.art-Sheet-br,.art-Sheet-bl,.art-Sheet-tc,.art-Sheet-bc,.art-Sheet-cr,.art-Sheet-cl,.art-Block-tr,.art-Block-tl,.art-Block-br,.art-Block-bl,.art-Block-tc,.art-Block-bc,.art-Block-cr,.art-Block-cl,.art-Post-tr,.art-Post-tl,.art-Post-br,.art-Post-bl,.art-Post-tc,.art-Post-bc,.art-Post-cr,.art-Post-cl
	{
	position: absolute;
	z-index: -1;
}

h1.art-Logo-name,.art-Logo-text {
	display: block;
	text-align: left;
}

.art-nav .l,.art-menu a .l {
	left: 0;
	right: 0;
}

.art-menu a:hover .l,.art-menu a:hover .r,.art-menu li:hover>a .l,.art-menu li:hover>a .r,.art-menu li:hover a .l,.art-menu li:hover a .r
	{
	top: -31px;
}

.art-menu a:hover .t,.art-menu li:hover a .t,.art-menu li:hover>a .t {
	color: #EDF5F7;
}

.art-PostHeaderIcons,.art-PostFooterIcons {
	padding: 1px;
}

.art-PostHeaderIcons a,.art-PostHeaderIcons a:link,.art-PostHeaderIcons a:visited,.art-PostHeaderIcons a:hover,.art-PostFooterIcons a,.art-PostFooterIcons a:link,.art-PostFooterIcons a:visited,.art-PostFooterIcons a:hover,.art-Footer .art-Footer-text p
	{
	margin: 0;
}

.art-PostHeaderIcons a:link,a,a:link,.art-PostFooterIcons a:link {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #326671;
}

.art-PostHeaderIcons a:visited,.art-PostHeaderIcons a.visited,.art-PostFooterIcons a:visited,.art-PostFooterIcons a.visited
	{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #405863;
}

.art-PostHeaderIcons a:hover,.art-PostHeaderIcons a.hover,a:hover,a.hover,.art-PostFooterIcons a:hover,.art-PostFooterIcons a.hover
	{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #BD781F;
}

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