/*
Theme Name: Assist UI
Theme URI: http://www.assistui.com/
Description: Exclusive theme of Assist UI
Version: 3.3
Author: Amalendu Hajraa
Author URI: http://www.web2ui.com/
Tags: white, Web 2.0, Apple, iPhone, custom header, fixed width, two columns, widgets

@font-face {  
   font-family: AG Foreigner Light Plain Medium;
   src: url(http://localhost/assistui/wp-content/themes/assistui/fonts/AGFOR25.ttf) format("truetype");  
}
@font-face {  
   font-family: Helvetica Neue LT Com 35 Thin;
   src: url(http://localhost/assistui/wp-content/themes/assistui/fonts/HelveticaNeueLTCom-Th.ttf) format("opentype");  
}
@font-face {  
   font-family: Calibri;
   src: url(http://localhost/assistui/wp-content/themes/assistui/fonts/calibri.ttf) format("opentype");  
}

*/

@font-face {  
	font-family: Trebuchet MS;
	src: url(www.assistui.com/wp-content/themes/assistui/fonts/trebuc_0.ttf) format("truetype");  
}

/* Begin Typography & Colors */
body {
	font-family: Trebuchet MS, Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px; /* Resets 1em to 10px */
	background: #f2f2f2 url(images/background.png);
	color: #666;
	text-align: center;
	margin:0 0 0 0;
	text-shadow: #fff 1px 1px 0;
	}

a, a:hover {outline:none;}

#content {
	font-size: 12px;
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em; width:955px;
	}

.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-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	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;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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: #b85b5a;
	}

.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 {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em ;
	}

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: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	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 */

.narrowcolumn{
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	width: 685px;
	/*border:1px solid #e7e7e7;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-box-shadow: #ccc 1px 1px 4px;
	-khtml-box-shadow: #ccc 1px 1px 4px;
	-moz-box-shadow: #ccc 1px 1px 4px;*/
	}


.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;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 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 10px;
	}

.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: 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: 0 0 0 0;
	margin: 0 0 0 10px;
	width: 255px;
	float:right
	}

#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 */

.column {float:left; margin-right:10px;}
.last {margin-right:0;}

.fullwindow {width:100%; clear:both; position:relative;}
.container {width:950px; text-align:left; clear:both}
.top, .top-shadow {width:100%;}
.top {background-color:#fff; height:75px; *height:75px; }
.top-shadow {background:url(images/top-shadow.png) repeat-x 0 0; }

.logo {width:240px; padding-top:25px;}
.top-right {width:700px;}

.top-top, .topnavigation {clear:both; position:relative; float:right;}
.top-top {height:40px; text-align:right}
.ri-ma, .call-us, .get-in-touch { border-right:1px dotted #c0c0c0; float:left; font-size:10px; text-align:right; vertical-align:bottom; height:30px;padding:10px 10px 0 0; line-height:14px; }
.ri-ma {width:340px;}
.call-us { width:160px;}
.call-us span, .ri-ma span{ font-size:11px; font-weight:bolder; color:#333}
.get-in-touch { width:160px}
.get-in-touch span {float:left; padding-left:20px; padding-top:14px} 
.get-in-touch ul { float:right; margin-top:-23px; width:95px}
.get-in-touch ul li {float:left; list-style-type:none; margin-left:3px;}
.get-in-touch ul li a, .get-in-touch ul li a:hover {width:20px; height:30px; display:block; font-size:0.000000000001em; text-align:left; vertical-align:top;color:#fff;}

#twitter {background: url(images/get-in-touch.png) no-repeat 0 -30px;}
#twitter:hover {background: url(images/get-in-touch.png) no-repeat 0 0;}

#facebook {background: url(images/get-in-touch.png) no-repeat -23px -30px;}
#facebook:hover {background: url(images/get-in-touch.png) no-repeat -23px 0;}

#wordpress {background: url(images/get-in-touch.png) no-repeat -46px -30px; width:21px}
#wordpress:hover {background: url(images/get-in-touch.png) no-repeat -46px 0;}

#linkedIn {background: url(images/get-in-touch.png) no-repeat -70px -30px; width:21px}
#linkedIn:hover {background: url(images/get-in-touch.png) no-repeat -70px 0;}

.widecolumn-content {background: url(images/slider-background.png) repeat-y 0 0; width:955px; height:355px; clear:both; margin-bottom:10px}

.narrowcolumn-content {background: url(images/narrowcolumn-bg.png) repeat-y 0 0; width:685px; clear:both; margin-bottom:10px}
.narrowcolumn-top, .narrowcolumn-body, .narrowcolumn-bottom {width:685px; position:relative; clear:both; display:block; margin:0 0 0 0}
.narrowcolumn-top {background: url(images/narrowcolumn-top.png) no-repeat; height:10px;}
.narrowcolumn-body {background: url(images/narrowcolumn-bg.png) repeat-y 0 0;}
.narrowcolumn-bottom {background: url(images/narrowcolumn-bottom.png) repeat-y 0 0; height:10px;}

/* start top navigation */
.topnavigation {width:520px; *width:530px; float:right; text-align:right; z-index:6;padding-top:11px;}
.topnavigation ul {float:right; }

#suckerfishnav {
    font-size:11px;	
    font-weight:bold;
	*font-weight:normal;
	text-align:left;
	margin:0 0 0 0
	}

body:nth-of-type(1) #suckerfishnav {font-weight:normal;}
	
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
  	padding:0;
	margin:0;
    width:100%;
	text-align:left;
    }
#suckerfishnav a {
    display:block;
    color:#002b66;
    text-decoration:none;
    padding:0px 10px 6px;
	text-align:left;
    }
#suckerfishnav li {
    float:left;
    padding:0;
	text-align:left;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:201px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #ccc;
	text-align:left;
	
    }
#suckerfishnav li li {
    width:199px;
 	line-height:18px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    font-weight:bold;
	font-size:10px;
	text-align:left;
	-webkit-box-shadow: #ccc 1px 1px 5px;
	-moz-box-shadow: #ccc 1px 1px 5px;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:201px;
	line-height:18px;
    font-size:11px;
    color:#666;
	font-weight:bold;
    }
#suckerfishnav li ul ul {
    margin:-27px 0 0 199px;
	text-align:left;
    }
#suckerfishnav li li:hover {
    background:#fff;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#d00;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#0b78bf;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#111;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em; }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#efefef;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#fff;
    }						
#suckerfishnav li a{font-size:14px;} 


/*End Top Navigation */


/* sidebar accordion*/
.accordion_toggle, .vertical_accordion_toggle {
	display: block;
	width: 235px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	margin-left:1px solid #ccc;
	margin-right:1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
	margin: 0;
	font-size:11px;
	padding:5px 5px 5px 20px;
	background:#fff url(images/minus.png) no-repeat 10px 10px;
	margin-bottom:1px;
	text-align:left;
	margin:1px 0 0 0;
	
}

.accordion_toggle_active, .vertical_accordion_toggle_active {
	color: #002b66;
	border-bottom: 1px solid #fff;
	background:#ccc url(images/plus.png) no-repeat 10px 10px;
	margin:1px 0 0 0;	
}


.accordion_content, .vertical_accordion_content {
	background:#efefef url(images/accordion_content-bg.png) repeat-x 0 0;
	border-top: 1px solid #d6d6d6;
	color: #000;
	overflow: hidden;
	font-size:11px;
	margin:0 0 0 0;
	padding:15px 0 0 0;
	width:260px;
}

.accordion_content ul {0 0 0 0; padding-top:20px}
.accordion_content ul li { margin:0 0 0 0;}
.accordion_content ul li a, .accordion_content ul li a:hover {background: url(images/accordion-li-bg.png) no-repeat 20px 10px; padding:5px 0 5px 30px; text-decoration:none; width:240px; display:block; margin:-15px 0 0 0}
.accordion_content ul li a {color:#002b66; background-color:#efefef; border-bottom:1px dotted #ccc}
.accordion_content ul li a:hover {color:#d00; background-color:#fff; border-bottom:1px dotted #d00}


.vertical_accordion_toggle, .vertical_accordion_content {margin-left:20px; width:660px; margin:0 0 0 0;}
.vertical_nested_container h1 {font-size:12px; color:#333; text-align:left; margin:0 0 0 0;}

/* sidebar accordion*/

.headline {background:url(images/heading-bg.gif) no-repeat 0 0; padding:0 0 0 20px; width:240px; color:#002b66; font-size:14px; padding:8px 0 15px 20px}

.latest-blog {background:url(images/blog-bg.png) no-repeat; height:32px; display:block; padding:5px 0 0 10px; font-size:11px}


#ticker {margin:-20px 0 0 110px;}
#ticker div {font-size:11px; margin:0 0 0 0}
#ticker div a {padding-right:30px; color:#666;}
#ticker div a:hover {color:#d00;}
#ticker div a, #ticker div a:hover {text-decoration:none;}

.small-box, .small-box2 {width:232px; height:134px; display:block; float:left;margin-right:9px; }
.small-box2 {background:url(images/small-blocks.png) no-repeat 0 0;}
.last {margin-right:0;}

.small-box a, .small-box a:hover {width:232px; height:134px; display:block; font-size:0.0000000000000000000001em}

#stock-fund a {background:url(images/stock-fund.png) no-repeat 0 0;}
#stock-fund a:hover {background:url(images/stock-fund.png) no-repeat 0 -134px;}

#cms-ecom a {background:url(images/cms-ecom.png) no-repeat 0 0;}
#cms-ecom a:hover {background:url(images/cms-ecom.png) no-repeat 0 -134px;}

#iphone-app a {background:url(images/iphone-app.png) no-repeat 0 0;}
#iphone-app a:hover {background:url(images/iphone-app.png) no-repeat 0 -134px;}



.latest-blog-title {font-weight:bold;}
#footer {background:#fff url(images/bottom.png) repeat-x 1px 0; padding:15px 0 10px 0; *padding:25px 0 10px 0; height:60px}
#footer div a {color:#333;}
#footer div a:hover {color:#111;}

.bottom-left, .bottom-right {width:400px; float:left;}
.bottom-right {width:500px; float:right; text-align:right}

.breadcrumb {background:url(images/breadcrumb.png) no-repeat 0 0; height:34px; display:block; clear:both; position:relative; padding:7px 0 0 10px; font-weight:bold; color:#333}
.breadcrumb a, .breadcrumb a:hover {font-weight:normal;} 
.breadcrumb a {color:#666;}
.breadcrumb a:hover {color:#333; text-decoration:none}




.post { padding:0 20px 0 20px; *padding:10px 20px 10px 20px; }
.big-image {margin:0 0 0 0; padding: 40px 0 0 1px;height:424px;}
.big-image .texts {position:absolute; z-index:3; text-align:right; top:-20px; left:0; float:right; width:660px;}
.big-image .texts h4 { color:#333; font-size:12px; font-weight:normal; line-height:18px; text-align:center; padding:10px 10px 10px 20px}
.post h2, .big-image .texts h2 {font-size:36px; font-family:Arial, Helvetica; font-weight:normal}


.gradient-ie {float:right; text-align:center; width:660px; margin:40px 0 0 0;}
.gradient-ie h2 {
	font: normal 320%/100% Arial, sans-serif;
	position: relative;
	margin: 0 0 10px 15px;
	color: #111;
	clear:both;
	text-align:center;
	width:660px;
	
}
.gradient-ie h2 span {
	background: url(images/texts/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	*width: 80%;
	height: 35px;
}

.gradient-ie2 {width:660px; margin:0 0 10px 0; padding:10px 0 0 0; }
.gradient-ie2 h2 {
	font: normal 320%/100% Arial, sans-serif;
	position: relative;
	margin: 0 0 0 0;
	color: #111;
	clear:both;
	padding:0 0 0 0;
	text-align:left
	
}
.gradient-ie2 h2 span {
	background: url(images/texts/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
	padding:0 0 0 0;
}

.entry { text-align:left}
.entry p a {color:#d00;}
.entry p a:hover {color:#d00;}
.entry h2 {font-size:18px; line-height:normal; color:#006; font-weight:bold; font-family:Trebuchet MS; margin-top:0; padding-top:0}
.entry h4 {font-family:16px; color:#006; border-bottom:1px dotted #ccc}
.entry ul {}
.entry ul li { margin-left:20px; border-left: 3px solid #ccc; padding:0 0 10px 20px}
.entry ul li strong { color:#000; font-weight:bold; font-size:14px; margin-left:10px}