/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

body.custom {
    background: #f3f3f3 100% 0 repeat;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

.custom #page {
    background: #fff;
}

.copyright {
margin-top: 35px; 
text-align: left; 
}

.sidebar a {
font-size:14px!important;
}

/* nav menu color change*/

.custom .menu   { background-color: #2E64FE;
border-top: 0.1em solid #FFFFFF;
}

.custom .menu li a {text-transform: capitalize;
font-weight: bold;
}

.custom ul#addmenu {
height: 25px;
background:#005500 none repeat scroll 0 0;
padding-top: 10px;
width: 100%;
}

body.custom a { 
font-size:12px; 
font-weight: bold;
}

body.custom a:hover { 
color: #2E64FE; 
}