.sidebar h2
{
border-color: #201e1f;
}

/* NavMenu */

.navCellOff
{
background-color: #c20d5c;
color: #ffffff;
padding: 5px;
text-align: left;
font-size: 13px;
letter-spacing: 1px;
text-decoration: none;
display: block;
}

.navCellOn
{
background-color: #666666;
color: #ffffff;
padding: 5px;
text-align: left;
font-size: 13px;
letter-spacing: 1px;
text-decoration: none;
display: block;
}

#sidebar a:visited
{
color: #ffffff;
text-decoration: none;
display: block;
}

#sidebar a:link
{
color: #ffffff;
text-decoration: none;
display: block;
}

#sidebar a:hover
{
color: #ffffff;
text-decoration: none;
display: block;
}


/* Links */

a:link
{
color: #01b0f0;
text-decoration: none;
}

a:hover
{
color: #5fee00;
text-decoration: underline;
}

a:active
{
color: #5fee00;
text-decoration: underline;
}

a:visited
{
color: #01b0f0;
text-decoration: none;
}


/* Back to Top Links */

.backtotop a:link
{
color: #01b0f0;
text-decoration: none;
font-weight: bold;
font-size: 10px;
letter-spacing: .5px;
}

.backtotop a:hover
{
color: #5fee00;
text-decoration: underline;
font-weight: bold;
font-size: 10px;
letter-spacing: .5px;
}

.backtotop a:visited
{
color: #01b0f0;
text-decoration: none;
font-weight: bold;
font-size: 10px;
letter-spacing: .5px;
}


/* Page Layout */

body
{
background-color: #4a4a4a;
}

#main div.pad 
{
background-color: #201e1f; color: #ffffff; padding-top: 20px;
}

#wrapper
{
background-color: #201e1f;
}

#footer
{
background-color: #201e1f;
color: #c0c0c0;
font-size: 10px;
}

#extra_footer
{
font-size: 11px;
letter-spacing: 1px;
}


/* Sidebar */

.custom #sidebar
{
background-color: #201e1f;
}

#body
{
background: url(http://lindabrownsballroom.com/wp/wp-content/uploads/image/sidebarbg.jpg) repeat-y;
}

/*  Picture Page */

.picture
{
border: 2px solid #000000
}

.photos
{
position: relative;
width: 500px;  
height: 1300px;
z-index: 1;
}


/* Misc */

.entry_header h1
{
color: #ffffff;
letter-spacing: .5px;
}

ul
{
list-style-type: circle;
}

li
{
padding-bottom: 5px;
}

#spacer hr
{
color: #000000;
width: 3px;
}

.newsletter_thankyou
{
color: #c20d5c;
text-align: center;
font-weight: bold;
font-size: 14px;
}