/*
Theme Name: Sport
Theme URI: http://www.installwordpresstheme.com/
Description: <a href="../wp-content/themes/dog/Installation Guide.pdf" target="_blank">Instruction Manual</a> | <a href="http://www.installwordpresstheme.com/contact-us" target="_blank">Request PSD</a> 
Version: 1.0
Author: Install Wordpress Theme
Author URI: http://www.installwordpresstheme.com/
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/

/* begin Page */


#art-main, table
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.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;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    word-spacing: 1px;
}

.art-postcontent p
{
    margin: 10px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  text-decoration: none;
}

.art-postcontent a
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #171717;
}

.art-postcontent a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #171717;
  
}

.art-postcontent a:visited, .art-postcontent a.visited
{
  text-decoration: none;
  color: #595959;
}

.art-postcontent  a:hover, .art-postcontent a.hover
{
  text-decoration: none;
  color: #244851;
}

.art-postcontent h1
{
   color: #000000;    
}

h1
{   font-size: 30px;
 
}

h1 a, h1 a:link, h1 a:hover, h1 a:visited
{
   font-size: 30px; 
}

.art-postcontent h2
{
   color: #000000;    
}

h2
{   font-size: 28px;
 
}

h2 a, h2 a:link, h2 a:hover, h2 a:visited
{
   font-size: 28px; 
}

.art-postcontent h3
{
   color: #000000;    
}

h3
{   font-size: 18px;
 
}

h3 a, h3 a:link, h3 a:hover, h3 a:visited
{
   font-size: 18px; 
}

.art-postcontent h4
{
   color: #000000;    
}

h4
{   font-size: 16px;
 
}

h4 a, h4 a:link, h4 a:hover, h4 a:visited
{
   font-size: 16px; 
}

.art-postcontent h5
{
   color: #000000;    
}

h5
{   font-size: 14px;
 
}

h5 a, h5 a:link, h5 a:hover, h5 a:visited
{
   font-size: 14px; 
}

.art-postcontent h6
{
   color: #000000;    
}

h6
{   font-size: 12px;
 
}

h6 a, h6 a:link, h6 a:hover, h6 a:visited
{
   font-size: 12px; 
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#art-main
{
  position: relative;
  z-index: 0;
  width: 100%;
  overflow:hidden;
  left: 0;
  top: 0;
  cursor:default;
}

body
{
  padding: 0; 
  margin:0;
  color: #141414;
  height:100%;
  background-color: #E6E6E6;
  background-image: url('images/Bottom_texture.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
  min-width: 1000px;
}

.cleared
{
  clear: both;
  font-size: 1px;
  overflow:hidden;
  display:block;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Menu */
/* menu structure */

.art-hmenu a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
    outline: none;
}

.art-hmenu, .art-hmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.art-hmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.art-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.art-hmenu li li
{
  float: none;
}

.art-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.art-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.art-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-hmenu:after, .art-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-hmenu{
  min-height: 0;
  position:relative;
  padding: 6px 15px 1px 15px;
}

.art-hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

/* menu structure */

.art-nav
{
  position: relative;
  width:1000px;
  margin:0 auto;
  min-height: 34px;
  z-index: 100;
    margin-top: 0;
    margin-bottom: 0;
}

.art-nav-outer
{
    position:absolute;
    width:100%;
}

.art-nav-wrapper 
{
    position: relative;
    width:1000px;
    margin:0 auto;
}
.art-nav-inner 
{
    margin: 0 1px;
}

.art-nav-l, .art-nav-r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('images/nav.png');
}

.art-nav-l
{
  left: 0;
  right: 16px;
}

.art-nav-r
{
  right: 0;
  width: 1000px;
  clip: rect(auto, auto, auto, 984px);
}

/* end Menu */

/* begin MenuItem */
.art-hmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 27px;
  cursor: pointer;
  font-family: Arial, Helvetica, Sans-Serif;
  font-variant: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}

.art-hmenu ul li
{
    margin:0;
    clear: both;
}

.art-hmenu a .r, .art-hmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 91px;
  background-image: url('images/menuitem.png');
}

.art-hmenu a .l
{
  left: 0;
  right: 4px;
}

.art-hmenu a .r
{
  width: 408px;
  right: 0;
  clip: rect(auto, auto, auto, 404px);
}

.art-hmenu a .t, .art-hmenu ul a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-variant: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}

.art-hmenu a .t
{
  color: #FFFFFF;
  padding: 0 9px;
  margin: 0 4px;
  line-height: 27px;
  text-align: center;
}

.art-hmenu a:hover .l, .art-hmenu a:hover .r
{
  top: -32px;
}

.art-hmenu li:hover>a .l, .art-hmenu li:hover>a .r
{
  top: -32px;
}

.art-hmenu li:hover a .l, .art-hmenu li:hover a .r
{
  top: -32px;
}
.art-hmenu a:hover .t
{
  color: #FAFAFA;
}

.art-hmenu li:hover a .t
{
  color: #FAFAFA;
}

.art-hmenu li:hover>a .t
{
  color: #FAFAFA;
}

.art-hmenu a.active .l, .art-hmenu a.active .r
{
  top: -64px;
}

.art-hmenu a.active .t
{
  color: #3C3B39;
}
/* end MenuItem */

/* begin MenuSeparator */
.art-hmenu .art-hmenu-li-separator
{
  display: block;
  width: 6px;
  height:27px;
}
/* end MenuSeparator */

/* begin MenuSubItem */
.art-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 20px;
  width: 180px;
  overflow: hidden;
  background-image: url('images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #484848;
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #F2F2F2;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  margin:0;
  padding:0;
}

.art-nav ul.art-hmenu ul span, .art-nav ul.art-hmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a:hover, .art-hmenu ul a:active, .art-nav ul.art-hmenu ul span, .art-nav ul.art-hmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #F2F2F2;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  margin:0;
  padding:0;
}

.art-hmenu ul li a:hover
{
  color: #F0F0F0;
  border-color: #3C3B39;
  background-position: 0 -20px;
}

.art-hmenu ul li:hover>a
{
  color: #F0F0F0;
  border-color: #3C3B39;
  background-position: 0 -20px;
}

.art-nav .art-hmenu ul li a:hover span, .art-nav .art-hmenu ul li a:hover span span
{
  color: #F0F0F0;
}

.art-nav .art-hmenu ul li:hover>a span, .art-nav .art-hmenu ul li:hover>a span span
{
  color: #F0F0F0;
}

/* end MenuSubItem */

/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 33px;
  min-height: 33px;
  margin-top: 30px;
  margin-bottom: 0;
  cursor:auto;
  width: 1000px;
}

.art-sheet-body
{
  position: relative;
  padding: 1px;
    padding-top:0;
    padding-bottom:25px;
}

#art-page-background-top-texture, #art-page-background-middle-texture, #art-page-background-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Header */
div.art-header
{
  margin: 0 auto;
  position: relative;
  width:100%;
  height: 250px;
  margin-top: 0;
  margin-bottom: 0;
}

div.art-header-clip
{
  position: absolute;
  width:748px;
  left:0;
  overflow:hidden;
  height:252px;
  /*border: solid 1px #000000;*/
}

div.art-header-center
{
	position: relative;
	width: 998px;
	left:50%;
}

div.art-header-png
{
  position: absolute;
  left:-50%;
  top: 0;
  width: 998px;
  height: 250px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position:center center; 
}

div.art-header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 998px;
  height: 250px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin TextBlock */
div.art-textblock
{
  position: absolute;
  top: 0;
  right:   0;
  width: 250px;
  height: 250px;
  background-image: url('images/textblock-bg.png');
}
/* end TextBlock */

/* begin Logo */
div.art-logo
{
  display: block;
  position: relativ;
  /*top: 38px;*/
  float:left;
  margin-top:15px;
  
  width: 40%;
  text-align:left;
}
#MainTemplate

{
width:1000px;



}
#MySearch {
top:20px;
  display: block;
  position: relative;
  text-align:right;
/*border:solid 1px #000000;*/
width:59%;
float:left;
}

#headerdiv {
width:1000px;
/*border:solid 1px #000000;*/
position: relative;
height:65px;
top:9px;
}

h1.art-logo-name
{
  display: block;
  text-align: center;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #FFFFFF !important;
}
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: "Times New Roman", Georgia, Times, Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #FFFFFF !important;
}

/* end Logo */

/* begin Layout */
.art-content-layout
{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.art-layout-cell, .art-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}

.art-content-layout .art-content-layout{width: auto;margin:0;}
.art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell{display: table-cell;}
.art-layout-cell .art-layout-cell{display: block;}
.art-content-layout-row {display: table-row;}
.art-layout-glare{position:relative;}/* end Layout */

/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button
{
  text-decoration: none;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #171717 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 31px;
  height: 31px;
  margin: 0 !important;
  padding: 0 14px !important;
  overflow: visible;
  cursor: pointer;
}

.art-button img, .art-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.art-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 31px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .art-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

.art-block select 
{
    width:96%;
}

.art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover
{
  color: #000000 !important;
  text-decoration: none !important;
}

.art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link
{
  color: #171717 !important;
}

.art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r
{
  display: block;
  position: absolute;
  height: 103px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.art-button-wrapper .art-button-l
{
  left: 0;
  right: 7px;
}

.art-button-wrapper .art-button-r
{
  width: 407px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r
{
  top: -36px;
}

.art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r
{
  top: -72px;
}

.art-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 5px;
}

.art-vmenublock-body
{
  position: relative;
  padding: 0;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body
{
  position: relative;
  padding: 0;
}

/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.art-vmenu, ul.art-vmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.art-vmenu
{
  margin-top: 0; 
  margin-bottom: 0;
}

ul.art-vmenu ul
{
  display: none;
  padding: 0;
    margin:0 0 0 0;
}

ul.art-vmenu ul.active
{
  display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.art-vmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 28px;
  cursor: pointer;
  text-decoration: none;
}

ul.art-vmenu li.art-vmenu-separator
{
  display: block;
  padding: 1px 0 1px 0;
  margin: 0;
  font-size: 1px;
}

ul.art-vmenu .art-vmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border: none;
}

ul.art-vmenu a .r, ul.art-vmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  height: 94px;
  background-image: url('images/vmenuitem.png');
}

ul.art-vmenu a .l
{
  left: 0;
  right: 15px;
}

ul.art-vmenu a .r
{
  width: 1006px;
  right: 0;
  clip: rect(auto, auto, auto, 991px);
}

ul.art-vmenu a .t, ul.art-vmenu ul a
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

ul.art-vmenu a .t
{
  display: block;
  position:relative;
  top:0;
  line-height: 28px;
  color: #FAFAFA;
  padding: 0 11px 0 20px;
  margin-left:0;
  margin-right:0;
}

ul.art-vmenu a.active .l, ul.art-vmenu a.active .r
{
  top: -66px;
}

ul.art-vmenu a.active .t
{
  color: #112227;
}

ul.art-vmenu a:hover .l, ul.art-vmenu a:hover .r
{
  top: -33px;
}

ul.art-vmenu a:hover .t
{
  color: #171717;
}

/* end VMenuItem */

/* begin VMenuSubItem */
ul.art-vmenu ul li
{
  margin: 0;
  padding: 0;
}

ul.art-vmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 20px;
  overflow: visible;
  background-image: url('images/vsubitem.gif');
  background-position: 25px 0;
  background-repeat: repeat-x;
  padding: 0 0 0 25px;
  line-height: 20px;
  color: #6B3000;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  margin-left: 0;
}

ul.art-vmenu ul span, ul.art-vmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

ul.art-vmenu ul a:link, ul.art-vmenu ul a:visited, ul.art-vmenu ul a:hover, ul.art-vmenu ul a:active, ul.art-vmenu ul span, ul.art-vmenu ul span span
{
  line-height: 20px;
  color: #6B3000;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  margin-left: 0;
}

ul.art-vmenu ul ul
{
  margin:0 0 0 0;
}

ul.art-vmenu ul li.art-vsubmenu-separator
{ 
  display: block;
  margin: 0;
  font-size: 1px;
  padding: 0 0 0 0;
 }

ul.art-vmenu ul .art-vsubmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
  border: none;
}

ul.art-vmenu ul li.art-vmenu-separator-first
{
    padding-bottom:1px;
}

ul.art-vmenu ul li li a
{
  background-position: 50px 0;
  padding: 0 0 0 50px;
}

ul.art-vmenu ul li li li a
{
  background-position: 75px 0;
  padding: 0 0 0 75px;
}

ul.art-vmenu ul li li li li a
{
  background-position: 100px 0;
  padding: 0 0 0 100px;
}

ul.art-vmenu ul li li li li li a
{
  background-position: 125px 0;
  padding: 0 0 0 125px;
}

ul.art-vmenu ul li a.active
{
  color: #1C1C1C;
  background-position: 25px -50px;
}

ul.art-vmenu ul li li a.active
{
  background-position: 50px -50px;
}

ul.art-vmenu ul li li li a.active
{
  background-position: 75px -50px;
}

ul.art-vmenu ul li li li li a.active
{
  background-position: 100px -50px;
}

ul.art-vmenu ul li li li li li a.active
{
  background-position: 125px -50px;
}

ul.art-vmenu ul li a:hover, ul.art-vmenu ul li a:hover.active
{
  color: #242424;
  background-position: 25px -25px;
}

ul.art-vmenu ul li li a:hover, ul.art-vmenu ul li li a:hover.active
{
  background-position: 50px -25px;
}

ul.art-vmenu ul li li li a:hover, ul.art-vmenu ul li li li a:hover.active
{
  background-position: 75px -25px;
}

ul.art-vmenu ul li li li li a:hover, ul.art-vmenu ul li li li li a:hover.active
{
  background-position: 100px -25px;
}

ul.art-vmenu ul li li li li li a:hover, ul.art-vmenu ul li li li li li a:hover.active
{
  background-position: 125px -25px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.art-block
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 5px;
}

.art-block-body
{
  position: relative;
  padding: 0;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
  margin-bottom: 0;
  position: relative;
  height: 34px;
}

.art-blockheader h3.t
{
  position: relative;
  height: 34px;
  color: #FAFAFA;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 34px;
}

.art-blockheader h3.t a,
.art-blockheader h3.t a:link,
.art-blockheader h3.t a:visited, 
.art-blockheader h3.t a:hover
{
  color: #FAFAFA;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}

.art-blockheader .l, .art-blockheader .r
{
  position: absolute;
  height: 34px;
  background-image: url('images/blockheader.png');
}

.art-blockheader .l
{
  left: 0;
  right: 6px;
}

.art-blockheader .r
{
  width: 998px;
  right: 0;
  clip: rect(auto, auto, auto, 992px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 13px;
  min-height: 13px;
}

.art-blockcontent-body
{
  position: relative;
  padding: 7px;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl, .art-blockcontent-tc, .art-blockcontent-bc,.art-blockcontent-cr, .art-blockcontent-cl
{
  position: absolute;
}

.art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl
{
  width: 12px;
  height: 12px;
  background-image: url('images/blockcontent_s.png');
}

.art-blockcontent-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 6px, 6px, auto);
}

.art-blockcontent-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 6px, 6px);
}

.art-blockcontent-bl
{
  bottom: 0;
  left: 0;
  clip: rect(6px, 6px, auto, auto);
}

.art-blockcontent-br
{
  bottom: 0;
  right: 0;
  clip: rect(6px, auto, auto, 6px);
}

.art-blockcontent-tc, .art-blockcontent-bc
{
  left: 6px;
  right: 6px;
  height: 12px;
  background-image: url('images/blockcontent_h.png');
}

.art-blockcontent-tc
{
  top: 0;
  clip: rect(auto, auto, 6px, auto);
}

.art-blockcontent-bc
{
  bottom: 0;
  clip: rect(6px, auto, auto, auto);
}

.art-blockcontent-cr, .art-blockcontent-cl
{
  top: 6px;
  bottom: 6px;
  width: 12px;
  background-image: url('images/blockcontent_v.png');
}

.art-blockcontent-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 6px);
}

.art-blockcontent-cl
{
  left: 0;
  clip: rect(auto, 6px, auto, auto);
}

.art-blockcontent-cc
{
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-image: url('images/blockcontent_c.png');
}

.art-blockcontent-body li, 
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover
{
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.art-blockcontent-body a, .art-blockcontent-body a:link
{
  color: #000000;
  text-decoration: none;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
  color: #000000;
  text-decoration: none;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
  color: #000000;
  text-decoration: none;
}

.art-blockcontent-body ul li
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  line-height: 125%;    
  color: #000000;
}/* end Box, BlockContent */

/* begin Box, Post */
.art-post
{
  position: relative;
  min-width: 15px;
  min-height: 15px;
  margin: 5px;
}

.art-post-body
{
  position: relative;
  padding: 11px;
}

.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;
}

.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;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background-color: #FFFFFF;
}

a img
{
  border: 0;
}

.art-article img, img.art-article, .art-blockcontent img, .art-footer-text img
{
  border: solid 1px #C7C7C7;
}

.art-article img, img.art-article
{
  margin: 5px;
}

.art-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.art-article table, table.art-article
{
  border-collapse: collapse;
  margin: 1px;
}

.art-article th, .art-article td
{
  padding: 2px;
  border: solid 1px #B5B5B5;
  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 */
h2.art-postheader
{
  color: #333333;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  text-align: left;
}

h2.art-postheader a, 
h2.art-postheader a:link, 
h2.art-postheader a:visited,
h2.art-postheader a.visited,
h2.art-postheader a:hover,
h2.art-postheader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  text-align: left;
}

h2.art-postheader a, h2.art-postheader a:link
{
  text-decoration: none;
  color: #333333;
}

h2.art-postheader a:visited, h2.art-postheader a.visited
{
  color: #333333;
}

h2.art-postheader a:hover,  h2.art-postheader a.hovered
{
  color: #1A4746;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.art-post ol, .art-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.art-post li
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #404040;
  padding: 0;
}

.art-post li ol, .art-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

/* end PostBullets */

/* begin PostQuote */
.art-postcontent blockquote,
.art-postcontent blockquote a,
.art-postcontent blockquote a:link,
.art-postcontent blockquote a:visited,
.art-postcontent blockquote a:hover
{
  color: #545454;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.art-postcontent blockquote p
{
   margin: 17px 0 17px 17px;
}

.art-postcontent blockquote
{
   border: dashed 1px #C7C7C7;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 37px;
  background-color: #FFFFFF;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
  /* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
  clear:both;
}

/* end PostQuote */

/* begin Footer */
.art-footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
}

.art-footer-b 
{
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  height:50px;
  background-image: url('images/footer_b.png');
}

.art-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background-image: url('images/footer_t.png');
  background-position: left bottom;
}

.art-footer-body
{
    position:relative;
    padding: 8px;
}

.art-footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.art-footer-text,
.art-footer-text a,
.art-footer-text a:link,
.art-footer-text a:visited,
.art-footer-text a:hover
{
    color: #FAFAFA;
    font-size: 11px;
}

.art-footer-text
{
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  left: 50%;
  text-align: center;
}

.art-footer-text a,
.art-footer-text a:link
{
  color: #FFFFFF;
  text-decoration: none;
}

.art-footer-text a:visited
{
  color: #ADADAD;
}

.art-footer-text a:hover
{
  color: #949494;
  text-decoration: underline;
}

.art-footer-center
{
  position: relative;
  float: left;
  width: 70%;
  text-align:center;
}

#wp_themes
{
	float:left;
	width:29%;
	text-align:right;
	color: #FFFFFF;
}

#wp_themes a,
#wp_themes a:link
{
  color: #FFFFFF;
  text-decoration: none;
}

#wp_themes a:visited
{
  color: #ADADAD;
}

#wp_themes a:hover
{
  color: #949494;
  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: #FF7605;
}

.art-page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #ADADAD;
}
/* end PageFooter */

/* begin LayoutCell, content */

/* end LayoutCell, content */

/* begin LayoutCell, sidebar1 */

.art-content-layout .art-sidebar1
{
  width: 25%;
}

/* end 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: 0 5px;
  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%;
}

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: 0.4em 0.5em 0em 0em;
  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;
}
/* 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: 25px !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: #FAFAFA;
font-size: 11px;
    text-align: left;
}

.art-footer .art-widget a,
.art-footer .art-widget a:link
{
  color: #FFFFFF;
text-decoration: none;
}

.art-footer .art-widget a:visited
{
  color: #ADADAD;
}


/* Flickr image display 

-----------------------------------------*/

#flickr {

margin-left:5px;

}

#photos img {

	padding: 2px 2px 2px 2px;

	margin:3px 3px 3px 3px;

	border: 1px solid #5f5f5f;

        background-color: #dfdfdf;

}



/* Featured Posts */



.MainFeatured {

width:100%; 

height:50px;

}



.FeaturedImg {

float:left; 

width:45;



}





/* Fetaured Post End */



/* for custom HTML */

#MainCustomHtml {

	text-align:left;

	margin-top:10px;

/*	background-color:#FFFFFF;*/

	/*padding-left: 5px;*/

	width:990px; 

	overflow:hidden;

	/*border: solid 1px #d9d9d9;*/

}

#innerCustomHtml {

/*border:solid 2px #FFFFFF;

background-color:#c1c1c1;*/

	/*padding-left: 5px;*/

	width:100%; 

	overflow:hidden;

	



}

.CustomHtmlClass {

	width:25%; 

	float:left; 

	overflow:hidden; 

/*margin-top:10px;

margin-bottom:10px;

margin-left:10px;*/

	

}



.CustomHtmlClass1 {

	

	float:left;

	width:25%; 



	overflow:hidden; 

/*margin-top:10px;

margin-bottom:10px;

margin-left:10px;
*/

	

}







.art-post-custom-html

{

  position: relative;

  min-width: 15px;



  min-height: 15px;

  margin: 7px;

}

#MainSlider {

text-align:left;



}

.toppostmainimg{
width:100%;
background-image: url('images/Top_Post.png');
height:185px;
margin-top:10px;
}

.stepcarousel{

position: relative; /*leave this value alone*/

overflow: hidden; /*leave this value alone*/

 /*Width of Carousel Viewer itself*/
width:930px;
height: 165px; /*Height should enough to fit largest content's height*/

/*border: solid 1px #000000;*/
margin-top:10px;

margin-right:30px;

margin-left:31px;

}



.belt{

position: absolute; /*leave this value alone*/

top: 0;

}



.panel{

float: left; /*leave this value alone*/

width: 230px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

margin-left:5px;
padding-left:5px;



}







/******* MENU *******/
#container{
	margin-left: 10px;
	width: 230px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 1px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;

	display: block;
	padding: 5px 5px 5px 5px;
	background: #34908d;
	margin-bottom: -1px;
	border: 1px solid #256765;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #fff;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #58c0be;
	top: 0px;
	border-bottom: 0;
	color: #7c0307;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 7.5pt auto;
	background: #58c0be;
	/*background: #fff;*/
	border: 1px solid #256765;
	text-align: left;
	padding: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.content h2{
	/*line-height: 1em;*/
	vertical-align: middle;
	height: 24px;
	color:#7c0307;
	padding: 2px 2px 2px 2px;
	font-size: 24px;
	font-weight: bold;
	display: none;

}
/******* /CONTENT *******/

.tab1{
	display: block;
	
}

.tab1 li {
margin:0;
  line-height: 125%;    
  color: #3F0306;
  padding: 0 0 0 14px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
 
 }


.tab1 li a {

font-family:Arial, Helvetica, sans-serif;
font-size:12px;

color:#000000;
text-decoration:none;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.tab2{
	display: none;
}

.tab2 li {
margin:0;
  line-height: 125%;    
  color: #3F0306;
  padding: 0 0 0 14px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
 
 }


.tab2 li a {

font-family:Arial, Helvetica, sans-serif;
font-size:12px;

color:#000000;
text-decoration:none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.tab3{
	display: none;
}

.tab3 li {
margin:0;
  line-height: 125%;    
  color: #3F0306;
  padding: 0 0 0 14px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
 
 }

.tab3 li a {

font-family:Arial, Helvetica, sans-serif;
font-size:12px;

color:#000000;
text-decoration:none;
}
.tab4{
	display: none;
}
.tab4 li {
margin:0;
  line-height: 125%;    
  color: #3F0306;
  padding: 0 0 0 14px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
  
 
 }
.tab4 li a {

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
/*line-height:2em;*/
color:#000000;
text-decoration:none;
margin-top:-3px;
padding:0;
 
}

.readmore
{
  background-image: url('images/read_more.png');
  height: 19px; 
  width: 64px;
  padding: 2px;
  line-height: 2em;

}

/******* /LINKS *******/

#titlediv {
width:285px; 
float:left; 
position:relative; 
text-align:left;
}

#ShowDiv p{

background: transparent url(images/feature_bg.png) repeat; 
padding-left:5px; 
text-align:left; 
color:#FFFFFF; 
/*margin-left:3px; */
padding-right:2px; 
height:75px; 
width:442px;
bottom:-180px;
position:relative;

}
#titlediv ul {

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding: 5px 10px 10px 10px;

}

#titlediv ul li {

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:2.1em;
margin-top: 7px;
}

#titlediv ul li a {

font-family:Arial, Helvetica, sans-serif;
font-size:20px;
text-decoration:none;
color:#FFFFFF;
}

#titlediv ul li a:hover {

font-family:Arial, Helvetica, sans-serif;
font-size:20px;
text-decoration:none;
color:#1a4746;
}

.more-link {
    background-image: url("images/Read_More.png");
    background-repeat: no-repeat;
    height: 27px;
    line-height: 3em;
    padding: 2px 12px 6px 10px;
    width: 132px;
}

.more
{
  background-image: url('images/more.png');
  height: 19px; 
  width: 64px;
  padding: 4px;
  line-height: 2em;

}