/*
File:			custom.css
Description:	Custom styles for Thesis
BASIC USAGE:
If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.
For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:
		<--- This makes links green
				<--- This makes links blue when you mouse over them
*/

html, body {
	background: url(http://oralcancerfoundation.org/images/body_bg.gif) #000000 repeat-x;
	background-attachment: fixed;
	color: #333333;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

/*<FOOTER>*/
.custom  #footer {
	background-color: #333333;
	border: 0;
	float: inherit;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
}

.custom  #footer_content {
	background: none;
	background-color: #333333;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	text-align: center;
}

.custom  #footer_content p {
	color: #FFFFFF;
	font-size: small;
	margin: 0 0 0 0;
}

.custom #container {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 0;
	width: 957px;
	border-color:#666666;
	border-bottom-style:solid;
	border-width:thin;



}

.custom #footer a {
	color: #D1A83B;
	display: inline;
	padding: 0 4px 0 6px;
	text-decoration: none;
}

.custom #footer a:hover, #top a:link, #top a:visited, #top a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.custom #footer li {
	border-left: 1px solid #FFFFFF;
	display: inline;
	margin: 0 auto;
	padding: 0;
}

.custom #footer ul {
	color: #FFFFFF;
	list-style: none;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

.custom #footer ul a {
	color: #D1A83B;
	font-size: small;
	text-decoration: none;
}

.custom #header {
	background: url(/hm/wp-content/themes/thesis_151/custom/images/header.jpg) center left no-repeat;
	border-bottom: none;
	height: 240px;
	margin: 0;
	padding: 0;
}

.custom #header #logo, .custom #header #tagline {
	display: none;
}


.custom #sidebar_1 li, .custom #sidebar_2 li {
	list-style-type: none;
	padding-left: 5px;
}

.custom #sidebar_1 ul, .custom #sidebar_2 ul {

	list-style-type: none;
	padding-left: 5px;
	padding-top: 2px;
}

.custom #sidebars, .custom #sidebar_1 .custom #sidebar_2 {
	border: 0;

}

#footer #smocflogo {
	border: none;
	clear: inherit;
	color: #FFFFFF;
	font-size: small;
	margin: 0px 0px 0 0;
	padding: 0;
	right: 0;
	text-align: center;
	text-align: right;
	top: 0;
}

#footer #smocflogo img {
	border: none;
}

#footer #smocflogo2 {
	border: none;
	color: #FFFFFF;
	float: left;
	font-size: small;
	margin: 0px 0px 0 0;
	padding: 0;
	right: 0;
	text-align: center;
	text-align: right;
	top: 0;
}

/*</FOOTER>*/

#top {
	color: #FFFFFF;
	font-size: 10pt;
	margin: 2px auto;
	padding: 0 0 3px;
	text-align: right;
	width: 957px;
}

#top a:hover {
	color: #DAA520;
}



 #sidebarHome {
height:100%;
color:#666666;
float: left;
padding-top:0px;
padding-right: 0px;

}

#sidebarHome ul {
	padding-left:5px;
	padding-top:2px;
	list-style-type:none;
}
#sidebarHome li {
	padding-left:5px;
	list-style-type:none;
}
#sidebarHome a:link {
	color:#2B2B2B;
	text-decoration:underline;
}
#sidebarHome a:visited {
	color:#2B2B2B;
	text-decoration:underline;
}
#sidebarHome a:active {
	color:#2B2B2B;
	text-decoration:underline;
}
#sidebarHome a:hover {
	color:#666666;
	text-decoration:none;
}


#sidebarinner {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
}
#sidebarinner a.forum {
	text-decoration: underline;
	color: #2B2B2B;
}
#sidebarinner a.forum:visited {
	text-decoration: underline;
	color: #2B2B2B;
}
#sidebarinner a.forum:active {
	text-decoration: underline;
	color: #2B2B2B;
}
#sidebarinner a.forum:hover {
	text-decoration: none;
	color: #666666;
}
#sidebarinner a.news {
	text-decoration: underline;
	color: #f3a50d;
}
#sidebarinner a.news:visited {
	text-decoration: underline;
	color: #f3a50d;
}
#sidebarinner a.news:active {
	text-decoration: underline;
	color: #f3a50d;
}
#sidebarinner a.news:hover {
	text-decoration: none;
	color: #666666;
}
#sidebarinner a.membership {
	text-decoration: underline;
	color: #f62f08;
}
#sidebarinner a.membership:visited {
	text-decoration: underline;
	color: #f62f08;
}
#sidebarinner a.membership:active {
	text-decoration: underline;
	color: #f62f08;
}
#sidebarinner a.membership:hover {
	text-decoration: none;
	color: #666666;
}
#sidebarinner a.newsletter {
	text-decoration: underline;
	color: #d1a83b;
}
#sidebarinner a.newsletter:visited {
	text-decoration: underline;
	color: #d1a83b;
}
#sidebarinner a.newsletter:active {
	text-decoration: underline;
	color: #d1a83b;
}
#sidebarinner a.newsletter:hover {
	text-decoration: none;
	color: #666666;
}
#sidebarinner a.search {
	text-decoration: underline;
	color: #f0b20c;
}
#sidebarinner a.search:visited {
	text-decoration: underline;
	color: #f0b20c;
}
#sidebarinner a.search:active {
	text-decoration: underline;
	color: #f0b20c;
}
#sidebarinner a.search:hover {
	text-decoration: none;
	color: #666666;
}
#sidebarinner a.sitemap {
	text-decoration: underline;
	color: #f5b10e;
}
#sidebarinner a.sitemap:visited {
	text-decoration: underline;
	color: #f5b10e;
}
#sidebarinner a.sitemap:active {
	text-decoration: underline;
	color: #f5b10e;
}
#sidebarinner a.sitemap:hover {
	text-decoration: none;
	color: #666666;
}
.textwidget ul li{
	margin-right: 10px;
}
.custom #rss-4 ul li{
	margin-right: 10px;
}
.custom #rss-3 ul li{
	margin-right: 10px;
}