/*
Theme Name: West_Third_Template
Theme URI: 
Author: 
Author URI: 
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/


/* Page */

/*
body{
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  font: normal 13px/16px 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
  color: #333;
}

*/


body{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #52594F;
}


.Main{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url('images/repeat-bg.jpg');
  background-repeat: repeat-x;
}

.PageBackgroundSimpleGradient{
  background-image: url('images/Page-BgSimpleGradient.jpg');
  background-repeat: repeat-x;
  height: 1px;
}

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

p {  
  margin: 5px;0 15px 0;
  padding:0;
}

/*	Link styles */

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #ee3623;
}

a:hover, a:active {
  text-decoration: underline;
  font-weight: bold;
  color: #787878;
}

a img, a:hover img, a:active img {
  text-decoration: none;
}

a.nobold {
  font-weight: normal;
}
 
a img {
  border-style: none;
}


/*	Home Page styles */

div#homebanner {
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 840px;
	height: 290px;
	background: transparent url('images/bg_homebanner.png') no-repeat;
        clear:both;
	}

div#homebanner img {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	}

div#homebanner h1 {
	margin: 0px 0px 0px 0px;
	padding: 195px 20px 0px 20px;
	font: bold 13px/14px 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #777;
	text-align: right;
	}

div#homebanner div.buttons {
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 0px 0px;
	}

.buttonright{
        float:right;
        height: 35px;
        width: 800px;
        background-color: transparent;
}

.homebannerbutton{
        float: right;
        padding: 10px 15px 0 0;
}

.clearleft {
	clear: left;
	}

.clearright {
	clear: right;
	}



/*	Button styles */

div.buttons {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	white-space: nowrap;
    }
          
span.button {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	background:url('images/button_left.png') no-repeat left top;
 	float: left;
	}
           
span.button a:link, span.button a:visited {
	margin: 0px 0px 0px 0px;
	padding: 7px 45px 8px 0px;
	width:. 1em;
	background: url('images/button_right.png') no-repeat right top;
	text-decoration: none;
	font: bold 12px/14px 'Corbel', 'Calibri', 'Lucida Sans', 'Geneva', 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
	color: #616366;
	white-space: nowrap;
	float: left;
	display: block;
	}
      
span.button a:hover {
	color: #3d3d40;
	text-decoration: none;
	}

span.button:hover {
	background-position: 0% -30px;
	color: #3d3d40;
	text-decoration: none;
	}

span.button:hover a {
	background-position: 100% -30px;
	color: #3d3d40;
	text-decoration: none;
	}



/* begin Menu */




/*  begin Box, Sheet */

.Sheet
{
  overflow: hidden;
  min-width:31px;
  min-height:31px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 840px;
}

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

.Sheet-tl{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

.Sheet-bl div{
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
}

.Sheet-br div{
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 15px;
  right: 15px;
  height: 15px;
}

.Sheet-tc div{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 15px;
}

.Sheet-bc div{
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 15px;
  left: 0;
  width: 15px;
  bottom: 15px;
}

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

.Sheet-cr{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 15px;
  right: 0;
  width: 15px;
  bottom: 15px;
}

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

.Sheet-cc{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-image: url('images/Sheet-c.png');
}

.Sheet{
  margin-top: 0px !important;
}


/* end Box, Sheet */


/* menu structure */

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

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

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

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

.artmenu li li{
  float: none;
}

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

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

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

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

.artmenu, .artmenu ul{
  min-height: 0;
}

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

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


/* menu structure */

.nav{
  position: relative;
  margin: 0  auto;
  width: 840px;
  height: 115px;
  z-index: 100;
  margin: 0 0 25px 0;
}

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

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

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

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

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

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

/* end Menu */



/* begin MenuItem */

.artmenu ul li{
  clear: both;
}

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

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

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

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

.artmenu a span span{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #DADDD9;
  padding: 0 1px;
  margin: 0 12px;
  line-height: 27px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;
}

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

.artmenu li:hover>a{
  background-position: left -27px;
}

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

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

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

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

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

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

.artmenu a.active span span{
  color: #070807;
  background-position: left -54px;
}

/* end MenuItem */



/* begin MenuSubItem */

.artmenu ul a{
  display:block;
  text-align: center;
  white-space: nowrap;
  height: 21px;
  width: 176px;
  overflow:hidden;
  line-height: 21px;
  margin-right: auto;
  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0px;
  border-style: solid;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 21px;
  color: #5E5E5E;
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;  
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.artmenu ul ul a{
  margin-left: auto;
}

.artmenu ul li a:hover{
  color: #F5F5F5;

  background-position: 0 -21px;
}

.artmenu ul li:hover>a{
  color: #F5F5F5;

  background-position: 0 -21px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span{
  color: #F5F5F5;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span{
  color: #F5F5F5;
}

/* end MenuSubItem */



/* begin Header */

div.Header{
  display:none;
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 840px;
  height: 50px;
}

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

/* end Header */


/* begin Logo */

.logo{
  display : block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 880px;
}



h1.logo-name{
  display: block;
  text-align: left;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  padding:0;
  margin:0;
  color: #4F4F4F !important;
}

.logo-text{
  display: block;
  text-align: left;
}

.logo-text, .logo-text a{
 font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  padding:0;
  margin:0;
  color: #121212 !important;
}
/* end Logo */



/* begin ContentLayout */

.contentLayout{
  margin-bottom: 2px;
  margin-top: 5px;
  width: 840px;
  position: relative;
}

/* end ContentLayout */



/* begin Box, Block */

.Block{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

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

.Block{
  margin: 7px;
}

/* end Box, Block */


/* begin Box, BlockContent */

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

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

.BlockContent-body{
  color:#666F62;
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.BlockContent-body a:link{
  color: #595959;
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited{
  color: #919A8D;
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  text-decoration: underline;
}


.BlockContent-body a:hover, .BlockContent-body a.hover{
  color: #DD450E;
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  text-decoration: none;
}

/*
.BlockContent-body ul{
  list-style-type: none;
  color: #282B26;
  margin:0;
  padding:0;
}
*/


/*
.BlockContent-body li{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 12px;
  text-decoration: none;
}

*/

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

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

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

.Post{
  margin: 10px;
}


/* Start images */

a img{
  border: 0;
}

.article img, img.article{
  border-style: solid;
  border-width: 1px;
  border-color: #A6A6A6;
  margin: 1em;
}

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


/* Start tables */

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

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

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

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

.PostHeaderIcon-wrapper{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;  
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3E443C;
}



.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3E443C;
}


.PostHeader a:link{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;  
  text-decoration: none;
  text-align: left;
  color: #4D4D4D;
}



.PostHeader a:visited, .PostHeader a.visited{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  text-decoration: none;
  text-align: left;
  color: #636C60;
}



.PostHeader a:hover, .PostHeader a.hovered{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  text-decoration: none;
  text-align: left;
  color: #DD450E;
}

.PostContent{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #52594F;
}



/* begin Button ---  The button styles with a capital 'B' were created by the layout
generator software.  CSS is case sensitive, so these are different than the styles above.*/

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

/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}

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

.Button .t{
  height:26px;
  white-space: normal;
  padding: 0 19px;
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height: 26px;
  text-decoration: none !important;
}

input, select{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}

.Button .active{
  color: #FEF1EC;
}

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

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

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

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

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

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

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

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

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

/* end Button */



/* begin Footer */

.Footer{
  position: relative;
  overflow:hidden;
  width: 840px;
  margin:0;
  padding: 5px 0 0 0;
  border-top: solid #ccc 2px;
}

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

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

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

.Footer, .Footer-text{
  display:inline-block;
  color:#666;
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-size: 12px;
}

.fsmaller{
  font-size:10px;
}

.Footer-text a{
  padding: 0 15px 0 0; 
  font-weight: normal;
  color: #666666;
  display: block;
  float: left;
}

.Footer-text a:link{
  text-decoration: none;
  color: #595959;
  text-decoration: none;

}

.Footer .Footer-text a:visited{
  text-decoration: none;
  color: #595959;
  text-decoration: none;
}

.Footer .Footer-text a:hover{
  text-decoration: none;
	color: #0577c7;
  text-decoration: none;
}

.details{
  font-family: 'Corbel','Calibri','Lucida Sans','Geneva','Helvetica Neue','Helvetica','Tahoma','Verdana',sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 10px;
  font-size-adjust: none;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* end Footer */


/* begin LayoutCell */


/* These styles cover all other pages */
.contentLayout .content{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 100%;
}



/* end LayoutCell */



/* begin LayoutCell */

.contentLayout .sidebar1{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: right;
  overflow: hidden;
  width: 224px;

}



/* end LayoutCell */







.commentlist, .commentlist li

{

    background: none;

}



.commentlist li li

{

    margin-left:30px;

}



.commentlist li .avatar

{

  float: right;

  border: 1px solid #eee;

  padding: 2px;

  margin:1px;

  background: #fff;

}



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

}



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

/* Begin */

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

.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;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

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

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

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

/* Additions 2010-01-20 - Alex Hutton */

#sidebar { margin: 0px; padding: 0px; }
