/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: This is a WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Anna German
Author URI: http://imagianna.com/

*/



/* Begin Typography & Colors */
body,
	html {
		margin:0;
		padding:0;
		color:#555;
		background:#e7e7e7;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.95em;
	}
	a { text-decoration:none;}
	#wrap {
		width:990px;
		margin:0 auto;
	}
	
	#header {
	background:#fff url(images/header_bg.gif) repeat-x 0 0;
	height:92px;
	width:982px;
	}
	
	#header #logo { 
	float: left;
	width: 425px;
        height: 70px;
	padding: 20px 0 0 20px;}
	h1 {
	text-indent:-5000px;
	float:right;
	    }
	#contact { 
	float:right;
	padding-right:5px;
	}
	#contact a { 
	color:#559ed1;
	text-decoration:none;
	font-size:95%;}
	#header #nav {
		padding:5px 10px;
		float:right;
		width:440px;

	}
	#nav ul#main_nav {
		margin-top:55px;
		padding:0;
		list-style:none;
		font-size:14px;
text-align: right;
/*		display:block;*/
	}
	#nav ul#main_nav li {
		display:inline;
		margin:0;
		padding:0 10px;
		border-right:1px solid #dedede;
		position: relative;

	}
	#nav ul#main_nav li:hover ul{ display:block;}
	#nav ul#main_nav li ul {
	background-color:#e7e7e7;
	position: absolute;
text-align: left;
	left: 0;
	top: 16px;
	display: none;
	padding:5px 10px 10px 10px;
	margin:0;
	border:1px solid #fff;
	z-index: 100;	
	}
	#nav ul#main_nav ul li{
	border-right:none;
	border-bottom:1px solid #fff;
	padding:0;
	margin:0;
        }
	
	#nav ul#main_nav li ul li a{
	font-size:90%;
	white-space:nowrap;
	padding:3px 10px;
	display:block;
	z-index: 101;
	}
	
	#nav ul#main_nav li ul a:hover{
	 color:#559ED1;}


	#nav li a {
	color:#555;
	text-decoration:none;}
	
	#nav li a:hover {color:#559ed1;}
       .homepagePost p { margin: 0; padding-bottom: 5px;}

       .clientItem, .teamItem { border-top: 1px dotted #c6c6c6; padding: 15px 0; margin: 0 20px;}  
       .teamItem img { float: left; margin-right: 10px; margin-bottom: 10px;}
       .teamItem p { padding: 5px 0;}
       .teamItemTitle { line-height: 20px; font-weight: bold; color: #559ED1; font-size: 1.2em;}
       .clientLink { float: left; width: 210px; margin-right: 10px; text-align:center;}
       .communityItem { border-bottom: 1px dotted #c6c6c6; padding: 15px 0; margin: 0 20px; text-align: center;}        
       .communityItem img { border: 1px solid #c6c6c6; padding: 1px; display: block; margin: 2px auto;}
       .communityItem a { color: #559ED1; font-size: 0.9em;}

       .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
       .ui-helper-clearfix { display: inline-block; }
       /* required comment for clearfix to work in Opera \*/
       * html .ui-helper-clearfix { height:1%; }
       .ui-helper-clearfix { display:block; }
       /* end clearfix */

/* Fix IE. Hide from IE Mac \*/
* html ul#main_nav li { float: left; height: 1%;}
* html ul#main_nav li a { height: 1%; }
/* End */


	#main {
		width:983px;
		padding:0px 0 5px 0;
		background-color:#fff;
		margin:0;
		background:#fff url(images/main_bot_bg.gif) no-repeat bottom left;
		min-height:400px;

	}
	#main p{ padding-left:15px;}
	#main1 {  /* for homepage */
		width:983px;
		padding:10px 0 30px 0;
		background-color:#fff;
		margin:0;
		background:#fff url(images/main_bot_bg.gif) no-repeat bottom left;
		min-height:500px;

	}
	#polls { background:url(images/polls_bg.gif) no-repeat 0 0;
	height:20px;
	width:983px;
	margin:0;
	color:#858585;
	padding:8px 0 12px 20px;
	font-size:130%;}
	div#polls ul{ margin:0; padding:0; float:left; list-style:none;}
	div#polls ul li{ margin:0; padding:0;}
	div#polls ul li a{ font-size:90%; color:#559ED1;}
	#latest { float:left; padding-right:4px;}
	div#grey_block { 
	padding:2px 0 8px 0;
	background-color:#e7e7e7;
	width:983px;}
	#main1 h2, #main1 h3, #main1 p{
		padding:5px 20px;
		margin:0;
	}
	
	#main1 ul,#main1 ol { padding:5px 20px 5px 40px;}
	
	#content {
	width:670px;
	float:left;
	padding:10px 5px 10px 15px;}
	
	#content_main {
	width:983px;
	background:url(images/main_bot_bg.gif) no-repeat bottom left;
	padding-bottom:30px;
	}
	
	#sidebar {
		float:right;
		width:263px;
		padding:10px 15px;
	}
	
	#sidebar ul { list-style:none;
	margin:0;
	padding:0;}
	#sidebar ul li{
	margin:0;
	padding:0;}
	
	#footer {
		clear:both;
		padding:10px;
		color:#959595;

	}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}

	.clearing {clear:both}
	#copy { float:left;
	margin-left:55px;
	font-size:80%;}
	#footnav{ float:right;
	margin-right:15px;
	font-size:95%;
text-align: right;
}

	#footnav ul {
		padding:0;
		margin:0;
		list-style:none;
		width:430px;
	}
	#footnav li {
		display:inline;
		margin:0;
		padding:0 5px 0 3px;
		border-right:1px solid #ccc;
	}
	#footnav li a{ 
	color:#959595;
	text-decoration:none;}
	
	#bottomColumnsBox{ 
width:990px;		
	background-color:#e7e7e7;
	margin-top:5px;
}
	div.column { 
	float: left;
border: 1px solid #d6d6d6;
border-bottom-color: #8b8b8b;
	background-color: #fff;
background-repeat: no-repeat;
background-position: 420px center;
	width: 426px;
height: 100px;
	margin-right:7px;
padding-right: 60px;
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	}

#pressBox {
background-image: url("images/press.png");
}

#merchantSolutionsBox {
background-image: url("/wp-content/uploads/2011/02/merchant-solutions-icon.gif");
}

	div.column h3 {
font-size:130%; 
	padding:10px 0 0 15px;
	margin:0;
}
	div.column p {
	margin:0;
	padding:5px 15px;
	text-align:left;
font-size: 90%;
}
	div.column p a {	
	color:#559ed1;
	background:url(images/arrow.gif) no-repeat center right;
	padding-right:10px;
	padding-top:0;
	margin:0;}
	div.column img.pic { 
	float:right;
	margin:15px 10px 0 0;
}
	div .column img.pic2 { 
	float:right;
	margin:30px 10px 0 0;
}
div#sub_bg2 { background:url(images/pie.png) no-repeat 100px 170px;
height:235px;}
div#sub_bg3 { background:url(images/reviews.png) no-repeat 110px 155px;
height:235px;}
div#sub_bg4 { background:url(images/group.png) no-repeat 110px 160px;
height:235px;}
div#sub_bg5 { background:url(images/cloud.gif) no-repeat 125px 170px;
height:235px;}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.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;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.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;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	padding-left:20px;
	}

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: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
a { color: #559ED1;}

#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 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0;
	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;
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */




/* 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: 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 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 */


/* "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." */


/* Dialog
----------------------------------*/
.ui-dialog { position: relative; background: white; background-image: none; border: 2px solid #85caf9; outline: 10px solid #cac5c1 !important;overflow: hidden; padding: 0; width: 300px; }
.ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; }
.ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-header { }
.ui-widget-header a { color: #ffffff; }
.ui-widget-content {background: #fcfcfc; color: #333333; margin: 0 auto; text-align: center;}
.ui-widget-content a { color: #333333; }


/* states and images */
.ui-icon { width: 16px; height: 16px; overflow:hidden;text-indent:-99999px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}

/* Overlays */
.ui-widget-overlay { background: #666666 url(/wp-content/uploads/2009/11/666666_40x100_textures_08_diagonals_thick_20.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); position:absolute;top:0;left:0; }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/wp-content/uploads/2009/11/000000_40x100_textures_01_flat_10.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  }

.ui-outline-all { -moz-outline-radius: 8px; -webkit-outline-radius: 8px; outline-radius: 8px;}
.ui-dialog-plaintitle .ui-dialog-titlebar{background:none;border:none; color: #42a6ea; font-weight: bold; font-size: 16px;}
.ui-dialog-plaintitle .ui-dialog-titlebar-close {border:none;}
.ui-dialog-plaintitle span.ui-icon-closethick {background-image:url(/wp-content/uploads/2009/11/close_ico.gif);background-position:0 0;width:17px;height:17px;}
.ui-dialog .ui-dialog-buttonpane button { background-image: url(/wp-content/uploads/2009/11/button_mask.png);
background-color:#fff;border:1px solid #D1D3D3;color:#889BC2;cursor:pointer;float:none;font-size:12px;font-weight:bold;padding:2px 10px;text-align:center;white-space:nowrap;
}

#nav ul#main_nav #login { cursor: pointer; border: none;}
#loginPopup label {width:160px;float:left; font-size: 13px; text-align:left; padding-right: 12px;}
#loginPopup label input {width: 160px;}
#forgotPwdPopup {font-size: 13px; text-align:left;}
#forgotPwdPopup input { width: 210px;}
#forgotPwdLink { cursor: pointer; text-align: left; font-size: 12px; color: #559fd1; clear: both; width: 100%;}
