/*
This is style-options.css   
It's used for styling the Childishly Simple options page and is added using       wp_enqueue_style( 'style-options.css' );       in functions.php

Table of contents

=Childishly Simple options
=Main containers
=Anchors
=Main headers
=Labels and inputs
=Help
=Fixed or liquid 
=Site width
=Header element
=Home page
=Site layout
=Body and content background color
=Navigation bars
=Drop-down menu items
=Banner image
=Sidebar widths
=Choose the sidebar items
=Sidebar item colors
=Sidebar background colors
=Footer items
=Footer item colors
=Footer spacing
=Utility links
=Post font colors, border, background, category headings
=Miscellaneous items
=Rounded corners
=Errors
=Other
*/




/*  =Childishly Simple options
---------------------------------------------------------------------------------------------------*/

a.current span.childishlysimple-options-submenu{		/* Highlight the Childishly Simple Options submenu in Admin */
color:#000000;
}
a.options-link,
a.notes,
div.inner-options-container a.options-link,
div.inner-options-container a.notes {
text-decoration:underline;
color:#22769b;
}
table.layout{	
position:relative;
}
tr.layout{
position:relative;
}
td.layout{
border-bottom:0 solid #000000;
padding:0 0 10px 0;
position:relative;
}


/* =Anchors
--------------------------------------------------------------------------------------------------- */
div.anchor { /*anchors at top of page*/
margin-top:20px;
border:2px solid #008040;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius:7px;
padding:5px;
}
a.anchor {
font-size:1.2em;
margin:15px 30px 15px 5px;
text-decoration:none;
white-space:nowrap;
}
a.anchor-color-1:link {
color:#008040;
}
a.anchor-color-1:hover {
color:#00ca65;
}
a.anchor-color-2:link {
color:#008040;
}
a.anchor-color-2:hover {
color:#00ca65;
}
a.anchor-color-3:link {
color:#008040;
}
a.anchor-color-3:hover {
color:#00ca65;
}
a.anchor-color-4:link {
color:#008040;
}
a.anchor-color-4:hover {
color:#00ca65;
}

/* =Main containers
--------------------------------------------------------------------------------------------------- */
div.childishlysimple-options-wrapper{
position:relative;
padding-bottom:10px;
}
div.options-container{
border:1px solid #3b3b3b;
clear:both;
margin:10px 1% 20px 0;
overflow:auto;
padding:0 0 10px 0;
position:relative;
width:98%;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
}
div.inner-options-container {
margin:10px;
padding:0;
position:relative;
}
div.options-left-container{
border:0px solid red;
float:left;
margin:10px 0 10px 0;
overflow:auto;
padding:10px 1% 10px 1%;
position:relative;
width:47%;
}
div.options-right-container{
border:0px solid red;
float:left;
margin:10px 0 10px 0;
overflow:auto;
padding:10px 1% 10px 1%;
position:relative;
width:47%;
}
div.full-width{
border:0px solid red;
clear:both;
margin:0 0 30px 0;
padding:0 0 0 1%;
}


/* =Main headers
--------------------------------------------------------------------------------------------------- */

h2.layout{
margin:0 0 10px 0;
padding-left:0;
position:relative;
}
h3.layout{ 
clear:both;
color:#515151;
font:normal 1.6em "Times New Roman","Bitstream Charter",Times,serif;
background-color:#ececec;
margin:0 0 30px 0;
padding: .5em .5em .5em .7em;
position:relative;
padding-left:12px;
-moz-border-radius:3px;
-webkit-border-radius: 3px;
border-radius:3px;
}
h3.top-drop-down-menu,
h3.bottom-drop-down-menu {
background-color:transparent;
margin-top:0;
padding-left:0;
}
h3.site-width {
margin-top:0;
}
h4.layout{
background:transparent;
font:normal bold 1.4em Georgia,"Times New Roman","Bitstream Charter",Times,serif;
margin:0 0 30px 0;
padding-left:0;
position:relative;
}
h4.main-heading {
font-weight:normal;
margin:0 0 4px 0;
}
a.options-heading {
text-decoration:none;
}
h4.notes {
padding-left:12px;
margin:0 0 20px 0;
font-size:1.8em;
}
h4.home-page {
background-color:transparent;
color:#595959;
font:normal bold 1.4em Georgia,"Times New Roman","Bitstream Charter",Times,serif;
margin:40px 0 20px 0;
padding: 0;
position:relative;
}
h5.layout{
background:transparent;
font:italic normal 14px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
margin:0 0 10px 0;
padding-left:12px;
position:relative;
}
p.notes {
font-size:1.3em;
font-style:normal;
line-height:1.5em;
margin:1em 0 1em 0;
padding-left:12px;
text-align:left;
text-indent:0;
}
span.headline-color {
display:block;
color:#1c94c4;
}
span.bold {
font-weight:bold;
}


/* =Labels and inputs
--------------------------------------------------------------------------------------------------- */
label.layout,
p.layout{	
font-size:1.1em;
font-weight:bold;
margin:0;
padding:0 0 5px 0;
position:relative;
}
p.liquid-or-fixed-label {
margin-bottom:20px;
}
span.liquid-or-fixed-label {
font-size:0.8em;
}
input.layout{	
position:relative;
width:150px;
}
input.index-heading{
width:400px;
}
label.choose-item-checkbox{	
font-weight:normal;
}
p.layout-description{	
clear:both;
font-size:1.1em;
line-height:1.2em;
margin-left:0;
padding:0;
position:relative;
text-align:left;
text-indent:0;
}

/* =Help
---------------------------------------------------------------------------------------------------*/

p.options-help {
font-size:1.2em;
}
p.big-options-help {
font-size:1.5em;
font-weight:bold;
color:#3e3e3e;
}

/* =Fixed or liquid 
---------------------------------------------------------------------------------------------------*/

p.submit{
clear:both;
}
input.options-submit-button {
color: #fff;
font-size: 10px;
width: 217px;
height: 42px;
border: none;
margin:0;
padding: 0;
background: #acffa6 url(images/options-submit-button.gif) 0 -67px no-repeat; 
}
input.options-submit-button:hover {
background: #0db700 url(images/options-submit-button.gif) 0 0 no-repeat; 
}
p.liquid-or-fixed {
border-bottom:1px solid gray;
margin-bottom:20px;
padding-bottom:20px;
}
label.liquid-or-fixed{
font-weight:normal;
position:relative;
width:100px;
margin:0;
padding:0;
}
input.liquid-or-fixed{
position:absolute;
left:70px;
}

/* =Site width
--------------------------------------------------------------------------------------------------- */

label.site-width {
padding-top:50px;
}
p.site-width{
margin:0;
padding:0 280px 0 0;
background:transparent url(images/admin-images1.gif) 90% 0 no-repeat;
}

/* =Header element
---------------------------------------------------------------------------------------------------*/
div.inner-options-container textarea.layout {
width:600px;
}


/* =Home page
---------------------------------------------------------------------------------------------------*/

p.home-page { 
margin-bottom:40px;
}
p.home-page-spacer { /* between select dropdown and instructions*/
clear:both;
height:10px;
width:100%;
}
h4.home-page {
color:#1c94c4;
}
input.number-of-home-custom-widgets {
height:24px;
margin-bottom:4px;
}
div.right-home-page-custom-post-with-widgets {
border-left:1px solid #808080;
}
p.small-home-page-custom-post-with-widgets {
border-bottom:1px solid gray;
margin:0 0 10px 0;
padding:0 200px 70px 0;
}
input.home-page-custom-post-with-widgets-minimum-height {
height:22px;
margin-bottom:7px;
}
p.home-page-custom-post-with-widgets-content-background-color {
background:transparent url(images/admin-images3.gif) right -6558px no-repeat;
}
p.home-page-custom-post-with-widgets-widget-area-background-color {
background:transparent url(images/admin-images3.gif) right -14010px no-repeat;
}
p.home-page-custom-post-with-widgets-spacer {
background:transparent url(images/admin-images3.gif) right -15128px no-repeat;
}
p.number-of-home-custom-widgets {
background:transparent url(images/admin-images3.gif) right -12667px no-repeat;
border-bottom:1px solid #808080;
padding:0 195px 30px 0;
}
p.home-page-custom-post-with-widgets-minimum-height{
background:transparent url(images/admin-images3.gif) right -7134px no-repeat;
}
p.home-page-custom-post-with-widgets-background-color{
background:transparent url(images/admin-images1.gif) right -4000px no-repeat;
}
p.home-page-custom-post-with-widgets-border-color{
background:transparent url(images/admin-images1.gif) right -4200px no-repeat;
}
p.home-page-custom-post-with-widgets-heading-background-color{
background:transparent url(images/admin-images1.gif) right -4400px no-repeat;
}
p.home-page-custom-post-with-widgets-heading-font-color{
background:transparent url(images/admin-images1.gif) right -4600px no-repeat;
}
p.home-page-custom-post-with-widgets-font-color{
background:transparent url(images/admin-images3.gif) right -9425px no-repeat;
}
p.home-page-custom-post-with-widgets-link-color{
background:transparent url(images/admin-images3.gif) right -9720px no-repeat;
}
p.home-page-custom-post-with-widgets-hover-color{
background:transparent url(images/admin-images3.gif) right -10030px no-repeat;
border-bottom:none;
}


/* =Site layout (two column etc.) 
---------------------------------------------------------------------------------------------------*/

div.site-layout{	
border:1px solid #9b9b9b;
float:left;
margin:0 1% 0 0;
width:15%;
-moz-border-radius:3px;
-webkit-border-radius: 3px;
border-radius:3px;
}
label.site-layout{
font-weight:normal;
padding:0 0 0 2%;
}
img.site-layout{
width:100%;
}
p.site-layout-description{
clear:both;
margin-bottom:10px;
font-weight:normal;
}


/* =Body and content background color 
---------------------------------------------------------------------------------------------------*/

div.body-background {
border-right:1px solid gray;
margin:0;
padding-bottom:0;
padding-top:0;
}
div.left-body-and-content-background {
border-right:1px solid gray;
}
p.body-background-color{
background:transparent url(images/admin-images1.gif) right -200px no-repeat;
border-bottom:1px solid gray;
margin-right:10px;
padding:0 150px 70px 0;
position:relative;
}
div.body-background-spacer {
border-top:1px solid gray;
clear:both;
height:1px;
margin-top:10px;
}
div.site-border-color {
margin-left:20px;
padding-bottom:0;
padding-top:0;
}
p.site-border-color{
background:transparent url(images/admin-images1.gif) right -5850px no-repeat;
margin-right:10px;
padding:0 150px 100px 0;
position:relative;
}
div.content-background {
border-right:1px solid gray;
margin:0;
padding-bottom:0;
padding-top:0;
}
p.content-background-color{
background:transparent url(images/admin-images1.gif) right -10566px no-repeat;
border-bottom:1px solid gray;
margin-right:10px;
padding:0 150px 70px 0;
position:relative;
}
div.move-website-up-or-down {
padding-bottom:0;
padding-top:0;
margin-left:20px;
}
p.top-of-website-spacing{
background:transparent url(images/admin-images1.gif) right -5159px no-repeat;
margin-right:10px;
padding:0 150px 110px 0;
position:relative;
}
label.custom-background-checkbox {
color:black;
font-weight:bold;
margin-right:10px;
}
input.custom-background-checkbox {
margin-bottom:0;
padding-bottom:0;
position:relative;
vertical-align:bottom;
top:-2px;
}


/* =Navigation bars
--------------------------------------------------------------------------------------------------- */

div.top-navigation-bar {
border-right:3px solid #6a6a6a;
}
p.small-menu-item{
margin:0 10px 20px 0;
padding:0 200px 50px 0;
border-bottom:1px solid gray;
}
p.top-navigation-bar-background-color{
background:transparent url(images/admin-images3.gif) right -1300px no-repeat;
}
p.top-navigation-bar-link-color{
background:transparent url(images/admin-images3.gif) right -7700px no-repeat;
}
p.top-navigation-bar-hover-color{
background:transparent url(images/admin-images3.gif) right -8100px no-repeat;
border-bottom:none;
}
p.top-navigation-bar-top-border-color{
background:transparent url(images/admin-images3.gif) right -4905px no-repeat;
}
p.top-navigation-bar-bottom-border-color{
background:transparent url(images/admin-images3.gif) right -11198px no-repeat;
}
p.top-menu-color{
background:transparent url(images/admin-images3.gif) right -2100px no-repeat;
}
p.top-menu-visited-color{
background:transparent url(images/admin-images3.gif) right -2500px no-repeat;
}
p.top-menu-hover-color{
background:transparent url(images/admin-images3.gif) right -2900px no-repeat;
}
p.top-menu-active-color{
background:transparent url(images/admin-images3.gif) right -3300px no-repeat;
}
p.top-menu-border-color{
background:transparent url(images/admin-images3.gif) right -3700px no-repeat;
padding:0 200px 80px 0;
}
p.top-menu-font-color{
background:transparent url(images/admin-images3.gif) right -4100px no-repeat;
padding:0 200px 80px 0;
}
p.top-menu-hover-font-color{
background:transparent url(images/admin-images3.gif) right -10810px no-repeat;
border-bottom:none;
padding:0 200px 80px 0;
}
p.bottom-navigation-bar-background-color{
background:transparent url(images/admin-images3.gif) right -1300px no-repeat;
}
p.bottom-navigation-bar-link-color{
background:transparent url(images/admin-images3.gif) right -7700px no-repeat;
}
p.bottom-navigation-bar-hover-color{
background:transparent url(images/admin-images3.gif) right -8100px no-repeat;
border-bottom:none;
}
p.bottom-navigation-bar-top-border-color{
background:transparent url(images/admin-images3.gif) right -4905px no-repeat;
}
p.bottom-navigation-bar-bottom-border-color{
background:transparent url(images/admin-images3.gif) right -11198px no-repeat;
}
p.bottom-menu-color{
background:transparent url(images/admin-images3.gif) right -2100px no-repeat;
}
p.bottom-menu-visited-color{
background:transparent url(images/admin-images3.gif) right -5700px no-repeat;
}
p.bottom-menu-hover-color{
background:transparent url(images/admin-images3.gif) right -2900px no-repeat;
}
p.bottom-menu-active-color{
background:transparent url(images/admin-images3.gif) right -3300px no-repeat;
}
p.bottom-menu-border-color{
background:transparent url(images/admin-images3.gif) right -3700px no-repeat;
padding:0 200px 80px 0;
}
p.bottom-menu-font-color{
background:transparent url(images/admin-images3.gif) right -4100px no-repeat;
padding:0 200px 80px 0;
}
p.bottom-menu-hover-font-color{
background:transparent url(images/admin-images3.gif) right -10810px no-repeat;
border-bottom:none;
padding:0 200px 80px 0;
}

/* =Drop-down menu items 
---------------------------------------------------------------------------------------------------  */

div.top-drop-down-menus {
border-right:3px solid #6a6a6a;
}
input.drop-down-menus {
height:2.4em;
} /* conflict with accordion, prevents scroll-bars */
p.drop-down-menus-description {
font-size:1.0em;
font-weight:normal;
}


/* =Banner image
--------------------------------------------------------------------------------------------------- */

p.banner{
background:transparent url(images/admin-images1.gif) right -1000px no-repeat;
margin:0 30px 0 0;
padding:0 240px 0 0;
}
div.title-and-description-color { /* color picker dropdown fix */
width:100%;
}


/* =Sidebar widths 
--------------------------------------------------------------------------------------------------- */

div.left-inner-sidebar-width {
border-right:1px solid gray;
}
p.left-sidebar-width {
background:transparent url(images/sidebar-width.gif) right -630px no-repeat;
padding:0 140px 0 0;
}
p.right-sidebar-width {
background:transparent url(images/sidebar-width.gif) right 0 no-repeat;
padding:0 140px 0 0;
}

/* =Choose the sidebar items 
---------------------------------------------------------------------------------------------------*/

p.be-imaginative {
color:#707070;
font-size:1.3em;
font-weight:bold;
margin-left:10px;
}
div.left-sidebar-items{
background:transparent url(images/admin-images1.gif) right -1794px no-repeat;
}
div.right-sidebar-items{
background:transparent url(images/admin-images1.gif) right -2650px no-repeat;
}
p.left-sidebar-item-label,
p.right-sidebar-item-label{
font-size:1.3em;
color:#3e3e3e;
}
p.left-sidebar-items,
p.right-sidebar-items{
font-weight:normal;
padding:15px 0 0 0;
}
label.left-sidebar-item{	
float:left;
font-weight:normal;
height:20px;
position:relative;
width:200px;
}
input.left-sidebar-item{
height:20px;
position:relative;
}
label.right-sidebar-item{
float:left;
font-weight:normal;
height:20px;
position:relative;
width:200px;
}
input.right-sidebar-item{
height:20px;
position:relative;
}
div.sidebar-items{
border:1px solid #0000ff;
clear:both;
position:relative;
}
div.left-sidebar-items {
border-right:3px solid #6a6a6a;
}

/* =Sidebar item colors 
---------------------------------------------------------------------------------------------------*/

div.left-sidebar-item-colors {
border-right:3px solid #6a6a6a;
}
input.sidebar-items {
height:2.4em;
}
p.small-sidebar-item{
margin:0 0 20px 0;
padding:20px 150px 40px 0;
border-bottom:1px solid gray;
}
p.left-sidebar-item-background-color{
background:transparent url(images/admin-images1.gif) right -4000px no-repeat;
}
p.left-sidebar-item-list-border-color{
background:transparent url(images/admin-images1.gif) right -11089px no-repeat;
}
p.left-sidebar-item-border-color{
background:transparent url(images/admin-images1.gif) right -4200px no-repeat;
}
p.left-sidebar-item-heading-background-color{
background:transparent url(images/admin-images1.gif) right -4400px no-repeat;
}
p.left-sidebar-item-heading-font-color{
background:transparent url(images/admin-images1.gif) right -4600px no-repeat;
}
p.left-sidebar-font-color{
background:transparent url(images/admin-images3.gif) right -9425px no-repeat;
}
p.left-sidebar-link-color{
background:transparent url(images/admin-images3.gif) right -9720px no-repeat;
}
p.left-sidebar-hover-color{
background:transparent url(images/admin-images3.gif) right -10030px no-repeat;
}
p.right-sidebar-item-background-color{
background:transparent url(images/admin-images1.gif) right -4000px no-repeat;
}
p.right-sidebar-item-list-border-color{
background:transparent url(images/admin-images1.gif) right -11089px no-repeat;
}
p.right-sidebar-item-border-color{
background:transparent url(images/admin-images1.gif) right -4200px no-repeat;
}
p.right-sidebar-item-heading-background-color{
background:transparent url(images/admin-images1.gif) right -4400px no-repeat;
}
p.right-sidebar-item-heading-font-color{
background:transparent url(images/admin-images1.gif) right -4600px no-repeat;
}
p.right-sidebar-font-color{
background:transparent url(images/admin-images3.gif) right -9425px no-repeat;
}
p.right-sidebar-link-color{
background:transparent url(images/admin-images3.gif) right -9720px no-repeat;
}
p.right-sidebar-hover-color{
background:transparent url(images/admin-images3.gif) right -10030px no-repeat;
}


/* =Sidebar background colors
---------------------------------------------------------------------------------------------------*/
div.short-left-sidebar-background-color {
border-bottom:1px solid gray;
border-right:1px solid gray;
}
p.short-left-sidebar-background-color{
background:transparent url(images/admin-images2.gif) right 0px no-repeat;
padding:0 150px 80px 0;
}
div.short-right-sidebar-background-color {
border-bottom:1px solid gray;
}
p.short-right-sidebar-background-color{
background:transparent url(images/admin-images2.gif) right -500px no-repeat;
padding:0 150px 80px 0;
}
div.long-left-sidebar-background-color {
border-bottom:1px solid gray;
border-right:1px solid gray;
margin-top:0;
padding-top:0;
}
div.long-right-sidebar-background-color {
border-bottom:1px solid gray;
}
p.long-left-sidebar-background-color{
background:transparent url(images/admin-images2.gif) right -10060px no-repeat;
padding:0 150px 80px 0;
}
div.long-right-sidebar-background-color {
margin-top:0;
padding-top:0;
}
p.long-right-sidebar-background-color{
background:transparent url(images/admin-images2.gif) right -10610px no-repeat;
padding:0 150px 80px 0;
}
div.move-first-sidebar-item-up-or-down{
border-right:1px solid gray;
}
p.sidebar-top-spacing {
background:transparent url(images/admin-images2.gif) right -2965px no-repeat;
padding:0 140px 100px 0;
margin-bottom:0;
position:relative;
}


/* =Footer items 
---------------------------------------------------------------------------------------------------*/

div.footer-items{
background:transparent url(images/admin-images2.gif) right -1500px no-repeat;
}
div.footer-item-colors{
border-left:1px solid #c0c0c0;
}
div.admin-footer-spacer{
border-right:1px solid gray;
}
label.footer-item{
float:left;
font-weight:normal;
height:20px;
position:relative;
width:180px;
}
input.footer-item{
height:20px;
position:relative;
}
p.footer-items {
border-bottom:1px solid #808080;
font-weight:normal;
padding:15px 0 50px 0;
}
p.number-of-footer-items {
background:transparent url(images/admin-images3.gif) right -11881px no-repeat;
margin-bottom:0;
padding:0 200px 100px 0;
}
p.minimum-footer-item-height {
background:transparent url(images/admin-images3.gif) right -6040px no-repeat;
margin-bottom:0;
padding:0 200px 100px 0;
}
div.inner-footer-stuff {
border-top:none;
}


/* =Footer item colors
---------------------------------------------------------------------------------------------------*/

p.small-footer-item{
border-bottom:1px solid gray;
margin:0 0 10px 0;
padding:0 200px 70px 0;
}
p.footer-item-background-color{
background:transparent url(images/admin-images1.gif) right -4000px no-repeat;
}
p.footer-item-list-border-color{
background:transparent url(images/admin-images1.gif) right -11089px no-repeat;
}
p.footer-item-border-color{
background:transparent url(images/admin-images1.gif) right -4200px no-repeat;
}
p.footer-item-heading-background-color{
background:transparent url(images/admin-images1.gif) right -4400px no-repeat;
}
p.footer-item-heading-font-color{
background:transparent url(images/admin-images1.gif) right -4600px no-repeat;
}
p.footer-font-color{
background:transparent url(images/admin-images3.gif) right -9425px no-repeat;
}
p.footer-link-color{
background:transparent url(images/admin-images3.gif) right -9720px no-repeat;
}
p.footer-hover-color{
background:transparent url(images/admin-images3.gif) right -10030px no-repeat;
border-bottom:none;
padding:0 200px 60px 0;
}
p.footer-background-color{
background:transparent url(images/admin-images2.gif) right -4500px no-repeat;
margin:0 30px 0 0;
padding:0 200px 180px 0;
position:relative;
}


/* =Footer spacing - the distance the footer items should be moved down 
---------------------------------------------------------------------------------------------------*/

div.clear-footer {
border-bottom:1px solid gray;
clear:both;
}
div.admin-footer-spacer {
border-bottom:none;
}
p.admin-footer-spacer{
background:transparent url(images/admin-images2.gif) right -4990px no-repeat;
margin:0 30px 0 0;
padding:0 200px 180px 0;
}


/* =Utility links
---------------------------------------------------------------------------------------------------*/

p.utility-link{
background:transparent url(images/admin-images2.gif) right -9330px no-repeat;
padding:0 200px 0 0;
margin-right:0;
border-bottom:none;
}
p.utility-hover{
background:transparent url(images/admin-images2.gif) right -9710px no-repeat;
padding:0 200px 0 0;
margin-right:0;
border-bottom:none;
}


/* =Post font colors, border, background, category headings 
--------------------------------------------------------------------------------------------------- */

div.left-font-colors {
border-right:1px solid #808080;
}
p.category-heading-font-color{
background:transparent url(images/admin-images2.gif) 80% -5500px no-repeat;
border-bottom:1px solid gray;
margin:0;
padding:20px 50% 80px 0;
}
p.post-title-font-color{
background:transparent url(images/admin-images2.gif) 80% -5900px no-repeat;
border-bottom:1px solid gray;
margin:0;
padding:20px 50% 80px 0;
}
p.post-title-font-hover-color{
background:transparent url(images/admin-images2.gif) 80% -6300px no-repeat;
border-bottom:1px solid gray;
margin:0;
padding:20px 50% 120px 0;
}
p.body-and-post-font-color{
background:transparent url(images/admin-images2.gif) 80% -8200px no-repeat;
border-bottom:1px solid gray;
margin:0;
padding:20px 50% 80px 0;
}
p.body-and-post-link-color{
background:transparent url(images/admin-images2.gif) 80% -8600px no-repeat;
border-bottom:1px solid gray;
margin:0;
padding:20px 50% 120px 0;
}
p.body-and-post-hover-color{
background:transparent url(images/admin-images2.gif) 80% -9000px no-repeat;
border-bottom:0px solid gray;
margin:0;
padding:20px 50% 120px 0;
}
p.post-background-color{
background:transparent url(images/admin-images2.gif) 80% -6700px no-repeat;
border-bottom:1px solid gray;
margin:0;
padding:20px 50% 120px 0;
}
p.post-border-color{
background:transparent url(images/admin-images2.gif) 80% -7100px no-repeat;
border-bottom:1px solid gray;
margin:0;
padding:20px 50% 80px 0;
}
p.post-margin-bottom{
background:transparent url(images/admin-images2.gif) 80% -11368px no-repeat;
margin:0;
padding:20px 150px 180px 0;
}
span.category-heading-font-color-highlight{
font-weight:bold;
}

/* =Miscellaneous items
---------------------------------------------------------------------------------------------------*/

label.miscellaneous-item{
clear:both;
float:left;
font-weight:normal;
margin-left:10px;
position:relative;
width:260px;
}
input.miscellaneous-item{
height:20px;
position:relative;
}
span.miscellaneous-first-line{
font-weight:bold;
}
div.miscellaneous-item{
border:1px solid #e2e2e2;
padding:10px 200px 80px 0;
}
div.topsearch{
background:transparent url(images/admin-images3.gif) 90% 0 no-repeat;
position:relative;
}
div.rss{
background:transparent url(images/admin-images3.gif) 90% -200px no-repeat;
position:relative;
}
div.poweredby{
background:transparent url(images/admin-images3.gif) 90% -401px no-repeat;
position:relative;
}
div.copyright{
background:transparent url(images/admin-images3.gif) 90% -602px no-repeat;
position:relative;
}
div.noindex {
background:transparent url(images/admin-images3.gif) 90% -5270px no-repeat;
position:relative;
}
div.alchemweb_link {
padding:10px 80px 80px 0;
}
p.options-alchemweb-link {
float:right;
font-size:1.2em;
margin-right:0;
padding-right:0;
}


/* =Rounded corners
---------------------------------------------------------------------------------------------------  */

div.rounded-corners {
margin-bottom:20px;
}
div.rounded_everything {
background:transparent url(images/admin-images1.gif) 75% -6523px no-repeat;
}
div.square_top_banner {
background:transparent url(images/admin-images1.gif) 75% -6990px no-repeat;
}
div.square_images_in_posts {
background:transparent url(images/admin-images1.gif) 75% -7391px no-repeat;
}
div.square_top_left_sidebar_items {
background:transparent url(images/admin-images1.gif) 75% -7927px no-repeat;
}
div.square_top_right_sidebar_items {
background:transparent url(images/admin-images1.gif) 75% -7927px no-repeat;
}
div.square_bottom_left_sidebar_items {
background:transparent url(images/admin-images1.gif) 75% -8436px no-repeat;
}
div.square_bottom_right_sidebar_items {
background:transparent url(images/admin-images1.gif) 75% -8436px no-repeat;
}
div.square_top_home_custom_post_widgets {
background:transparent url(images/admin-images1.gif) 75% -11397px no-repeat;
}
div.square_bottom_home_custom_post_widgets {
background:transparent url(images/admin-images1.gif) 75% -11698px no-repeat;
}
div.square_top_footer_items {
background:transparent url(images/admin-images1.gif) 75% -7680px no-repeat;
}
div.square_bottom_footer_items {
background:transparent url(images/admin-images1.gif) 75% -8193px no-repeat;
}
div.no_top_border_footer {
background:transparent url(images/admin-images1.gif) 75% -9016px no-repeat;
}
div.no_top_border_footer {
background:transparent url(images/admin-images1.gif) 75% -9000px no-repeat;
padding-top:20px;
}
div.square_posts {
background:transparent url(images/admin-images1.gif) 75% -9523px no-repeat;
padding-bottom:135px;
}

/* =Errors 
--------------------------------------------------------------------------------------------------- */

h3.layout-error-top{
color:#FF0000;
font-size:1.4em;
margin:0;
padding:0;
position:absolute;
top:0;
right:100px;
}
h3.layout-error-bottom{
color:#FF0000;
font-size:1.4em;
position:absolute;
bottom:30px;
right:150px;
}
h4.layout-error{
color:#FF0000;
font-size:1.2em;
}
h4.footer-items-error {
font-size:1.8em;
}
h5.layout-error-top{
color:#FF0000;
font-size:1.2em;
margin:0;
padding:0;
position:absolute;
top:30px;
right:100px;
}
h5.layout-error-bottom{
color:#FF0000;
font-size:1.2em;
position:absolute;
bottom:0px;
right:150px;
}
hr.hr-error {
background-color:red;
clear:both;
height:30px;
margin: 20px 1.5% 160px 0;
padding:0;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius:7px;
}
hr.hr-error span {
display:none;
}


/* =Other
--------------------------------------------------------------------------------------------------- */
.overlay1  { /* color scheme alert */
color:#ff5959;
font-size:2.0em;
margin-top:40px;
width: 600px;
}
.overlay2 { /* home page alert */
color:#ff5959;
font-size:2.0em;
margin-left:300px;
width: 600px;
}
li.menu-icon-cst_home_page { /* sidebar icon for very simple home pages */
list-style-image: url(images/admin-options.gif);
}
span.use-widgets {
font-weight:bold;
color:red;
}
h1.your-color-scheme { /*premium theme save color scheme*/
margin-top:40px;
}
p.your-color-scheme { 
font-size:1.4em;
}
div.bottom-anchor {
margin-top:60px;
}
h4.bottom-notes {
margin-top:60px;
}

