/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {color: #777777;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin:0;
	font-size: 1.4em;
	font-weight: normal;
}
h2 {
	/* margin: 1.2em 0em 0em 0em; */
	padding: 1.2em 0em .5em 0em;
	font-size: 1.2em;
	font-weight: normal;
}
h3 {
	padding-top: 1.2em;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	text-align: left;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}
h1.colDetailRight {
    margin:0;
	font-size: 1.2em;
	font-weight: normal;
}
td {
/*	color: #999; */
	color:#777777;
}
img {border: none;}

ol, ul, li {
/*	margin:0.2em 0 0.1em 0; */
    margin: 0;
}
ul
{
    list-style-position: inside;
    list-style-type: disc;
}
ol
{
    list-style-position: inside;
    line-height: 1.2em;
}

li
{
    text-align: left;
}
p
{
    margin: 0.8em 0em 1.2em 0em;
    padding: 0px 5px 0px 10px;
    font-size: .9em;
    line-height: 1.2em;
    text-align: left;
}
/*
li > p {margin-top: 0.2em;}
*/
pre {
	font-family: monospace;
	font-size: .8em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: none;
	color: #777777;
}

a:link {
	color: #777777;
}

a:visited {}

a:active {
	color:#669;
	}

a:hover
{
    color: #333333;
    text-decoration: underline;
}

a.linkButton:link
{
	/* color: #777777; */
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body {
/*	padding: 0 377px;	 */
    padding: 0;	
	text-align: center;
	background-color: #FFF;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size:80%;
}
#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
/*
#sizer {
	margin: 0 auto;
	padding: 10px 0;
	width: 60%;
	text-align:left;
	max-width: 150px;
}
#expander {
	background: white;
	margin: 0 -375px;
	min-width: 750px; /* Critical Safari fix! */
/*	position: relative;
}

/* Holly hack for IE \*/
 /* * html #expander { height: 0; }
/* */

#wrapper { 
	width: 780px;
	margin: 0 auto;
	padding-top: 10px;
    /*width: 100%; /* helps IE get the child percentages right. */
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */
#contentBox {
	margin:0;
    overflow: auto;
}
* html #contentBox {height:1%;}
#content {
	margin:0;
    border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 400px;
}

* html #content {height:1%;}
#login {
	margin:0;
	padding-right: 2px;
	padding-bottom: 2px;
	text-align: right;
	font-size: .86em;
	color: #ccc;
/*	letter-spacing:0.05em; */
}

* html #login {height:1%;}

#header {
    padding:0;
    margin: 0;
    width: 778px;
    height: 77px;
    border: 1px solid #ccc;

}
* html #header {height:1%;}

/*
#headertop {
    margin: 0;
	position:relative;
	height:77px;
	border: 1px solid #ccc;
	width: 778px;
} */
#logo
{
    position: relative;
    background: url(../../Images/Misc/wg_logo.jpg) no-repeat left top;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 639px;
    height: 77px;
}
* html #logo {height:1%;}

#cartstatus {
    position: relative;
    width: 119px;
	float: left;
	display: inline;
	margin: 0;
	padding: 40px 10px 10px 10px;
	font-size: 10px;
    color: #CCC;
}
* html #cartstatus {height:1%;}

#mainNav, #mainNav tr {
	height:24px;
	position:relative;
	font-size: .95em;
}

* html #mainNav {margin-top:-1px;}

#mainNav {
	padding: 1px 5px 10px; 
	border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		z-index:1;
		}

#mainNav a {text-decoration:none;}
/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */

/* Hide from IE5-Mac \*/
* html #mainNav a {height: 1%;}
/* end hiding */
#mainNav a:visited
 {color:#669;}

/* Hide from IE5-Mac \*/
* html #mainNav a:visited 
    {height: 1%;}
/* end hiding */ 

#mainNav a:hover
 {color:#333;}
/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */

/* Hide from IE5-Mac \*/
* html #mainNav a:hover 
    {height: 1%;}
/* end hiding */ 

#mainNav .normallink {
	padding:0 2px;
	color: #777777;
}
#mainNav .selectedlink {
	padding:0 2px;
	color:#ccc;
}

#copy {		
/*	margin-left:10px; 
	padding: 10px 5px; 11/10 */
	margin: 0;
	padding: 0;
	color:#777777;
	height: 100%;
}
#copy fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}
#copy .textBoxCenter {
	background-color:#F3F1F7;
	border:1px solid #C2BFCE;
	text-align: center;
	height: 1.2em;
}

#copy .textBoxLeft {
	background-color:#F3F1F7;
	border:1px solid #C2BFCE;
	text-align: left;
	padding-left: 2px;
	height: 1.5em;
}

#copy .textBoxLeft:focus {background-color:#FFFFFF;}

#copy .button {
	border:1px solid #397D47;
	background-color:#94CB01;
	color:#666;
}
#copy .alertMessage {
    color: #C11B0E; /* red */
    }

#copy legend {background-color:#FFFFFF;padding:0.5em;}

#copy caption {text-align:left;}
/*
#copy p {padding: 0.3em 2em;} #copy td, #copy th {padding: 0.3em 0.5em;}

*/
#copy th {padding: 0.3em 0.5em;}
		
* html #copy table tr {font-size:0.9em;} 

#copy .groupDiscount .txtBox {
	border:1px solid #C2BFCE;
	background-color:#F3F1F7;
	text-align: center;
}
#copy .container {
    clear:both;
	margin:5px;
	padding:0 10px 15px;
}
/* \*/
* html #copy .container {height:1%;}
/* */

div#contactForm {margin-left:4em;}

/* Hides from IE5-mac \*/ 
     * html div#contactForm{height:1%;}
/* End hide from IE-mac */ 
#login
{
    background:url(Images/wg_login_bkg.jpg) no-repeat top left;
    color: #666;
}
* html #login {height:1%;}
.c33l
    {
    float: left;
    display: inline;
    width: 34%;
    }
.c66r
{
    float: right;
    display: inline;
    width: 63%;
    color: #666;
    font-size: 87%;
    padding-top: 35px;
    padding-bottom: 10px;
    vertical-align: text-top;
} 
.c66r p
{
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    }
.collectionsHeader
    {
    text-align: center;
    border: none;
    padding-bottom: 10px;
    }
.collectionsDescription /* collections page */
    {
    font-size: 1em;
    }
.c66r_collections
{
    float: right;
    display: inline;
    width: 63%;
    color: #666;
    font-size: 1em;
    padding-top: 30px;
    padding-bottom: 10px;
    vertical-align: text-top;
    background:url(../../Images/misc/collections.gif) no-repeat top left;
} 
 .featured
{
    border: 1px solid #ccc;
    width: 256px;
    height: 260px;
    padding: 3px;
/*    vertical-align: middle;
    display: table-cell; */
}
.featured * {
    vertical-align: middle;
} */
/*\*//*/   for IE/MAC
.featuredX
{
    display: block;
}
.featuredX span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.featuredName   {
    padding: 5px;
    text-align: center;
}
.home_bxImages
{
    width: 465px;
    vertical-align: middle;
}  
ul
{
    list-style-type: none;
}
.secondaryNav
{
    text-align: center;
    /*
    padding-left: 15px;
    padding-right: 15px;*/
    margin: 0 auto;
    width: 75%;
}

.secondaryNav ul
{
    margin: 0;
    white-space: nowrap;
    list-style-type: none;
    text-align: center;
}
.secondaryNav li 
{
	color: #999;
	display: inline;
}
.secondaryNav li a
{
	color: #999;
	line-height: 2em;
	float: left;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #ccc;
}
.secondaryNav li a:hover
{
	color: #000;
}

ul.listCentered
{
    margin: 0;
    padding: 0px 0px 0px 5px;
    text-align: center;
    list-style-type: none;
    	background: url(../../Images/flake.gif) no-repeat; 
}
ul.listCentered li 
{
	padding: 5px 10px 5px 10px;
	color: #333;
	line-height: 14px;
	text-align: center;
}  
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
}
.productImage .wraptocenter {
    width: 180px;
    height: 180px;
    }
.featured .wraptocenter {
    width: 256px;
    height: 260px;
    }
/* vertical-align: center Images in IE */
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/* vertical-align: center Images in IE */
#footer {
	position:relative;
/*	bottom:0;
	left:0;
	right:0; */
	height:26px;	
	clear:both;	
	margin:0px;
	padding:2px 0 0 10px;
/*	border-top:1px solid #CCC; */
	color:#999;	
	font-size:smaller;
	letter-spacing:0.16em;
}

.colArtistsLeft_sr
    {
    float: left;
    display: inline;
    width: 496px;
    height: 400px;
    background:url(Images/sr_artist.jpg) no-repeat top left;
    }
.colArtistsLeft_lc
    {
    float: left;
    display: inline;
    width: 496px;
    height: 400px;
    background:url(Images/lc_artist.jpg) no-repeat top left;
    }
.colArtistsLeft_mh
    {
    float: left;
    display: inline;
    width: 496px;
    height: 400px;
    background:url(Images/mh_artist.jpg) no-repeat top left;
    }
.colArtistsLeft_rl
    {
    float: left;
    display: inline;
    width: 496px;
    height: 400px;
    background:url(Images/rl_artist.jpg) no-repeat top left;
    }

.colArtistsLeft_rt
    {
    float: left;
    display: inline;
    width: 496px;
    height: 400px;
    background:url(Images/rt_artist.jpg) no-repeat top left;
    }
.colArtistsLeft_tc
    {
    float: left;
    display: inline;
    width: 496px;
    height: 400px;
    background:url(Images/tc_artist.jpg) no-repeat top left;
    }
.colArtistsLeft_tgh
    {
    float: left;
    display: inline;
    width: 496px;
    height: 400px;
    background:url(Images/tgh_artist.jpg) no-repeat top left;
    }
.colArtistsLeft_sfs
    {
    float: left;
    display: inline;
    width: 496px;
    height: 400px;
    background:url(Images/sfs_artist.jpg) no-repeat top left;
    }

 .viewArtwork
{
    font-family: Verdana;
    font-size: 10px;
    color: #777777;
    position: relative;
    top: 20px;
    text-align: right;
    line-height: 18px;
    vertical-align: text-top;
}  
img.viewArtwork {
    padding: 0;
    margin: 0;
    } 
.colArtistsRight
{
    float: right;
    display: inline;
    width: 245px;
    color: #666;
    font-size: 87%;
    padding: 0px 5px 10px 0px;
    text-align: left;
}
/* .groupDiscountLeft
{
    float: left;
    display: inline;
    width: 300px;
    padding-bottom: 10px;
    text-align: left;
}   */
.groupDiscount
{
    padding: 10px 0px 10px 400px;
    text-align: left;
} 
#copy .groupDiscount p
{
    line-height: 1.4em;
} 

.cartTotal
{
    text-align: right;
     /*   background-color:#DBE6EC; light blue */
} 

div.productsWrapper {
  margin: 0 auto;
  padding: 5px 20px;
  }
div.spacer {
  clear: both;
  }
div.float
{
    float: left;
    display: inline; 
    padding: 5px 10px;
    text-align: center;
    font-size: 11px;
    color: #777777;
    line-height: 16px;
    width: 217px;  
}
div.float img {
   padding: 8px;
   border: 1px solid #e4e4e0;
   }

  
div.float p {
   text-align: center;
   font-size: 11px;
   color: #777777;
   padding: 2px;
   }
div.frame250
{
 /*   float: left;
    display: inline; */
    padding: 5px;
    text-align: center;
    font-size: 11px;
    color: #777777;
    line-height: 16px;
/*    width: 217px; */
}
div.frame250 img {
   padding: 8px;
    text-align: center;
 /*  border: 1px solid #e4e4e0; */
   }
.products
{
    display: inline;
    float: left;
    text-align: center;
}
/* for vertical aligning & centering products on the products page */

.productImage
{
    border: 1px solid #CECECE; 
    width: 180px;
    height: 180px;
/*    vertical-align: middle;
    display: table-cell;
    text-align: center; */
}
/*
.productImage * {
    vertical-align: middle;
} */
/*\*//*/   for IE/MAC
.productImageX
{
    display: block;
}
.productImageX span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/* for vertical aligning & centering products on the detail page */
.productDetailImage
{
    border: 1px solid #E7E7E7; 
    width: 250px;
    height: 270px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.productDetailImage * {
    vertical-align: middle;
}
/*\*//*/   for IE/MAC
.productDetailImage
{
    display: block;
}
.productDetailImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/* product detail */
.colDetailLeft
    {
    float: left;
    display: inline;
    width: 35%;
    height: 400px;
    padding: 20px 10px 0px 10px;
    text-align: center;
    }
* html .colDetailLeft {height:1%;}
.colDetailRight
{
    float: right;
    display: inline;
    width: 55%;
    color: #666;
    padding: 20px 15px 10px 5px ;
    text-align: left;
} 
* html .colDetailRight {height:1%;}

.pdAttributes
{
    padding-left: 6px;
} 
.colDetailRight table
{
    border-spacing: 0;
} 
.colCatalogLeft
    {
    float: left;
    display: inline;
/*    width: 45%;   */
    padding: 10px 0px 10px 65px;
    text-align: left;
    }
* html .colCatalogLeft {height:1%;}

.colCatalogRight
{
    float: right;
    display: inline;
/*    width: 45%;   */
    padding: 10px 65px 10px 0px;
    text-align: right;
} 
* html .colCatalogRight {height:1%;}

/* checkoutDetail page */
.columnLeft
    {
    float: left;
    display: inline;
    width: 44%;
    padding: 10px;
    text-align: left;
    }
.columnRight
{
    float: right;
    display: inline;
    width: 50%;
    padding: 10px;
    text-align: right;
} 
/* submit order page */
.textFloatLeft
    {
    float: left;
    display: inline;
    width: 30%;
    padding: 10px;
    text-align: left;
    background-color: #EFF7F7;
    }
* html .textFloatLeft {height:1%;}

.textFloatRight
{
    float: right;
    display: inline;
    width: 30%;
    padding: 10px;
    text-align: right;
    background-color: #EFF7F2;
} 
/* separates content on order page - used regular text so they align in IE */
.orderHeading
{
    clear: both;
    width: 99%;
    text-align: left;
    padding-left: 5px;
    padding-top: 11px;
    font-size: .9em;
    height: 38px;
    background: url(../../App_Themes/WG/Images/orderHeading_bg.png) no-repeat left top;
    color: #685CB0;
    font-weight: bold;
} 

.test{
    position: relative;
    background: url(../../Images/gradient.png) no-repeat left top;
    margin: 0;
    padding: 0;
    min-height: 450px;
}
* html .test {height:1%;}
/* Login, Register table */
table.center {
    margin-left: auto;
    margin-right: auto;
}
/* login page */
/*
.createAccount
    {
    float: left;
    display: inline;
    width: 46%;
    padding: 10px 10px 10px 10px;
    }
* html .createAccount {height: 1%;}
.memberLogin
{
    float: right;
    display: inline;
    width: 42%;
    padding: 10px;
} 
* html .memberLogin {height: 1%;}
*/
.createAccount
    {
    float: right;
    display: inline;
    width: 52%;
    padding: 10px 10px 10px 0px;
    }
* html .createAccount {height: 1%;}
.createAccountTitle
    {
    background: url(../../App_Themes/WG/Images/createAccount_bkg.png) no-repeat left top;
    font-size: 1em;
    }

.memberLogin
{
    float: left;
    display: inline;
    width: 39%;
    padding: 10px;
} 
* html .memberLogin {height: 1%;}

.loginTitle
    {
    background: url(../../App_Themes/WG/Images/login_bkg.png) no-repeat left top;
    }
.padding20 
{
    padding-left: 40px;
    padding-right: 20px;
        }
/* cart status img */
.cartStatus {
    padding-bottom: 10px;
    }
.orderStatus {
    padding-bottom: 10px;
    }
.extender
{
    border: none;
    margin: 0;
    padding: 0;
    clear: both;
    height:2px;
}      
/* text */
.PagingText {
    font-size: 11px;
    color: #999;
    }
.textTiny {
    font-size: 10px;
    color: #999;
    }
.trilliant {
    text-align: center;
    clear: both;
    line-height: 2em;
    }
.center {
    text-align: center;
    }
.pageTitle {
    font-size: 1em;
    }
.standardLabel {
    font-size: 1em;
    color: #777777;
    }
.labelProductCollection {
    font-size: 1em;
    color: #777777;
    text-align: left;
    }
.alertMessage {
    color: #C11B0E; /* red */
    }
.blueText {
/*    color: #0033ff; /* blue */
    color: #6B5EC6; /* blue */
    }
.boldText {
    font-weight: bold;
    }
.strikeThrough
{
    text-decoration: line-through;
}    
.checkoutUserActionText
{
    font-variant: small-caps;
    font-size: 1em;
}
.checkoutAddText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1em;
    background: transparent url(../../CSS/images/add.gif) no-repeat top left;
    line-height: 1.5em;
}
.checkoutDeleteText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1em;
    background: transparent url(../../CSS/images/delete.gif) no-repeat top left;
    line-height: 1.5em;
}
.checkoutSelectText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1em;
    background: transparent url(../../CSS/images/select.gif) no-repeat top left;
    line-height: 1.5em;
}
.checkoutUpdateText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1em;
    background: transparent url(../../CSS/images/pencil.gif) no-repeat top left;
    line-height: 1em;
}

.colDetailRight p {
    font-size: .85em;
    color: #666;
    }
.catalogDescription p {
    font-size: .95em;
    color: #666;
    padding-left: 45px;
    padding-right: 45px;
    }
/* css buttons */
.cssclear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
/* css buttons large rounded */
a.cssbutton_large
{
    background: transparent url(../../CSS/buttons/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px; /*        padding-right: 18px; /* sliding doors padding */
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    vertical-align: middle;
}

a.cssbutton_large span {
    background: transparent url(../../CSS/buttons/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
} 
a.cssbutton_large:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cssbutton_large:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 10px; /* push text down 1px */
} 
/* css buttons small rectangular*/
a.cssbutton_small {
    background: transparent url(../../CSS/buttons/bg_buttonSmall_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left; 
    font: normal .83em arial, sans-serif;
    color: #333;
    height: 20px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.cssbutton_small span {
    background: transparent url(../../CSS/buttons/bg_buttonSmall_span.gif) no-repeat;
    display: block;
 /*   line-height: 14px; */
    padding: 3px 0 3.5px 10px;
} 
a.cssbutton_small:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cssbutton_small:hover span {
    background-position: bottom left;
/*    padding: 6px 0 4px 18px; /* push text down 1px */
} 
/* css buttons medium rectangular */
a.cssbutton_medium {
    background: transparent url(../../CSS/buttons/bg_buttonBO_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left; 
    font: normal .85em arial, sans-serif;
    color: #333;
    height: 22px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}
a.cssbutton_medium  span {
    background: transparent url(../../CSS/buttons/bg_buttonBO_span.gif) no-repeat;
    display: block;
 /*   line-height: 14px; */
    padding: 4px 0 4px 10px;
} 
a.cssbutton_medium:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.cssbutton_medium:hover span {
    background-position: bottom left;
/*    padding: 6px 0 4px 18px; /* push text down 1px */
} 
.centerBlock {
    margin: 0 auto;
    text-align: center;
} 
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		margin:0;
		padding:0;
		background:#FFFFFF !important;
	}
/*	#sizer{
		margin:0; 
		width:auto !important;
	}
	#expander{
		position:static;
		margin:0 !important;
	}     */
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainNav, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainNav {
		font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
		font-weight: bold;
		}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    #copy {
		margin:0;
		padding:0;
	}
	
	#copy fieldset {border:none;}
	
	#copy legend {color:#f90;}
	
	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}
	
	#content{width:100%;}
	
	html>body #content {
		width:85%;
		margin-left:2em;
	}
}