/*
Theme Name: sharepointcrmtemplate
Description: sharepointcrmtemplate wp theme
Version: 2.0
Author: sharepointcrmtemplate
*/

@font-face {
 font-family: MyCustomFont;
 src: url('http://sharepointcrmtemplate.com/images/font.eot') /* EOT file for IE */
}

@font-face {
 font-family: MyCustomFont;
 src: url('http://sharepointcrmtemplate.com/images/font.ttf') /* TTF file for CSS3 browsers */
}

/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
	color: #252525;
	text-align: center;
	min-width:1024px;
	}

#page {
	text-align: left;
	}
	
#blogentries {text-align:left; width:820px;}

#blogentries li {margin-top:20px; list-style:square;}

#menubar {background:url('images/menubar.png') no-repeat center top; height: 51px; width: 1130px; z-index: 6; position: absolute; top: 128px;}

#menubar-links {width:1100px; text-align:left;margin-top:2px; color:#FFFFFF; text-shadow:#000000 1px 1px; padding-top:9px;  margin-left: auto;
       margin-right: auto;
       left: 0;
       right: 0;}


#menubar-links a:active, #menubar-links a:visited, #menubar-links a {color:#FFFFFF; text-shadow:#000000 1px 1px; font-size:16px; padding-left:15px; padding-right:18px; padding-top:10px; padding-bottom:10px; background:url('images/menuline.png') no-repeat top right;}
#menubar-links a:hover {color:#00FFFF; text-decoration:none; text-shadow:#000000 1px 1px;}


#productsubmenu {background:#FFFFFF url('images/submenu1.jpg') repeat-x bottom; height:20px; padding:10px; margin-top:15px; color: #333333; text-shadow:#FFFFFF 1px 1px; -moz-border-radius: 6px;	-khtml-border-radius: 6px; -webkit-border-radius: 6px;	border-radius: 6px; text-align:center; font-weight:bold; font-size:14px;}

#productsubmenu a, #productsubmenu a:visited {color:#333333; font-weight:bold;}

#productssubmenu a:hover {text-decoration:underline;  font-weight:bold;}

#newsitem {border-bottom:#666666 1px solid; margin-bottom:20px; border-top: #CED9E8 1px solid; background:#FFFFFF url('images/aboutusbg.jpg') no-repeat bottom center; padding:20px;}
#newsmore a, #newsmore a:visited {color:#FFFFFF; background:#003366; text-decoration:none; font-size:16px; font-weight:bold; padding:5px;}
#newsmore a:hover {color:#FFFFFF; background:#333333; text-decoration:none; font-size:16px; font-weight:bold; padding:5px;}

#footer2 {background: #000000 url('images/footerbg.jpg') repeat-x; width: 100%; height: 156px; text-align:center; clear:both; margin:0;}

#footer-links {width:1090px; text-align:left;margin-left: auto;
       margin-right: auto;
       left: 0;
       right: 0; padding:20px; color:#CCCCCC; font-size:12px; text-shadow:#000000 1px 1px;}

#footer-links a, #footer-links a:visited, #footer-links a:active {color:#FFFFFF; text-shadow:#000000 1px 1px solid; text-decoration:none;}

#footer-links a:hover {color: #00FFFF; text-decoration:none;}

#logo {text-align:left; width:1130px; height:128px; overflow:hidden;}

#flash {text-align:left; overflow:hidden; height:270px; width:1130px; margin: 0 auto;}

#pageheaders {text-align:left; overflow:hidden; height:200px; width:1130px; margin: 0 auto; background:#003366;}

/* #greenbg {background:#2dc1bb url('images/greenbg.jpg') no-repeat; width:550px; padding:20px; color:#FFFFFF; font-weight:bold; text-shadow:#000000 1px 1px; -moz-border-radius: 6px;	-khtml-border-radius: 6px; -webkit-border-radius: 6px;	border-radius: 6px;} */

#technical-tabs {background-color:#006699; height:20px; padding:10px; margin-top:15px; color: #0099CC; text-shadow:#000000 1px 1px; -moz-border-radius: 6px;	-khtml-border-radius: 6px; -webkit-border-radius: 6px;	border-radius: 6px; text-align:center; font-weight:bold; font-size:13px; font-family:Arial, Helvetica, sans-serif;}
#technical-tabs a, #technical-tabs a:visited {color:#FFFFFF;}
#technical-tabs a:hover {text-decoration:underline;}

#industry-tabs {background-color:#006699; height:20px; padding:10px; margin-top:15px; color: #0099CC; text-shadow:#000000 1px 1px; -moz-border-radius: 6px;	-khtml-border-radius: 6px; -webkit-border-radius: 6px;	border-radius: 6px; text-align:center; font-weight:bold; font-size:13px; font-family:Arial, Helvetica, sans-serif;}
#industry-tabs a, #technical-tabs a:visited {color:#FFFFFF;}
#industry-tabs a:hover {text-decoration:underline;}


#about-us {background:#FFFFFF url('images/aboutusbg.jpg') no-repeat bottom center; padding:20px; text-shadow:#FFFFFF 1px 1px; color:#000000; margin-top:20px;}

#about-us-2 {padding:0px 20px 0px 20px; text-shadow:#FFFFFF 1px 1px; color:#000000; margin-top:20px;}

#about-us-3 {background:#FFFFFF url('images/aboutusbg.jpg') no-repeat bottom center; padding-left:15px; padding-right:15px; padding-bottom:1px; padding-top:0px; margin-top:10px; text-shadow:#FFFFFF 1px 1px; color:#000000;}


#header {

	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 14px;
	}

.widecolumn .entry p {
	font-size: 14px;
	text-align:left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	/* line-height: 20px; */
	}

.widecolumn img {max-width: 860px;max-height:auto;
width: expression(this.width > 860 ? 860: true); width:auto !important;
height:auto !important;
-ms-interpolation-mode: bicubic;
}

.narrowcolumn img {max-width: 590 px;max-height:auto;
width: expression(this.width > 590 ? 590: true); width:auto !important;
height:auto !important;
-ms-interpolation-mode: bicubic;
}

.widecolumn {
/*	line-height: 1.6em; */
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}
	
#hubspotform {width:840px; background-color: #D5E9EA; text-align:left; margin-top:20px; padding:10px;}

small {
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}

h1, h2, h3 {
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#10438F;
	}
	
	h4 {
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#10438F;
	font-size:14px;
}

h5 {font-weight: bold; color:#984806; font-size:14px; margin: 10px 0 0;}

h1 {
	font-size: 16px;
	text-align: left;
		color:#10438F;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 14px;
	}

h2.pagetitle {
	font-size: 16px;
	}

#lefsidebar h2, #sidebar h2 {
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

h3 {
	font-size: 1.3em;
	}

#headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #10438F;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #10438F;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #10438F;
	text-decoration: none;
	}

a:hover {
	color: #10438F;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('images/bgwide.jpg') no-repeat center top;
	}

#page {

	margin: 0 auto;
	padding:0;
	width: 1130px;
	}

#header {

	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#testi {height:560px; width:220px; background:url('images/testibg2.png') no-repeat center top; margin:0 auto; padding:0; text-shadow:#FFFFFF 1px 1px; text-align:left;}

.narrowcolumn {
	float: left;
	margin-left:9px;
	border: #0099CC 1px solid;
	width: 590px;
	padding:5px 20px 0 20px;
	margin-bottom:100px;
	margin-top:10px;
	height:1595px;
	}
	
#googleplus {width:175px; margin:0 auto;}

.leftsidebar {margin-left:10px; width:230px; margin-top:10px; float:left; 	background: #E6F7FF;
	margin-bottom: 10px; height:1600px;}
	
.widecolumn {
	margin-left:15px;
	width: 860px;
	margin-top:10px;
	padding-top:5px;
	float:left;
	margin-bottom:100px;
	}

.post {
	margin: 0;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 10px 0 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 0px;
	}

.entry ul li:before, #sidebar ul ul li:before {


	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left: 890px;
	margin-top:10px;
	width: 230px;
	background: #E6F7FF;
	margin-bottom: 20px;
	padding:0;
	height:1600px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#supertable {border:#666666 1px solid; padding:2px; margin:0 auto;}
#pricingtable {border-left:#4EA9F3 2px groove; border-top:#999999 2px groove;}
#tablecell {padding:5px; border-right:#4EA9F3 2px groove; border-bottom:#999999 2px groove; text-align:left; font-size:13px;}
#tablecelltop {padding:5px; border-right:#333333 2px solid; border-bottom:#333333 2px groove; background:#000000 url('images/footerbg.jpg') repeat-x bottom; text-align:left; color:#FFFFFF; text-shadow:#000000 1px 1px;} 

#tablecelltop small {color:#999999; text-shadow:#000000 1px 1px;}

#tablecell1 {padding:5px; border-right:#4EA9F3 2px groove; border-bottom:#999999 2px groove; text-align:left; background: #E7FEFD; text-shadow:#FFFFFF 1px 1px; font-size:13px;}

#tablecell2 {padding:5px; border-right:#4EA9F3 2px groove; border-bottom:#FFFFFF 2px; text-align:left; font-size:13px;}

#brown {color:#984806;}


#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p {
color:#000000 !important;
font-size:12px;
font-family: MyCustomFont;
}

#videoboxcontainer {width:860px;}
#videobox {background:#E6F7FF; padding:10px; border:#CCCCCC 1px solid; width:398px; float:left; margin-bottom:20px;}
#videobox h2 {padding:0; margin:0;}
#videobox .alignright {float:right; padding:3px; background:#EFEFEF; border:#999999 1px solid; margin-left:10px; margin-bottom:10px;}

#screenshots {padding-left:40px; padding-top:20px; padding-bottom:20px; background:#1c74d8 url('images/bgscreenshots.gif') repeat-x bottom; width:840px; margin:0 auto; text-align:left; text-shadow:#000000 1px 1px; color:#FFFFFF; -moz-border-radius: 10px;	-khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; overflow:hidden; }

#screenshots img {max-width: 210px;max-height:auto;
width: expression(this.width > 210 ? 210: true); width:auto !important;
height:auto !important;
-ms-interpolation-mode: bicubic; margin-right:10px; padding:5px; background:#999999; border:#333333 1px outset;
}

#screenshots img:hover {max-width: 210px;max-height:auto;
width: expression(this.width > 210 ? 210: true); width:auto !important;
height:auto !important;
-ms-interpolation-mode: bicubic; margin-right:10px; padding:5px; background:#333333; border:#333333 1px outset;
}

#caption2 {background:#E6F7FF; color:#000000; text-shadow:#FFFFFF 1px 1px; padding:5px;}

#caption2 img {max-width: 830px;max-height:auto;
width: expression(this.width > 830 ? 830: true); width:auto !important;
height:auto !important;
-ms-interpolation-mode: bicubic;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


