/* MAIN STYLES
 -------------------------------------------*/ * {
    margin: 0;
    padding: 0;
}

body, html {
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #666666;
    margin: 0;
    padding: 0;
    /*background:#000 url(../images/bk_body.jpg) 50% 0 no-repeat;*/
    line-height: 130%;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

ol {
    margin-left: 40px;
}

a {
    color: #9fa1a4;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

p {
    margin: 0.8em 0;
}

h2 {
    color: #505051;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
}

h4 a {
}

#colLeft h2, #colLeft h3 {
    text-transform: none;
    padding: 5px 0;
    font-size: 24px;
}

#colRight h2 {
    font-size: 16px;
    border-bottom: 2px dotted #D2D1D1;
    padding-bottom: 15px;
    padding-top: 0;
    margin-bottom: 5px;
}

.heading-bubble {
    float: left;
    padding-top: 7px;
    text-align: center;
    background: url('/../images/word-bubble.png') no-repeat;
    width: 180px;
    height: 59px;
    text-transform: uppercase;
}

.heading-bubble-text {
    color: #FFF;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: bold;
}

.heading-bubble-secondary {
  	width: 600px;
 	padding-left: 14px;
    padding-top: 7px;
}

.heading-bubble-secondary-text {
    color: #9FA1A4;
    font-size: 38px;
padding-left: 14px;
    font-weight: normal;
}

h2.home {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

h3 {
    font-size: 16px;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    display: block;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#wrapper .home-slider a{
	color:#FFF;
}

/* LAYOUT STRUCTURE
 --------------------------------------------------*/
#wrapper {
    margin: 0 auto;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    /*background:#fff url(../images/bk_wrapper.jpg) 0 0 no-repeat;*/
    padding-bottom: 1px;
}

#header {
    height: 140px;
    position: relative;
    border-bottom: 4px solid #bcbec0;
    /*background:url(../images/bk_header.jpg) 0 100% repeat-x;*/
}

#content {
    min-height: 500px;
    padding-top: 0;
}

.columns {
    /*background:url(../images/bk_rightcol.jpg) 625px 0 repeat-y;*/
}

#footer {
    clear: both;
    /*background:url(../images/bk_footer.jpg) 100% 0 no-repeat;*/
    padding: 20px 0 10px 0;
    width: 960px;
    height: 80px;
    margin: 1px auto;
    color: #7C8A91;
    position: relative;
    font-size:11px;
}

/* testimonials */
.testimonial-container {
    float: left;
    width: 300px;
    border-right: 1px solid #eaeaea;
    margin-top: 8px;
}

.testimonial {
    width: 276px;
}

#content .testimonial blockquote {
    background: transparent url(../images/quote.png) no-repeat scroll 0 0;
    margin: 0 0 0 34px;
    padding: 0 0 0 30px;
}

#content .testimonial blockquote p.quote {
    color: #444444;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    line-height: 117%;
    margin-bottom: 10px;
    text-align: left;
}

#content .testimonial blockquote p.author {
    text-align: right;
    font-size: 12px;
    color: #999;
    font-weight: bold;
    font-family: Tahoma, arial;
    font-style: normal;
}

#middle-area {
    height: 325px;
    border-bottom: 1px solid #eaeaea;
}

.cta-btns {
    margin-top: -20px;
}

.cta-btns li {
    float: left;
}

.cta-btns li a {
    background-image: url(../images/but_blank.jpg);
    background-repeat: no-repeat;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 40px;
    padding-left: 21px;
    padding-top: 13px;
    text-decoration: none;
    width: 157px;
}

/* HOME BOTTOM COLUMNS
 --------------------------------------------------*/
/*LATEST-FROM-BLOG*/
.latest-from-blog {
    width: 750px;
    margin: 0px 0 0px 0;
}

.latest-blogs {
    position: relative;
    width: 230px;
    float: left;
	margin-top: 15px;
    /*height: 213px;
    margin:0 21.5px 0 0;
     padding:0 21.5px 0 0;
     border-right:1px solid #EAEAEA;*/
}

.latest-blogs img, .latest-blogs-right img {
    width: 191px;
    height: 92px;
    margin: 0px 0 8px 0;
}

.latest-blogs-right {
    width: 138px;
    float: right;
}

.latest-from-blog h2 {
    font-size: 18px;
    margin: 0 20px 5px 0;
}

.latest-blogs h3, .latest-blogs-right h3 {
    font-size: 20px;
    margin: 20px 0 0;
    text-transform: uppercase;
    font-weight: normal;
}

.latest-blogs p, .latest-blogs-right p {
    margin: 0 0 15px 0;
    width: 180px;
}

.latest-blogs span a:link, .latest-blogs span a:visited, .latest-blogs-right span a:link, .latest-blogs-right span a:visited {
    text-decoration: none;
    color: #ec008c;
    font-size: 13px;
}

.latest-blogs span a:hover, .latest-blogs-right span a:hover {
    text-decoration: underline;
    color: #EE813B;
    font-size: 13px;
}

.small-desc {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ec008c;
}

.whats-new {
    border-top: 1px solid #d4d2d2;
}


/*RSS*/
.latest-from-blog a.rss img {
    margin: 0 0 0 10px;
}

/*LEFT-CONTAINER*/
.left-container {
    width: 642px;
    padding: 20px 0 20px 0;
    background: url(../img/divider1.jpg) repeat-y top right;
    float: left;
}

.left-container h2 {
    font-size: 28px;
    margin: 0 0 25px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #EAEAEA;
}

.left-container p, .right-container p {
    font-size: 12px;
    margin: 0 0 15px 0;
}

/* HEADER ELEMENTS
 --------------------------------------------------*/
/* -- logo --*/
#logo {
    position: absolute;
    top: 30px;
    left: 0px;
}

#logo h1 {
    padding: 0;
    background: none;
    border: none;
}

#logo h1 a, #logo h1 a:hover {
    background: url(../images/logo.png) 0 0 no-repeat;
    width: 544px;
    height: 145px;
    text-indent: -9000px;
    display: block;
    text-decoration: none;
    border: none;
    margin-top: -35px;
} 

.lma-phone {
	color:#EC0C8D;
	float:right;
	font-size:19px;
	margin-top:20px;
	width:310px;
} 

.lma-phone .social-icon {
	color:#fff;
	border:none;
	outline:none;
	position:relative;
	top:3px;
}

.lma-phone .social-icon:hover {
	color:#fff;
	border:none;
	outline:none;
}


.lma-phone a:hover{
	color:#EC0C8D;	
}

.blog-link{
	text-decoration:none;
	color:#111;	
	
}

.blog-link:hover{
	color:#EC0C8D;	
}

#topMenu {
    position: absolute;
    right: 2px;
    top: 45px;
    /*border-left:1px solid #ccc;*/
}

#topMenu li {
    float: left;
    padding: 0 2px;
    /*border-right:1px solid #ccc;*/
}

#topMenu li a {
    color: #9fa1a4;
    font-size: 19px;
    font-weight: normal;
    text-decoration: none;
}

#topMenu li a.parent {
    text-transform: uppercase;
}

#topMenu li ul li a {
    color: #666666;
    font-weight: normal;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #666666;
    margin: 0;
    padding: 0;
    /*background:#000 url(../images/bk_body.jpg) 50% 0 no-repeat;*/
    line-height: 160%;
}


#topMenu li ul li a:hover {
    color: #000;

}

#topMenu li a:hover, #topMenu li.selected a {
    color: #565758;
    font-weight: normal;
}

.meet-us-header {
    margin: 30px 0px 12px 30px;
    font-size: 70px;
    color: #FFFFFF;
}

.meet-us-sub-header {
    margin-left: -6px;
}

.meet-us-post {
    color: #FFF;
    width: 570px;
    margin-left: 65px;
    margin-bottom: 30px;
}

.meet-us-sub-header a {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: normal;
    text-decoration: none;
}

.meet-us-sub-header a:hover {
    color: #ec098d;
    font-size: 26px;
    font-weight: normal;
    text-decoration: none;
}

.plus-icon {
    position: relative;
    top: 0px;
    margin-right: 10px;
    margin-left: 30px;
    border:none;
}

/* CONTENT
 ---------------------------------------------*/
#latestPosts {
    margin-left: 0px;
}

#latestPostsHome {
    display: block;
    margin-left: -10px;
}

#latestPostsHome li {
    display: block;
    float: left;
    height: 178px;
    margin-right: 12px;
    padding: 10px;
    position: relative;
    width: 530px;
}

#latestPostsHome li h3 {
    padding-bottom: 6px;
    font-weight: normal;
}

#latestPostsHome li p img {
    float: left;
    margin-right: 10px;
}

#latestPostsHome li span {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 7px;
    color: #828282;
    font-size: 11px;
}

#latestPostsHome li span img {
    vertical-align: middle;
    margin-right: 3px;
}

#latestPostsHome li a.readmore {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 10px;
    background: url(../images/but_readmore.png) 0 0 no-repeat;
    width: 66px;
    height: 22px;
    text-indent: -9999px;
}

#homeColumns {
    display: block;
}

#homeColumns li {
    float: left;
    border-right: 1px dashed #E0E0DA;
    padding: 10px;
    padding-left: 0;
    margin-right: 11px;
    width: 288px;
    position: relative;
}

#homeColumns li.last {
    margin-right: 0;
    border: none;
}

#colLeft {
    float: left;
    width: 690px;
    padding-top: 25px;
    border-right: 1px solid #e8e7e7;
    border-bottom: 1px solid #E8E7E7;
    height: 552px;
}

#colRight {
    margin-top: 0px;
    float: left;
    width: 269px;
    /*background:url(../images/bk_rightcol.png) 0 0 repeat-y;*/
}

#colRight-nav {
    margin-top: 0px;
    width: 250px;
    padding-left: 29px;
}

#colLeft-footer {
    float: left;
    width: 669px;
    background-color: #939598;
    height: 523px;
    position: relative;
}

#colRight-footer {
    float: left;
    width: 270px;
    /*background:url(../images/bk_rightcol.png) 0 0 repeat-y;*/
}

/*
 #colLeft ul li {
 display:block;
 background:url(../images/bullet.jpg) 0 5px no-repeat;
 padding:2px 0 3px 15px;
 }*/
#colRight ul#latestPosts, #colRight ul#subCategs {
    padding-bottom: 15px;
}

#colRight ul#latestPosts li, #colRight ul#subCategs li {
    border-bottom: 2px dotted #D2D1D1;
    line-height: 170%;
    padding: 5px 0 5px 5px;
    /*background:#f9f9f9;*/
}

#colRight ul#latestPosts li a, #colRight ul#subCategs li a {
    text-decoration: none;
    color: #333;
    font-size: 20px;
}

#colRight ul#latestPosts li a:hover, #colRight ul#subCategs li a:hover, #colRight ul#latestPosts li:hover a, #colRight ul#subCategs li:hover a {
    color: #333;
}

#colRight ul#latestPosts li:hover, #colRight ul#subCategs li:hover {
    background: #fff;
}

#colRight ul#latestPosts li span {
    font-size: 11px;
    color: #828282;
}

#colRight ul#latestPosts li span img {
    vertical-align: middle;
}

/* Under Main Slider */
.under-slider-text {
    height: 140px;
    width: 690px;
    overflow: hidden;
}

.slider-slide-1 {
    margin-top: 20px;
}

.slider-slide-1 p {
    width: 660px;
}

/* Under Main Slider END*/
.rss {
    margin: 0 0 0px;
    padding: 0 0 0px;
    /*border-bottom:1px solid #efefef;*/
}

.rss img {
    float: left;
    margin-right: 15px;
    border: none;
}

.serviceColLeft, .serviceColRight {
    float: left;
    width: 275px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-right: 15px;
    margin-top: 22px;
    height: 250px; /* here you can adjust the service box height to fit the content*/
    padding-bottom: 25px;
}

.serviceColRight {
    float: left;
    width: 255px;
    padding-left: 20px;
    padding-right: 15px;
    border-right: none;
}

.serviceColLeft img, .serviceColRight img {
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
}

.portfolioItem {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.portfolioItem img {
    padding: 6px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
}

.portfolioItem span img {
    padding: 0;
    border: none;
    vertical-align: middle;
    margin: 0 5px;
}

.portfolioItem span.action {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
}

.blogItem {
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.blogItem p img {
    padding: 5px;
    border: 1px solid #efefef;
}

.readmore {
    display: block;
    background: url(../images/but_readmore.png) 0 0 no-repeat;
    width: 66px;
    height: 22px;
    text-indent: -9999px;
}

span.metadata {
    display: block;
    padding: 5px 0;
    font-size: 11px;
    color: #828282;
    border-bottom: 1px solid #efefef;
}

span.metadata img {
    vertical-align: middle;
}

.our-process-header {
    background-image: url(../images/our-process-header.png);
    background-repeat: no-repeat;
    display: block;
    width: 238px;
    height: 40px;
    font-size: 30px;
    color: #d2d1d1;
    margin-top: 20px;
    text-indent: -99999999px;
    margin-left: -12px;
}

#our-process {
    margin-left: -10px;
}

#our-process li a {
    background-image: url(../images/our-process-sprites.png);
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 240px;
    text-indent: -999999px;
    border-bottom: 2px dotted #D2D1D1;
}

/* Position BTN */
#our-process #position {
    background-position: 0px -5px;
}

#our-process #position:hover {
    background-position: -245px -5px;
}

#our-process #position:focus {
    background-position: -245px -5px;
}

#our-process #position.selected {
    background-position: -245px -5px;
}

/* strategize BTN */
#our-process #strategize {
    background-position: 0px -47px;
}

#our-process #strategize:hover {
    background-position: -245px -47px;
}

#our-process #strategize:focus {
    background-position: -245px -47px;
}

#our-process #strategize.focus {
    background-position: -245px -47px;
}

#our-process #strategize.selected {
    background-position: -245px -47px;
}

/* Adapt BTN */
#our-process #adapt {
    background-position: 0px -96px;
}

#our-process #adapt:hover {
    background-position: -245px -96px;
}

#our-process #adapt:focus {
    background-position: -245px -96px;
}

#our-process #adapt.selected {
    background-position: -245px -96px;
}

/* FOOTER
 ---------------------------------------------*/
.footerMark {
    position: absolute;
    top: 10px;
    right: 0;
}

/* FORMS
 --------------------------------------------------*/
#topSearch {
    position: absolute;
    top: 27px;
    right: 20px;
}

#topSearch input#q {
    width: 195px;
    background: url(../images/bk_searchbox.jpg) 0 0 no-repeat;
    font-size: 12px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 5px;
    border: none;
    color: #999;
}

#topSearch input.submit {
    width: 25px;
    height: 22px;
    background: url(../images/bk_searchbut.jpg) 0 0 no-repeat;
    border: none;
}

#topSearch input {
    float: left;
}

/*form#commentForm label {
 display:block;
 padding:8px 0 2px;
 font-weight:bold;
 }
 
 form#contact input, form#commentForm textarea {
 border:1px solid #E5E5E5;
 padding:5px;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 color:#666;
 width:300px;
 }
 
 form#commentForm textarea {
 width:500px;
 }
 
 form#commentForm input.submit {
 border:none;
 width:147px;
 height:40px;
 text-align:center;
 padding-top:4px;
 color:#fff;
 font-weight:bold;
 text-transform:uppercase;
 margin-top:15px;
 background:url(../images/bk_submit.jpg) 0 0 no-repeat;
 }
 
 .errormsg, .successmsg{
 background:#FEF4F1;
 border:1px solid #F7A68A;
 color:#DA4310;
 padding:10px;
 }
 
 .successmsg {
 background:#F5FAF1;
 border:1px solid #C2E1AA;
 color:#8FA943;
 }
 */
/* CLEARING
 ---------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
.clear {
    clear: both;
}

.noclear {
    clear: none;
}

/*****************************
 5.) content area below slider and on subpages
 /****************************/
.content_top {
    height: 30px;
    padding: 0 10px;
    width: 960px;
    float: left;
}

#content {
    float: left;
    /*padding:0 10px;*/
    position: relative;
    width: 960px;
}

#sidebar {
    float: left;
    padding: 0 0 15px 50px;
    position: relative;
    width: 265px;
    overflow: hidden;
}

#top #sidebar .small_box {
    padding: 0 0 15px 0;
}

/*****************************
 6.) Portfolio Page (no sidebar)
 /****************************/
#inner_content_big {
    float: left;
    width: 880px;
    padding: 0 0 15px 30px;
    position: relative;
}

.entry_portfolio {
    padding-bottom: 30px;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

.entry_portfolio p {
    font-style: italic;
}

.portfolio_item {
    height: 132px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 250px;
}

#content .portfolio_item h3 {
    position: absolute;
    bottom: 13px;
    left: 0;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1em;
}

#content .portfolio_item h3 a {
    padding: 4px 8px;
    font-size: 12px;
    display: inline;
    height: auto;
    width: auto;
    overflow: auto;
}

.portfolio_item a {
    display: block;
    overflow: hidden;
    width: 250px;
}

#content .portfolio_item img, #top .portfolio_item a img {
    border: none;
    padding: 0 !important; /*ie 6 fix fix =)*/
    margin: 0;
}

.portfolio_item h3 a {
    display: inline;
    font-size: 12px;
    height: auto;
    overflow: auto;
    padding: 4px 8px;
    width: auto;
}

/*****************************
 7.)pages with sidebar
 /****************************/
#inner_content {
    float: left;
    width: 570px;
    padding: 0 0 15px 30px;
    position: relative;
}

#inner_content .entry {
    width: 570px;
}

.entry {
    clear: both;
    margin-bottom: 28px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.entry-head {
    position: relative;
    top: -3px;
    margin-bottom: 20px;
    font-size: 11px;
}

.categories, .comments, .entry-head a, .more-link, #content .portfolio_item h3 a {
    text-decoration: none;
    /*padding:4px 8px;*/
}

#content .entry-head a, .more-link {
    padding: 2px 4px;
}

.date {
    padding: 2px 4px;
}

#subpage #content {
    padding: 20px 10px 0;
}

/*****************************
 7.) Small Boxes and Sidebar "Widgets"
 /****************************/
.small_box {
    float: left;
    padding: 0 0 15px 32px;
    position: relative;
    width: 276px;
}

#top .box1 {
    padding: 0 0 15px 30px;
}

.small_box h3 {
    margin: 0 0 5px;
}

.small_box img {
    padding: 5px 0 !important;
    padding: 0; /*ie6 fix for png elemnts needs this*/
}

.widget_categories a, .widget_pages a {
    padding: 5px;
    display: block;
    text-decoration: none;
    width: 250px; /*change if sidebarwidth changes*/
}

/* uncomment this if you want sublevels with indents
 .small_box ul ul a{
 padding-left:25px;
 width:230px;
 }
 
 .small_box ul ul ul a{
 padding-left:45px;
 width:210px;
 }
 
 .small_box ul ul ul ul a{
 padding-left:65px;
 width:190px;
 }
 */
.scroll-top {
    float: right;
    display: block;
}

.alignleft {
    float: left;
    margin: 0px 15px 15px 0pt;
}

.alignright {
    float: right;
    margin: 0px 0pt 15px 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 10px auto;
    padding: 10px 0;
}

#content .wp-smiley {
    border: none;
    padding: 0;
}

.meta {
    display: block;
    position: relative;
    top: -6px;
    font-size: 11px;
    line-height: 14px;
}

.read-more, .show-next {
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 41px;
    left: -2px;
    line-height: 41px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 165px;
}

#content .show-next {
    bottom: 0;
    left: 165px;
    position: absolute;
}

.read-more:hover, .show-next:hover {
}

.entry ul, .entry ol {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
    padding: 0 0 20px 0;
}

#content .entry ol {
    list-style-type: decimal;
}

.entry li {
    padding: 3px 10px;
}

blockquote {
    font-size: 13px;
    font-style: italic;
    margin: 0 0 20px;
    padding: 10px 20px 10px 41px;
}

/*CONTACT FORM*/
#searchsubmit, #send, #top #submit {
    cursor: pointer;
}

#s, .text_input, .text_area {
    padding: 5px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
    width: 200px;
    font-size: 11.5px;
}

#searchsubmit, #send, #submit {
    padding: 4px 20px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
    font-size: 11.5px;
}

.hidden {
    display: none;
}

#comment_form {
    padding-bottom: 20px;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

fieldset label {
    padding-left: 7px;
}

.blocklabel {
    display: block;
    padding: 10px 0 0 0;
}

#content .text_area {
    width: 450px;
}

.corner_left, .corner_right {
    position: absolute;
    top: 0;
    height: 5px;
    width: 5px;
    z-index: 6;
    left: 0;
}

#content .corner_right {
    left: 935px;
}
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

/*****************************
 6.) Portfolio Page (no sidebar)
 /****************************/
.portfolio_item {
    border: 1px solid #ddd;
}

.entry-head a, .more-link, #content .portfolio_item h3 a {
    background-color: #747474;
    color: #eee;
}

.entry-head a:hover, .more-link:hover, #content .portfolio_item h3 a:hover {
    background-color: #eaeaea;
    color: #747474;
}

/*****************************
 7.)pages with sidebar
 /****************************/
.entry {
    border-bottom: 1px solid #bbb;
}

/*.categories, .comments, .entry-head a, .more-link, #top .portfolio_item h3 a{
 background-color:#747474;
 color:#eee;
 }*/
.entry-head a:hover, .more-link:hover, #top .portfolio_item h3 a:hover {
    background-color: #eaeaea;
    color: #747474;
}

#top .bg_sidebar {
    background: transparent url(../images/bg_sidebar.png) repeat-y scroll center top;
}

/*****************************
 7.) Small Boxes and Sidebar "Widgets"
 /****************************/
.small_box h3 {
    border-bottom: 1px solid #DDD;
}

.small_box img {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.widget_categories a, .widget_pages a {
    border-bottom: 1px solid #ddd;
}

.widget_categories a:hover, .widget_pages a:hover {
    background: #f5f5f5;
}

.aligncenter {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.meta {
    color: #a0a0a0;
}

.read-more, .show-next {
    background: transparent url(../images/read_more.png) no-repeat scroll right top;
    color: #555;
}

.read-more:hover, .show-next:hover {
    background: transparent url(../images/read_more.png) no-repeat scroll right bottom;
    color: #666;
}

.entry ul, .entry ol {
    border-top: 1px solid #ddd;
}

.entry li {
    border-bottom: 1px solid #ddd;
}

blockquote {
    background: transparent url(../images/quotes.png) no-repeat scroll left 6px;
    color: #555555;
}

/*tables*/
/*************** Content Box ***************/
.content-box {
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    background: #fff;
}

.content-box-header {
    background: #e5e5e5 url('../images/bg-content-box.gif') top left repeat-x;
    margin-top: 1px;
    height: 40px;
}

.content-box-header {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
}

.content-box, .content-box-header, ul.content-box-tabs li a.current, .shortcut-button, .notification {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}

#colLeft .content-box-header h3 {
    padding: 12px 15px 10px;
    float: left;
}

ul.content-box-tabs {
    float: right;
    padding: 12px 15px 0 0 !important;
    margin: 0 !important;
}

ul.content-box-tabs li {
    float: left;
    margin: 0;
    padding: 0 !important;
    background-image: none !important;
}

ul.content-box-tabs li a {
    color: #333;
    padding: 8px 10px;
    display: block;
    margin: 1px;
    border-bottom: 0;
}

ul.content-box-tabs li a:hover {
    color: #57a000;
}

ul.content-box-tabs li a.current {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0;
}

.content-box-content {
    padding: 20px;
    font-size: 13px;
    border-top: 1px solid #ccc;
}

/************ Table ************/
#content table {
    width: 100%;
   /* border-collapse: collapse;*/
}

#content table thead th {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

#content tbody {
    border-bottom: 1px solid #ddd;
}

#content tbody tr {
    background: #fff;
}

#content tbody tr.alt-row {
    background: #f3f3f3;
}

#content table td, #content table th {
    padding: 10px;
    line-height: 1.3em;
}

#content table tfoot td .bulk-actions {
    padding: 15px 0 5px 0;
}

#content table tfoot td .bulk-actions select {
    padding: 4px;
    border: 1px solid #ccc;
}

/*************** Pagination ***************/
#content .pagination {
    text-align: right;
    padding: 20px 0 5px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
}

.pagination a.number {
    border: 1px solid #ddd;
}

.pagination a.current {
    background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
    border-color: #459300 !important;
    color: #fff !important;
}

.pagination a.current:hover {
    text-decoration: underline;
}

/************ Shortcut Buttons ************/
.shortcut-button {
    border: 1px solid #ccc;
    background: #f7f7f7 url('../images/shortcut-button-bg.gif') top left no-repeat;
    display: block;
    width: 120px;
    margin: 0 0 20px 0;
}

.shortcut-button span {
    border: 1px solid #fff;
    display: block;
    padding: 15px 10px 15px 10px;
    text-align: center;
    color: #555;
    font-size: 13px;
    line-height: 1.3em;
}

.shortcut-button span img {
    margin-bottom: 10px;
}

.shortcut-button:hover {
    background: #fff;
}

.shortcut-button span:hover {
    color: #57a000;
}

ul.shortcut-buttons-set li {
    float: left;
    margin: 0 15px 0 0;
    padding: 0 !important;
    background: 0;
}

/*************** Forms ***************/
/*
 form label {
 display: block;
 padding: 0 0 10px;
 font-weight: bold;
 }
 
 form fieldset legend {
 font-weight: bold;
 margin-bottom: 10px;
 padding-top: 10px;
 }
 
 form p small {
 font-size: 0.75em;
 color: #777;
 }
 
 
 form input.text-input,
 form select,
 form textarea,
 form .wysiwyg {
 padding: 6px;
 font-size: 13px;
 background: #fff url('../images/bg-form-field.gif') top left repeat-x;
 border: 1px solid #d5d5d5;
 color: #333;
 }
 
 form .small-input {
 width: 25% !important;
 }
 
 form .medium-input {
 width: 50% !important;
 }
 
 form .large-input {
 width: 97.5% !important;
 font-size: 16px !important;
 padding: 8px !important;
 }
 
 form textarea {
 width: 49.5% !important;
 font-family: Arial, Helvetica, sans-serif;
 }
 
 form select {
 padding: 4px;
 background: #fff;
 }
 
 form input[type="checkbox"],
 form input[type="radio"] {
 padding: 0;
 background: none;
 border: 0;
 }
 */
/*************** Notifications ***************/
.notification {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 99.8%;
}

.attention {
    background: #fffbcc url('../images/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #666452;
}

.information {
    background: #dbe3ff url('../images/information.png');
    border-color: #a2b4ee;
    color: #585b66;
}

.success {
    background: #d5ffce url('../images/tick_circle.png');
    border-color: #9adf8f;
    color: #556652;
}

.error {
    background: #ffcece url('../images/cross_circle.png');
    border-color: #df8f8f;
    color: #665252;
    background-repeat: no-repeat;
    background-position: 6px 10px;
}

.error2 {
    color: #665252;
    background-repeat: no-repeat;
    background-position: 6px 10px;
}

.notification div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}

/* Notification for form inputs */
.input-notification {
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    background-color: transparent;
    margin: 0 0 0 5px;
}

/* Notification for login page */
#login-wrapper #login-content .notification {
    border: 0;
    background-color: #141414;
    color: #fff !important;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 260px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    left: -28px;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 240px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul#our-process li {
    display: inline;
}

ul#our-process a {
    text-decoration: none;
}

ul#our-process a.selected {
    background-position: -232px 0px;
}

ul#our-process a:focus {
    outline: none;
}

.scrollButtons {
    cursor: pointer;
    margin-left: 205px;
    position: absolute;
    top: 465px;
}

.scrollButtons.leftNav {
    left: -22px;
    z-index: 10;
}

.scrollButtons.rightNav {
    left: 11px;
}

.hide {
    display: none;
}

/*
 .image-left, .image-border, .image-right {
 background:#FDFDFD none repeat scroll 0 0;
 border:1px solid #CCCCCC;
 float:left;
 margin:0 10px 3px 0;
 padding:3px;
 }
 */
.image-frame {
    background: url(../images/image-frame.png);
    background-repeat: no-repeat;
    float: left;
    margin: 0 10px 3px 0;
    padding: 3px;
    width: 143px;
    height: 119px;
    position: relative;
    /* top: -16px; */
}

.image-frame img {
    left: 16px;
    position: absolute;
    top: 17px;
}

/* Services
 ----------------------------------------*/
#header_services {
    height: 289px;
    position: relative;
    margin-top: 10px;
}

#header_services .headerText {
    font-size: 16px;
    color: #000;
    width: 500px;
    position: absolute;
    left: 394px;
    top: 185px;
    margin: 0;
    font-weight: normal;
}

#servicesSlideContainer #prev {
    background: url(../images/prevNextBtns.png) no-repeat 0 0;
    width: 22px;
    height: 24px;
    position: absolute;
    top: 290px;
    left: 32px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    z-index: 1000;
}

#servicesSlideContainer #prev:hover {
    background: url(../images/prevNextBtns.png) no-repeat 0 -24px;
}

#servicesSlideContainer #next {
    background: url(../images/prevNextBtns.png) no-repeat -22px 0;
    width: 22px;
    height: 24px;
    position: absolute;
    top: 290px;
    left: 69px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    z-index: 1000;
}

#servicesSlideContainer #next:hover {
    background: url(../images/prevNextBtns.png) no-repeat -22px -24px;
}

#servicesWrapper {
    width: 100%;
    margin: 0px 0 0px 0;
    overflow: hidden;
    
    position: relative;
}

.serv {
    width: 195px;
    float: left;
    padding: 10px 25px 10px 0px;
}

#servicesWrapper .design {
    width: 224px;
}

.serv a {
    display: block;
    font-size: 12px;
    outline: none;
    text-decoration: none;
}

.serv .active {
    font-size: 12px;
    color: #ED0C8D;
    text-decoration: none;
}

.serv .active:hover {
    text-decoration: none;
}

.serv h3 {
    text-indent: -9999px;
    margin-bottom: 10px;
}

#servicesWrapper .a-strategy {
    padding-right: 15px;
}

#servicesWrapper .c-technology {
    width: 208px;
}

#servicesWrapper .d-interactive_marketing {
    padding: 10px 0 0 0;
}

#different {
    border-top: 1px solid #000;
    padding: 40px 0 0 0;
    position: relative;
}

#whyDifferent {
    width: 100%;
    overflow: hidden;
}

#whyDifferent div {
    width: 415px;
    float: left;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
}

#whyDifferent p {
    margin-bottom: 25px;
}

#whyDifferent .last {
    padding-right: 0;
}

/*blog */
/* --- CONTENT --- */
/*#content {
 overflow: hidden;
 width: 1000px;
 background: #fff url(../images/dot.png) 659px 0 repeat-y;
 margin: 0 0 30px 0;
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
 -moz-border-radius-bottomleft: 8px;
 -moz-border-radius-bottomright: 8px;
 }*/
#main {
    float: left;
    width: 640px;
    padding: 10px;
	position:relative;
}

#sidebar {
    float: left;
    width: 340px;
}

/* --- FEATURED SECTION --- */
#featured {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px;
    position: relative;
    background: url(../images/featured_bg.png) 0 100% repeat-x;
    overflow: hidden;
    margin: 0 0 30px 0;
}

#featured #featured-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    background: url(../images/featuredbadge.png) no-repeat;
    z-index: 50;
}

/* Slider by CSS-Tricks: http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/ */
.stripViewer {
    position: relative;
    overflow: hidden;
    width: 614px;
    height: 226px;
}

.stripViewer .panelContainer {
    position: relative;
    left: 0;
    top: 0;
}

.stripViewer .panelContainer .panel {
    float: left;
    height: 100%;
    position: relative;
    width: 614px;
}

.stripNavL, .stripNavR, .stripNav {
    display: none;
}

.nav-thumb {
    border: 1px solid #cecece;
    margin-top: 6px;
    margin-left: 3px;
    padding: 4px;
}

#movers-row {
    margin: -131px 0 0 116px;
}

#movers-row div {
    width: 24%;
    padding: 2px;
    float: left;
}

#movers-row div a.cross-link {
    float: right;
}

.cross-link {
    display: block;
    width: 116px;
    margin-top: -14px;
    position: relative;
    padding-top: 15px;
    z-index: 9999;
}

.active-thumb {
    background: transparent url(../images/pointer.png) top center no-repeat;
}

/* --- BLOG SECTION --- */
#main h2 {
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 15px 10px;
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #E5008E;
}

#main h2 a {
    color: #0b2236;
}

#main .post {
    margin: 15px 0 30px 0;
}

#main .post h3 {
    font-size: 18px;
    color: #E5008E;
    margin: 0 0 10px 0;
}

#main .post h4 {
    font-size: 16px;
    color: #E5008E;
    margin: 0 0 10px 0;
}

#main .post h5 {
    font-size: 14px;
    color: #E5008E;
    margin: 0 0 10px 0;
}

#main .post h6 {
    font-size: 12px;
    color: #E5008E;
    margin: 0 0 10px 0;
}

#main .post blockquote {
    width: 510px;
    margin: 15px auto;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    padding: 15px;
    font-style: italic;
}

#main .post pre {
    background-color: #0b2236;
    padding: 15px;
    margin: 15px;
    color: #fff;
    font-family: Courier, "Courier New", monospace;
    font-size: 11px;
}

#main .post .thumb {
    background-color: #eee;
    float: left;
    margin: 0 15px 15px 0;
    padding: 5px;
    border: 1px solid #ddd;
}

#main .post .thumb:hover {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #eee;
}

#main .postcontent {
    padding: 5px 10px;
    overflow: hidden;
}

#main .post .meta span {
    background-color: #9FA1A4;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 10px;
    margin: 2px 0 0 0;
}

#main .post .meta span a {
    color: #fff;
}

#main .post .postmeta {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 10px 15px;
    text-transform: uppercase;
    line-height: 20px;
}

#main .post .postmeta p.comments {
    float: left;
    width: 50%;
    margin: 0;
}

#main .post .postmeta p.comments span {
    background: url(../images/commentsbadge.jpg) no-repeat;
    color: #fff;
    text-align: center;
    display: block;
    width: 30px;
    height: 21px;
    float: left;
    margin: 0 5px 0 0;
}

#main .post .postmeta p.more {
    float: right;
    width: 50%;
    margin: 0;
}

#main .post .share {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 10px 15px;
    line-height: 20px;
    margin: 25px 0;
}

#main .post .share h4 {
    float: left;
    width: 231px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

#main .post .share .social {
    border: none;
    float: left;
    margin: 5px 0 0 30px;
    overflow: hidden;
}

#main .post .share .social a {
    border: none;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

#main #blog .post ol {
    list-style: decimal inside;
    margin: 0 0 15px 0;
}

#main #blog .post ul {
    list-style: disc inside;
    margin: 0 0 15px 0;
}

#main a.more-link {
    display: block;
    width: 88px;
    height: 21px;
    float: right;
    background: url(../images/morebutton.jpg) no-repeat;
    text-indent: -9999px;
}

#main #bottomad {
    text-align: center;
    padding: 55px 0 20px 0;
}

#main .post .related {
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #e4e4e4;
    margin: 35px 0 10px;
}

#main .post .related h3 {
    color: #E5008E;
    font-size: 36px;
    text-align: center;
    margin: 10px 0 30px 0;
}

#main .post related ul {
    overflow: hidden;
    margin: 40px 0;
}

#main .post .related ul li {
    margin: 20px 0px 0;
    list-style: none;
    float: left;
    width: 20%;
}

#main .post .related ul li img {
    background-color: #fff;
    padding: 3px;
    border: 1px solid #e4e4e4;
}

#main .post .related ul li img:hover {
    background-color: #eee;
    padding: 3px;
    border: 1px solid #ddd;
}

/* --- COMMENTS --- */
#main #commentsarea {
}

#main #commentsarea h3 {

background:transparent url(../images/commentbubble.png) no-repeat scroll 25px 50%;
border-bottom:1px solid #E4E4E4;
border-top:1px solid #E4E4E4;
color:#E5008E;
font-size:20px;
line-height:56px;
margin:0 0 20px;
padding:0 15px;
}

#main #commentsarea ol {
    margin: 0 0 30px 35px;
}

#main #commentsarea ol li {
    background: #fff url(../images/comment_bg.png) 0 100% repeat-x;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px;
    overflow: hidden;
}

#main #commentsarea ol li img.avatar {
    float: left;
    margin: 0 15px 15px 0;
    padding: 3px;
    border: 1px solid #cecece;
}

#main #commentsarea ol li .meta span {
    background-color: #0b2236;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 10px;
    margin: 2px 0 0 0;
}

#main #commentsarea ol li .meta span a {
    color: #fff;
}

#main form {
    margin: 10px;
}

#main form#comment_form {
    background-color: #fafafa;
    border: 1px solid #eee;
    padding: 25px;
}

#main form#comment_form input[type = submit] {
    display: block;
    border: none;
    background: transparent url(/images/submit.png);
    height: 53px;
    width: 148px;
    color: #888;
    font-size: 14px;
}

#main form label {
    display: block;
    margin: 0 0 5px 0;
}

#main form input[type = text] {
    display: block;
    margin: 0 0 15px 0;
    padding: 10px 5px;
    font: 14px / 18px "Lucida sans", Tahoma, sans-serif;
    color: #454545;
    width: 240px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #e4e4e4;
	
}



.widget input[type = text] {
    display: block;
    margin: 0 0 -10px 0;
    padding: 10px 5px;
    font: 14px / 18px "Lucida sans", Tahoma, sans-serif;
    color: #999;
    width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #e4e4e4;
	font-style:italic;
	
}

.widget input[type = submit] {
    display: block;
    border: none;
    background: transparent url(../images/mini-submit.png);
    height: 32px;
    width: 90px;
    color: #888;
    font-size: 11px;
	margin-left:-2px;
}


#main form textarea {
    display: block;
    width: 510px;
    height: 210px;
    padding: 10px;
    margin: 0 0 20px 0;
    font: 14px / 18px "Lucida sans", Tahoma, sans-serif;
    color: #454545;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #e4e4e4;
}

/* --- SIDEBAR --- */
#ads {
    overflow: hidden;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #e4e4e4;
    background: #fafafa url(../images/widget_bg.jpg) repeat-x;
}

#ads img {
    background-color: #eee;
    padding: 5px;
    border: 1px solid #ddd;
}

#ads img:hover {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #eee;
}

#ads img.ad {
    margin: 0 -3px 10px 0;
}

#ads img.alt {
    margin-right: 5px;
}

#ads img.bottom {
    margin-bottom: 10px;
}

#ads a {
    color: #545454;
    font-weight: bold;
}

#sidebar h2 {
    margin: 0 0 0px 0;
    font-size: 20px;
    color: #0b2236;
}

#sidebar .widget {
    padding: 25px 25px 10px;
    border-bottom: 1px solid #e4e4e4;
    background: #fafafa url(../images/widget_bg.jpg) repeat-x;
    overflow: hidden;
}

#sidebar .widget ul {
    margin: 0 0 15px 0px;
}

#sidebar .widget ul li {
    border-bottom: 1px solid #e4e4e4;
    line-height: 34px;
    font-size: 14px;
    background: url(../images/bullet.png) 5px 50% no-repeat;
    padding: 0 0 0 25px;
}

#sidebar .widget ul li a {
    display: block;
    color: #0b2236;
    text-decoration: none;
}
#sidebar .widget img {
    float: left;
    margin: 0 15px 20px 0;
}

#sidebar .widget ul li img {
    background-color: #eee;
    padding: 5px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 15px 0 0;
}

#sidebar .widget ul li img:hover {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #eee;
}

#sidebar #popular ul li {
    background: none;
    padding: 15px 0;
    line-height: 18px;
    overflow: hidden;
}

#sidebar #popular ul li a {
    color: #656565;
}
#sidebar #popular ul li ul {
	margin: 0 0 0; 
}
#sidebar #popular ul li ul li {
    border-bottom: none;
    padding: 11px 0 0 15px;
	background-image: url(/images/arrow.png);
	background-position:left 19px; 
	background-repeat:no-repeat;
	margin-left: 5px;
}
#sidebar .bigad {
    padding: 30px 14px;
}

#sidebar .bigad img {
    padding: 5px;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
}

#sidebar .bigad img:hover {
    padding: 5px;
    background: #fff;
    border: 1px solid #eee;
}

/* --- FOOTER  --- */
/* IMAGE STYLING */
img.alignright {
    margin: 5px 7px 5px 7px;
    display: inline;
    float: right;
}

img.alignleft {
    margin: 5px 7px 5px 7px;
    display: inline;
    float: left;
}

.size-thumbnail.alignright {
    float: right;
}

.size-thumbnail.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.postcontent img {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    background: #EEEEEE none repeat scroll 0 0;
    border: 1px solid #DDDDDD;
}

/* --- PAGINATION  --- */
ul {
    border: 0;
    margin: 0;
    padding: 0;
}

#pagination li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none;
}

#pagination li, #pagination a {
    border-right: solid 1px #DEDEDE;
    margin-right: 2px;
}

#pagination .previous-off, #pagination .next-off {
    color: #888888;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 4px;
}

#pagination .next a, #pagination previous a {
    border: none;
    font-weight: bold;
}

#pagination .active {
    color: #000000;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px;
}

#pagination a:link, #pagination a:visited {
    border: 0;
    color: #E5008E;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: underline;
}

#pagination a:hover {
    text-decoration: none;
}

/* --- CONTACT  --- */
#contactform {
    background-color: #fafafa;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#contactform label {
    color: #E5008E;
    font-size: 14px;
    display: block;
}

#contactform input[type = text], #contactform input[type = password] {
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font: 14px / 18px "Lucida sans", Tahoma, sans-serif;
    color: #777;
    padding: 8px 5px;
    margin: 0 0 15px 0;
	
}

#contactform textarea {
    width: 300px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font: 14px / 18px "Lucida sans", Tahoma, sans-serif;
    color: #777;
    padding: 8px 5px;
    margin: 0 0 15px 0;
}

#contactform input#submit {
    width: 148px;
    height: 53px;
    border: none;
    background: url(../images/submit.png) 0 0 no-repeat;
    float: right;
    margin: 0 2px 0 0;
    cursor: pointer;
}

div#error p.loading {
    background: url(../images/loader.gif) 0 50% no-repeat;
    padding: 5px 0 0 20px;
}

div#error p.wrong {
    color: red;
}

#blog h2 a {
    text-decoration: none;
}

#blog h3 a {
    text-decoration: none;
}

#main .post h2 {
    font-size: 26px;
}

/**********************************
 
 Name: cmxform Styles
 
 ***********************************/
form.cmxform {
    width: 370px;
    font-size: 1.0em;
    color: #333;
}

form.cmxform legend {
    padding-left: 0;
}

form.cmxform legend, form.cmxform label {
    color: #333;
}

form.cmxform fieldset {
    border: none;
    border-top: 1px solid #C9DCA6;
    background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
    background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
    background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
    padding: 5px 10px 7px;
    background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic
}

div.error {
    display: none;
}

input {
    border: 1px solid black;
}

input.checkbox {
    border: none
}

input:focus {
    border: 1px dotted black;
}

input.error {
    border: 1px dotted red;
}

form.cmxform .gray * {
    color: gray;
}

.h3pre {
    display: none;
}

/* Logo Viewer */
#logoViewer {
border-left:1px solid #CCCCCC;
height:294px;
margin-left:-30px;
margin-top:6px;
overflow:hidden;
padding-left:21px;
position:relative;
text-align:center;
width:262px;
}

#logoViewer li {
    display: none;
    text-align: center;
}

.servicesPage {
    clear: both;
    float: left;
    padding: 0px !important;
    margin: 0px !important;
    width: 960px !important;
    position: relative;
    height: 328px !important;
}

#servicesSlides .slideText {
    color: #7B7B7B;
    left: 18px;
    z-index: 50;
    line-height: 17px;
    position: absolute;
    width: 405px;
    position: absolute;
    top: 100px;
    left: 20px;
    width: 405px;
    color: #7b7b7b;
    line-height: 17px;
}

#servicesSlides li {
    margin: 0px;
    padding: 0px;
    width: 960px;
    position: relative;
    height: 328px;
}

.slider-bar {
    background-color: #FFFFFF;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    height: 6px;
    position: absolute;
    top: 327px;
    width: 960px;
    z-index: 5;
}

.heading-dynamic {
    position: absolute;
    top: 20px;
    z-index: 3;
    left: 20px;
}

#servicesSlides .slideText span {
    color: #ED0C8D;
}

.serviceTestimonial {
    /*border-right: 1px solid #E8E7E7;*/
    float: left;
	position: relative;
    border-top: 1px solid #E8E7E7;
  	height: 300px ;
    width: 269px;
    /*background: #efefef;*/
}

#servicesWrapper {
position: relative;
    width: 960px;
    float: left;
  
}

.testimonialText {
    margin-top: 60px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 16px;
    color: #464646;
    line-height: 120%;
    width: 244px;
    text-align: right;
}




/*JQUERY TOOLS APPLE EFFECT*/

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}



#author-box{
	width:615px;
    background-color: #FAFAFA;
	border:1px solid #EEE;
	padding:5px;
}

#author-avatar{

	float:left;
	margin-right:20px;

}

#author-avatar img{
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    padding: 5px;

}


#author-bio{
	width:460px;
	float:left;
	margin-top:10px;
}
#terms h2, #terms h3, #terms p, #terms ol, #terms ul{
	margin-top: .8em;
	margin-bottom: .8em;
	padding-bottom: 0;
}
#terms h2, #terms h3 {
	margin-top: 1.4em;
}
