/* @override 
	http://businesscatalyst.com/StyleSheets/ModuleStyleSheets.css
	http://www.businesscatalyst.com/StyleSheets/ModuleStyleSheets.css
	http://businesscatalyst.com/StyleSheets/ModuleStyleSheets.css
	http://businesscatalyst.com/css/modulestylesheets.css
*/

a:link, a:visited {
	color: #0066bc;
	text-decoration: none;
}

a:hover, a:active {
	color: #0066bc;
	text-decoration: none;
}

/* @group Webinar Booking Time Table */





/* @end */

/* @group BASE */

/* @group FRIENDLY SETTINGS */

fieldset,img{ border:0; margin: 0; }

.clear { display: inline-block; }   


.clear { display: block; }

a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

a img {
	border: none;
}

/* @end */
/* based on YUI 2.3 base.css */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;	
}

h1 { font-size: 18px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin: 0 0 18px;
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin: 18px; /* 1em */
}

ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left: 18px; /* 2em */
}

ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: square outside;
}

dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left: 18px; /* 1em */
}


p {
	margin-bottom: 18px;
}

input {
	padding: 2px;
}

a span { display: none; } /* for image buttons */

/* @end */

/* @group Web Form */

input.cat_textbox_small,
input.cat_listbox_small {
	border: 1px solid #ccc;
	width: 200px; /* DON'T TOUCH THIS */
}

/* @group System Message */

.system-message a:link, .system-error-message a:link {
	color: #0066bc;
}

.ok {
	background: #E9FBE3;
	color: #21A347;
	border-color: 6px solid #CFFBC2;
	margin-bottom: 18px;
}

.error {
	background: #FBE3E4;
	color: #D12F19;
	border-color: 6px solid #FBC2C4;
	margin-bottom: 18px;
}

.post-date {
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 3px 9px;
}

.year {
	color: #999;
}

h1.title {
	line-height: 1.2em;
	margin: 0;
}

h1.title a {
	color: #000;
	letter-spacing: -0.06em;
}

.author {
	color: #3d3d3d;
	font-size: 14px;
	margin: 6px 0 18px;
}

hr.space {
  background: #fff;
  color: #fff;
  margin: 0 0 36px;
}

a#rss {
	background: #eee;
	display: block;
	padding: 9px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#side h4 {
	font-size: 14px;
	margin: 0 0 6px;
}

.BlogRecentPost ul,
.BlogPostArchive ul {
	border-top: 1px solid #d7d7d7;
	margin: 0 0 24px;
	padding: 0;
}


.BlogRecentPost li,
.BlogPostArchive li {
	border-bottom: 1px solid #d7d7d7;
	list-style: none;
}

.BlogRecentPost li a,
.BlogPostArchive li a {
	display: block;
	font-size: 11px;
	padding: 6px 0;
	text-decoration: none;
}

.BlogRecentPost li a:hover,
.BlogPostArchive li a:hover {
	background: #eee;
	display: block;
	text-decoration: none;
}

.links {
	background: #eee;
	margin: 18px 0 0;
	padding: 6px 9px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.comment-list {
	background: #eee;
	margin: 3px 0 0;
	padding: 18px;
}

.comment-list h5 {
	font-size: 18px;
	margin: 0 0 18px;
}

.comment-details {
	color: #3d3d3d;
}

.comment-details img {
	vertical-align: middle;
}

.comment {
	background: #fff;
	margin: 3px 0 18px;
	padding: 9px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* @end */
