/*
Theme Name: Smart Marketing
Theme URI: http://www.smartmarketingnow.com/
Description: Client Template
Version: 3.0
Author: Brian Jemail
Tags: 
*/
@charset "utf-8";
html {
	height: 100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #7F7F7F; /*  c0c0c0 */
	height: 100%;
}
img {
	border: none;
}
a {
	color: #3E647E;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/* theme specific */
#frame {
	width: 980px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
}
#top {
	height: 5px;
	background-color: #5D7D96; /* fff */
}
#heading {
	height: 255px;
	background-image: url(images/heading_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#heading #logo {
	position: absolute;
	height: 226px;
	width: 292px;
	top: 24px;
	left: 20px;
	background-image: url(images/Hasbrook_WebTemplate_slicer_05.gif);
	background-repeat: no-repeat;
}

#canvas {
	clear: both;
	float: none;
}
#content p, 
#content div {
	color: #363636;
	/*font-size: 16px;
	line-height: 20px;*/
}
#content h1 {
	color: #374C69;
}
#content a:hover h1.title {
	text-decoration: none;
}
#canvas h1.title {
	margin-top: 0px;
	font-weight: normal;
	font-size: 30px;
}

#sidebar {
	width: 286px;
	background-image: url(images/sidebar_rp.gif);
	background-repeat: repeat-y;
	color: #02253b;

}
#sidewrap {
	background-image: url(images/sidebar_top.gif);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sidebar.blog {
	/*background-color: #f1f1f1;*/
}
#sidebar h2 {
	font-weight: bold;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #375972;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#sidebar ul li {
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 10px;
}
#sidebar h3 {
	margin-left: 10px;
}


#content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 398px;


}
#content.blog {
	
}

#bottom {
	float: none;
	clear: both;
}
#footer {
	height: 52px;
	text-align: center;
	padding-top: 18px;
	color: #FFF;
	font-size: 16px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
}
#footer a {
	color: #FFF;
}


/* toolbar */
.toolbar {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	color: #003;
	padding-right: 0px;
	height: 40px;

}
.toolbar ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}

.toolbar ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.toolbar ul li a {
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
	background-image: url(images/toolbar_sep_inactive.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: -3px;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-right: 35px;
	margin-left: -25px;
	padding-left: 25px;
}

.toolbar ul li.active a {
	color: #F1F1F1;
	background-image: url(images/toolbar_sep_active_inactive.jpg);
}
.toolbar ul li a span {
	background-image: url(images/toolbar_rp_inactive.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 7px;
}
.toolbar ul li.active a span {
	background-image: url(images/toolbar_rp_active.jpg);
}


.toolbar ul li.start a {
	background-image: url(images/toolbar_start_solo_inactive.jpg);
}
.toolbar ul li.start.shadow a {
	background-image: url(images/toolbar_start_solo_active.jpg);
}
.toolbar ul li.home a {
	background-image: url(images/toolbar_sep_inactive.jpg);
}
.toolbar ul li.home.active a {
	background-image: url(images/toolbar_sep_active_inactive.jpg);
}

.toolbar ul li.shadow a {
	background-image: url(images/toolbar_sep_inactive_active.jpg);
}

.toolbar ul li.end a {
	background-image: url(images/toolbar_end_solo_inactive.jpg);
}
.toolbar ul li.end.active a {
	background-image: url(images/toolbar_end_solo_active.jpg);
}

.toolbar .hover-item {
	cursor: pointer;
	position: absolute;
	background-color: #40444D;
	padding: 15px;
	-moz-border-radius-bottomleft: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px; 
}
.toolbar .hover-item.active {
	background-color: #2A517A;
}
.toolbar .hover-item a {
	font-size: 13px;
	color: #fff;
	text-align: left;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}
.toolbar .hover-item a:hover {
	background-color: #B6BABD;
	color: #111;
}
.toolbar .hover-item.active a:hover {
	background-color: #5D7D96;
	color: #fff;
}

/* sub-pages plugin */
#content ul.article {
	padding: 0px;
}
#content h3.article a, ul.article, ul.article a {
	font-weight: normal;
}
#content h3.article a {
	line-height: 30px;
	font-size: 24px;
}


/* wordpress common */

#content .screen-reader-text {
	position: absolute;
	left: -1000em;
}
#content acronym, #content abbr {
	border-bottom: 1px dashed #333;
}
#content acronym, #content abbr, #content span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
#content acronym, #content abbr {
	cursor: help;
}
#content blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
#content cite {
	font-size: 80%;
	font-style: normal;
}
#content #comments {
	padding-top: 5px;
	margin-top: 10px;
	border-top: 2px dotted #f1f1f1;
	list-style-type: none;
}
#content ol#comments li p {
	font-size: 100%;
}
#content ol#commentlist {
	list-style-image: none;
	list-style-type: none;
}
#content .feedback {
	font: 90%/175% Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}
/* classes used by the_meta() */
#content ul.post-meta {
	list-style: none;
}
#content ul.post-meta span.post-meta-key {
	font-weight: bold;
}
#content .credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}
#content .credit a:link, #content .credit a:hover {
	color: #fff;
}
#content .feedback {
	color: #ccc;
	text-align: left;
	clear: both;
}
#content .meta {
	font-size: .75em;
}
#content .meta li, #content ul.post-meta li {
	display: inline;
}
#content .meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
#content .storytitle {
	margin: 0;
}
#content .storytitle a {
	text-decoration: none;
}
#content #commentform #author, #content #commentform #email, #content #commentform #url, #content #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}
#content #commentform textarea {
	width: 100%;
}

#content #commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#content #commentlist li .avatar {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px dotted #ccc;
	padding: 2px;
}
/* Captions & aligment */
#content .aligncenter, #content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content .alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#content .alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;/*border-radius: 3px;*/
}
#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/* calendar */
.calnk a:hover {
	background-position:0 0;
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
}
.calnk a:visited {
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
}
.calnk a {
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
}
.calnk a span {
	display:none;
}
.calnk a:hover span {
	color:#333333;
	background:#F6F79B;
	display:block;
	position:absolute;
	margin-top:1px;
	padding:5px;
	width:150px;
	z-index:100;
}
.calendar-table {
	border:none;
	width:100%;
}
.calendar-heading {
	height:25px;
	text-align:center;
	border:1px solid #D6DED5;
	background-color:#E4EBE3;
}
.calendar-next {
	width:25%;
	text-align:center;
}
.calendar-prev {
	width:25%;
	text-align:center;
}
.calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
}
.normal-day-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #DFE6DE;
	background-color:#EBF2EA;
}
.weekend-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #DFE6DE;
	background-color:#EBF2EA;
	color:#FF0000;
}
.day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #DFE6DE;
}
.no-events {
}
.day-without-date {
	width:60px;
	height:60px;
	border:1px solid #E9F0E8;
}
span.weekend {
	color:#FF0000;
}
.current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #BFBFBF;
	background-color:#E4EBE3;
}
span.event {
	font-size:0.75em;
}
.event-title {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
.event-title-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
}
.event-content-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
}
.calendar-date-switcher {
	height:25px;
	text-align:center;
	border:1px solid #D6DED5;
	background-color:#E4EBE3;
}
.calendar-date-switcher form {
	margin:0;
	padding:0;
}
.calendar-date-switcher input {
	border:1px #D6DED5 solid;
}
.calendar-date-switcher select {
	border:1px #D6DED5 solid;
}
.cat-key {
	width:100%;
	margin-top:10px;
	padding:5px;
	border:1px solid #D6DED5;
}
/* jinies tools common */
.event-listing {
	padding-top: 4px;
	padding-bottom: 4px;
}
div.event-listing span span {
	font-size: 12px;/*position: relative;
	z-index: 132;
	left: -145px;*/
}
.jinies_form {
	color: #222;
	/*font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;*/
}
.jinies_form input, .jinies_form textarea, .jinies_form select {
	border-style: solid;
	border-width: 2px;
	border-color: #888;
}
.jinies_form textarea {
	width: 280px;
}
.jinies_form .separator td, .jinies_form .columnizer td {
	border-bottom: none;
}
.jinies_form .columnizer td {
	line-height: 0px;
	height: 0px;
}
.jinies_form .invalid_field {
	border-color: #CC0033;
	background-color: #F1C3C9;
}
.jinies_form input[type="checkbox"].invalid_field {
	background: #F1C3C9;
	color: #CC0033;
}
.jinies_form .invalid_parent {
	color: #CC0033;/*background-color: #F5F5F5;*/
}
.jinies_form #jinies_tcharer #jinies_tchar_left {
	font-weight: bold;
}
.jinies_form #jinies_tcharer {
	background-color: #F5F5F5;
	margin-bottom: 8px;
	padding: 4px;
	width: 276px;
}

/* template */
#home {
	padding: 25px;
	background-color: #f1f1f1;

	float: right;
	margin-bottom: -210px;
}
#video {
	position: absolute;
	z-index: 11;
	top: 25px;
	left: 331px;
	-webkit-box-shadow: 3px 1px 5px #000;
	-moz-box-shadow: 3px 1px 5px #000;
	box-shadow: 3px 1px 5px #000;
	border-top: thin solid #000;
        border-left: thin solid #000;
        border-right: thin solid #000;
        /* background-image: url(images/video_bg.gif);
	background-repeat: no-repeat; */
	
}
#heading #logo a {
	display: block;
	height: 116px;
	margin-top: 100px;
}
#sidebar #sideend {
	background-image: url(images/sidebar_bot.jpg);
	height: 22px;
}
#sidebar #sidewrap #searchform {
	width: 100%;
	margin: 0px;
}
#heading #quicklinks {
	position: absolute;
	height: 230px;
	width: 208px;
	left: 745px;
	top: 27px;
}
#heading #quicklinks a {
	display: block;
	margin-bottom: 9px;
}
#canvas #case {
	width: 694px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left 119px;
}
#subside {
	width: 273px;
	background-image: url(images/subside_bg_rp.gif);
	background-repeat: repeat-y;
	float: right;
	height: 100%;
}
#subside #subwrap {
	background-image: url(images/subside_bg_top.gif);
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 219px;
}
#subside #subend {
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: left bottom; */
	height: 100%;
	/* [disabled]background-image: url(images/subside_bg_bot.gif); */
}
#sidebar p {
	padding-right: 15px;
	padding-left: 10px;
	line-height: 21px;
	font-size: 16px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar h1 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
	font-size: 30px;
}
#sidebar #social {
	padding: 10px;
}
#sidebar form label {
	width: 50px;
	display: block;
	clear: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-top: 2px;
}
#sidebar form #message {
	width: 215px;
}
#sidebar form {
	padding: 10px;
}
#sidebar form input {
	width: 165px;
}
#subside #searchform {
	width: 220px;
}
#subside h2 {
	font-size: 20px;
	font-variant: small-caps;
	color: #02253B;
	margin-bottom: 15px;
}
#subside h3 {
	font-size: 16px;
	font-variant: small-caps;
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
}
#subside ul {
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 15px;
}
#subside #subside_fixed {
	background-image: url(images/subside_bg_bot.gif);
	background-position: left bottom;
	height: 461px;
	position: absolute;
	bottom: 70px;
	z-index: 50;
	top: auto;
	width: 273px;
}
#subside #mark {
	position: relative;
	z-index: 55;
	width: 273px;
}


#SGM {
	height: 350px !important;
}
