/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* RJH tried this, 2012-June-5, no effect.
.custom li.widget {margin-top:-30px;}
.custom li.widget {margin-bottom:-30px;}
*/

/* RJH colour of Post text and links */
.custom a { color: #075B77; }

/* RJH colour of list items such as Twitter #F7F5F7 #EFEDEF */
.custom li.widget ul li{
background:#FFFFC0;
border: 0.2em solid #800080;
-moz-border-radius:4px;
padding:0.5em;
margin:0.5em;
}

/* RJH bold font in sidebar section titles */
.sidebar h3 {font-weight: bold; letter-spacing: 1px;}

/* RJH side bar colour */
.custom #sidebar_1 {background:#E9FAFF none repeat scroll 0 0;}

/* RJH remove line between content and sidebar */
.custom #content_box {background:none;}

/* RJH spacing between widgets, finally */
.custom li.widget
{
    margin-bottom: 1em; /* from layout.css*/
}

/* RJH reduce the spacing above the first widget */
.custom .sidebar ul.sidebar_list
{
    padding-top: 1em;  /* from layout.css*/
}

/* RJH menu font */

.custom .menu a { font-family: arial; font-weight: bold; font-size: 1.5em; color: #800080; letter-spacing: 1px; text-transform: none; }
.custom .menu a:hover { font-family: arial; font-weight: bold; font-size: 1.5em; letter-spacing: 1px; text-transform: none; }