/*
Theme Name: CloudTrigger
Theme URI: http://wordpress.org/
Description: The default theme for CloudTrigger.
Version: 1
*/
html, body
{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   text-align: center;
   color: #707070;
   font-family: 'Lucida Grande', Helvetica, Arial;
   font-size: 9pt;
}
table, tr, td, div, span, p, li
{
   color: #707070;
   font-family: 'Lucida Grande', Helvetica, Arial;
   font-size: 9pt;
}
#MainWrapper
{
   width: 100%;
   min-height:100%;
   height: 100%;
   text-align: center;
   margin: 0 auto 0 auto;
   padding: 0;
}
html>body #MainWrapper {  
   height: auto;  
   min-height:100%; /* real browsers */
}


/**********************************Header Styles***********************************/
#TopBlock
{
   margin: 0;
   text-align: center;
   padding: 0;
   width: 100%;
   height: 160px;
   background: #FFFFFF url(images/top_bg.jpg) repeat-x 0 0;
}
#TopInner
{
   margin: 0 auto 0 auto;
   text-align: left;
   padding: 0;
   width: 926px;
   height: 160px;
   position: relative;
}
#SiteTopLogo
{
   margin: 0;
   padding: 0;
   width: 364px;
   height: 170px;
   position: absolute;
   top: 10px;
   left: 0;
   background: url(images/cloudtrigger-logo.jpg) no-repeat 0 0;
}
#SiteTopNav
{
   margin: 0;
   padding: 0;
   width: 240px;
   height: 32px;
   position: absolute;
   top: 0px;
   right: 55px;
   color: #FFFFFF;
   background: #0056a7 url(images/top_nav_l.jpg) no-repeat left top;
}
#SiteTopNavInner
{
   margin: 0;
   text-align: center;
   padding: 0;
   width: 240px;
   height: 32px;
   background: url(images/top_nav_r.jpg) no-repeat right top;
}
#SiteTopNav a, #SiteTopNav a:visited, #SiteTopNav a:active, #SiteTopNav span
{
  position: relative;
  top: 8px;
  color: #FFFFFF;
  font-size: 9pt;
  outline: none;
}
#SiteTopNav a:hover, #SiteTopNav a.on
{
   color: #76adc7;
}
#SiteMainNav
{
   position: absolute;
   top: 80px;
   right: 10px;
   width: 550px;
   height: 32px;
   color: #FFFFFF;
   text-align: right;
}
#SiteMainNav a, #SiteMainNav a:visited, #SiteMainNav a:active, #SiteMainNav span
{
  color: #09345c;
  font-size: 11pt;
  outline: none;
}
#SiteMainNav a:hover, #SiteMainNav a.on
{
   color: #939fb8;
}
/**********************************End Header Styles*******************************/



/**********************************Middle Styles***********************************/
#MiddleBlock
{
  width: 100%;
  min-height:265px; /* real browsers */
  height: 265px; /* IE6: treated as min-height*/
  text-align: center;
  margin: 0;
  padding: 0;
  background: #216da4 url(images/middle_bg.jpg) repeat-x 0 0;
  position: relative;
}
html>body #MiddleBlock {  
  height: auto;  
  min-height:265px; /* real browsers */
}
#MiddleBlockInner
{
  width: 926px;
  min-height: 265px; /* real browsers */
  height: 265px; /* IE6: treated as min-height*/
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
  background-color: #FFFFFF;
}
html>body #MiddleBlockInner 
{  
  height: auto;  
  min-height:265px; /* real browsers */
}
.DefaultMiddle
{
  background: url(images/default_bg.jpg) no-repeat left top;
  height: auto;
  position: relative;
  top: -36px;
  line-height: 20px;
}
.BlogMiddle
{
  background: url(images/blog_bg.jpg) no-repeat left top;
  height: auto;
  position: relative;
  top: -22px;
  line-height: 20px;
}
.CustomersMiddle
{
  background: url(images/customers_bg.jpg) no-repeat left top;
  height: auto;
  position: relative;
  top: -23px;
  line-height: 20px;
}
.AboutMiddle
{
  background: url(images/about_bg.jpg) no-repeat left top;
  height: auto;
  position: relative;
  top: -23px;
  line-height: 20px;
}
.hr
{
  background: url(images/hr_bg.jpg) no-repeat center center;
  height: 2px;
  line-height: 2px;
  font-size: 2px;
  padding: 10px;
}
.SolutionsMiddle
{
  background: url(images/solutions_bg.jpg) no-repeat left top;
  height: auto;
  position: relative;
  top: -23px;
  line-height: 20px;
}
.PartnersMiddle
{
  background: url(images/partners_bg.jpg) no-repeat left top;
  height: auto;
  position: relative;
  top: -23px;
  line-height: 20px;
}
.ContactMiddle
{
  background: url(images/contact_bg.jpg) no-repeat left top;
  height: auto;
  position: relative;
  top: -31px;
  line-height: 20px;
}
.BottomShadow
{
  background: #FFFFFF url(images/bottom_shadow.jpg) no-repeat left top;
  height: 26px;
  width: 926px;
  margin: 0 auto 0 auto;
  padding: 0;
}
/**********************************End Middle Styles***********************************/



/************************************Footer Styles***********************************/
#FooterBlock
{
  width: 100%;
  height: 64px; /* IE6: treated as min-height*/
  text-align: center;
  margin: 0;
  padding: 0;
  background: #FFFFFF url(images/bottom_bg.jpg) repeat-x left top;
}
html>body #FooterBlock
{  
  height: auto;  
  min-height:64px; /* real browsers */
}
#FooterBlockInner
{
  width: 926px;
  margin: 0 auto 0 auto;
  padding: 20px 0 0 0;
}
#FooterBlock a, #FooterBlock a:visited, #FooterBlock a:active
{
   color: #09345c;
}
#FooterBlock a:hover
{
   color: #09345c;
}

#FooterBlock p{
  font-size: 11px;	
  padding: 0 0px 20px;
}
/**********************************End Footer Styles***********************************/



/*************************************Generic Styles***********************************/
.IntroHeader
{
  position: absolute;
  font-family: Georgia, Times New Roman;
  font-style: italic;
  font-size: 13pt;
  line-height: 25px;
  color: #09345c;
  padding: 70px 0 0 30px;
}
.BlueHeader
{
  color: #005899;
  font-size: 13pt;
}
.DefaultContentTable
{
  padding-top:236px;
}
.CustomersContentTable
{
  padding-top:136px;
}
.ContactContentTable
{
  padding-top:136px;
}
a, a:visited, a:active
{
   color: #76adc7;
   outline: none;
   text-decoration: none;
}
a:hover
{
   color: #3b3b3b;
   outline: none;
   text-decoration: none;
}
a.Light, a.Light:visited, a.Light:active
{
   color: #9d9d9d;
   outline: none;
   text-decoration: none;
}
a.Light:hover
{
   color: #76adc7;
   outline: none;
   text-decoration: none;
}
#sidebar li
{
  list-style-type: none;
}
.clearFix
{
  clear: both;
  line-height: 0px;
  height:0px
  font-size:0px;
}
.btn_submit
{
  border: 0;
  background: url(images/btn_submit.jpg) no-repeat left top;
  width: 88px;
  height: 27px;
  margin-top: 15px;
}

h2{
  color: #005899;
  font-size: 12pt;
  font-weight: normal;
  padding-top: 10px;
}
/***********************************End Generic Styles***********************************/



/***********************************Blog Styles***********************************/
a.BlogHeader, a.BlogHeader:active, a.BlogHeader:visited
{
  color: #005899;
  font-size: 13pt;
}
a.BlogHeader:hover
{
  color: #2173b8;
  font-size: 13pt;
}
.BlogContentTable
{
  padding-top:136px;
}
.BlogCategories
{
  float:left;
  width: 175px;
  margin-right: 20px;
  position: relative;
  height: 100%;
}
.BlogCategories a, .BlogCategories a:visited, .BlogCategories a active
{
  float: left;
  position: relative;
  margin-left: -9px;
  color: #00365d;
  font-size: 10pt;
  display: block;
  width: 160px;
  height: 38px;
  padding: 8px 0 0 23px;
}
.BlogCategories a:hover, .BlogCategories a.on
{
  float: left;
  position: relative;
  margin-left: -9px;
  color: #00365d;
  font-size: 10pt;
  display: block;
  width: 160px;
  height: 38px;
  background: url(images/category_on.gif) no-repeat left top;
  padding: 8px 0 0 23px;
}
.PostContent
{
  width: 680px;
  height: 44px;  
  min-height:44px; /* real browsers */
  float: left;
}
html>body .PostContent
{  
  height: auto;  
  min-height:44px; /* real browsers */
}
.entry
{
  padding-left: 20px;
}
.postmetadata
{
  padding-left: 20px;
}
.author
{
  color: #00365d;
  font-size: 12pt;
}
.midBlue
{
  color: #2173b8;
  font-size: 10pt;
}
.darkBlue
{
  color: #00365d;
  font-size: 10pt;
}
.darkBlue a, .darkBlue a:visited
{
  color: #00365d;
}
.darkBlue a:hover
{
  color: #2173b8;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Helvetica, Arial;
	}
.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', Helvetica, Arial;
	}

.commentmetadata {
	font-weight: normal;
	}
.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/********************************End Blog Styles***********************************/
/********************************Contact Styles***********************************/

#website-form label {
	color: #000;
/*	float:left;
	width:80px;
	margin-top: 13px;
	padding-right: 15px;

	text-align: right; */
}

#website-form label.long {
	float:left;
	padding-right: 15px;
	color: #000;
	width:360px;
	text-align: left;
	margin-top: 20px;
}

#website-form label.longest {
	float:left;
	padding-right: 15px;
	color: #000;
	width:100%;
	text-align: left;
	margin-top: 15px;
}

#website-form input {
	float:left;
	width:230px;
	margin: 4px 0 8px 0;
	margin-right: 20px;
	padding: 5px;
	background: #a3ccf1;
	border-top:1px solid #6b9fce;
	border-left:1px solid #6b9fce;
	border-bottom:1px solid #a3ccf1;
	border-right:1px solid #a3ccf1;
	font-family: 'Lucida Grande', Helvetica, Arial;
	font-size: 12px;
	color: #000;
}
#website-form input.submit {
	clear: both;
	width:121px;
	margin: 20px 0 50px 30px;
	float: left;
	color:#666;
	height:27px;
	padding:0 10px;
	font-weight:bold;
	font-size: 10px;
	background: url(images/send-message.jpg);
	border: 0;
	cursor: pointer;
}
#website-form label.short {
	clear:none;
	width: 40px;
	text-align: left;
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
	border: 0;
}

#website-form input.checkbox {
	background: none;
	width: 12px;
	float: left;
	color:#666;
	margin: 10px 5px 0 0;
	padding: 0;
	border: 0;
	font-weight:bold;
	font-size: 10px;
	border: 0;

}
#website-form ul.checks {
	width: 400px;
	clear: both;
	list-style:none;
	float: left;
	margin: 5px 0;
	padding: 0;
	border: 0;

}
#website-form ul.checks li {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	border: 0;

}
#website-form textarea {
	float: left;
	clear: both;
	width:537px;
	margin-top: 6px;
	padding: 5px;
	background: #a3ccf1;
	border-top:1px solid #6b9fce;
	border-left:1px solid #6b9fce;
	border-bottom:1px solid #a3ccf1;
	border-right:1px solid #a3ccf1;
	font-family: 'Lucida Grande', Helvetica, Arial;
	font-size: 12px;
	color: #000;
}
#website-form select {
	float: left;
	clear: both;
	width:310px;
	margin: 6px 0 0px 0;
	padding: 5px;
	background: #a3ccf1;
	border-top:1px solid #6b9fce;
	border-left:1px solid #6b9fce;
	border-bottom:1px solid #a3ccf1;
	border-right:1px solid #a3ccf1;
	font-family: 'Lucida Grande', Helvetica, Arial;
	font-size: 13px;
	color: #000;
}
#website-form select.small {
	float: left;
	width:212px;
	clear: none;
}

.general  {
margin: 0 0px 0 30px;
clear: both;
}

.personal {
padding: 0 0px 0 30px;
width: 290px;
float: left;
}

.two {
padding: 0;
}


#website-form input.red {
background:#FF3333;
	border-top:1px solid #d41818;
	border-left:1px solid #d41818;
	border-bottom:1px solid #f98d8d;
	border-right:1px solid #f98d8d;
	color: #fff;
}
.errorMessage {
background:#FF3333;

margin: 20px 0;
padding: 20px;
color: #fff;
text-align:center;
}
/*****************************End Contact Styles***********************************/

.follow-but {
	margin: 0;
	margin-left: 26px;	
	margin-top: 10px;
}
	