body {
margin : 0 auto;
padding : 0;
background-color : #4d664f;
}
.Main {
position : absolute;
width : 100%;
left : 0;
top : 0;
}
.PageBackgroundSimpleGradient {
position : absolute;
z-index : -1;
background-image : url('images/Page-BgSimpleGradient.jpg');
background-repeat : repeat-x;
width : 100%;
height : 1100px;
}
.cleared {
float : none;
clear : both;
margin : 0;
padding : 0;
border : none;
font-size : 1px;
}
form {
padding : 0 !important ;
margin : 0 !important ;
}
table.position {
position : relative;
width : 100%;
table-layout : fixed;
}
.Sheet {
position : relative;
z-index : 0;
margin : 0 auto;
width : 1110px;
min-width : 45px;
min-height : 45px;
overflow: hidden;
}
.Sheet-body {
position : relative;
z-index : 1;
padding : 10px;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc, .Sheet-cr, .Sheet-cl {
position : absolute;
z-index : -1;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl {
width : 64px;
height : 64px;
background-image : url('images/Sheet-s.png');
}
.Sheet-tl {
top : 0;
left : 0;
clip : rect(auto,32px,32px,auto);
}
.Sheet-tr {
top : 0;
right : 0;
clip : rect(auto,auto,32px,32px);
}
.Sheet-bl {
bottom : 0;
left : 0;
clip : rect(32px,32px,auto,auto);
}
.Sheet-br {
bottom : 0;
right : 0;
clip : rect(32px,auto,auto,32px);
}
.Sheet-tc, .Sheet-bc {
left : 32px;
right : 32px;
height : 64px;
background-image : url('images/Sheet-h.png');
}
.Sheet-tc {
top : 0;
clip : rect(auto,auto,32px,auto);
}
.Sheet-bc {
bottom : 0;
clip : rect(32px,auto,auto,auto);
}
.Sheet-cr, .Sheet-cl {
top : 32px;
bottom : 32px;
width : 64px;
background-image : url('images/Sheet-v.png');
}
.Sheet-cr {
right : 0;
clip : rect(auto,auto,auto,32px);
}
.Sheet-cl {
left : 0;
clip : rect(auto,32px,auto,auto);
}
.Sheet-cc {
position : absolute;
z-index : -1;
top : 32px;
left : 32px;
right : 32px;
bottom : 32px;
background-color : #ffffff;
}
.Sheet {
margin-top : 20px !important ;
}
div.Header {
margin : 0 auto;
position : relative;
z-index : 0;
width : 980px;
height : 175px;
}
div.Header-png {
position : absolute;
z-index : -2;
top : 0;
left : 0;
width : 980px;
height : 175px;
background-image : url('images/Header.png');
background-repeat : no-repeat;
background-position : center top;
}
div.Header-jpeg {
position : absolute;
z-index : -1;
top : 0;
left : 0;
width : 980px;
height : 175px;
background-image : url('images/Header.jpg');
background-repeat : no-repeat;
background-position : center center;
}
.logo {
display : block;
position : absolute;
left : 165px;
top : -8px;
width : 805px;
}
h1.logo-name {
display : none;
text-align : center;
}
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover {
font-family : "Perpetua Titling MT", Arial, Helvetica, Sans-Serif;
font-size : 0px;
font-style : italic;
font-weight : normal;
text-decoration : none;
letter-spacing : 30px;
padding : 0;
margin : 0;
color : #fcfced !important ;
}
.logo-text {
display : none;
text-align : center;
}
.logo-text, .logo-text a {
font-family : "Perpetua Titling MT", Arial, Helvetica, Sans-Serif;
font-size : 5px;
font-style : italic;
font-weight : normal;
letter-spacing : 30px;
padding : 0;
margin : 0;
color : #ffffff !important ;
}
.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover {
text-align : left;
text-decoration : none;
outline : none;
letter-spacing : normal;
word-spacing : normal;
}
.artmenu, .artmenu ul {
margin : 0;
padding : 0;
border : 0;
list-style-type : none;
display : block;
}
.artmenu li {
margin : 0;
padding : 0;
border : 0;
display : block;
float : left;
position : relative;
z-index : 5;
background : none;
}
.artmenu li:hover {
z-index : 10000;
white-space : normal;
}
.artmenu li li {
float : none;
}
.artmenu ul {
visibility : hidden;
position : absolute;
z-index : 10;
left : 0;
top : 0;
background : none;
}
.artmenu li:hover > ul {
visibility : visible;
top : 100%;
}
.artmenu li li:hover > ul {
top : 0;
left : 100%;
}
.artmenu:after, .artmenu ul:after {
content : ".";
height : 0;
display : block;
visibility : hidden;
overflow : hidden;
clear : both;
}
.artmenu, .artmenu ul {
min-height : 0;
}
.artmenu ul {
background-image : url(images/spacer.gif);
padding : 10px 30px 30px 30px;
margin : -10px 0 0 -30px;
}
.artmenu ul ul {
padding : 30px 30px 30px 10px;
margin : -30px 0 0 -10px;
}
.artmenu {
padding : 8px 4px 0 4px;
}
.nav {
position : relative;
height : 34px;
z-index : 100;
}
.nav .l, .nav .r {
position : absolute;
z-index : -1;
top : 0;
height : 34px;
background-image : url('images/nav.png');
}
.nav .l {
left : 0;
right : 0;
}
.nav .r {
right : 0;
width : 980px;
clip : rect(auto,auto,auto,980px);
}
.artmenu ul li {
clear : both;
}
.artmenu a {
position : relative;
display : block;
overflow : hidden;
height : 26px;
cursor : pointer;
text-decoration : none;
margin-right : 3px;
margin-left : 3px;
}
.artmenu a .r, .artmenu a .l {
position : absolute;
display : block;
height : 78px;
background-image : url('images/MenuItem.png');
}
.artmenu a .l {
left : 0;
right : 4px;
}
.artmenu a .r {
width : 408px;
right : 0;
clip : rect(auto,auto,auto,404px);
}
.artmenu a .t {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
font-size : 12px;
color : #000000;
padding : 0 9px;
margin : 0 4px;
line-height : 26px;
text-align : center;
}
.artmenu a:hover .l, .artmenu a:hover .r {
top : -26px;
}
.artmenu li:hover > a .l, .artmenu li:hover > a .r {
top : -26px;
}
.artmenu li:hover a .l, .artmenu li:hover a .r {
top : -26px;
}
.artmenu a:hover .t {
color : #e9f1ea;
}
.artmenu li:hover a .t {
color : #e9f1ea;
}
.artmenu li:hover > a .t {
color : #e9f1ea;
}
.artmenu a.active .l, .artmenu a.active .r {
top : -52px;
}
.artmenu a.active .t {
color : #000000;
}
.contentLayout {
position : relative;
margin-bottom : 0;
width : 1190px;
}
.contentLayout2 {
position : relative;
margin-bottom : 0;
width : 980px;
}
.Block {
position : relative;
z-index : 0;
margin : 0 auto;
min-width : 35px;
min-height : 35px;
}
.Block-body {
position : relative;
z-index : 1;
padding : 5px;
}
.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc, .Block-cr, .Block-cl {
position : absolute;
z-index : -1;
}
.Block-tr, .Block-tl, .Block-br, .Block-bl {
width : 46px;
height : 46px;
background-image : url('images/Block-s.png');
}
.Block-tl {
top : 0;
left : 0;
clip : rect(auto,23px,23px,auto);
}
.Block-tr {
top : 0;
right : 0;
clip : rect(auto,auto,23px,23px);
}
.Block-bl {
bottom : 0;
left : 0;
clip : rect(23px,23px,auto,auto);
}
.Block-br {
bottom : 0;
right : 0;
clip : rect(23px,auto,auto,23px);
}
.Block-tc, .Block-bc {
left : 23px;
right : 23px;
height : 46px;
background-image : url('images/Block-h.png');
}
.Block-tc {
top : 0;
clip : rect(auto,auto,23px,auto);
}
.Block-bc {
bottom : 0;
clip : rect(23px,auto,auto,auto);
}
.Block-cr, .Block-cl {
top : 23px;
bottom : 23px;
width : 46px;
background-image : url('images/Block-v.png');
}
.Block-cr {
right : 0;
clip : rect(auto,auto,auto,23px);
}
.Block-cl {
left : 0;
clip : rect(auto,23px,auto,auto);
}
.Block-cc {
position : absolute;
z-index : -1;
top : 23px;
left : 23px;
right : 23px;
bottom : 23px;
background-image : url('images/Block-c.png');
}
.Block {
margin : 10px;
}
.BlockHeader {
position : relative;
z-index : 0;
height : 10px;
padding : 0 11px;
margin-bottom : 0;
}
.BlockHeader .t {
height : 30px;
color : #000000;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
font-size : 12px;
white-space : nowrap;
padding : 0 11px;
line-height : 12px;
}
.BlockContent {
position : relative;
z-index : 0;
margin : 0 auto;
min-width : 1px;
min-height : 1px;
}
.BlockContent-body {
position : relative;
z-index : 1;
padding : 5px;
}
.BlockContent-body {
color : #35372f;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
font-size : 12px;
}
.BlockContent-body a:link {
color : #3b5e3e;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
}
.BlockContent-body a:visited, .BlockContent-body a.visited {
color : #4f5247;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
}
.BlockContent-body a:hover, .BlockContent-body a.hover {
color : #359c3e;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
}
.BlockContent-body ul {
list-style-type : none;
color : #5a5d51;
margin : 0;
padding : 0;
}
.BlockContent-body li {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
font-size : 12px;
}
.BlockContent-body ul li {
padding : 0 0 0 9px;
background-image : url('images/BlockContentBullets.png');
background-repeat : no-repeat;
margin : 0.5em 0 0.5em 0;
line-height : 1.2em;
}
.Post {
position : relative;
z-index : 0;
margin : 0 auto;
min-width : 19px;
min-height : 19px;
}
.Post-body {
position : relative;
z-index : 1;
padding : 2px;
}
.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc, .Post-cr, .Post-cl {
position : absolute;
z-index : -1;
}
.Post-tr, .Post-tl, .Post-br, .Post-bl {
width : 18px;
height : 18px;
background-image : url('images/Post-s.png');
}
.Post-tl {
top : 0;
left : 0;
clip : rect(auto,9px,9px,auto);
}
.Post-tr {
top : 0;
right : 0;
clip : rect(auto,auto,9px,9px);
}
.Post-bl {
bottom : 0;
left : 0;
clip : rect(9px,9px,auto,auto);
}
.Post-br {
bottom : 0;
right : 0;
clip : rect(9px,auto,auto,9px);
}
.Post-tc, .Post-bc {
left : 9px;
right : 9px;
height : 18px;
background-image : url('images/Post-h.png');
}
.Post-tc {
top : 0;
clip : rect(auto,auto,9px,auto);
}
.Post-bc {
bottom : 0;
clip : rect(9px,auto,auto,auto);
}
.Post-cr, .Post-cl {
top : 9px;
bottom : 9px;
width : 18px;
background-image : url('images/Post-v.png');
}
.Post-cr {
right : 0;
clip : rect(auto,auto,auto,9px);
}
.Post-cl {
left : 0;
clip : rect(auto,9px,auto,auto);
}
.Post-cc {
position : absolute;
z-index : -1;
top : 9px;
left : 9px;
right : 9px;
bottom : 9px;
background-color : #e2e9e3;
}
.Post {
margin : 10px;
}
a img {
border : 0;
}
.article img, img.article {
margin : 1em;
}
.metadata-icons img {
border : none;
vertical-align : middle;
margin : 2px;
}
.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 : 0px solid #FFFFFF;
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 : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size : 22px;
color : #29422b;
}
.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover {
font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size : 19px;
color : #29422b;
}
.PostHeaderIcon-wrapper img {
border : none;
vertical-align : middle;
margin : 0;
}
.PostHeader a:link {
font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration : none;
text-align : left;
color : #335236;
}
.PostHeader a:visited, .PostHeader a.visited {
font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration : none;
text-align : left;
color : #4b634d;
}
.PostHeader a:hover, .PostHeader a.hovered {
font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration : none;
text-align : left;
color : #359c3e;
}
.PostMetadataHeader {
padding : 1px;
background-color : #d0dcd1;
}
.PostHeaderIcons {
padding : 1px;
}
.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
color : #374938;
}
.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover {
margin : 0;
}
.PostHeaderIcons a:link {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
color : #4f5247;
}
.PostHeaderIcons a:visited, .PostHeaderIcons a.visited {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
font-style : italic;
font-weight : normal;
text-decoration : none;
color : #4f5247;
}
.PostHeaderIcons a:hover, .PostHeaderIcons a.hover {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
font-style : italic;
font-weight : normal;
text-decoration : underline;
color : #1a1b18;
}
body {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
font-size : 12px;
color : #373932;
}
.PostContent {
font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
color : #373932;
}
a {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
color : #3d6140;
}
a:link {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
color : #3d6140;
}
a:visited, a.visited {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
color : #6c7061;
}
a:hover, a.hover {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
color : #359c3e;
}
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 : 29px;
color : #3d6140;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size : 10px;
color : #3d6140;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size : 10px;
color : #5a775c;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size : 14px;
color : #373932;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size : 12px;
color : #373932;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size : 10px;
color : #373932;
}
ul {
list-style-type : none;
color : #121311;
margin : 0;
padding : 0;
}
li {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
font-size : 12px;
}
.Post ul li {
padding : 0 0 0 16px;
background-image : url('images/PostBullets.png');
background-repeat : no-repeat;
margin : 0.5em 0 0.5em 0;
line-height : 1.2em;
}
blockquote p {
color : #0b0f0b;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
}
blockquote {
margin : 10px 10px 10px 50px;
padding : 5px 5px 5px 41px;
background-color : #c7dcc8;
background-image : url('images/PostQuote.png');
background-position : left top;
background-repeat : no-repeat;
}
.PostFooterIcons {
padding : 1px;
}
.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
color : #4d664f;
}
.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover {
margin : 0;
}
.PostFooterIcons a:link {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
color : #52554a;
}
.PostFooterIcons a:visited, .PostFooterIcons a.visited {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
color : #52554a;
}
.PostFooterIcons a:hover, .PostFooterIcons a.hover {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
color : #1a1b18;
}
.Button {
position : relative;
display : inline-block;
width : auto;
outline : none;
border : none;
background : none;
line-height : 26px;
margin : 0;
padding : 0;
overflow : hidden;
cursor : default;
text-decoration : none !important ;
z-index : 0;
}
*:first-child + html .Button {
display : list-item;
list-style-type : none;
float : left;
}
.Button .btn {
display : block;
position : relative;
float : left;
height : 26px;
overflow : hidden;
white-space : nowrap;
width : auto;
color : #f0f1ef;
}
.Button .btn .t {
display : block;
height : 26px;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
font-size : 12px;
white-space : nowrap;
text-align : left;
padding : 0 9px;
line-height : 26px;
text-decoration : none !important ;
}
input, select {
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
font-size : 12px;
}
.Button .hover, .Button:hover {
color : #bccdbe;
text-decoration : none !important ;
}
.Button .active {
color : #ecf3ed;
}
.Button .btn .l, .Button .btn .r {
display : block;
position : absolute;
z-index : -1;
height : 78px;
background-image : url('images/Button.png');
}
.Button .btn .l {
left : 0;
right : 11px;
}
.Button .btn .r {
width : 415px;
right : 0;
clip : rect(auto,auto,auto,404px);
}
.Button .btn.hover .l, .Button .btn.hover .r, .Button .btn:hover .l, .Button .btn:hover .r {
top : -26px;
}
.Button .btn.active .l, .Button .btn.active .r {
top : -52px;
}
.Footer {
position : relative;
z-index : 0;
overflow : hidden;
width : 1100px;
margin : 5px auto 0 auto;
}
.Footer .Footer-inner {
height : 1%;
position : relative;
z-index : 0;
padding : 8px;
text-align : center;
}
.Footer .Footer-background {
position : absolute;
z-index : -1;
background-repeat : no-repeat;
background-image : url('images/Footer.png');
width : 980px;
height : 150px;
bottom : 0;
left : 0;
}
.rss-tag-icon {
position : relative;
display : block;
float : left;
background-image : url('images/rssIcon.png');
background-position : center right;
background-repeat : no-repeat;
margin : 0 5px 0 0;
height : 27px;
width : 26px;
}
.Footer .Footer-text p {
margin : 0;
}
.Footer .Footer-text {
display : inline-block;
color : #42443b;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
}
.Footer .Footer-text a:link {
text-decoration : none;
color : #3b5e3e;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
}
.Footer .Footer-text a:visited {
text-decoration : none;
color : #696d5f;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
}
.Footer .Footer-text a:hover {
text-decoration : none;
color : #161d17;
font-family : Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration : none;
}
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .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 : #58745a;
}
.page-footer {
margin : 1em;
text-align : center;
text-decoration : none;
color : #696d5f;
}
.contentLayout .content {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : left;
overflow : hidden;
width : 500px;
}
.contentLayout .content-sidebar1 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : none;
overflow : hidden;
width : 784px;
}
.contentLayout .content-sidebar2 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : none;
overflow : hidden;
width : 686px;
}
.contentLayout .content-sidebar3 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : none;
overflow : hidden;
width : 256px;
}
.contentLayout .content-sidebar4 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : right;
overflow : hidden;
width : 170px;
}
.contentLayout2 .content-sidebar5 {
position : static;
margin : 0;
padding : 0;
border : 0;
float : left;
overflow : hidden;
width : 680px;
}
.contentLayout2 .content-sidebar6 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : right;
overflow : hidden;
width : 300px;
}
.contentLayout2 .content {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : none;
overflow : hidden;
width : 680px;
}
.contentLayout .content-wide {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : left;
overflow : hidden;
width : 979px;
}
.contentLayout2 .content-wide {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : left;
overflow : hidden;
width : 680px;
}
.contentLayout .sidebar1 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : none;
overflow : hidden;
width : 580px;
}
.contentLayout .sidebar2 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : none;
overflow : hidden;
width : 580px;
}
.contentLayout .sidebar3 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : left;
overflow : hidden;
width : 290px;
}
.contentLayout .sidebar4 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : left;
overflow : hidden;
width : 290px;
}
.contentLayout2 .sidebar5 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : left;
overflow : hidden;
width : 680px;
}
.contentLayout2 .sidebar6 {
position : relative;
margin : 0;
padding : 0;
border : 0;
float : right;
overflow : hidden;
width : 300px;
}
.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 : 99%;
}
img.wp-smiley {
border : none;
margin : 0;
padding : 0;
}
.navigation {
display : block;
text-align : center;
}
.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.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;
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;
}
.hidden {
display : none;
}
#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;
}

