/*
Theme Name: Crimson Hexagon
Theme URI: http://www.crimsonhexagon.com/
Description: The theme for http://www.crimsonhexagon.com/
Version: 1.0
Author: New Circle Consulting
Author URI: http://newcircleconsulting.com/

This theme was designed by New Circle Consulting
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
       font-size: 12px;
	   line-height: 1.4;
       font-family: Arial, 'Helvetica', Verdana, Sans-Serif;
       background: #fff;
    }

h1, h2, h3 {
       font-family: 'Arial Narrow', 'Helvetica', Verdana, Arial, Sans-Serif ;
 	   font-weight: normal;
       }

h1 {
       font-size: 20px;
       text-align: left;
       color: #BE0202;
 	     font-style: italic;
   }

h2 {
       font-size: 18px;
        color: #BE0202;
       }

h3 {
       font-size: 14px;
 	     font-style: italic;
   }

h3 span {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	margin-left: 10px;
}

h4, h5, h6 { font-size: 13px; }

a, a:visited {
       color: #F03D2D;
       text-decoration: none;
       }

a:hover {
       color: #C30101;
       text-decoration: none;
}

fieldset, img, abbr {
	border:0 none;
}

ol.nav, ul.nav, ul.links,ul.links ul, #footer li, .entrycontent li, #sidebar li   {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

table td {
	vertical-align: top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

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

img.alignright {
	padding-top: 10px;
	padding-left: 10px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

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

.wp-caption {
	text-align: center;
	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 */

hr {
	
}

#docwrapper {
	background:#fff url(./images/doc_bot_bg.png) left bottom repeat-x;
	min-height: 620px;	
	}
#docwrapperinner {
	background: transparent url(./images/doc_top_bg.png) left top repeat-x;
	min-height: 282px;	
	padding-bottom: 20px;
	}  	
#doc {
	width:900px;
	margin:auto;
	padding:0;
	padding-top: 20px;
	min-height: 400px;
	color: #373737;	
	
}

#header {
	height:176px;
	background:transparent url(./images/header-bg.png) left top repeat-x;
	display:block;
	position: relative;	
}

#header #inner {
	width:900px;
	margin:auto;
	padding:0;
	height: 176px;
	position: relative;	
}

#search_area {
	position: absolute;
	width 300px;
	height: 60px;
	top: 35px;
	right: 0;
	z-index: 999;
}

#footer {
	height:140px;
	display:block;
    background:transparent url(./images/footer-bg.png) left top repeat-x;
	clear: both;
		
}

#footer #footerinner {
	width:900px;
	margin:auto;
	padding:0;
	padding-top: 20px; 
}

.footerwidget {
	float: left;
	margin-left: 5px;
	margin-right: 55px;
	margin-bottom: 20px;
	width: 165px;
	color: #fff;
}	

.clr {
	clear: both;
}

.fwtitle {
	color: #F8A21D;
	font-size: 14px;
}

.fwbody {
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.4;
}

.fwbody ul {
	margin-left: 10px;
}
.fwbody  li {
	background:transparent url(./images/bullet.png) left center no-repeat;
	padding-left: 16px;
}

.fwbody a, .fwbody a:visited {
	color: white;
}

.fwbody a:hover {
	 color: #F8A21D;
}

#copyright {
	height: 60px;
	text-align:center;
	line-height: 60px;
	display:block;
	background-color: #000;
	color: #fff;
	}



#homelink {
    position: absolute;    	
	width: 270px;
    height: 76px;
    left: 15px;
    top: 32px;
    display:block; 
	 background-image: url(images/logo.png);
    background-repeat: no-repeat;
	z-index: 999;
	}


#twitterlink {
    position: absolute;    	
	width: 198px;
    height: 21px;
    right: 2px;
    top: 105px;
    display:block; 
	 background-image: url(images/twitter.png);
    background-repeat: no-repeat;
	cursor: pointer;
	z-index: 999;
	}

#menuwrapper {
	padding-top: 140px;
	position:relative;
	}
	
#menubar {
	height: 36px;
	width:900px;
	background:transparent url(./images/menu_bg.png) left top no-repeat;
	display:block;
	position:relative;
	z-index:100;	
	
}


#menubar a, #menubar a:visited {
	
	color: white;
	display:block;
	height:36px;
	line-height:36px;
	text-decoration:none;
	padding-left:14px;
	padding-right:14px;
	padding-top: 0;
	padding-bottom: 0;
}

#menubar li.sep{
	width:26px;
	background:transparent url(./images/menu_sep.png) center top no-repeat;
	display:block;
	height:36px;
}

#menubar ul {
	list-style-type:none;
	margin-left:30px;
	padding:0;
}

#menubar li {
	float: left;
	position:relative;
}

#menubar a.active {
	padding: 0 2px;
	background:transparent url(./images/menu_active.png) left top repeat-x;
	
}

#menubar a.lfiller {
	background:transparent url(./images/menu_active_left.png) left top no-repeat;
	width: 12px;
	padding: 0;
	margin: 0;
	}

#menubar a.rfiller {
	background:transparent url(./images/menu_active_right.png) right top no-repeat;
	width: 12px;
	padding: 0;
	margin: 0;
	}
	
#menubar a:hover {
	color: #FE8100;
	}

#menubar ul ul {
	left:5px;
	margin-left: 5px;
	position:absolute;
	top:36px;
	visibility:hidden;
	width:186px;
	opacity: 0.79;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=79)";
	filter: alpha(opacity=79);
	background: transparent url("./images/menudrop.png") right bottom no-repeat;
	padding-bottom:11px;
}

#menubar ul ul a, .menu ul ul a:visited {
	color:#fff;
	height:auto!important;
	line-height:20px!important;

	width:166px;
	/*
	background:none repeat scroll 0 0 #333;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);*/
	
}

#menubar ul ul li {
	float:none;
	background-color: #454443;
	}

#menubar ul li:hover ul, #menubar ul a:hover ul {
	visibility:visible;
}
#menubar ul :hover ul ul {
	visibility:hidden;
}
#menubar ul :hover ul :hover ul {
	visibility:visible;
}
#menubar ul ul ul {
	left:167px;
	top:-1px;
	width:167px;
}
#menubar ul ul ul.left {
	left:-149px;
}


#latest .more-link {
	color: #FD2222;
margin-right:20px;
	}

#home_content {
	
}
#home_left {
	float: left;
	width: 645px;
}
#home_right {
	float: right;
	width: 255px;
}

#headline {
	display:block;
	position: relative;
	height: 259px;
	width: 900px; /*635px;*/
	background:transparent url(./images/redbox_wide.png) left top no-repeat;
	margin-bottom: 12px;
}

#headlinecontent {
	padding: 25px 20px 20px 20px;
	color: #fff;
	}

#headlinecontent p {
	font-size: 14px;
	line-height: 1.5;
}

span.hilite {
	color: #FDDC00;
	}
span.hilite2 {
	color: #FDC400;
	}	
#headlinecontent h1 {
	font-style: italic;
	font-size: 28px;
	color: white;
	margin-bottom: 10px;
	}
#headlinecontent h2 {
	font-style: italic;
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	}

#watchdemo {
	position: absolute;
	right: 28px;
	bottom: 22px;
	height: 48px;
	width: 190px;
	display:block;
	background:transparent url(./images/spacer.png) left top no-repeat;
	}
	
#latest {
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
	}
	
#latest h1 {
	color: #EF6501;
	font-size: 22px;
	font-style: italic;
	font-weight: 100;
	margin-bottom: 5px;
	}		
	
#latest h2 {
	font-style: italic;
	font-size: 14px;	
	margin-bottom: 15px;
	color: #444;
	}	
	
#flash {
	margin-bottom: 27px;
	margin-top: 17px;
	}

.sidebox {
	display:block;
	position: relative;
	height: 87px;
	width: 249px;		
	margin-bottom: 13px;
	overflow: hidden;
}

.sideboxcontent {
	margin: 15px;
	height: 57px;
	overflow: hidden;
	}

.sidebox h3, .sidebox h3 a {
	font-size: 14px;
	font-weight: normal;
	color: #007FE1;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-style: normal;

	}
.orangebox {
	background:transparent url(./images/sidebox1.png) left top no-repeat;
	}

.redbox {
	background:transparent url(./images/sidebox2.png) left top no-repeat;
	}
.purplebox {
	background:transparent url(./images/sidebox3.png) left top no-repeat;
	}

.homebottombox {
	background:transparent url(./images/widgetbox.png) left top no-repeat;
	float:left;
	position: relative;
	height: 234px;
	width: 288px;		
	overflow: hidden;
	margin-right: 18px;
}

.homebottombox p {
	line-height: 1.3;
}

.lasthbm {
	margin-right: 0!important;
	}

#hbm {
	margin-top: 20px;
	padding-bottom: 30px;
	}
	
.homebottombox .more-link {
	margin-top: 10px;
	}	
.homebottombox h1 {
	color:#FFFFFF;
font-size:26px;
font-style:italic;
height:40px;
line-height:32px;
padding-left:45px;
padding-top:9px;

	}
.homebottomboxcontent {
	padding: 12px 20px 0 20px;
	} 

.clearer{
    height:1px;
    overflow:hidden;
    margin-top:-1px;
    clear:both;
}

#maincontent h1 {
	margin: 10px 0 8px;
	}

#maincontent h2, #maincontent h3, #maincontent h4 {
	margin: 10px 0 15px;
	}
	
p {
	margin: 5px 0 15px;
	line-height: 1.4;
	}	
	
#maincontent ul, #maincontent ol, .entrycontent ul {
	margin-left: 20px;
	margin-bottom: 15px;
}

.entrycontent  li {
	background:transparent url(./images/redbullet.png) left 3px no-repeat;
	padding-left: 16px;
	margin-bottom: 10px;
}

#maincontent ol.wp-paginate li, #maincontent ol.commentlist li {
	list-style: none;
	padding-left: 0;
	background: none;
}

#maincontent ol.wp-paginate .current { background-color: #666; border: 1px solid #666;}

#maincontent ol.wp-paginate { margin: 0; }

.commentmetadata a, .commentmetadata a:visited { color: #444; }

.entrycontent h3 {
	 color: #BE0202;
	 margin-bottom: 5px;
	}
	
#maincontent .team {
	margin: 0 0 30px 0;
}

#maincontent .team h3 {
	margin: 10px 0 0px;
}

#maincontent .team h4 {
	margin: 0px 0 0;
}

.entrycontent div.more-link {
	margin-top: 10px;
	margin-bottom: 15px;
	}	

.postbox {
	margin-bottom: 25px;
	}
.postbox h1, .postbox h2 {
	margin-bottom: 10px!important;
	}	
.postinfo {
	color:#666;
	font-size:12px;
	padding:2px 0;
	margin-top: -5px;
	}
.postbox .postdate {
	color: #444;
	font-size: 13px;
	display: block;
	font-style: normal;
	font-weight: bold;
	}		
.sidewidget {
	border-left: 1px solid #B5B4B4;
	}
	
.roundedbox_tl {
	background:transparent url(./images/corner_tl.png) left top no-repeat;
	height: 12px;	
	width: 100%;
	}	

.roundedbox_tr {
	background:transparent url(./images/corner_tr.png) right top no-repeat;
	height: 12px;	
	width: 100%;
	}	
.roundedbox_bl {
	background:transparent url(./images/corner_bl.png) left top no-repeat;
	height: 12px;	
	width: 100%;
	margin-bottom: 20px;
	}	

.roundedbox_br {
	background:transparent url(./images/corner_br.gif) right top no-repeat;
	height: 12px;	
	width: 100%;
	}	
	
.roundedbox_body {
	width: 100%;
	background-color: #F4F4F4;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	}	
.roundedbox_inner {
	padding: 6px 12px;
	}	
	
.halfcol {
	float:left;
	width: 415px;
	}
	
.coldivider {
	border-left: 1px solid #BFBABA;
	min-height: 40px;
	width: 1px;
	margin: 0 33px;
	float:left;
	padding-top: 10px;
	}		

#narrowcol {
	width: 620px;
	float: left;
	margin: 0;
	overflow: hidden;
	
}
	
#sidebarwrapper {
	margin: 0 0 20px 20px;
	width: 249px;
	float:right;
	}	
#sidebar {
	float:right;
	width:249px;
	min-height: 100px;
	margin-left: 0px;
	margin-top: 0px;
	background:transparent url(./images/sidebar_bottom.png) left bottom no-repeat;
}	
	
#sidebar_title {
	background:transparent url(./images/sidebar_top.png) left top no-repeat;
	width: 100%;
	height: 36px;
	}	

#sidebar h1 {
	line-height: 38px;
	padding-left: 0px;
	color: #BE0202;	
	font-size: 14px;
	text-transform:uppercase;	
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#sidebar_body {
	width: 247px;
	background: transparent url(./images/sidebar_bg.png) left top repeat-x;
	background-color: #fff;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;		
	margin-bottom: 17px;
	min-height: 162px;
	}
	
#sidebar_inner {
	padding: 15px 12px 5px 12px;
	}		

#sidebar h3
{
	font-size: 14px;
	font-weight: normal;
	color: #007FE1;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-style: normal;
}	

#sidebar ul {
	margin-bottom: 10px;
}

#sidebar  li {
	background:transparent url(./images/redarrow.png) left center no-repeat;
	padding-left: 16px;
	margin-bottom: 5px;
}

#sidebar  li a, #sidebar  li a:visited {
	color: #000;
}

#sidebar  li a:hover {
	text-decoration: underline;
}

table#customer_logos, table#customer_saying {
	border: 0;
	padding: 0;
	margin: 0 0 20px 0;
}

table#customer_logos td {
	padding: 0 6px 10px 0;
	vertical-align: top;
}

.entrycontent table td {
	padding: 0 6px 10px 0;
	vertical-align: top;
}

blockquote {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F1F0ED none repeat scroll 0 0;
border-left:2px solid #900F21;
color:#333333;
margin:1.5em 30px;
padding:4px 4px 4px 10px;
}

div.separator {
	margin: 30px 0px 20px 0;
	padding-right: 10px;
	border-bottom: 1px dotted #333;
}

.breadcrumb { height: 20px; }

#searchform {
	margin: 20px 0;
}