/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#FFF url(../../../../images/main_bg_home.jpg) repeat-x;
}




.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h3 {

	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}



.entry p a:visited {
	color: #25282E;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {

	}
.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: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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:hover {
	color: #8FC229;
	text-decoration: none;
	}

#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 */




.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.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: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}



#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 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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 */




.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: 200px;
	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: justify;
	}

.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
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#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: 0px;
height:20px;
	}
/* 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 */


















body {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#FFF url(../../../../images/main_bg_home.jpg) repeat-x;
}


	
body {
	text-align:center;
	margin:0px;
	padding:0px;
}

p {
	margin-top:0;
	margin-bottom:0;
	color: #1E2B2D;
	text-align: left;
}

img.float_left {
	padding:20px;
	border:1px solid #95C7D7;
	background:#FFF;
	float:left;
	margin-right:15px;
}

img.float_right {
	float:right;
	margin-left:15px;
}

a {
    text-decoration:none;
	color:#016378;
}

div.grey-button {
    text-decoration:none;
	margin-top:10px;
	width:101px;
	height:27px;
	text-align:center;
		background: url(../../../../images/grey-button.gif) no-repeat;
}
div.grey-button a{ color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
	font-weight:bold;
	font-style:italic;
		line-height:27px;
padding:8px 18px;}

div.grey-button a:hover{
	color:#000;}
	

div.blue-button {
	float:right;
    text-decoration:none;
	margin-top:10px;
	width:226px;
	height:37px;
	text-align:center;
		background: url(../../../../images/blue-button.gif) no-repeat;
		margin-top:10px;
}
div.blue-button a{ color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
	font-weight:bold;
	font-style:italic;
		line-height:36px;
padding:8px 18px;}

div.blue-button a:hover{
	color:#000;}
	
	

.clear {
position:relative;
	overflow: hidden;
	clear: both;
	height: 0px;
	margin: -1px 0 0 0;
	font-size: 1px;
	}

.container {
	width:960px;
	margin: 0 auto;
	text-align:left;
	margin-top:0px;
}
.top_stripe{ height:26px;

}

.top_stripe ul{
margin:0 0px 0 0;
padding:0px;
padding-top:7px;
text-transform:uppercase;
font-size:10px;
}
.top_stripe li{
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:2em;
}
.top_stripe li a{ color:#0096B0; font-family:Arial, Helvetica, sans-serif;}
.top_stripe li a:hover{ color:#281800; text-decoration:underline;}


.nav {text-align:right;	padding-top:26px;
	height:114px;
		background:url(../../../../images/online-sms-top-gradient-index.jpg) no-repeat right;
}

.nav.index{
	padding-top:26px;
	height:114px;
		background:url(../../../../images/online-sms-top-gradient-index.jpg) no-repeat right;}

.nav.page{text-align:right;
	padding-top:26px;
	height:114px;
		background:url(../../../../images/online-sms-top-gradient-page-new.jpg) no-repeat right;
}

.nav ul {
	float:right;
	width:553px;
   margin:0px;
   padding:0px;
   margin-top:15px;
   list-style:none;
   
}

.nav li { display:inline;
list-style:none;}

.nav li a {
	font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
background:transparent url(../../../../images/button-left.png) no-repeat left;
display:block;
float:left;
height:26px;
margin-right:8px;
padding:0 0 11px 12px;
color:#FFF;
}

.nav li a span {
background:transparent url(../../../../images/button-right.png) no-repeat right;
cursor:pointer;
display:inline;
float:left;
height:11px;
padding:11px 12px 15px 0;
}

.nav li a:hover {
background:transparent url(../../../../images/button-left-hover.png) no-repeat left;
padding:0 0 11px 12px
}

.nav li a:hover span {
background:transparent url(../../../../images/button-right-hover.png) no-repeat right;
padding:11px 12px 15px 0;
}

.nav li a.active {
background:transparent url(../../../../images/button-left-hover.png) no-repeat left;
padding:0 0 11px 12px
}

.nav li a.active span {
background:transparent url(../../../../images/button-right-hover.png) no-repeat right;
padding:11px 12px 15px 0;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.nav a {float:none;}
/* End IE5-Mac hack */


.sub-menu { background:#FFF; padding-left:17px; }

.sub-menu ul {
   margin:0px;
   padding:0px;
   list-style:none;
   height:37px;
   margin-bottom:20px;

   
}

.sub-menu li { display:inline;
list-style:none;}

.sub-menu li a {
	font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		display:block;
		float:left;
		padding:10px;
		line-height:normal;
margin-right:4px;
padding-left:12px;
padding-right:12px;
background:#C5D8DF;
border:1px solid #89B8CA;
color:#004B68;
}

.sub-menu li a.head {cursor:default; background:url(../../../../images/head.gif) no-repeat;
width:93px;
padding:10px;
border:none;
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
margin-right:8px;
font-style:italic;
color:#0E5968;
}

.sub-menu li a.head:hover {cursor:default; background:url(../../../../images/head.gif) no-repeat;
border:none; color:#0E5968;}
.sub-menu li a:hover {

background:#8FC229;
border:1px solid #88B726;
color:#FFF;

}

.sub-menu li a.active {

background:#8FC229;
border:1px solid #88B726;
color:#FFF;

}



/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.sub-menu a {float:none;}
/* End IE5-Mac hack */



.content_box {
	margin: 0 auto;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	height:100%;
		margin-bottom: 30px;

	
}


.home_box {
	width:278px;
	color:#333;
	margin:20px;
	line-height:20px;
}

.content-box h2 {color:#003640;
	font-size:28px;}
.content-box h2 a{
	font-size:28px;}



.testimonials-home {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	height:39px;
	line-height:13px;
		background:#1F1A17 url(../../../../images/testimonials-bg.jpg) no-repeat;}



ul.footer_nav {
	margin:0;
	padding:0;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
height:27px;
}
ul.footer_nav li {
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:none;
}
ul.footer_nav li a {
border-right:1px solid #FFF;
color:#666;
display:block;
padding-bottom:2px;
padding-left:5px;
padding-right:5px;
text-decoration:none;
text-transform:lowercase;
line-height:15px;
}

ul.footer_nav.green li a {
	color:#690; font-weight:bold; }
ul.footer_nav li a:hover, ul.footer_nav li a.selected {
color:#333;
text-decoration:none;
}


.maincontent_left {

	color:#003640;
	float:left;
	width:682px;
	line-height:25px;
	text-align: justify;

}

.screen {
		background:url(../../../../images/screen.jpg) no-repeat;
	height:149px;
padding-left:284px;
padding-right:91px;
padding-top:72px;
width:263px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		}
		
		
.screen span{ margin-left:65px;
font-size:11px;
line-height:18px;}

.screen p{margin-top:10px;margin-left:10px;}

.maincontent_left p{
	text-align:justify;
}


.maincontent_left h3{
	margin:0;
background:url(../../../../images/left-h3.gif) no-repeat;
font-size:18px;
font-style:italic;
font-weight:bold;
color:#016378;
padding-left:15px;
padding-right:10px;
line-height:37px;


}

#sms-menu-tabs {
	width:185px;
	float:left;
	padding-bottom:12px;
	background:url(../../../../images/tabs-menu-bottom.gif) no-repeat bottom right;
}
	
#sms-menu-tabs ul { margin:0; padding:0; list-style:none;}

#sms-menu-tabs li { }

#sms-menu-tabs li a strong { display:block;
 font-size:22px; font-style:italic; 	color:#016378;}
#sms-menu-tabs li a{
	display:block;
height:35px;
line-height:23px;
padding:10px 10px 18px 20px;
width:155px;
color:#999;
font-style:italic;
background:url(../../../../images/tab.gif) no-repeat; }

#sms-menu-tabs li a:hover strong {
	color:#FFF;
	text-align: left;
}
#sms-menu-tabs li a:hover{

padding:10px 10px 18px 20px;
color:#333;
background:url(../../../../images/tab-hover.gif) no-repeat; }

#sms-menu-tabs li.ui-tabs-selected a strong {color:#693;}
#sms-menu-tabs li.ui-tabs-selected a{

padding:10px 10px 18px 20px;
color:#999;
background:url(../../../../images/tab-active.gif) no-repeat; }


#tabs-content { float:right;
width:457px;
padding-left:25px;
height:313px;
padding-right:15px;
padding-bottom:20px;
background:#FFF url(../../../../images/right-corner-home.gif) no-repeat right bottom;
font-size:14px;
line-height:22px;}

.content-box { float:right;
width:637px;
padding-left:25px;
padding-right:20px;
padding-bottom:20px;
background:#FFF;
font-size:14px;
line-height:22px;
min-height:510px;}

.content-box ul {
	list-style:none;
	padding-left:0;
	}

.content-box ul li {
	padding-left:30px;
	background:url(../../../../images/tick-small.png) no-repeat left 7px;
	line-height:30px;
	
	}

#tabs-content h1{
	margin:0;
	font-size:33px;
	margin-top:10px;
	margin-bottom:20px;
	font-style:italic;
	color:#016378;}


.maincontent_right {position: relative;
	margin-bottom:0px;
	float:right;
	width:248px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	min-height:314px;
		background: #FFF url(../../../../images/right-bottom.gif) no-repeat bottom;
	}
	
.maincontent_right_page {position: relative;
	margin-bottom:0px;
	float:right;
	width:248px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	background: #FFF url(../../../../images/right-bottom.gif) no-repeat bottom;
	}

.ui-tabs-hide {
     display: none;
}

.right_box{
	border:1px solid #D9E8EC; padding:10px; background:#E4EEF1; margin-bottom:15px;
}


.right_box ul {
	list-style:none;
	padding-left:0;
	}

.right_box ul li {
	padding-left:35px;
	margin-left:5px;
	background:url(../../../../images/tick-big.png) no-repeat left 9px;
	line-height:40px;
	
	}


.maincontent_right_page h3{
	margin:0;
background:url(../../../../images/right-h3.gif) no-repeat;
font-size:18px;
font-style:italic;
font-weight:bold;
color:#016378;
padding-left:15px;
padding-right:10px;
line-height:37px;


}


.maincontent_right_page h2{
	margin:0;
background:url(../../../../images/right-h3.gif) no-repeat;
font-size:18px;
font-style:italic;
font-weight:bold;
color:#016378;
padding-left:15px;
padding-right:10px;
line-height:37px;


}

.maincontent_right h3{
	margin:0;
background:url(../../../../images/right-h3.gif) no-repeat;
font-size:18px;
font-style:italic;
font-weight:bold;
color:#016378;
padding-left:15px;
padding-right:10px;
line-height:37px;


}




.error {
	background:#FFD5D7 url(../../../../images/x.gif) no-repeat top left;
	border:1px solid #C00;
	font-size:10px;
	line-height:17px;
	padding-left:20px;
	color:#C00;
	margin-bottom:10px;
	}

.right_menu {
	background:url(../../../../images/right_menu_bg.jpg) repeat-y;
	padding-top:3px;
}

.right_menu_bottom {
	background:url(../../../../images/right_menu_bottom.png) no-repeat;
	height:14px;
	margin-bottom:20px;
}


.footer {
	background:url(../../../../images/footer_bg.png) center repeat-x;
	height:170px;
	font-size:12px;
	color:#FFFFFF;
	clear:both;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer_top
{

	width:960px;
	margin: 0 auto;
	text-align:left;
	margin-top:0px;
		padding-top:30px;

}

.footer a{ line-height:18px; color:#000;}
.footer a:hover{color:#669900;}


input.input { padding:3px; border:#D9E8EC 1px solid; font-size:16px;}
textarea { padding:3px; border:#D9E8EC 1px solid; font-size:16px;}
form {margin:0;}

input.submit {
background:#003640 none repeat scroll 0 0;
border:1px dotted #008DA6;
color:#CCCCCC;
font-weight:bold;
padding:10px 3px;
width:250px;
margin-top:10px;
}





/* "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." */
