/*
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:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


.custom #content {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 2em;
	-moz-border-radius-topleft: 2em;
	-moz-border-radius-topright: 0;
	background-color: white; 
	border-bottom: 8px solid #ccffff;
	border-right: 8px solid #ccffff;
	border-top: 8px solid #ccffff;
	border-bottom: 8px solid #ccffff;
	border-left: 8px solid #ccffff;
	color: #333333;
	padding: 5px 12px;
	/* width: 68em; */
}

.custom #content a {
	text-decoration: none;
}

.custom #content a:hover {
	color: #FF00B3;
	text-decoration:underline;
}

.custom #header #logo a {
	background: transparent url(http://www.simplicitysquared.ca/images/Header.png) no-repeat;
	display: block;
	height: 192px;
	text-indent: -9999px;
	width: 464px;
	margin-top: -65px;
}

.custom #footer {
	border: none
}

.custom #header {
	padding-left: 0;
	padding-right: 0; 
	padding-bottom: 0;
	border-style: none;
}

body.custom {
	background:white url(http://www.simplicitysquared.ca/images/Background.gif) repeat-x scroll center top;
}

.custom #page {
	background:white url(http://www.simplicitysquared.ca/images/Background.gif) repeat-x scroll center top;
	padding-left: 0;
	padding-right: 0;
}

.custom #container {
	background: #FFF none repeat scroll 0 0;
	border-style: none;
	border-width: 0;
	padding: 0;
}

.custom #page .menu  {
	float: right;
	display: inline;
	list-style-type: none;
}

.custom #page .menu a {
/*	float: right; <--  This has a negative impact on IE for some reason */
	background: transparent;
	font-size: 1.2em;
	font-weight: 300;
	border-right: dotted
	
}

.custom #feature_box {
	padding: 0;
	border-color: #0c0c0c
	border-style: none;
}

.custom #content_box {
	background: transparent;
}

.custom #post-20 .headline_area h1{
	background: transparent url(http://www.simplicitysquared.ca/images/Services_Header.png) no-repeat;
	display: block;
	margin-left: -43px;
	height: 60px;
	text-indent: -9999px;
	width: 250px;
}

.custom #post-2 .headline_area h1{
	background: transparent url(http://www.simplicitysquared.ca/images/Aboutus_Header.png) no-repeat;
	display: block;
	margin-left: -43px;
	height: 60px;
	text-indent: -9999px;
	width: 250px;
}

.custom #post-28 .headline_area h1{
	background: transparent url(http://www.simplicitysquared.ca/images/Contact_Header.png) no-repeat;
	display: block;
	margin-left: -43px;
	height: 60px;
	text-indent: -9999px;
	width: 250px;
}

/* SIDEBAR */

.custom #sidebars h3 {
	font-size: 1.8em;
	margin-left: 15px;
	color: black;
	font-weight: bold;
	display: block;
	width: 225px;
	border-bottom: medium dotted #434343;
}

.custom #sidebars a:hover {
	text-decoration: none;
	color: black;
}

.custom #sidebars a {
	color: black;
}

.custom #sidebars .widget_killer_recent_entries li {
	font-size: 1 em;
	font-variant: small-caps;
	color: Black;
}

.custom #mailheader a img {
	float:right;
	margin-right: 101px;
	margin-top: -120px;
}
.custom #rssheader a img {
	float:right;
	margin-right: 23px;
	margin-top: -120px;

}
.custom #twitterheader a img {
	float:right;
	margin-right: 190px;
	margin-top: -120px;
}

/* SIDE BAR */

.custom #sidebars {
	background: white; /* url(http://www.simplicitysquared.ca/images/Background_Sidebar.gif) repeat-y; */
	/* width: 28em; <-- Controls width of sidebar */
	margin-top: 125px;
	margin-left: -15px;
	border: 5px solid #ccffff;
}

.custom #sidebars p {color: black; }

/* Bullet customization during hover */
.custom #sidebars .widget_killer_recent_entries ul li a:hover {
	background: transparent url(http://www.simplicitysquared.ca/images/Bullet_Feature_Over.png) no-repeat scroll 5px 50%;
}

/* Bullet customization before hover */
.custom #sidebars .widget_killer_recent_entries ul li a, #improve ul li a:visited {
	background: transparent url(http://www.simplicitysquared.ca/images/Bullet_Feature.png) no-repeat scroll 5px 50%;
}

.custom #sidebars .sidebar_list .widget_killer_recent_entries li a, .sidebar_list .widget_killer_recent_entries li a:visited, .sidebar_list .widget_killer_recent_entries li a hover{
	color:#222222;
	display: block;
	padding:0.385em 0.385em 0.385em 2.308em;
}

/* Headline Area Customizations */

.custom #content .headline_area .entry-title {
	display:block;
	padding-bottom: 15px;
	width:100%;
}

/* Twitter section customization */

.custom #sidebars .widget_twitter ul li {
	color: black;
}

.custom #sidebars .widget_twitter h3 a, a:hover {
	color: black;
	text-decoration:none;
}

.custom #sidebars .widget_twitter a:link {
	color: #ff00b3;
}

.custom #sidebars .widget_twitter a:hover {
	text-decoration: underline;
}