Blogger Layouts


Author Message
Keron James

Posted: 11/8/2010
Quote message 

Hi I'm trying to alter the code to add a a 300X250 at the top of the side bar and continue on with two separate vertical side bars at the bottom. How do i do this? Artisteer only seem to generate two side bars at different widths.
 
Endy

Posted: 11/9/2010
Quote message 

You can make a 2 column template with a 300 px sidebar or whatever dimension you want, and then you can split this sidebar in 2 columns. For the 2 columns you will have to do this:

go to layout > Edit HTML and search :

body#layout .art-sidebar1{          


width: 25%;

}




after this line add:

#sidebar-top{


clear:both;

}

#sidebar-right{

width:142px;

float:right;

word-wrap:break-word;

overflow:hidden;

}

#sidebar-left{

width:143px;

float:left;

word-wrap:break-word;

overflow:hidden;

}




change the width:143px; with your own dimensions of the sidebars
you can change columns width in percentages, so if you change the sidebar width the two columns will be sized correctly, without modifying them manually.

width: 50% or whatever you like

After that search:

<b:section class='art-layout-cell art-sidebar1' id='sidebar1' preferred='yes'>




Change : id='sidebar1' to id='sidebar-right'

paste the folowing lines :

<b:section class='sidebar' id='sidebar-top'/>


<b:section class='sidebar' id='sidebar-left'/>




before the :

<b:section class='art-layout-cell art-sidebar1' id='sidebar1' preferred='yes'>




Save your template and you are done.

here you have a demo :

http://548621.blogspot.com/


 
Keron J

Posted: 11/9/2010
Quote message 

Thx alot eddie however, i did everything you said and this is the layout that i'm constantly getting ==> http://img580.imageshack.us/img580/6654/layoutxf.jpg

I wish artisteer could update their layout tabs to include 300X250 squares in addition to vertical sidebars :(
 
keronJ

Posted: 11/9/2010
Quote message 

Eddy*
 
Endy

Posted: 11/9/2010
Quote message 

change the:

<b:section class='art-layout-cell art-sidebar1' id='sidebar-right' preferred='yes'>


to:

<b:section class='sidebar' id='sidebar-right' preferred='yes'>


it will align the columns better.
 
KeronJ

Posted: 11/10/2010
Quote message 

Hi Endy i did what you said however i'm still getting the same layout in the image that i put up in my previous post. Do you know if artisteer woudl release an update to include the layout requested above?
 
Endy

Posted: 11/10/2010
Quote message 

Unfortunately I do not think they will release any updates. If you want, give me your blog template, to see what's wrong with the layout.
 
KeronJ

Posted: 11/11/2010
Quote message 

Hi Endy This is my template


<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<b:include data='blog' name='all-head-content'/>
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[

/* begin Page */

/* Generated with Artisteer version 2.3.0.23326, file checksum is D7C5768C. */

body
{
margin: 0 auto;
padding: 0;
background-color: #6E6E6E;
}

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





#art-page-background-simple-gradient
{
position: absolute;
background-image: url('http://lh3.ggpht.com/_Ij2NhP7tfkA/TNvibF2v-BI/AAAAAAAAAu8/JwsW72mKIhY/Page-BgSimpleGradient.jpg');
background-repeat: repeat-x;
top:0;
width: 100%;
height: 900px;
}

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




#navbar
{
position: relative;
z-index:10;
}
#comments{
padding:0 15px 15px 15px;
}

#ArchiveList ul li
{
text-indent: -10px !important;
padding:0 0 0 15px;
}



.profile-datablock, .profile-textblock {
margin:0 0 .75em;
line-height:1.4em;
}
.profile-img {
float: left;
margin-top: 0;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 0;
border: 5px solid #889977;
}
.profile-data {
font-weight: bold;
}

.blog-pager{
margin-left:15px;
}

.post-feeds{
margin-left:15px;
}

.blog-feeds
{
margin-left:15px;
}

/* for Blogger Page Elements */

body#layout div.art-Header{
height: auto;
width: 100%;
}
body#layout .art-contentLayout{
margin-top: 18px;
padding-top: 2px;
width: 100%
}

body#layout .art-Sheet{
width: 100%;
}

body#layout .art-Footer{
width: 100%;
}

body#layout .art-sidebar1{
width: 25%;
}

body#layout .art-sidebar2{
width: 25%;
}

body#layout .art-content{
width: 50%;
}

body#layout .art-Footer .art-Footer-text{
height: 85px;
}

body#layout .art-BlockContent-body{
padding: 0;
}

body#layout .art-Block-body{
padding: 0;
}

body#layout .art-nav{
height: auto;
}

/* search results */

#uds-searchControl .gsc-results, #uds-searchControl .gsc-tabhActive
{
background-color: transparent !important;
}/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
position:relative;
z-index:0;
margin:0 auto;
width: 1000px;
min-width:69px;
min-height:69px;
}

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

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

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
width: 96px;
height: 96px;
background-image: url('http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvib8EebsI/AAAAAAAAAvA/FFRltutWbo8/s320/Sheet-s.png');
}

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

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

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

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

.art-Sheet-tc, .art-Sheet-bc
{
left: 48px;
right: 48px;
height: 96px;
background-image: url('http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvicF9mUtI/AAAAAAAAAvE/6WSCTAM9rug/s320/Sheet-h.png');
}

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

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

.art-Sheet-cr, .art-Sheet-cl
{
top: 48px;
bottom: 48px;
width: 96px;
background-image: url('http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvicZjsnOI/AAAAAAAAAvI/ZNrSpcp8Fig/s320/Sheet-v.png');
}

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

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

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


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

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

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
margin: 0 auto;
position: relative;
z-index:0;
width: 986px;
height: 150px;
}


div.art-Header-jpeg
{
position: absolute;
z-index:-1;
top: 0;
left: 0;
width: 986px;
height: 150px;
background-image: url('http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvicqbgNtI/AAAAAAAAAvM/wEosZqdD5ac/Header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
/* end Header */

/* begin Logo */
.art-Logo
{
display : block;
position: absolute;
left: 404px;
top: 54px;
width: 582px;
}

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

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:"Copperplate Gothic Light",Arial, Helvetica, Sans-Serif;
font-size: 40px;
font-style: normal;
font-weight: normal;
text-decoration: none;
font-variant: normal;
padding:0;
margin:0;
color: #454545 !important;
}

/* end Logo */

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

.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
{
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
display: block;
}

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

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

.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, .art-menu ul
{
min-height: 0;
}

.art-menu ul
{
background-image: url(http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvifXR0HVI/AAAAAAAAAwE/7h79vDPKG-A/s320/spacer.gif);
padding: 10px 30px 30px 30px;
margin: -10px 0 0 -30px;
}

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





/* menu structure */

.art-menu
{
padding: 0px 0px 0px 0px;
}

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


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
clear: both;
}

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


.art-menu a .r, .art-menu a .l
{
position:absolute;
display: block;
top:0;
z-index:-1;
height: 84px;
background-image: url('http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvict78fNI/AAAAAAAAAvQ/A0kv8vJQ0SI/s800/MenuItem.png');
}

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

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

.art-menu a .t
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #404040;
padding: 0 22px;
margin: 0 0px;
line-height: 28px;
text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
top:-28px;
}

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

.art-menu li:hover a .l, .art-menu li:hover a .r
{
top:-28px;
}
.art-menu a:hover .t
{
color: #F0F0F0;
}

.art-menu li:hover a .t
{
color: #F0F0F0;
}

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



/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
display: block;
width: 1px;
height: 28px;
background-image: url('http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvicyVL2bI/AAAAAAAAAvU/77PXEo8_Oio/s320/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
display:block;
text-align: center;
white-space: nowrap;
height: 26px;
width: 180px;
overflow:hidden;
line-height: 26px;
margin-right: auto;


background-image: url('http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvidOjZ82I/AAAAAAAAAvY/tutUAKyDMw8/s320/subitem-bg.png');
background-position: left top;
background-repeat: repeat-x;
border-width: 1px;
border-style: solid;
border-color: #ECBF83;
}

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

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
text-align: left;
text-indent: 12px;
text-decoration: none;
line-height: 26px;
color: #FFFFFF;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
}

.art-menu ul ul a
{
margin-left: auto;
}

.art-menu ul li a:hover
{
color: #F0F0F0;
border-color: #E6A856;
background-position: 0 -26px;
}

.art-menu ul li:hover>a
{
color: #F0F0F0;
border-color: #E6A856;
background-position: 0 -26px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
color: #F0F0F0;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
color: #F0F0F0;
}


/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{
position: relative;
margin-bottom: 9px;
width: 986px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
position:relative;
z-index:0;
margin:0 auto;
min-width:1px;
min-height:1px;
}

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



.art-Block
{
margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
position:relative;
z-index:0;
height: 30px;
padding: 0 7px;
margin-bottom: 0px;
}

.art-BlockHeader .t
{
height: 30px;
color: #FFFFFF;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
white-space : nowrap;
padding: 0 1px;
line-height: 30px;
}

.art-BlockHeader .l, .art-BlockHeader .r
{
display:block;
position:absolute;
z-index:-1;
height: 30px;
background-image: url('http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvidVnBvkI/AAAAAAAAAvc/eEiIv5gJ-W0/BlockHeader.png');
}

.art-BlockHeader .l
{
left:0;
right:0px;
}

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




/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
position:relative;
z-index:0;
margin:0 auto;
min-width:3px;
min-height:3px;
}

.art-BlockContent-body
{
position: relative;
z-index: 1;
padding: 8px;
}

.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;
z-index:-1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl
{
width: 2px;
height: 2px;
background-image: url('http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvidgKX46I/AAAAAAAAAvg/y11bdMK3D4I/s320/BlockContent-s.png');
}

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

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

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

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

.art-BlockContent-tc, .art-BlockContent-bc
{
left: 1px;
right: 1px;
height: 2px;
background-image: url('http://lh4.ggpht.com/_Ij2NhP7tfkA/TNvid-vVcOI/AAAAAAAAAvk/z6OulgeBKNA/s320/BlockContent-h.png');
}

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

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

.art-BlockContent-cr, .art-BlockContent-cl
{
top: 1px;
bottom: 1px;
width: 2px;
background-image: url('http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvidxeL4JI/AAAAAAAAAvo/ztxnYgIohpE/s320/BlockContent-v.png');
}

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

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

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


.art-BlockContent-body
{
color:#404040;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
}

.art-BlockContent-body a:link
{
color: #000000;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
color: #000000;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
color: #311F07;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

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

.art-BlockContent-body ul li
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
line-height: 125%;
line-height: 1.25em;
}



/* Variable definitions
====================
<Variable name="textcolor" description="Block Text Color"
type="color" default="#404040" value="#404040">

<Variable name="linkcolor" description="Block Link Color"
type="color" default="#000000" value="#000000">

<Variable name="visitedlinkcolor" description="Block Visited Link Color"
type="color" default="#000000" value="#000000">

<Variable name="hoveredlinkcolor" description="Block Hovered Link Color"
type="color" default="#311F07" value="#311F07">

*/

.art-BlockContent-body
{
color: $textcolor;
}

.art-BlockContent-body a:link
{
color: $linkcolor;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
color: $visitedlinkcolor;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
color: $hoveredlinkcolor;
}

.toggle span
{
color: $linkcolor;
}

.gsc-branding-text {
color: $textcolor !important;
}

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
position:relative;
z-index:0;
margin:0 auto;
min-width:33px;
min-height:33px;
}

.art-Post-body
{
position: relative;
z-index: 1;
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;
z-index:-1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
width: 32px;
height: 32px;
background-image: url('http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvieKmpfcI/AAAAAAAAAvs/wEFuvMEH6TQ/s320/Post-s.png');
}

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

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

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

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

.art-Post-tc, .art-Post-bc
{
left: 16px;
right: 16px;
height: 32px;
background-image: url('http://lh4.ggpht.com/_Ij2NhP7tfkA/TNvieGtwguI/AAAAAAAAAvw/zaCBkiL2SjI/s320/Post-h.png');
}

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

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

.art-Post-cr, .art-Post-cl
{
top: 16px;
bottom: 16px;
width: 32px;
background-image: url('http://lh3.ggpht.com/_Ij2NhP7tfkA/TNvieZPSRFI/AAAAAAAAAv0/Qe3Rk2RkLi0/s320/Post-v.png');
}

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

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

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


.art-Post
{
margin: 10px;
}

/* Start images */
a img
{
border: 0;
}

.art-article img, img.art-article
{
margin: 1em;
}

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

/* Start tables */

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

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


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

/* Finish tables */

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



/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeader
{
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:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 26px;
color: #651010;
}

.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 26px;
margin:0;
color: #651010;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
color: #7B1414;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
color: #7B1414;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
color: #C11F1F;
}
/* end PostHeader */

/* begin PostIcons */
.art-PostHeaderIcons
{
padding:1px;
}

.art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
color: #3B3B3B;
}

.art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
margin:0;
}

.art-PostHeaderIcons a:link
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #911818;
}

.art-PostHeaderIcons a:visited, .art-PostHeaderIcons a.visited
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-decoration: none;
color: #911818;
}

.art-PostHeaderIcons a:hover, .art-PostHeaderIcons a.hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-decoration: underline;
color: #300808;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
color: #3B3B3B;
}


.art-PostContent p
{
margin: 0.5em 0;
}

.art-PostContent, .art-PostContent p
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
color: #3B3B3B;
}

.art-PostContent
{
margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #000000;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #000000;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #C37B1D;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #DF3A3A;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
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;
}


/* Start Content headings Fonts & Colors */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 35px;
color: #000000;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 26px;
color: #000000;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 21px;
color: #545454;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 18px;
color: #A71B1B;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
color: #262626;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: #262626;
}
/* Finish Content headings Fonts & Colors */


#uds-searchControl .gsc-results,
#uds-searchControl .gsc-tabhActive
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
color: #3B3B3B !important;
}


#uds-searchControl a,
#uds-searchControl .gs-result .gs-title *,
#uds-searchControl .gs-visibleUrl ,
#uds-searchControl .gsc-tabhInactive
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #000000 !important;
}/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
color: #3B3B3B;
margin:1em 0 1em 2em;
padding:0;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
}

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

li
{
margin:0.2em 0;
padding:0;
}

ul
{
list-style-type: none;
}

ol
{
list-style-position:inside;

}



/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.art-PostContent blockquote p
{
color:#3B3B3B;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
}

blockquote,
.art-PostContent blockquote
{
margin:10px 10px 10px 50px;
padding:5px 5px 5px 5px;
background-color:#F2F2F2;
}


/* Finish blockuote */
/* end PostQuote */

/* begin PostIcons */
.art-PostFooterIcons
{
padding:1px;
}

.art-PostFooterIcons, .art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 15px;
text-align: right;
word-spacing: 0px;
margin-bottom: 0px;
color: #3B3B3B;
}

.art-PostFooterIcons a, .art-PostFooterIcons a:link, .art-PostFooterIcons a:visited, .art-PostFooterIcons a:hover
{
margin:0;
}

.art-PostFooterIcons a:link
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #911818;
}

.art-PostFooterIcons a:visited, .art-PostFooterIcons a.visited
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #911818;
}

.art-PostFooterIcons a:hover, .art-PostFooterIcons a.hover
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
color: #300808;
}
/* end PostIcons */

/* begin Button */
.art-button-wrapper .art-button
{
display:inline-block;
width: auto;
outline:none;
border:none;
background:none;
line-height:34px;
margin:0 !important;
padding:0 !important;
overflow: visible;
cursor: default;
text-decoration: none !important;
z-index:0;
vertical-align: middle;
}

.art-button img, .art-button-wrapper img
{
margin: 0;
}

.art-button-wrapper
{
display:inline-block;
vertical-align: middle;
position:relative;
height: 34px;
overflow:hidden;
white-space: nowrap;
width: auto;
z-index:0;
}

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

.art-button-wrapper .art-button
{
display:block;
height: 34px;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
white-space: nowrap;
text-align: left;
padding: 0 19px !important;
line-height: 34px;
text-decoration: none !important;
color: #FCF4E9 !important;
}

input, select
{
vertical-align: middle;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
}

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

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

.art-button-wrapper .l, .art-button-wrapper .r
{
display:block;
position:absolute;
z-index:-1;
height: 102px;
background-image: url('http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvierBruGI/AAAAAAAAAv4/L5O89mIq-PM/s800/Button.png');
}

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

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

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

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


/* end Button */

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

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

.art-Footer .art-Footer-background
{
position:absolute;
z-index:-1;
background-repeat:no-repeat;
background-image: url('http://lh3.ggpht.com/_Ij2NhP7tfkA/TNvifIQPryI/AAAAAAAAAv8/_7_J6BIJJco/Footer.png');
width: 986px;
height: 150px;
bottom:0;
left:0;
}


.art-rss-tag-icon
{
position: relative;
display:block;
float:left;
background-image: url('http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvifH2t-hI/AAAAAAAAAwA/ISYScd6z6Gg/s320/rssIcon.png');
background-position: center right;
background-repeat: no-repeat;
margin: 0 5px 0 0;
height: 16px;
width: 16px;
cursor: default;
}




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

.art-Footer .art-Footer-text
{
display:inline-block;
color:#000000;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
}

.art-Footer .art-Footer-text a:link
{
text-decoration: none;
color: #855414;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-Footer .art-Footer-text a:visited
{
text-decoration: none;
color: #333333;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-Footer .art-Footer-text a:hover
{
text-decoration: none;
color: #2C1C07;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* 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:#E19533;
}

.art-page-footer
{
margin:1em;
text-align:center;
text-decoration:none;
color:#8A8A8A;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-content
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 591px;
}
.art-contentLayout .art-content-sidebar1
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 788px;
}
.art-contentLayout .art-content-sidebar2
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 788px;
}
.art-contentLayout .art-content-wide
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 985px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 197px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-sidebar2
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 197px;
}
/* end LayoutCell */



]]></b:skin>

<!--[if IE 6]>
<style type="text/css">
/* begin Page */

/* Generated with Artisteer version 2.3.0.23326, file checksum is D7C5768C. */

img
{
filter:expression(fixPNG(this));
}
#ArchiveList ul li
{
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="");
}
#ArchiveList a.toggle, #ArchiveList a.toggle:link, #ArchiveList a.toggle:visited, #ArchiveList a.toggle:hover
{
color: expression(this.parentNode.currentStyle["color"]);
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet, .art-Sheet-body
{
zoom:1;
}

.art-Sheet-body
{
position:static;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
font-size: 1px;
background: none;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvib8EebsI/AAAAAAAAAvA/FFRltutWbo8/s320/Sheet-s.png',sizingMethod='scale')");
}

.art-Sheet-tl
{
clip: rect(auto 48px 48px auto);
}

.art-Sheet-tr
{
left: expression(this.parentNode.offsetWidth-96+'px');
clip: rect(auto auto 48px 48px);
}

.art-Sheet-bl
{
top: expression(this.parentNode.offsetHeight-96+'px');
clip: rect(48px 48px auto auto);
}

.art-Sheet-br
{
top: expression(this.parentNode.offsetHeight-96+'px');
left: expression(this.parentNode.offsetWidth-96+'px');
clip: rect(48px auto auto 48px);
}

.art-Sheet-tc, .art-Sheet-bc
{
width: expression(this.parentNode.offsetWidth-96+'px');
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvicF9mUtI/AAAAAAAAAvE/6WSCTAM9rug/s320/Sheet-h.png',sizingMethod='scale')");
}

.art-Sheet-tc
{
clip: rect(auto auto 48px auto);
}

.art-Sheet-bc
{
top: expression(this.parentNode.offsetHeight-96+'px');
clip: rect(48px auto auto auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
height: expression(this.parentNode.offsetHeight-96+'px');
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvicZjsnOI/AAAAAAAAAvI/ZNrSpcp8Fig/s320/Sheet-v.png',sizingMethod='scale')");
}

.art-Sheet-cr
{
left: expression(this.parentNode.offsetWidth-96+'px');
clip: rect(auto auto auto 48px);
}

.art-Sheet-cl
{
clip: rect(auto 48px auto auto);
}

.art-Sheet-cc
{
font-size: 1px;
width: expression(this.parentNode.offsetWidth-96+'px');
height: expression(this.parentNode.offsetHeight-96+'px');
background-color: #FFFFFF;
}
#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
width:expression(document.body.clientWidth > 1000 ? "100%" : "1000px");
}
/* end Box, Sheet */

/* begin Menu */

.art-menu ul
{
height: 1%;
width:1px;
}

.art-menu, .art-menu ul
{
height: 1%;
}

.art-menu li.art-menuhover
{
z-index: 10000;
}

.art-menu .art-menuhoverUL
{
visibility: visible;
}

.art-menu .art-menuhoverUL
{
top: 100%;
left: 0;
}

.art-menu .art-menuhoverUL .art-menuhoverUL
{
top: 0;
left: 100%;
}

.art-menu ul a
{
height: 1%;
}

.art-menu li li
{
float: left;
width: 100%;
}

.art-menu .art-menuhoverUL .art-menuhoverUL
{
top: 5px;
left: 100%;
}

.art-menu, .art-menu ul
{
height: 1%;
}

.art-menu li.art-menuhover
{
z-index: 10000;
}

.art-menu .art-menuhoverUL
{
visibility: visible;
}

.art-menu .art-menuhoverUL
{
top: 100%;
left: 0;
}

.art-menu .art-menuhoverUL .art-menuhoverUL
{
top: 0;
left: 100%;
}

.art-menu ul a
{
height: 1%;
}

.art-menu li li
{
float: left;
width: 100%;
}

.art-nav
{
zoom: 1;
}

/* end Menu */

/* begin MenuItem */
.art-menu a
{
float:left;
}

.art-menu a:hover
{
visibility:visible;
}

.art-menu a .r, .art-menu a .l
{
font-size:1px;
background: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvict78fNI/AAAAAAAAAvQ/A0kv8vJQ0SI/s800/MenuItem.png',sizingMethod='crop')");
}

.art-menu a .r
{
left: expression(this.parentNode.offsetWidth-400+'px');
clip: rect(auto auto auto 400px);
}

.art-menu a .l
{
width: expression(this.parentNode.offsetWidth-0+'px');
}

.art-menuhover .art-menuhoverA .t
{
color: #F0F0F0;
}

.art-menuhover .art-menuhoverA .l, .art-menuhover .art-menuhoverA .r
{
top: -28px;
}
/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
font-size: 1px;
zoom:1;
background: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvicyVL2bI/AAAAAAAAAvU/77PXEo8_Oio/s320/MenuSeparator.png',sizingMethod='crop')");
}
/* end MenuSeparator */

/* begin MenuSubItem */

.art-menu ul a
{
color: #FFFFFF !important;
}

.art-menu ul a:hover {
color: #F0F0F0 !important;
}

.art-menu ul .art-menuhover .art-menuhoverA
{
color: #F0F0F0 !important;
border-color: #E6A856;
background-position: 0 -26px;
}

.art-nav .art-menu ul a:hover span, .art-nav .art-menu ul a:hover span span
{
color: #F0F0F0 !important;
}

.art-nav .art-menu ul .art-menuhover .art-menuhoverA span, .art-nav .art-menu ul .art-menuhover .art-menuhoverA span span
{
color: #F0F0F0 !important;
}

/* end MenuSubItem */

/* begin Box, Block */
.art-Block, .art-Block-body
{
zoom:1;
}

.art-Block-body
{
position:static;
}
/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader, .art-BlockHeader
{
font-size: 1px;
}
.art-BlockHeader .l, .art-BlockHeader .r
{
background: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvidVnBvkI/AAAAAAAAAvc/eEiIv5gJ-W0/BlockHeader.png',sizingMethod='crop')");
}

.art-BlockHeader .r
{
left: expression(this.parentNode.offsetWidth-986+'px');
clip: rect(auto auto auto 986px);
}

.art-BlockHeader .l
{
width: expression(this.parentNode.offsetWidth-0+'px');
}

.art-header-tag-icon
{
background: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"images/BlockHeaderIcon.png',sizingMethod='crop')");
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent, .art-BlockContent-body
{
zoom:1;
}

.art-BlockContent-body
{
position:static;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc,.art-BlockContent-cr, .art-BlockContent-cl
{
font-size: 1px;
background: none;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl
{
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvidgKX46I/AAAAAAAAAvg/y11bdMK3D4I/s320/BlockContent-s.png',sizingMethod='scale')");
}

.art-BlockContent-tl
{
clip: rect(auto 1px 1px auto);
}

.art-BlockContent-tr
{
left: expression(this.parentNode.offsetWidth-2+'px');
clip: rect(auto auto 1px 1px);
}

.art-BlockContent-bl
{
top: expression(this.parentNode.offsetHeight-2+'px');
clip: rect(1px 1px auto auto);
}

.art-BlockContent-br
{
top: expression(this.parentNode.offsetHeight-2+'px');
left: expression(this.parentNode.offsetWidth-2+'px');
clip: rect(1px auto auto 1px);
}

.art-BlockContent-tc, .art-BlockContent-bc
{
width: expression(this.parentNode.offsetWidth-2+'px');
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh4.ggpht.com/_Ij2NhP7tfkA/TNvid-vVcOI/AAAAAAAAAvk/z6OulgeBKNA/s320/BlockContent-h.png',sizingMethod='scale')");
}

.art-BlockContent-tc
{
clip: rect(auto auto 1px auto);
}

.art-BlockContent-bc
{
top: expression(this.parentNode.offsetHeight-2+'px');
clip: rect(1px auto auto auto);
}

.art-BlockContent-cr, .art-BlockContent-cl
{
height: expression(this.parentNode.offsetHeight-2+'px');
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh6.ggpht.com/_Ij2NhP7tfkA/TNvidxeL4JI/AAAAAAAAAvo/ztxnYgIohpE/s320/BlockContent-v.png',sizingMethod='scale')");
}

.art-BlockContent-cr
{
left: expression(this.parentNode.offsetWidth-2+'px');
clip: rect(auto auto auto 1px);
}

.art-BlockContent-cl
{
clip: rect(auto 1px auto auto);
}

.art-BlockContent-cc
{
font-size: 1px;
width: expression(this.parentNode.offsetWidth-2+'px');
height: expression(this.parentNode.offsetHeight-2+'px');
background-color: #FFFFFF;
}


/* end Box, BlockContent */

/* begin Box, Post */
.art-Post, .art-Post-body
{
zoom:1;
}

.art-Post-body
{
position:static;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
{
font-size: 1px;
background: none;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvieKmpfcI/AAAAAAAAAvs/wEFuvMEH6TQ/s320/Post-s.png',sizingMethod='scale')");
}

.art-Post-tl
{
clip: rect(auto 16px 16px auto);
}

.art-Post-tr
{
left: expression(this.parentNode.offsetWidth-32+'px');
clip: rect(auto auto 16px 16px);
}

.art-Post-bl
{
top: expression(this.parentNode.offsetHeight-32+'px');
clip: rect(16px 16px auto auto);
}

.art-Post-br
{
top: expression(this.parentNode.offsetHeight-32+'px');
left: expression(this.parentNode.offsetWidth-32+'px');
clip: rect(16px auto auto 16px);
}

.art-Post-tc, .art-Post-bc
{
width: expression(this.parentNode.offsetWidth-32+'px');
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh4.ggpht.com/_Ij2NhP7tfkA/TNvieGtwguI/AAAAAAAAAvw/zaCBkiL2SjI/s320/Post-h.png',sizingMethod='scale')");
}

.art-Post-tc
{
clip: rect(auto auto 16px auto);
}

.art-Post-bc
{
top: expression(this.parentNode.offsetHeight-32+'px');
clip: rect(16px auto auto auto);
}

.art-Post-cr, .art-Post-cl
{
height: expression(this.parentNode.offsetHeight-32+'px');
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh3.ggpht.com/_Ij2NhP7tfkA/TNvieZPSRFI/AAAAAAAAAv0/Qe3Rk2RkLi0/s320/Post-v.png',sizingMethod='scale')");
}

.art-Post-cr
{
left: expression(this.parentNode.offsetWidth-32+'px');
clip: rect(auto auto auto 16px);
}

.art-Post-cl
{
clip: rect(auto 16px auto auto);
}

.art-Post-cc
{
font-size: 1px;
width: expression(this.parentNode.offsetWidth-32+'px');
height: expression(this.parentNode.offsetHeight-32+'px');
background-color: #F2F2F2;
}
/* end Box, Post */

/* begin PostContent */
h1
{
margin: 0.67em 0;
}

h2
{
margin: 0.8em 0;
}

h3
{
margin: 1em 0;
}

h4
{
margin: 1.25em 0;
}

h5
{
margin: 1.67em 0;
}

h6
{
margin: 2.33em 0;
}
/* end PostContent */

/* begin Button */
.art-button-wrapper, .art-button-wrapper .l, .art-button-wrapper .r
{
font-size: 1px;
}

.art-button-wrapper .art-button
{
float:left;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
background: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvierBruGI/AAAAAAAAAv4/L5O89mIq-PM/s800/Button.png',sizingMethod='crop')");
}

.art-button-wrapper .r
{
left: expression(this.parentNode.offsetWidth-425+'px');
clip: rect(auto auto auto 409px);
}

.art-button-wrapper .l
{
width: expression(this.parentNode.offsetWidth-16+'px');
}

/* end Button */

/* begin Footer */
.art-Footer .art-Footer-background
{
top: expression(this.parentNode.offsetHeight-150+'px');
background: none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh3.ggpht.com/_Ij2NhP7tfkA/TNvifIQPryI/AAAAAAAAAv8/_7_J6BIJJco/Footer.png',sizingMethod='crop')");
zoom: 1;
font-size:1px;
}

.art-rss-tag-icon
{
zoom:1;
font-size:1px;
background:none;
behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + GetStyleUrl()+"http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvifH2t-hI/AAAAAAAAAwA/ISYScd6z6Gg/s320/rssIcon.png',sizingMethod='crop')");
}

/* end Footer */


</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
/* begin Box, Sheet */
.art-Sheet-tl
{
clip: rect(auto 48px 48px auto);
}

.art-Sheet-tr
{
clip: rect(auto auto 48px 48px);
}

.art-Sheet-bl
{
clip: rect(48px 48px auto auto);
}

.art-Sheet-br
{
clip: rect(48px auto auto 48px);
}

.art-Sheet-tc
{
clip: rect(auto auto 48px auto);
}

.art-Sheet-bc
{
clip: rect(48px auto auto auto);
}

.art-Sheet-cr
{
clip: rect(auto auto auto 48px);
}

.art-Sheet-cl
{
clip: rect(auto 48px auto auto);
}

.art-Sheet-body
{
zoom: 1;
}
/* end Box, Sheet */

/* begin MenuItem */
.art-menu a .r
{
clip: rect(auto auto auto 400px);
}
/* end MenuItem */

/* begin Box, Block */

.art-Block-body
{
zoom: 1;
}
/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader .r
{
clip: rect(auto auto auto 986px);
}
/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent-tl
{
clip: rect(auto 1px 1px auto);
}

.art-BlockContent-tr
{
clip: rect(auto auto 1px 1px);
}

.art-BlockContent-bl
{
clip: rect(1px 1px auto auto);
}

.art-BlockContent-br
{
clip: rect(1px auto auto 1px);
}

.art-BlockContent-tc
{
clip: rect(auto auto 1px auto);
}

.art-BlockContent-bc
{
clip: rect(1px auto auto auto);
}

.art-BlockContent-cr
{
clip: rect(auto auto auto 1px);
}

.art-BlockContent-cl
{
clip: rect(auto 1px auto auto);
}

.art-BlockContent-body
{
zoom: 1;
}
/* end Box, BlockContent */

/* begin Box, Post */
.art-Post-tl
{
clip: rect(auto 16px 16px auto);
}

.art-Post-tr
{
clip: rect(auto auto 16px 16px);
}

.art-Post-bl
{
clip: rect(16px 16px auto auto);
}

.art-Post-br
{
clip: rect(16px auto auto 16px);
}

.art-Post-tc
{
clip: rect(auto auto 16px auto);
}

.art-Post-bc
{
clip: rect(16px auto auto auto);
}

.art-Post-cr
{
clip: rect(auto auto auto 16px);
}

.art-Post-cl
{
clip: rect(auto 16px auto auto);
}

.art-Post-body
{
zoom: 1;
}
/* end Box, Post */

/* begin PostContent */
.art-PostContent
{
height:1%;
}
/* end PostContent */

/* begin Button */
.art-button-wrapper .r
{
clip: rect(auto auto auto 409px);
}
/* end Button */


</style>
<![endif]-->

<script type='text/javascript'>
/* begin Page */

/* Generated with Artisteer version 2.3.0.23326, file checksum is 5BBC8659. */

cssFix = function(){
var u = navigator.userAgent.toLowerCase(),
addClass = function(el, val){
if(! el.className) {
el.className = val;
} else {
var newCl = el.className;
newCl+=(&#39; &#39;+val);
el.className = newCl;
}
},
is = function(t){return (u.indexOf(t)!=-1)};
addClass(document.getElementsByTagName(&#39;html&#39;)[0],[
(!(/opera|webtv/i.test(u))&amp;&amp;/msie (\d)/.test(u))?(&#39;ie ie&#39;+RegExp.$1)
: is(&#39;firefox/2&#39;)?&#39;gecko firefox2&#39;
: is(&#39;firefox/3&#39;)?&#39;gecko firefox3&#39;
: is(&#39;gecko/&#39;)?&#39;gecko&#39;
: is(&#39;chrome/&#39;)?&#39;chrome&#39;
: is(&#39;opera/9&#39;)?&#39;opera opera9&#39;:/opera (\d)/.test(u)?&#39;opera opera&#39;+RegExp.$1
: is(&#39;konqueror&#39;)?&#39;konqueror&#39;
: is(&#39;applewebkit/&#39;)?&#39;webkit safari&#39;
: is(&#39;mozilla/&#39;)?&#39;gecko&#39;:&#39;&#39;,
(is(&#39;x11&#39;)||is(&#39;linux&#39;))?&#39; linux&#39;
: is(&#39;mac&#39;)?&#39; mac&#39;
: is(&#39;win&#39;)?&#39; win&#39;:&#39;&#39;
].join(&#39; &#39;));
}();

var artEventHelper = {
&#39;bind&#39;: function(obj, evt, fn) {
if (obj.addEventListener)
obj.addEventListener(evt, fn, false);
else if (obj.attachEvent)
obj.attachEvent(&#39;on&#39; + evt, fn);
else
obj[&#39;on&#39; + evt] = fn;
}
};

var userAgent = navigator.userAgent.toLowerCase();
var browser = {
version: (userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/) || [])[1],
safari: /webkit/.test(userAgent) &amp;&amp; !/chrome/.test(userAgent),
chrome: /chrome/.test(userAgent),
opera: /opera/.test(userAgent),
msie: /msie/.test(userAgent) &amp;&amp; !/opera/.test(userAgent),
mozilla: /mozilla/.test(userAgent) &amp;&amp; !/(compatible|webkit)/.test(userAgent)
};

var artLoadEvent = (function() {


var list = [];

var done = false;
var ready = function() {
if (done) return;
done = true;
for (var i = 0; i &lt; list.length; i++)
list();
};

if (document.addEventListener &amp;&amp; !browser.opera)
document.addEventListener(&#39;DOMContentLoaded&#39;, ready, false);

if (browser.msie &amp;&amp; window == top) {
(function() {
try {
document.documentElement.doScroll(&#39;left&#39;);
} catch (e) {
setTimeout(arguments.callee, 10);
return;
}
ready();
})();
}

if (browser.opera) {
document.addEventListener(&#39;DOMContentLoaded&#39;, function() {
for (var i = 0; i &lt; document.styleSheets.length; i++) {
if (document.styleSheets.disabled) {
setTimeout(arguments.callee, 10);
return;
}
}
ready();
}, false);
}

if (browser.safari || browser.chrome) {
var numStyles;
(function() {
if (document.readyState != &#39;loaded&#39; &amp;&amp; document.readyState != &#39;complete&#39;) {
setTimeout(arguments.callee, 10);
return;
}
if (&#39;undefined&#39; == typeof numStyles) {
numStyles = document.getElementsByTagName(&#39;style&#39;).length;
var links = document.getElementsByTagName(&#39;link&#39;);
for (var i = 0; i &lt; links.length; i++) {
numStyles += (links.getAttribute(&#39;rel&#39;) == &#39;stylesheet&#39;) ? 1 : 0;
}
if (document.styleSheets.length != numStyles) {
setTimeout(arguments.callee, 0);
return;
}
}
ready();
})();
}
artEventHelper.bind(window, &#39;load&#39;, ready);
return ({
add: function(f) {
list.push(f);
}
})
})();

(function() {
// fix ie blinking
var m = document.uniqueID &amp;&amp; document.compatMode &amp;&amp; !window.XMLHttpRequest &amp;&amp; document.execCommand;
try { if (!!m) { m(&#39;BackgroundImageCache&#39;, false, true); } }
catch (oh) { };
})();

function xGetElementsByClassName(clsName, parentEle, tagName) {
var elements = null;
var found = [];
var s = String.fromCharCode(92);
var re = new RegExp(&#39;(?:^|&#39; + s + &#39;s+)&#39; + clsName + &#39;(?:$|&#39; + s + &#39;s+)&#39;);
if (!parentEle) parentEle = document;
if (!tagName) tagName = &#39;*&#39;;
elements = parentEle.getElementsByTagName(tagName);
if (elements) {
for (var i = 0; i &lt; elements.length; ++i) {
if (elements.className.search(re) != -1) {
found[found.length] = elements;
}
}
}
return found;
}

var styleUrlCached = null;
function GetStyleUrl() {
if (null == styleUrlCached) {
var ns;
styleUrlCached = &#39;&#39;;
ns = document.getElementsByTagName(&#39;link&#39;);
for (var i = 0; i &lt; ns.length; i++) {
var l = ns;
if (l.href &amp;&amp; /style\.ie6\.css(\?.*)?$/.test(l.href)) {
return styleUrlCached = l.href.replace(/style\.ie6\.css(\?.*)?$/, &#39;&#39;);
}
}

ns = document.getElementsByTagName(&#39;style&#39;);
for (var i = 0; i &lt; ns.length; i++) {
var matches = new RegExp(&#39;import\\s+&quot;([^&quot;]+\\/)style\\.ie6\\.css&quot;&#39;).exec(ns.innerHTML);
if (null != matches &amp;&amp; matches.length &gt; 0)
return styleUrlCached = matches[1];
}
}
return styleUrlCached;
}

function fixPNG(element) {
if (/MSIE (5\.5|6).+Win/.test(navigator.userAgent)) {
var src;
if (element.tagName == &#39;IMG&#39;) {
if (/\.png$/.test(element.src)) {
src = element.src;
element.src = GetStyleUrl() + &#39;http://lh5.ggpht.com/_Ij2NhP7tfkA/TNvifXR0HVI/AAAAAAAAAwE/7h79vDPKG-A/s320/spacer.gif&#39;;
}
}
else {
src = element.currentStyle.backgroundImage.match(/url\(&quot;(.+\.png)&quot;\)/i);
if (src) {
src = src[1];
element.runtimeStyle.backgroundImage = &#39;none&#39;;
}
}
if (src) element.runtimeStyle.filter = &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#39;&quot; + src + &quot;&#39;)&quot;;
}
}

function artHasClass(el, cls) {
return (el &amp;&amp; el.className &amp;&amp; (&#39; &#39; + el.className + &#39; &#39;).indexOf(&#39; &#39; + cls + &#39; &#39;) != -1);
}


var block_header_exists = false;
/* end Page */

/* begin Menu */
function gTranslateFix() {
var menus = xGetElementsByClassName(&quot;art-menu&quot;, document);
for (var i = 0; i &lt; menus.length; i++) {
var menu = menus;
var childs = menu.childNodes;
var listItems = [];
for (var j = 0; j &lt; childs.length; j++) {
var el = childs[j];
if (String(el.tagName).toLowerCase() == &quot;li&quot;) listItems.push(el);
}
for (var j = 0; j &lt; listItems.length; j++) {
var item = listItems[j];
var a = null;
var gspan = null;
for (var p = 0; p &lt; item.childNodes.length; p++) {
var l = item.childNodes[p];
if (!(l &amp;&amp; l.tagName)) continue;
if (String(l.tagName).toLowerCase() == &quot;a&quot;) a = l;
if (String(l.tagName).toLowerCase() == &quot;span&quot;) gspan = l;
}
if (gspan &amp;&amp; a) {
var t = null;
for (var k = 0; k &lt; gspan.childNodes.length; k++) {
var e = gspan.childNodes[k];
if (!(e &amp;&amp; e.tagName)) continue;
if (String(e.tagName).toLowerCase() == &quot;a&quot; &amp;&amp; e.firstChild) e = e.firstChild;
if (e &amp;&amp; e.className &amp;&amp; e.className == &#39;t&#39;) {
t = e;
if (t.firstChild &amp;&amp; t.firstChild.tagName &amp;&amp; String(t.firstChild.tagName).toLowerCase() == &quot;a&quot;) {
while (t.firstChild.firstChild) t.appendChild(t.firstChild.firstChild);
t.removeChild(t.firstChild);
}
a.appendChild(t);
break;
}
}
gspan.parentNode.removeChild(gspan);
}
}
}
}
artLoadEvent.add(gTranslateFix);

function Insert_Separators() {
var menus = xGetElementsByClassName(&quot;art-menu&quot;, document, &quot;ul&quot;);
for (var i = 0; i &lt; menus.length; i++) {
var menu = menus;
var childs = menu.childNodes;
var listItems = [];
for (var j = 0; j &lt; childs.length; j++) {
var el = childs[j];
if (String(el.tagName).toLowerCase() == &quot;li&quot;) listItems.push(el);
}
for (var j = 0; j &lt; listItems.length - 1; j++) {
var item = listItems[j];
var span = document.createElement(&#39;span&#39;);
span.className = &#39;art-menu-separator&#39;;
var li = document.createElement(&#39;li&#39;);
li.appendChild(span);
item.parentNode.insertBefore(li, item.nextSibling);

}
if (browser.msie) menu.style.position = &quot;relative&quot;;
}

}
artLoadEvent.add(Insert_Separators);

function Menu_IE6Setup() {
var isIE6 = navigator.userAgent.toLowerCase().indexOf(&quot;msie&quot;) != -1
&amp;&amp; navigator.userAgent.toLowerCase().indexOf(&quot;msie 7&quot;) == -1;
if (!isIE6) return;
var aTmp2, i, j, oLI, aUL, aA;
var aTmp = xGetElementsByClassName(&quot;art-menu&quot;, document, &quot;ul&quot;);
for (i = 0; i &lt; aTmp.length; i++) {
aTmp2 = aTmp.getElementsByTagName(&quot;li&quot;);
for (j = 0; j &lt; aTmp2.length; j++) {
oLI = aTmp2[j];
aUL = oLI.getElementsByTagName(&quot;ul&quot;);
if (aUL &amp;&amp; aUL.length) {
oLI.UL = aUL[0];
aA = oLI.getElementsByTagName(&quot;a&quot;);
if (aA &amp;&amp; aA.length)
oLI.A = aA[0];
oLI.onmouseenter = function() {
this.className += &quot; art-menuhover&quot;;
this.UL.className += &quot; art-menuhoverUL&quot;;
if (this.A) this.A.className += &quot; art-menuhoverA&quot;;
};
oLI.onmouseleave = function() {
this.className = this.className.replace(/art-menuhover/, &quot;&quot;);
this.UL.className = this.UL.className.replace(/art-menuhoverUL/, &quot;&quot;);
if (this.A) this.A.className = this.A.className.replace(/art-menuhoverA/, &quot;&quot;);
};
}
}
}
}
artLoadEvent.add(Menu_IE6Setup);
/* end Menu */

/* begin BlockHeader */
block_header_exists = true;/* end BlockHeader */

/* begin Button */


function artButtonsSetupJsHover(className) {
var tags = [&quot;input&quot;, &quot;a&quot;, &quot;button&quot;];
for (var j = 0; j &lt; tags.length; j++){
var buttons = xGetElementsByClassName(className, document, tags[j]);
for (var i = 0; i &lt; buttons.length; i++) {
var button = buttons;
if (!button.tagName || !button.parentNode) return;
if (!artHasClass(button.parentNode, &#39;art-button-wrapper&#39;)) {
if (!artHasClass(button, &#39;art-button&#39;)) button.className += &#39; art-button&#39;;
var wrapper = document.createElement(&#39;span&#39;);
wrapper.className = &quot;art-button-wrapper&quot;;
if (artHasClass(button, &#39;active&#39;)) wrapper.className += &#39; active&#39;;
var spanL = document.createElement(&#39;span&#39;);
spanL.className = &quot;l&quot;;
spanL.innerHTML = &quot; &quot;;
wrapper.appendChild(spanL);
var spanR = document.createElement(&#39;span&#39;);
spanR.className = &quot;r&quot;;
spanR.innerHTML = &quot; &quot;;
wrapper.appendChild(spanR);
button.parentNode.insertBefore(wrapper, button);
wrapper.appendChild(button);
}
artEventHelper.bind(button, &#39;mouseover&#39;, function(e) {
e = e || window.event;
wrapper = (e.target || e.srcElement).parentNode;
wrapper.className += &quot; hover&quot;;
});
artEventHelper.bind(button, &#39;mouseout&#39;, function(e) {
e = e || window.event;
button = e.target || e.srcElement;
wrapper = button.parentNode;
wrapper.className = wrapper.className.replace(/hover/, &quot;&quot;);
if (!artHasClass(button, &#39;active&#39;)) wrapper.className = wrapper.className.replace(/active/, &quot;&quot;);
});
artEventHelper.bind(button, &#39;mousedown&#39;, function(e) {
e = e || window.event;
button = e.target || e.srcElement;
wrapper = button.parentNode;
if (!artHasClass(button, &#39;active&#39;)) wrapper.className += &quot; active&quot;;
});
artEventHelper.bind(button, &#39;mouseup&#39;, function(e) {
e = e || window.event;
button = e.target || e.srcElement;
wrapper = button.parentNode;
if (!artHasClass(button, &#39;active&#39;)) wrapper.className = wrapper.className.replace(/active/, &quot;&quot;);
});
}
}
}

artLoadEvent.add(function() { artButtonsSetupJsHover(&quot;art-button&quot;); });
/* end Button */



function artInsertSidebarBlocks(widgetClassName) {
var widgets = xGetElementsByClassName(widgetClassName, document);
for (var i = 0; i &lt; widgets.length; i++) {
var widget = widgets;
if (widget.id == &#39;LinkList99&#39;) continue;
if (widget.id == &#39;LinkList98&#39;) continue;
if (widget.id == &#39;Text99&#39;) continue;

var childs = widget.childNodes;
var widgetTitle = widget.getElementsByTagName(&quot;h2&quot;);
var widgetContent = widget.innerHTML;
var widgetTitleText = &#39;&#39;;
if (widgetTitle.length != 0){
widgetTitleText = widgetTitle[0].innerHTML;
}

var div1 = document.createElement(&#39;div&#39;); div1.className = &#39;art-Block&#39;;


var div2 = document.createElement(&#39;div&#39;); div2.className = &#39;art-Block-tl&#39;; div1.appendChild(div2);
var div3 = document.createElement(&#39;div&#39;); div3.className = &#39;art-Block-tr&#39;; div1.appendChild(div3);
var div4 = document.createElement(&#39;div&#39;); div4.className = &#39;art-Block-bl&#39;; div1.appendChild(div4);
var div5 = document.createElement(&#39;div&#39;); div5.className = &#39;art-Block-br&#39;; div1.appendChild(div5);
var div6 = document.createElement(&#39;div&#39;); div6.className = &#39;art-Block-tc&#39;; div1.appendChild(div6);
var div7 = document.createElement(&#39;div&#39;); div7.className = &#39;art-Block-bc&#39;; div1.appendChild(div7);
var div8 = document.createElement(&#39;div&#39;); div8.className = &#39;art-Block-cl&#39;; div1.appendChild(div8);


var div9 = document.createElement(&#39;div&#39;); div9.className = &#39;art-Block-cr&#39;; div1.appendChild(div9);
var div10 = document.createElement(&#39;div&#39;); div10.className = &#39;art-Block-cc&#39;; div1.appendChild(div10);


var divBB = document.createElement(&#39;div&#39;); divBB.className = &#39;art-Block-body&#39;; div1.appendChild(divBB);
if (widgetTitleText &amp;&amp; block_header_exists){
var divBH = document.createElement(&#39;div&#39;); divBH.className = &#39;art-BlockHeader&#39;; divBB.appendChild(divBH);
var divBHl = document.createElement(&#39;div&#39;); divBHl.className = &#39;l&#39;; divBH.appendChild(divBHl);
var divBHr = document.createElement(&#39;div&#39;); divBHr.className = &#39;r&#39;; divBH.appendChild(divBHr);
var divBHti = document.createElement(&#39;div&#39;); divBHti.className = &#39;art-header-tag-icon&#39;; divBH.appendChild(divBHti);
var divBHt = document.createElement(&#39;div&#39;); divBHt.className = &#39;t&#39;; divBHti.appendChild(divBHt);
divBHt.innerHTML = widgetTitleText;
}

var divBC = document.createElement(&#39;div&#39;); divBC.className = &#39;art-BlockContent&#39;; divBB.appendChild(divBC);


var di2 = document.createElement(&#39;div&#39;); di2.className = &#39;art-BlockContent-tl&#39;; divBC.appendChild(di2);
var di3 = document.createElement(&#39;div&#39;); di3.className = &#39;art-BlockContent-tr&#39;; divBC.appendChild(di3);
var di4 = document.createElement(&#39;div&#39;); di4.className = &#39;art-BlockContent-bl&#39;; divBC.appendChild(di4);
var di5 = document.createElement(&#39;div&#39;); di5.className = &#39;art-BlockContent-br&#39;; divBC.appendChild(di5);
var di6 = document.createElement(&#39;div&#39;); di6.className = &#39;art-BlockContent-tc&#39;; divBC.appendChild(di6);
var di7 = document.createElement(&#39;div&#39;); di7.className = &#39;art-BlockContent-bc&#39;; divBC.appendChild(di7);
var di8 = document.createElement(&#39;div&#39;); di8.className = &#39;art-BlockContent-cl&#39;; divBC.appendChild(di8);


var di9 = document.createElement(&#39;div&#39;); di9.className = &#39;art-BlockContent-cr&#39;; divBC.appendChild(di9);
var di10 = document.createElement(&#39;div&#39;); di10.className = &#39;art-BlockContent-cc&#39;; divBC.appendChild(di10);


var divBCb = document.createElement(&#39;div&#39;); divBCb.className = &#39;art-BlockContent-body&#39;; divBC.appendChild(divBCb);



if ( ((widgetClassName == &#39;widget Gadget&#39;) || (widgetClassName == &#39;widget Followers&#39;)) &amp;&amp; (widgetContent.indexOf(&quot;friendconnect.js&quot;) != -1)){

if (browser.mozilla){
if (widgetTitle.length != 0){
widgetTitle[0].parentNode.removeChild(widgetTitle[0]);
}
divBCb.innerHTML = widget.innerHTML;
widget.innerHTML = &quot;&quot;;
widget.appendChild(div1);
}
if (browser.msie){
if (widgetTitle.length != 0){
widgetTitle[0].parentNode.removeChild(widgetTitle[0]);
}
var childsLength = childs.length;
for (var j = 0; j &lt; childsLength; j++) {
divBCb.appendChild(childs[0]);
}
widget.appendChild(div1);
}

} else {
if (widgetTitle.length != 0){
widgetTitle[0].parentNode.removeChild(widgetTitle[0]);
}
var childsLength = childs.length;
for (var j = 0; j &lt; childsLength; j++) {
divBCb.appendChild(childs[0]);
}
widget.appendChild(div1);
}


if (widgetClassName == &#39;widget Subscribe&#39;) {
widget.style.position = &quot;relative&quot;;
widget.style.zIndex = &quot;2&quot;;
}

}
}

function artCheckNavBar(){
var navbar = document.getElementById(&quot;navbar&quot;);
if (navbar){
if (false) {
var el1 = document.getElementById(&quot;art-page-background-glare&quot;);
if (el1) el1.style.top = &quot;30px&quot;;
var el2 = document.getElementById(&quot;art-page-background-simple-gradient&quot;);
if (el2) el2.style.top = &quot;30px&quot;;
if (!el2) {
var el3 = document.getElementById(&quot;art-page-background-gradient&quot;);
if (el3) el3.style.top = &quot;30px&quot;;
}
} else {
navbar.style.display = &#39;none&#39;;
}
}
}

function artFixFooterMenu(){
var widgetLinks = document.getElementById(&quot;LinkList98&quot;);
var widgetText = document.getElementById(&quot;Text99&quot;);
if (widgetLinks) {
var widgetText = widgetLinks.innerHTML;
widgetLinks.innerHTML = widgetText.replace(&quot;| |&quot;, &quot;&quot;);
} else {
if (widgetText){
var els = xGetElementsByClassName(&quot;widget-content&quot;, widgetText);
var el = els[0];
if (el.innerHTML == &#39;\n&#39;) {
el.innerHTML = &quot;&lt;br /&gt;&lt;br /&gt;&quot;;
} else {
el.innerHTML += &quot;&lt;br /&gt;&quot;;
}
}
}
}

function artFixPostHeaders(){
var els = xGetElementsByClassName(&quot;art-PostMetadataHeader&quot;, document);
for (var i = 0; i &lt; els.length; i++) {
var el = els;
if (el) {
var elText = el.innerHTML;
if ((el.getElementsByTagName(&quot;div&quot;).length == 0) &amp;&amp; (el.getElementsByTagName(&quot;h2&quot;).length == 0)) el.style.visibility = &#39;hidden&#39;;
}
}
}

artLoadEvent.add(function() { artFixPostHeaders(); });

function artFixPostFooters(){
var els = xGetElementsByClassName(&quot;art-PostMetadataFooter&quot;, document);
for (var i = 0; i &lt; els.length; i++) {
var el = els;
if (el) {
var els2 = xGetElementsByClassName(&quot;art-PostFooterIcons&quot;, el);
for (var j = 0; j &lt; els2.length; j++) {
var el2 = els2[j];
var elText = el2.innerHTML;
if ((el.getElementsByTagName(&quot;img&quot;).length == 0) &amp;&amp; (el.getElementsByTagName(&quot;a&quot;).length == 0)) el.style.visibility = &#39;hidden&#39;;
}
}
}
}

artLoadEvent.add(function() { artFixPostFooters(); });

function artFixTopMenu(){
var topMenu = document.getElementById(&quot;LinkList99&quot;);
if (!topMenu){
var navSection = document.getElementById(&quot;navsection&quot;);
if (navSection){
if (showHomePage) {
if (window.location == homePageLink)
var tmpstr = &#39;&lt;a href=&quot;&#39;+homePageLink+&#39;&quot; class=&quot;active&quot;&gt;&#39;;
else
var tmpstr = &#39;&lt;a href=&quot;&#39;+homePageLink+&#39;&quot;&gt;&#39;;
navSection.innerHTML = &#39;&lt;div&gt;&lt;div class=&quot;l&quot;&gt;&lt;/div&gt;&lt;div class=&quot;r&quot;&gt;&lt;/div&gt;&lt;div class=&quot;art-nav-center&quot;&gt;&lt;ul class=&quot;art-menu&quot;&gt;&lt;li&gt;&#39;+tmpstr+&#39;&lt;span class=&quot;l&quot;&gt;&lt;/span&gt;&lt;span class=&quot;r&quot;&gt;&lt;/span&gt;&lt;span class=&quot;t&quot;&gt;&#39;+homePageName+&#39;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&#39;;
} else {
navSection.innerHTML = &#39;&lt;div&gt;&lt;div class=&quot;l&quot;&gt;&lt;/div&gt;&lt;div class=&quot;r&quot;&gt;&lt;/div&gt;&lt;div class=&quot;art-nav-center&quot;&gt;&lt;/div&gt;&lt;/div&gt;&#39;;
}
}
}
}
artLoadEvent.add(function() { artFixTopMenu(); });

function artDisplayTopMenu(menuitems){
var i=0;
var subList = false;
var menu = new Array();
for(i=0; i &lt; menuitems.length; i++){
var item = menuitems;
var itemname = item[0];
var itemlink = item[1];

if ( (itemname.indexOf(&quot;-&quot;) == 0) &amp;&amp; !subList) document.write(&quot;&lt;ul&gt;&quot;);
else if ( (itemname.indexOf(&quot;-&quot;) != 0) &amp;&amp; subList) { document.write(&quot;&lt;/ul&gt;&lt;/li&gt;&quot;); subList = false; }
else if (i != 0) document.write(&quot;&lt;/li&gt;&quot;);

document.write(&quot;&lt;li&gt;&quot;);

if (itemname.indexOf(&quot;-&quot;) != 0){
if (window.location == itemlink)
document.write(&#39;&lt;a href=&quot;&#39;+itemlink+&#39;&quot; class=&quot;active&quot;&gt;&lt;span class=&quot;l&quot;&gt;&lt;/span&gt;&lt;span class=&quot;r&quot;&gt;&lt;/span&gt;&lt;span class=&quot;t&quot;&gt;&#39;+itemname+&#39;&lt;/span&gt;&lt;/a&gt;&#39;);
else if(itemlink == &quot;http://./&quot;)
document.write(&#39;&lt;a href=&quot;#&quot;&gt;&lt;span class=&quot;l&quot;&gt;&lt;/span&gt;&lt;span class=&quot;r&quot;&gt;&lt;/span&gt;&lt;span class=&quot;t&quot;&gt;&#39;+itemname+&#39;&lt;/span&gt;&lt;/a&gt;&#39;);
else
document.write(&#39;&lt;a href=&quot;&#39;+itemlink+&#39;&quot;&gt;&lt;span class=&quot;l&quot;&gt;&lt;/span&gt;&lt;span class=&quot;r&quot;&gt;&lt;/span&gt;&lt;span class=&quot;t&quot;&gt;&#39;+itemname+&#39;&lt;/span&gt;&lt;/a&gt;&#39;);
} else {
document.write(&#39;&lt;a href=&quot;&#39;+itemlink+&#39;&quot;&gt;&#39;+itemname.substr(1,itemname.length)+&#39;&lt;/a&gt;&#39;);
subList = true;
}
if (i==(menuitems.length-1)) document.write(&quot;&lt;/li&gt;&quot;);
}
}
</script>

</head>
<body>
<div id='art-page-background-simple-gradient'>
</div>
<script type='text/javascript'>
artCheckNavBar();
</script>
<div id='art-main'>
<div class='art-Sheet'>
<div class='art-Sheet-tl'/>
<div class='art-Sheet-tr'/>
<div class='art-Sheet-bl'/>
<div class='art-Sheet-br'/>
<div class='art-Sheet-tc'/>
<div class='art-Sheet-bc'/>
<div class='art-Sheet-cl'/>
<div class='art-Sheet-cr'/>
<div class='art-Sheet-cc'/>
<div class='art-Sheet-body'>
<b:section class='art-Header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Test (Header)' type='Header'/>
</b:section>
<script type='text/javascript'>
var menuitems = new Array();
var showHomePage = false;
if (true) {
showHomePage = true;
var homePageName = &#39;Home&#39;;
var homePageLink = &#39;<data:blog.homepageUrl/>&#39;;
menuitems.push(new Array(&#39;Home&#39;,&#39;<data:blog.homepageUrl/>&#39;));
}
</script>
<b:section class='art-nav' id='navsection' maxwidgets='1' showaddelement='no'>
<b:widget id='LinkList99' locked='true' title='Top Menu' type='LinkList'/>
</b:section>
<div id='crosscol-wrapper' style='text-align:center'>
<b:section class='crosscol' id='crosscol' showaddelement='no'/>
</div>
<div class='art-contentLayout'>
<b:section class='art-content' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
<b:section class='art-sidebar1' id='sidebar1' preferred='yes'>
<b:widget id='CustomSearch1' locked='false' title='Search' type='CustomSearch'/>
<b:widget id='Followers1' locked='false' title='Followers' type='Followers'/>
<b:widget id='Profile1' locked='false' title='About Me' type='Profile'/>
</b:section>
<b:section class='art-sidebar2' id='sidebar2' preferred='yes'>
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
<b:widget id='BlogList1' locked='false' title='Blog Roll' type='BlogList'/>
<b:widget id='Label1' locked='false' title='Categories' type='Label'/>
</b:section>

</div>
<div class='cleared'/>
<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
</div>
<div class='art-Footer'>
<div class='art-Footer-inner'>
<a class='art-rss-tag-icon' href='/feeds/posts/default' title='RSS'/>
<div class='art-Footer-text'>
<b:section class='art-footer-nav' id='footersection' maxwidgets='2' showaddelement='no'>
<b:widget id='LinkList98' locked='true' title='Footer Links' type='LinkList'/>
<b:widget id='Text99' locked='true' title='Copyright Text' type='Text'/>
</b:section>

</div>
<script type='text/javascript'>
artFixFooterMenu();
artInsertSidebarBlocks(&quot;widget Gadget&quot;);
artInsertSidebarBlocks(&quot;widget Label&quot;);
artInsertSidebarBlocks(&quot;widget Profile&quot;);
artInsertSidebarBlocks(&quot;widget Followers&quot;);
artInsertSidebarBlocks(&quot;widget CustomSearch&quot;);
artInsertSidebarBlocks(&quot;widget HTML&quot;);
artInsertSidebarBlocks(&quot;widget Text&quot;);
artInsertSidebarBlocks(&quot;widget AdSense&quot;);
artInsertSidebarBlocks(&quot;widget Image&quot;);
artInsertSidebarBlocks(&quot;widget Slideshow&quot;);
artInsertSidebarBlocks(&quot;widget VideoBar&quot;);
artInsertSidebarBlocks(&quot;widget Poll&quot;);
artInsertSidebarBlocks(&quot;widget BlogList&quot;);
artInsertSidebarBlocks(&quot;widget LinkList&quot;);
artInsertSidebarBlocks(&quot;widget TextList&quot;);
artInsertSidebarBlocks(&quot;widget Feed&quot;);
artInsertSidebarBlocks(&quot;widget NewsBar&quot;);
artInsertSidebarBlocks(&quot;widget Subscribe&quot;);
artInsertSidebarBlocks(&quot;widget BloggerButton&quot;);
artInsertSidebarBlocks(&quot;widget BlogArchive&quot;);
</script>
</div>
<div class='art-Footer-background'/>
</div>

</div>
</div>
<div class='cleared'/>
<p class='art-page-footer'><a href='http://www.artisteer.com/?p=blogger_templates'>Blogger Template</a> created with Artisteer.</p>
</div>

</body>
</html>

 
KeronJ

Posted: 11/11/2010
Quote message 

The template above corresponds to this site which is an exact replica of the site that i run

http://newtest11.blogspot.com/

My layout has one bar at the top of the first post and two side bars.

Thanks for all your help thus far Endy
 
Endy

Posted: 11/11/2010
Quote message 

Glad to help. I will look on your template code. you can check my website i have a couple of templates made and ready to be downloaded. maybe you find something interesting.

http://www.weblodesign.co.cc/
 
keronj

Posted: 11/12/2010
Quote message 

Thx i'll check it out
 
Endy

Posted: 11/12/2010
Quote message 

I remade the template from scratch and inserted the columns. you can download from this link:

http://descarca.googlecode.com/files/keronj.xml
 
KeronJ

Posted: 11/12/2010
Quote message 

Thx so much ENDY you have no idea how much you made my day
 
Endy

Posted: 11/12/2010
Quote message 

with pleasure. I'm glad I could help.
 
DeeLan

Posted: 12/19/2010
Quote message 

Is there a way to do this in reverse?

I did a layout I love and accidently deleted it from Artisteer so now I only have the XML file on my hard drive. I'd like to be able to tweak the code to add the wider bar above the 2 sidebars.
 
Endy

Posted: 12/20/2010
Quote message 

yes it's possible. upload your xml file somewhere like hotfile megaupload or google sites,google code put here the link and i will fix it.
 
Sarah

Posted: 2/7/2011
Quote message 

I have done the above, but my test blog shows that the post is taking over the entire width of my layout. It does not appear this way in Blogger Post Elements. It also appears fine in Chrome and Firefox. It seems to be some type of compatibility issue with IE. Is there something I've missed or may have added accidentally to the HTML code that would cause this?

Test blog: uglyducklingdiy.blogspot.com

IE View:


Chrome and Firefox View:

 
Endy

Posted: 2/8/2011
Quote message 

Yes with IE it is a problem. For now I didn't find a fix .
 
Rachid B

Posted: 4/15/2011
Quote message 

Quote Endy:

Yes with IE it is a problem. For now I didn't find a fix .

Hi Endy, could you please help me. I have an artisteer template published in sabriflix.blogspot.com and i want to add subitems and subsubitems into my TopMenu like you did in your demo http://548621.blogspot.com/
But Blogger did not suggest me any option to add subitems in my top menu.
My topMenu is coded like this in the template:


<script type='text/javascript'>
var menuitems = new Array();
var showHomePage = false;
if (true) {
showHomePage = true;
var homePageName = &#39;Home&#39;;
var homePageLink = &#39;<data:blog.homepageUrl/>&#39;;
menuitems.push(new Array(&#39;Home&#39;,&#39;<data:blog.homepageUrl/>&#39;));
}
</script>
<b:section class='art-nav' id='navsection' maxwidgets='1' showaddelement='yes'>
<b:widget id='LinkList99' locked='false' title='Top Menu' type='LinkList'/>
</b:section>


As it is not <ul> <li> tags i do not know how to add new links and how to imbricate them...

 
Rachid B

Posted: 4/15/2011
Quote message 

I find the tip : you added - for subitems and --for subsubitem etc...
(i find it in your source code : so thank you :) )
 
Endy

Posted: 4/15/2011
Quote message 

This is the tutorial for menus submenus etc etc :)

http://www.artistutorials.co.cc/2011/03/how-to-display-3-level-subitem-menus-in.html