*

Theme Name: Clarity

Theme URI: http://simplercomputing.net

Version: 1.0

Description: Clarity template

Author: Mark Edwards

Author URI: http://simplercomputing.net/

*/



/* standard elements */

* {
	margin: 0;
	padding: 0;
}



a {
	color: #36C;
}



a:hover {/* color: #06F; */ color:#f08127;
}



body {

/* background: #4E5D3C url(img/bg.jpg); */

background-color: #fafafa;
color: #444;
font: normal 62.5% "Calibri",sans-serif;
margin: 0;
}



p,blockquote,ul {
	margin-bottom: 1.2em;
}



h1 {font: normal 1.4em; margin-bottom:10px; font-size:1.4em }



h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px; }


ul {
	margin-left: 1.8em;
}



blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}



blockquote p {
	padding: 6px;
}



/* misc */

.clearer {
	clear: both;
}



.left {
	float: left;
}



.right {
	float: right;
}



img.left {
	margin: 0 18px 6px 0;
}



img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 2px;
}



/*.item .bodyhome {
background: transparent url(images/goalie-home.jpg) no-repeat 0 0 ;
height: 533px;
margin: -17px 0 -37px -25px;
width: 900px;
}
*/

.item .bodyhome {
	width: 900px;
	margin-top: 20px;
}

.item .bodyhome h1 {

/*color: #f6971c;*/

font-size: 1.6em;

/* color: #003F87; */

padding-top: 10px;
}

.item .bodyhome p {
	color: #000;

/*font-size: 13px;
line-height: 18px; */
}

#divider {
	width: 1px;
	height: 20px;
	background: #dddddd;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#signup {
	float: left;
	clear: both;
	margin-top: 20px;
	padding: 10px;
	background: #f5f5f5;
}

#signup a {
	color: #124091;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-top: 4px;

/*padding: 10px;
border: 1px solid #dddddd;
width: 350px;*/
}

#signup a:hover {
	text-decoration: none;
}

#image_holder {
	float: right;
	width: 300px;
	height: 350px;

/* border: 1px solid #e9862a; */

/*border: 1px solid #eeeeee;*/

margin-right: 40px;
}

#image_holder h3 {
	margin-left: 8px;
}

#image_holder a img {
	border: 0;
}

#image_caption {
	width: 300px;
	height: 50px;
	background: #e9862a;
	float: left;
	color: #fff;
}

#image_caption a {
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 8px;
}

.aligncenter {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}



.divider {
	height: 20px;
	margin: 24px 0;
}



/* structure */

.container {
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
	padding: 0 10px;
}



.gfx {
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}



.top {
	float: left;
	text-align: center;
	width: 900px;
	position:relative;
}



/*
.header {
	color: #000;
	font-size: 1em;
	height: 105px;
	padding-left: 20px;
	margin: 20px 80px 0px 0px;
	float: right;
}
*/

.header {
	color: #000;
	font-size: 1.75em;
	margin: 20px 20px 0px 0px;
	position:absolute;
	top:0;
	right:0;
	z-index:9;
}

.header p {
	margin-top:10px;
	text-align:center;
	color:#444;
	font-weight:bold;
	font-size:19px;
}

#top-dropdown-container{background-color:#fff; width: 100%; height: 65px; margin-top:120px;}



.header h1 {
	font: normal 1.4em serif,sans-serif;
	padding: 60px 0 28px 0;
}



.pattern {
	background: #334127 url(img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}



/* navigation */

.navigation {
	margin: 0px 5px 0px 0px;
	float: left;
}



.navigation a {
	color: #6C7151;
	font: normal 1.1em serif;
	line-height: 35px;
	margin: 0 12px;
	text-decoration: none;
}

.navigation a:hover {
	color: #85C43F;
}

.navigation #selected {
	color: #85C43F;
	text-decoration: underline;
}

.navigation ul {
	display: inline;
}

.navigation li {
	float: left;
	list-style: none;
}



/* content */

.content {
	clear: both;
	font-size: 1.2em;
	margin: 0 5px;
	padding: 0 20px 12px;
	padding-bottom: 0px
}

.content .spacer {
	height: 5px;
}



/* content item */

.item {
	clear: both;
}



/* .item img {
border: 1px dashed #8A6;
}
*/



.item .title {
	color: #445044;
	font: normal 2em serif;
	margin-bottom: 20px;
}



.item .title a {
	color: #445044;
	text-decoration: none;
}

.item .title a:hover {
	color: #445044;
	text-decoration: none;
}



.item .title a:visited {
	color: #445044;
	text-decoration: none;
}







.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}



.item .body {
	clear: both;
}



.body a {
	color: #445044;
}



.content a {
	color: #445044;
}

.content a:hover {
	color: #f08127;
}



/* footer */

.footer {
	color: #fff;
	font-size: 1.0em;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	background-color: #003F87;
	margin-top: 0px;
}

.footer .left {
	padding-left: 40px;
}

.footer .right {
	padding-right: 40px;
}



.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover,.footer .right a:hover {
	color: #333;
	text-decoration: underline;
}

.footer .right, .footer .right a {
	color: #ACAF9B;
}





.item {
	margin: 0 0 25px 0;
}



.item .info {
	padding: 2px 3px 3px 8px;
	background-color: #eaecd1;
	font-size: 0.9em;
	color: #505050;
}





.item .info a {
	text-decoration: none;
	color: #445044;
}



.item .info a:hover {
	text-decoration: none;
	color: #445044;
}



.item .info a:visited {
	text-decoration: none;
	color: #445044;
}

/* Comments Styling */

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}



#submit {
	margin-left: 15px;
}

#commentform {
	margin: 1em 0;
	background: #eaecd1;
	width: 95%;
}



#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 95%;
	margin-left: 15px;
}

#commentform textarea:hover {
	background: #FFFFFF;
	border: 1px solid #d6d3d3;
}

#commentform textarea:focus {
	background: #ffffff;
	border: 1px solid #939793;
}



#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 260px;
	margin-left: 15px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
	width: 270px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 270px;
}

#commentform input {
	margin-bottom: 3px;
}



/************************************************/

/* Pure CSS Drop Down Menu [TJK_dropDown] v1.1 */

/* Copyright 2006, Thierry Koblentz */

/* TJKDesign.com. all rights reserved. */

/************************************************/



/* zeroing padding/margin for all elements */

#TJK_dropDownMenu,

#TJK_dropDownMenu * {
	margin: 0;
	padding: 0;
}

/* "Master" UL (the whole Menu) */

#TJK_dropDownMenu {
	position: relative;
	background: #fff no-repeat 100% 50%;

/* width:50em; */

max-width:100%;
float: left;
margin-bottom: 3.5em;
margin-left: 50px;
width: 750px;
}

/* sub-menu ULs */

#TJK_dropDownMenu li ul {
	margin-left: -50px;
	cursor: default;
	border-top: 1px solid #FFFFFF;
	width: 880px;

/* max-width:100%; */

position:absolute;
border-bottom: 1px solid #ccc;
height: auto;
top: 3.5em;
padding: 10px 0;
padding-left: 2em !important;
background-position: 0 0 !important;
left: -9000px;
}

/* All LIs */

#TJK_dropDownMenu li {
	cursor: pointer;
	float: left;

/* width:8.23em; */

/* max-width:16.5%; */

text-align:center;
list-style-type: none;
font-weight: bold;
border-top: 1px solid #fff;
margin-right: 5px;
padding: 7px 10px 10px 10px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
}

/* sub-menu LIs */

#TJK_dropDownMenu li ul li {
	padding: 0 10px 0 0;
	border: none;
	width: auto;
	max-width: none;
}

/* All anchors */

#TJK_dropDownMenu li a {
	color: #FFF;

/* border-left:1px solid #333; */

text-decoration:none;
display: block;
float: left;
padding: 0 .4em;
height: 2em;
line-height: 2em;
}

#TJK_dropDownMenu li a:hover {
	color: #66CD00;
}





/* sub-menu Anchors */

#TJK_dropDownMenu li ul li a {
	position: relative !important; /* ie Mac */

	cursor:pointer !important;
	white-space: nowrap;
	line-height: 1.7em;
	height: 1.7em;

/* font-weight:400; */

/* border-width:1px; */

/* border-style:solid; */

/* border-color:#ccc #999 #999 #ccc; */

color:#fff;
background-position: 0 50% !important;
}

/* :hover and stuff */

#TJK_dropDownMenu li a:hover {
	color: #66CD00;
}

#TJK_dropDownMenu li a:focus,

#TJK_dropDownMenu li a:active {
	color: #66CD00;
}

/* position and z-index for the sub-menus */

#TJK_dropDownMenu li:hover ul,

#TJK_dropDownMenu li.msieFix ul {
	left: 0;
	z-index: 10
}



/* Current location - class on Body must match LI's id */

.AB #TJK_dropDownMenu li#AB a,

.CF #TJK_dropDownMenu li#CF a,

.GJ #TJK_dropDownMenu li#GJ a,

.KR #TJK_dropDownMenu li#KR a,

.ST #TJK_dropDownMenu li#ST a,

.UZ #TJK_dropDownMenu li#UZ a {
	color: #66CD00;
	cursor: default;
}

/* Current location - class on Body must match LI's id */

.AB #TJK_dropDownMenu li#AB ul li a,

.CF #TJK_dropDownMenu li#CF ul li a,

.GJ #TJK_dropDownMenu li#GJ ul li a,

.KR #TJK_dropDownMenu li#KR ul li a,

.ST #TJK_dropDownMenu li#ST ul li a,

.UZ #TJK_dropDownMenu li#UZ ul li a {
	color: #fff;
	cursor: default;
}

/* Current location - class on Body must match LI's id */
.AB #TJK_dropDownMenu li#AB ul li a:hover,

.CF #TJK_dropDownMenu li#CF ul li a:hover,

.GJ #TJK_dropDownMenu li#GJ ul li a:hover,

.KR #TJK_dropDownMenu li#KR ul li a:hover,

.ST #TJK_dropDownMenu li#ST ul li a:hover,

.UZ #TJK_dropDownMenu li#UZ ul li a:hover {
	color: #66CD00;
	cursor: default;
}


.AB #TJK_dropDownMenu li#AB ul,

.CF #TJK_dropDownMenu li#CF ul,

.GJ #TJK_dropDownMenu li#GJ ul,

.KR #TJK_dropDownMenu li#KR ul,

.ST #TJK_dropDownMenu li#ST ul,

.UZ #TJK_dropDownMenu li#UZ ul {
	left: 0;
	z-index: 5
}



/* background images and border colors */





#TJK_dropDownMenu li#AB {
	background: #A3A3A3 !important
}
/* current location */



#AB:hover,#AB:focus,

#TJK_dropDownMenu li#AB ul,

#AB li a,

.AB #TJK_dropDownMenu li#AB.active {
	background: #003F87 !important
}
/* current location */





.AB #TJK_dropDownMenu li#AB ul {
	background: #003F87 url(../img/Hor_dropDown_Demo/1.jpg) 0 100% repeat-x
}







#TJK_dropDownMenu li#CF {
	background: #A3A3A3 !important
}
/* current location */



#CF:hover,#CF:focus,

#TJK_dropDownMenu li#CF ul,

#CF li a,

.CF #TJK_dropDownMenu li#CF.active {
	background: #003F87 !important
}
/* current location */





.CF #TJK_dropDownMenu li#CF ul {
	background: #003F87 url(../img/Hor_dropDown_Demo/2.jpg) 0 100% repeat-x
}



#TJK_dropDownMenu li#GJ {
	background: #A3A3A3 !important
}
/* current location */



#GJ:hover,#GJ:focus,

#TJK_dropDownMenu li#GJ ul,

#GJ li a,

.GJ #TJK_dropDownMenu li#GJ.active {
	background: #003F87 !important
}
/* current location */



.CF #TJK_dropDownMenu li#GJ ul {
	background: #003F87 url(../img/Hor_dropDown_Demo/2.jpg) 0 100% repeat-x
}



#TJK_dropDownMenu li#IS {
	background: #A3A3A3 !important
}
/* current location */



#IS:hover,#IS:focus,

#TJK_dropDownMenu li#IS ul,

#IS li a,

.GJ #TJK_dropDownMenu li#IS.active {
	background: #003F87 !important
}
/* current location */



.CF #TJK_dropDownMenu li#IS ul {
	background: #003F87 url(../img/Hor_dropDown_Demo/2.jpg) 0 100% repeat-x
}





#KR:hover,#KR:focus,

#TJK_dropDownMenu li#KR ul,

#KR li a,

.KR #TJK_dropDownMenu li.active {
	background: #A3A3A3 !important
}
/* current location */

#KR,

.KR #TJK_dropDownMenu li#KR ul {
	background: #003F87 url(../img/Hor_dropDown_Demo/4.jpg) 0 100% repeat-x
}



#ST:hover,#ST:focus,

#TJK_dropDownMenu li#ST ul,

.ST #TJK_dropDownMenu li.active {
	background: #A3A3A3 !important
}
/* current location */

#ST,#ST li a,

.ST #TJK_dropDownMenu li#ST ul {
	background: #003F87 url(../img/Hor_dropDown_Demo/5.jpg) 0 100% repeat-x
}



#UZ:hover,#UZ:focus,

#TJK_dropDownMenu li#UZ ul,

#UZ li a,

.UZ #TJK_dropDownMenu li.active {
	background: #A3A3A3 !important
}
/* current location */

#UZ,

.UZ #TJK_dropDownMenu li#UZ ul {
	background: #003F87 url(../img/Hor_dropDown_Demo/6.jpg) 0 100% repeat-x
}

/* "trigger" and "msieFix" classes */

#TJK_dropDownMenu li.msieFix a {
	color: #000 !important
}





#menu ul, #menu li {

	display : inline;

	list-style-type : none;

	margin : 0;

	padding : 0;
}





#menu a:link, #menu a:visited {

	background : #E8EBF0;

	border : 1px solid #ccc;

	color : #666;

	float : left;

	font-size : small;

	font-weight : normal;

	line-height : 14px;

	margin-right : 8px;

	padding : 2px 10px 2px 10px;

	text-decoration : none;
}



#menu a:link.active, #menu a:visited.active {

	background : #fff;

	border-bottom : 1px solid #fff;

	color : #000;
}



#menu a:hover {

	color : #84C337;
}





body.section-1 #menu li#nav-1 a,

body.section-2 #menu li#nav-2 a,

body.section-3 #menu li#nav-3 a,

body.section-4 #menu li#nav-4 a {

	background : #fff;

	border-bottom : 1px solid #fff;

	color : #000;
}



#menu #subnav-1,

#menu #subnav-2,

#menu #subnav-3,

#menu #subnav-4 {

	display : none;
	width: 90%;
}



body.section-1 #menu ul#subnav-1,

body.section-2 #menu ul#subnav-2,

body.section-3 #menu ul#subnav-3,

body.section-4 #menu ul#subnav-4 {

	display : inline;

	left : 10px;

	position : absolute;

	top : 95px;
}



body.section-1 #menu ul#subnav-1 a,

body.section-2 #menu ul#subnav-2 a,

body.section-3 #menu ul#subnav-3 a,

body.section-4 #menu ul#subnav-4 a {

	background : #fff;

	border : none;

	border-left : 1px solid #ccc;

	color : #999;

	font-size : smaller;

	font-weight : bold;

	line-height : 10px;

	margin-right : 4px;

	padding : 2px 10px 2px 10px;

	text-decoration : none;
}



#menu ul a:hover {

	color : #f00 !important;
}



#contents {

	background : #fff;

	border : 1px solid #ccc;

	border-top : none;

	clear : both;

	margin : 0px;

	padding : 15px;
}





/* industry insights */



#left h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px 8px 0px;
	padding: 0;
	color: #124091;
}

#left h3 a {
	text-decoration: none;

/*color: #4C8ACF;*/

color: #124091;
}

#left h3 a:hover {
	text-decoration: underline;

/*color: #4C8ACF;*/

color: #124091;
}

h5 {
	font-size: 14px;
	margin: 8px 0px 5px 3px;
	color: #ffffff;
}

#left {
	float: left;
	margin-left: 10px;
	width: 540px;
	border-right: 1px solid #eee;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#left strong {

/*color: #4C8ACF;*/

color: #124091;
}

#sidebar {
	width: 250px;
	float: right;
	margin-right: 9px;
	margin-top: 15px;
}

#sidebar h3 a {
	color: #F17B23;
}

.sidebar_box {
	width: 225px;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
	float: right;
}

.sidebar_box ul {
	margin: 0;
	padding: 0;
}

.sidebar_box ul li {
	list-style-type: none;
	margin: 0;
	display: block;
}

.sidebar_box ul li a {
	padding: 7px 0px 4px 10px;
	float: left;
	width: 213px;
	text-decoration: none;
	border: 1px solid #eeeeee;
	border-top: none;
}

.sidebar_box ul li a:hover {
	background: #f5f5f5;
}

.box_header {
	width: 215px;
	background: #003F87;
	padding: 3px 0px 3px 10px;
}

.post_edition {
	font-style: italic;
	margin-bottom: 10px;
}

.post_edition a {
	text-decoration: none;
}

.post_content a {
	background: url('images/pdf.gif') no-repeat;
	padding-left: 19px;
	padding-top: 2px;
}

.post_content a:hover {
	text-decoration: none;
}

#footer {
	width: 96.5%;
	background-color: #eeeeee;
	border-top: 1px dotted #dddddd;
	padding: 10px 8px 10px 8px;
	margin: 15px 5px 10px 5px;
	float: left;
	clear: both;
	text-align: center;
}

#content {
	width: 776px;
	padding: 12px;
	float: left;
	clear: both;
}

br.clear {
	clear: both;
	line-height: 0;
	height: 0;
}



.homepage_left {
	width: 500px;
	float: left;
}



/* Slider */

.sidebarmenu {
	margin: 5px 0;
	padding: 0;
	width: 225px; /*width of menu*/

/*border: 1px solid #9A9A9A;*/

clear: both;
float: right;
}



.sidebarmenu div.greenheader a {
	background: #003F87;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/

	width: auto;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}



.sidebarmenu div.greenheader a:visited, .sidebarmenu div.greenheader a:active {
	color: white;
}



.sidebarmenu div.selected a, .sidebarmenu div.greenheader a:hover {
	background-image: url(silvergradientover.gif);
	color: white;
}



.sidebarmenu div.submenu {/*DIV that contains each sub menu*/

	background: white;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;

/*padding: 5px;*/

height: 100px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.sidebarmenu div.submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebarmenu div.submenu ul li {
	margin: 0;
	display: block;
	list-style-type: none;
}

.sidebarmenu div.submenu ul li a {
	padding: 7px 0px 4px 10px;
	float: left;
	width: 213px;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
	border-top: none;
}



.webinar {
	width: 620px;
	float: left;
}

.content .item .bodyhome .webinar p {
	color: #444;
	font-size: 14px;
}

.webinar ul li {
	font-size: 14px;
	list-style: square;
}

.webinar-form input {
	margin-bottom: 5px;
	height: 20px;
}

#left-contact-form{margin-top:30px;}
#left-contact-form #gb_form textarea.textbox {width:300px !important;height:100px !important;}
#left-contact-form #gb_form fieldset fieldset{padding:2px 10px 10px !important;}

#top-search{width:178px;height:30px;padding:5px 30px 0 0;position:absolute;background:url(http://www.claritysb.com/wp-content/uploads/2011/06/search-bkgd.gif);left:460px;z-index:999;}
#top-search label{color:white;font: normal 1.1em serif;}
#search-s{height:16px;padding:2px;font-size:10px;border:none;width:120px;}
#search-submit{width:20px;height:20px;border:none;margin:0;padding:0;background:url(http://www.claritysb.com/wp-content/uploads/2011/06/search-submit.gif);position:absolute;top:5px;right:10px;cursor:pointer;}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
	border:1px solid #003F87;
}

#home-testimonials {
	width:100%;
	height:200px;
	overflow:hidden;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#home-testimonials blockquote {
	margin-bottom:0;
	padding-bottom:0;
	margin-top:30px;
	font-size:12px;
}
#home-testimonials blockquote p {
	margin:0;
	padding:0;
	padding-top:10px;
}
