/**
 * Theme Name: WhiteCoat
 * Theme URI: http://cs3solutions.com
 * Description: custom theme
 * Version: 2.0
 * Author: CS3 Solutions
 * Author URI: http://cs3solutions.com
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2007 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */
/* Get base CSS */
@import url('../hybrid/library/css/18px.css');
/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');
/* Get drop-downs CSS 
@import url('../hybrid/library/css/drop-downs.css');
*/
/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
@import url('tabs.css');
/**
 * Body
 ************************************************/

/* make sure mobile browsers don't screw up text sizes */
@media all and (max-width: 500px) {
  html {
	  -webkit-text-size-adjust:none;
  }
}


body {
    font: 13px / 22px Times New Roman, Georgia, serif;
   /* font:  13px / 22px Verdana, Arial, Helvetica, sans-serif;*/
    color: #000;
    background: #414143;
}

#body-container {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    background: #fff;
}

/**
 * Elements
 ************************************************/
/* Links */
a {
    color: #f03390;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
}

h1, h2 {
    font-size: 20px;
}

h3 {

    font-size: 18px;

}

.hentry h3 {
    font-family: verdana, sans-serif;
    font-weight: bold;
        color: #F03390;
        font-size: 11px;
}


h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

/* Lists */
ul {
    list-style: square;
}

/* Blockquotes */
blockquote {
    padding: 20px 20px 0 20px;
    margin: 20px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    background: #eee;
    border: 1px solid #ddd;
}

blockquote blockquote {
    margin: 0 0 20px 0;
    background: #f7f7f7;
    border: 1px solid #ccc;
}

/* Code */
code {
    padding: 2px 3px;
    font: normal normal normal 12px / 22px Arial, Verdana, sans-serif;
    color: #444;
    background: #eee;
}

pre {
    overflow: auto;
    padding: 20px;
    font: normal normal normal 12px / 22px Arial, Verdana, sans-serif;
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
}

pre code {
    padding: 0;
}

/* Tables */
table {
    width: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

caption {
    font: italic normal normal 12px / 22px Verdana, Geneva, Tahoma, sans-serif;
    text-align: right;
    color: #666;
}

tr {
    margin: 1px;
    border-top: 1px solid #ddd;
}

td {
    padding: 3px;
    font: normal normal normal 13px / 22px Arial, Verdana, sans-serif;
    border-right: 1px solid #ddd;
}

tr.alt td, tr.even td {
    background: #f7f7f7;
}

th {
    padding: 3px;
    font-weight: normal;
    color: #444;
    background: #eee;
    border-right: 1px solid #ddd;
}

/* Acronyms */
acronym {
    font-size: 13px;
    border: none;
}

/* Drop caps */
.drop-cap {
    float: left;
    margin: 3px 3px 0 0;
    font: normal normal normal 47px / 35px "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Cambria, Georgia, serif;
    color: #333;
}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
    font: normal normal normal 13px / 22px Arial, Verdana, sans-serif;
    color: #444;
}

/* Notes */
.note {
    padding: 9px;
    background: #eee;
    border: 1px solid #ccc;
}

/* Warnings/Alerts */
.warning, .alert {
    padding: 9px;
    background: #fffbbc;
    border: 1px solid #E6DB55;
}

/* Errors */
.error {
    padding: 9px;
    background: #ffebe8;
    border: 1px solid #C00;
}

/* Downloads */
.download {
    padding: 9px;
    background: #e7f7d3;
    border: 1px solid #6c3;
}

/* Alignment */
.left, .alignleft {
    float: left;
    margin: 0 20px 0 0;
}

.right, .alignright {
    float: right;
    margin: 0 0 0 20px;
}

.center, .aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

.block, .alignnone {
    display: block;
    margin: 0 0 20px 0;
}

.clear {
    clear: both;
}

/**
 * Images
 ************************************************/
/* Thumbnails */
.thumbnail {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 15px 10px 0;
    padding: 4px;
    border: 1px solid #ccc;
    background: #fff;
}

/* Avatars */
.avatar {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 15px 10px 0;
    padding: 4px;
    border: 1px solid #ccc;
    background: #fff;
}

/* Captions */
.wp-caption {
    max-width: 576px;
    padding: 4px 0 4px 0;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 5px;
    text-align: right;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #454545;
}

.wp-caption img {
    max-width: 566px;
    margin: 0;
    padding: 0;
    border: 1px solid #666;
}

/**
 * Page Navigation
 ************************************************/
#navigation {
    position: relative;
    /* top: -102px; */
    width: 960px;
    margin: 0 auto;
}

#page-nav {
    height: 51px;
    float: left;
    width: 100%;
    background: transparent url(images/navbg.png) repeat-x;
    margin: 0;
}

#page-nav ul {
    padding-top: 14px;
    float: right;
    width: auto;
    list-style: none;
    margin: 0;
}

#page-nav li {
    float: left;
    margin: 0;
    padding: 0;
}

#page-nav a {
    display: block;
    font: 10px/11px Verdana, sans-serif;
    text-transform:uppercase;
    color: #fff;
    padding: 13px 6px 13px 6px;
}

#page-nav a:hover {
    text-decoration: underline;
}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul {
    top: 40px;
}

#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul {
    top: -1px;
}

#page-nav ul ul {
    border-top: 1px solid #01192f;
    background: #01203C;
}

#page-nav li li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #01192f;
}

#page-nav li li a {
    padding: 10px 10px;
    border: none;
}

#lines {
    background: transparent url(images/nav-bottomlines.png) repeat-x;
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    top: 278px;
}

/**
 * Header
 ************************************************/
#header-container {
    position: relative;
    z-index: 100;
}

#header {
    overflow: hidden;
    /* position: relative;
     top: 40px;*/
    height: 70px;
    /* padding: 20px 20px;
     border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;*/
    background: #fff;
}


#site-title a{
    display: block;
    background: transparent url(images/logo-about.png) no-repeat left top;
    height: 139px;
    width: 260px;
	   position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;	
}


#site-description {
    font: italic normal normal 13px / 22px Georgia, Times, 'Times New Roman', serif;
    color: #666;
    margin: 0;
}

/* Utility: Header widget area */
#utility-header {
    overflow: hidden;
    float: right;
    width: 632px;
    height: 70px;
}

#utility-header .widget {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.blog #utility-header, .singular-post #utility-header, .archive #utility-header {
    position: absolute;
    left: 110px;
    top: 142px;
}

.blog #container, .singular-post #container, .archive #container {
    background: transparent url(images/aboutbg.gif) repeat-x left top;
}

.blog #utility-header h3, .singular-post #utility-header h3, .archive #utility-header h3 {
    /*background: transparent url(images/blog-title.gif) no-repeat;*/
    width: 102px;
    height: 37px;
    text-indent: -9999px;
}

/**
 * Containers
 ************************************************/
#container {
    position: relative;
    overflow: hidden;
    width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

.singular-post #container {
    padding-top: 30px;
}

.blog #container, .category-client #container, .category-blog #container, .archive #container {
    padding-top: 80px;
}


.content {
    overflow: hidden;
    float: left;
}

.content, .no-widgets .content, .no-default-widgets .content {
    width: 920px;
}

.blog.primary-active .content, .singular-post.primary-active .content, .archive.primary-active .content {
    width: 680px;
    padding-left: 49px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

/**
 * Content
 ************************************************/
.hentry, .breadcrumb {
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;

    /* border: 1px solid #ccc; */
}

/* Entry titles. */
.entry-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.page-title, .singular-page-title {
    margin: 0 0 20px 0;
}

/* Byline */
.byline {
    text-transform: lowercase;
    font-size: 14px;
    font-style: italic;
    color: #666;
}

.blog .byline, .archive .byline, .search .byline {
    margin-bottom: 10px;
}

.byline .author, .byline .published {
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
}

.byline a {
    color: #333;
}

/* Entry meta */
.entry-meta {
    clear: both;
    font-size: 14px;
    color: #666;
}

.entry-meta a {
    font-style: normal;

}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
    background: #fff;
}

/* Page links <!--nextpage--> */
p.pages {
    font-style: italic;
}

p.pages a {
    margin: 0 2px;
    padding: 4px 12px;
    color: #eee !important;
    background: #01203C;
    border: 1px solid #eee;
}

/* WP PageNavi */
.wp-pagenavi {
    overflow: hidden;
}

.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
    float: left;
    margin: 0 6px 0 0;
    padding: 4px 12px;
    color: #eee !important;
    background: #01203C;
    border: 1px solid #eee;
}

/* Navigation links */
.navigation-links {
    overflow: hidden;
    display:none;
}

.next, .previous {
    max-width: 50%;
    font-size: 13px;
}

.previous {
    float: left;
}

.next {
    float: right;
    text-align: right;
}

#comments-template .paged-navigation {
    text-align: center;
}

#comments-template .paged-navigation .page-numbers {
    padding: 3px 6px;
    font-style: italic !important;
    border-top: 1px solid #eee !important;
}

#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
    float: none;
    text-align: left;
    border: none !important;
}

/**
 * Widgets
 ************************************************/
#primary {
    position: relative;
    float: right;
    width: 300px;
}

.blog #primary, .singular-post #primary, .archive #primary {
    width: 169px;
    padding-left: 20px;
    border-top: 1px solid #ccc;
}

#primary .widget-title{
    color: #808284;
    font-size: 13px;
    text-transform: uppercase;
}
#secondary {
    position: relative;
    clear: right;
    float: right;
    width: 300px;
}

/* Widgets */
.widget {
    overflow: hidden;
    padding: 20px 20px 0 20px;

}

#primary .widget, #secondary .widget {
    padding: 20px 0 0 0;
}

/* Widget titles */
.widget-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #0C386E;
}

/* Widget content */
.widget ul {
    list-style: square;
    margin-left: 20px;
    margin-left: 0;
}

.widget ul li {
    list-style: none;
}
/**
 * Comments
 ************************************************/
#comments-template {
    overflow: hidden;
    margin: 0 0 20px 0;
    background: #fff;
    padding: 0 0 0 20px;
}


/* Comment list */
.comment-list, .comment-list ol {
    list-style: none;
    margin: 0;
}

.comment-list li, .comment-list li li li, .comment-list li li li li li {
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;   
}

.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
    background: #fff;
    border: 1px solid #ddd;
}

/* Comment avatar */
.comment-list li .avatar {
    float: left;
    width: 37px;
    height: 37px;
    margin: 5px 10px 0 0;
    padding: 2px;
    border: 1px solid #ccc;
    background: #eee;
}

/* Comment meta */
#comments .comment-meta-data {
    margin: 5px 0 20px 0;
    color: #666;
}

#comments cite {
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
}

/* Comment text */
#comments .comment-text {
    clear: left;
}

/* Comments form */
#respond {
    overflow: hidden;
    margin: 0 0 20px 0;
    background: transparent;
}

.text-input {
    display: block;
    padding: 5px;
    width: 300px;

    background: #e6e7e8;
    border-right: 2px solid #9b9c9c;
    border-bottom: 2px solid #9b9c9c;
    border-top:none;
    border-left: none;
    float:left;
}

#respond label {
    text-transform: uppercase;
    padding-left: 15px;
}

#respond span.required {
    font-weight: bold;
    color: #01203C;
}

textarea {
    width: 94%;
    padding: 5px;
    margin: 0 0 20px 0;
    border-right: 2px solid #9b9c9c;
    border-bottom: 2px solid #9b9c9c;
    border-top:none;
    border-left: none;
    background: #e6e7e8;    
}
.form-textarea label {display:none;}
.form-url {display:none;}
.button {
    width: 100px;
    padding-left: 9px;
    margin-right: 10px;
    font-weight: bold;
    color: #000;
    background: transparent url(images/buttonbg.gif) no-repeat center left;
    border:none;

}

.button:hover {
    cursor: pointer;
}

/**
 * Footer
 ************************************************/
/* Footer container */
#footer-container {
    clear: both;
    overflow: hidden;
}

/* Subsidiary */
#subsidiary {
    overflow: hidden;
    width: 940px;
    padding: 30px 20px 10px 20px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#subsidiary .widget {
    float: left;
    width: 170px;
    margin: 0 18px 0 0;
    padding: 0;
    border: none;
}

/* Footer */
#footer {
    clear: both;
    overflow: hidden;
    color: #000;
    margin: 0 auto;
    padding: 0;
    background-color: #e5e6e3;
    font-size:7px;
    font-family: helvetica, arial,sans-serif;
    
}

#footer a {
    color: #f03390;
}

#footer .copyright {
    display: inline;
    float: left;
    margin-left: 40px;
    padding:0;
}

#footer .credit {
    text-align: right;
}

.singular-page .byline {
    display: none;
}

.page {
    padding: 0;
}

/* HOME PAGE */

.home #site-title a{
    background: transparent url(images/logo.png) no-repeat left top;
    height: 170px;
    width: 314px;
    display: block;
}

.home h2.page-title {
    display:none;
}

.home #flash-banner {
    width: 960px;
    /* height: 303px; */

}
.home #container-bottom {
    float: left;
    background: transparent url(images/contactusbg.gif) no-repeat;
    width: 940px;
    height: 79px;
    border-top: 1px solid #ed0677;
    margin-top:-80px;
}
.home .entry-meta {
    display: none;
}

.home {
    font: 12px / 22px verdana, sans-serif;
}

.home #container {
    width: 100%;
    padding:0;
	overflow: auto;
	float:left;
}

.home #navigation {
float:left;
}

.home.primary-active .content, .home .secondary-active .content {
    width: 637px;
    padding-top:0px;
    min-height: 350px;
}

.home .page {
    background: transparent url(images/home-man.gif) no-repeat 0 0;
    padding-left: 220px;
}

.home #primary {
    width: 240px;
    border: 1px solid #333;
    padding: 5px;
    margin-right:20px;
    margin-top:0px;
    background-color: #fff;
}
.home #primary .widget {
    margin:0;
    padding:0;
}

.home #primary h3.widget-title {
    text-indent: -9999px;
    background: transparent url(images/news-title.gif) no-repeat;
    border-bottom: 1px solid #F03390;
}
.home #secondary {
    position: absolute;
    left: 10px;
    top: 320px;
    width: 95px;
    border: 1px solid #F03390;
}

.home #secondary ul {
    list-style: none;
    background-color: #8f9185;
    margin: 0;
    padding: 10px 0;
}

.home #secondary h3.widget-title {
    background: #8f9185 url(images/connect-title.gif) no-repeat;
    text-indent:-9999px;
    padding: 0;
    margin:0;
}

.home #secondary .widget_sp_image img {
    margin:0;
}
.home #secondary .widget {
    background: transparent;
    padding:0;
    margin:8px 8px;
}

.home #secondary ul li a {
    background-image: url(images/home-social-icons.jpg);
    background-repeat: no-repeat;
    width: 20px;
    display: block;
    text-indent: -9999px;
    margin: 3px auto;
}

.home #secondary ul li a.twitter-icon {
    background-position: 0 0;
}

.home #secondary ul li a.rss-icon {
    background-position: 0 -27px;
}

.home #secondary ul li a.youtube-icon {
    background-position: 0 -56px;
}

.home #secondary ul li a.facebook-icon {
    background-position: 0 -86px;
}
.home #secondary ul li a.vimeo-icon {
    background-position: 0 -114px;
}
.home {
    margin-bottom: 20px;
}

.home .widget {
    border: none;
}

/* RECENT POSTS WIDGET */

.home .posts {
    margin: 0;
    font-family: verdana;
    font-size: 10px;
    line-height: 13px;
}

.home .posts .hentry {
    padding:0;
    margin: 0;
    font-family: verdana;
    font-size: 10px;
}

.home .posts h2{
        padding:0;
    margin:0;
}

.home .posts h2 a{
    font-weight: bold !important;
    font-size:12px;
    text-transform: capitalize;

}

.home .widget_posts a {
    color: #df2276;
}

a.read_more {text-transform: uppercase;color: #df2276!important;display:block;width:100%;}
.home .posts .byline {
        display: block;
        padding:0;
        margin:0;
}
.home .posts .byline span, .home .posts .byline span a {

    font-size: 10px;
    color: #ccc;
}
/* ABOuT US */
.page-2 {
    font: 10px/18px verdana,sans-serif;
}
.page-2 .hentry {
    background: transparent;
}

.page-2 #container {
    background: transparent url(images/aboutbg.gif) repeat-x left top;
}

.page-2 h1 {
    margin-top: 29px;
    text-indent: -9999px;
    background: transparent url(images/aboutus-title.gif) no-repeat;
    width: 191px;
    height: 20px;
}

.page-2 h1 a {

}

.page-2 h2 {
    color: #f03390;
    font-size: 13px;
    font-family: verdana, sans-serif;
    margin-bottom: 10px;
}

.page-2 .content {
    width: 524px;
    padding-left: 100px;
}

.page-2 .entry-content {
    margin-top: 40px;
}

.page-2 #primary {
    width: 112px;
    float: left;
    margin: 90px 0 0 50px;
}

.page-2 #primary .widget {
    border: none;
    padding: 0;
}

.page-2 ul#sigs {
    margin:0;}

.page-2 ul#sigs li {
    list-style: none;
    float: left;
    width: 100px;
    color: #f03390;
    margin-right: 50px;
}

.page-2 #footer-container {
    padding-top: 20px;
    border-top: 1px solid #f03390;
}


/* Videos */

.page-560 #text-15 .textwidget {
visibility:hidden;
}

.page-560 {
    font: 10px/18px verdana,sans-serif;
}
.page-560 .hentry {
    background: transparent;
}

.page-560 #container {
    background: transparent url(images/aboutbg.gif) repeat-x left top;
}

.page-560 h1 {
    margin-top: 24px;
    text-indent: -9999px;
    background: transparent url(images/videos-title.gif) no-repeat;
    width: 169px;
    height: 25px;
}

.page-560 h1 a {

}

.page-560 h2 {
    color: #f03390;
    font-size: 13px;
    font-family: verdana, sans-serif;
margin-top: 30px;    
margin-bottom: 20px;
}

.page-560 p {
margin:0;
}

.page-560 .content {
    width: 724px;
    padding-left: 100px;
}

.page-560 .entry-content {
    margin-top: 10px;
}

.page-560 #primary {
    width: 112px;
    float: left;
    margin: 90px 0 0 50px;
}

.page-560 #primary .widget {
    border: none;
    padding: 0;
}

.page-560 ul#sigs {
    margin:0;}

.page-560 ul#sigs li {
    list-style: none;
    float: left;
    width: 100px;
    color: #f03390;
    margin-right: 50px;
}

.page-560 #footer-container {
    padding-top: 20px;
    border-top: 1px solid #f03390;
}



/* WHAT MAKES US DIFFERENT */
.page-6 {
    font: 11px / 14px helvetica, arial, sans-serif;
}

.page-6 #container {
    background: transparent url(images/wmud-bg.gif) no-repeat 0 287px;
    border-bottom: 1px solid #f03390;
    margin: 0 0 20px 0;
}


.page-6 .hentry {
    background: transparent;
    margin-bottom: 0;
}

.page-6 .entry-meta {
    margin: 0;
    padding: 0;
    display: none;
}

.page-6 h1 {
    text-indent: -9999px;
    background: transparent url(images/whatmakesusdifferent.gif) no-repeat;
    width: 432px;
    height: 31px;
    position: absolute;
    top: 27px;
    left: 240px;
}

.page-6 .entry-content {
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.page-6 #primary .widget {
    padding: 0;
    border: none;
    background: transparent;
}

.page-6 .content {
    overflow: hidden;
    float: right;
    width: 520px;
    margin: 75px 0 0 0;
}

.page-6 #primary {
    margin: 75px 0 0 0;
    float: left;
    width: 400px;
    border-top: 1px solid #ccc;
    background: transparent;
}

.page-6 #secondary {
    clear: left;
    float: left;
    width: 300px;
}

.page-6 #footer-container {
    border-top: 1px solid #000;
}

.page-6 #footer {
    margin-top: 20px;
}

/* CONTACT US */

.page-9 .page {
    background: transparent;
    margin: 0;
}

.page-9 h1 {
    margin: 35px 0 0 114px;
    text-indent: -9999px;
    background: transparent url(images/contactus-title.png) no-repeat;
    width: 242px;
    height: 29px;
}

.page-9 #container {
    background: transparent url(images/contactbg-final.gif) repeat-x left top;
}

.page-9 .vcard {
    float: left;
    width: 700px;
    padding: 20px 0 0 114px;
    font-family: verdana, sans-serif;
    font-size: 11px;
    color: #464547;
}

.page-9 .vcard .vcard-left, .page-9 .vcard .vcard-right {
    float:left;
width:340px;
}

.page-9 .tel {
    font-weight:bold;
    color:#e14994;
}
.page-9 #map {
    float: right;
    width: 50%;
    position: relative;
    top: 12px;
    right: 37px;
}
.page-9 p {margin:0;padding:0;}
.page-9 .vcard p {padding-bottom: 10px;}
.page-9 #container-bottom {
    float: left;
    background: transparent url(images/contactusbg.gif) no-repeat;
    width: 940px;
    height: 79px;
}

.page-9 .content {
}

.page-9 .entry-content {
    width: 100%;
    min-height: 274px;
    margin: 50px 0 0 0;
    float: left;
    /* background: transparent url(images/contact-contentbg.gif) no-repeat; */
    background:none;
}

.page-9 .entry-meta {
    display: none;
    visibility: hidden;
}

.page-9 #footer {
    padding-top: 0;
}

/* BLOG */

.blog .case-study-topmenu {display: none;}
.blog #header, .singular-post #header, .archive #header {
    background-color: #fff;
}
a.blog-tw, a.blog-fb, a.blog-yt {
    display: block;
    float: left;
    text-indent: -9999px;
    padding-bottom: 15px;
}

a.blog-tw {
    background: transparent url(images/twitter-logo-small.png) no-repeat;
    width: 40px;
    height: 30px;
}

a.blog-fb {
    background: transparent url(images/facebook-logo-small.png) no-repeat;
    width: 40px;
    height: 30px;
    margin-left: 2px;
}

a.blog-yt {
    background: transparent url(images/YouTube-Logo-small.png) no-repeat;
    width: 40px;
    height: 30px;
    margin-left: 2px;
}


.blog #container, .single #container, .archive #container {
    margin-bottom: 20px;
}

.blog .entry-summary, .singular-post .category-blog .entry-summary, .singular-post .category-client .entry-summary, .archive .entry-summary {
    line-height:1.5em;
	font-size: 11pt;
}

.blog .entry-content, .singular-post .category-blog .entry-content, .singular-post .category-client .entry-content, .archive .entry-content {
    font-size: 12pt;
}

.blog h2, .singular-post .category-blog h2, .singular-post .category-client h2, .archive h2 {
    line-height:1em;
}

.blog .entry-meta, .singular-post .category-blog .entry-meta, .singular-post .category-client .entry-meta, .archive .entry-meta {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.blog .byline, .singular-post .category-blog .byline, .singular-post .category-client .byline, .archive .byline {
    font-size: 10px;
	font-style:normal;
	line-height: .5em;
}
.blog .byline a, .singular-post .category-blog .byline a, .singular-post .category-client .byline a, .archive .byline a {
    font-size: 10px;
	font-style:normal;
}

.blog #footer-container, .singular-post #footer-container,.archive #footer-container {
    padding-top: 20px;
    border-top: 1px solid #f03390;
}
/* CASE STUDIES */
.page-7 p {
	line-height: 10px;
}
.page-7 {
    font: 10px / 12px verdana, sans-serif;
}

.page-7 a {
    color: #fff;
}

.page-7 h2 {
    text-indent: -9999px;
}
.page-7 .entry-content h2 {
    background: transparent url(images/traditionalpr-cstitle.gif) no-repeat center left;
    width:129px;
    height:19px;
}

.page-7 #secondary-content-1 h2 {
    background: transparent url(images/video-cstitle.gif) no-repeat center left;
        width:51px;
    height:18px;
}

.page-7 #secondary-content-2 h2 {
    background: transparent url(images/social-cstitle.gif) no-repeat center left;
        width:110px;
    height:20px;
    }

.page-7 #secondary-content-3 h2 {
    background: transparent url(images/hybrid-cstitle.gif) no-repeat center left;
        width:198px;
    height:35px;
}

.page-7 #container {
    background: transparent url(images/casestudies-containerbg.gif) repeat-x left top;
    min-height: 530px;
}

.page-7 .hentry {
    float: left;
    background: transparent;
}

.page-7 .entry-content {
    position: absolute;
    top: 87px;
    left: 16px;
    width: 175px;
    height: 211px;
    z-index: 2;
    padding: 12px 12px 0 12px;
}

.page-7 #secondary-content-1 {
    position: absolute;
    top: 87px;
    left: 240px;
    width: 175px;
    height: 211px;
    padding: 12px 12px 0 12px;
}

.page-7 #secondary-content-2 {
    position: absolute;
    top: 87px;
    left: 460px;
    width: 175px;
    height: 211px;
    padding: 12px 12px 0 12px;
}

.page-7 #secondary-content-3 {
    position: absolute;
    top: 325px;
    left: 292px;
    width: 200px;
    height: 199px;
    padding: 12px 0 0 12px;
    color: #fff;
}

.page-7 #secondary-content-3 h2 {
    color: #fff;
    font-size: 17px;
}

.page-7 h1 {
    margin: 29px 0 0 114px;
    text-indent: -9999px;
    width: 279px;
    height: 32px;
    background: transparent url(images/casestudies-title.gif) no-repeat;
}

.page-7 .content {
    overflow: visible;
    position: relative;
    background: transparent url(images/case-contentbg.png) no-repeat 0 82px;
    padding-bottom: 440px;
    width: 668px;
    float: left;
}

.page-7 #primary {
    width: 196px;
    background-color: #44433e;
    color: #fff;
    position: absolute;
    right:-3px;
    top: 230px;
}

.page-7 #primary .widget {
    background: transparent;
    border: none;
    padding: 10px 0 0 10px;    
}

.page-7 #primary h3.widget-title {
    color: #f03390;

}

.page-7 a.case {
    width: 103px;
    height: 29px;
    text-indent: -9999px;
    background: transparent url(images/case-button.gif) no-repeat;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.page-7 #secondary-content-3 a.case {
    bottom: 30px;
}

.page-7 .widget_sp_image {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
}

/* CASE STUDY PAGES */


.page-75 #primary, .page-76 #primary, .page-77 #primary, .page-78 #primary {
	margin-top: 40px;
	    float: left;
    width: 280px;
    background: transparent;
	padding: 0;
}

.page-75 #content .content, .page-76 #content .content, .page-77 #content .content, .page-78 #content .content {
	margin-top: 20px;
	    overflow: hidden;
    float: right;
    width: 638px;
	padding:0;
	border: none;
	border-left: 1px solid #ccc;
}
.category-traditional-pr #content .content, 
.category-social-media #content .content{
    overflow: hidden;
    float: right;
    width: 553px;
	padding:0;
	border: none;
	border-left: 1px solid #ccc;
}

/*.category-traditional-pr,
.category-social-media,
.category-video,
.category-hybrid{
	font: 10pt Verdana;
     color: #000000;
}*/

.category-traditional-pr h1 a, 
.category-social-media h1 a,
.category-video h1 a, 
.category-hybrid h1 a{
     color: #000000;
	 font-style:Verdana;
	 font-size:11pt;
	 font-weight:bold;
}

.category-traditional-pr h3 a, 
.category-social-media h3 a,
.category-video h3 a, 
.category-hybrid h3 a{
	 font-style:Verdana;
	 font-size:11pt;
	 font-weight:bold;
}
.category-traditional-pr .H3div, 
.category-social-media .H3div,
.category-video .H3div, 
.category-hybrid .H3div{
    font-family: verdana, sans-serif;
    font-weight: bold;
    color: #F03390;
    font-size: 11px;
 	line-height: 2em;
	margin-bottom:5px;
	margin-top:30px;
}

.category-traditional-pr #primary, 
.category-social-media #primary {
    float: left;
    width: 365px;
    background: transparent;
	padding: 0;
     border-top:none;   
}

 
.category-video #content .content, 
.category-hybrid #content .content {
    overflow: hidden;
    float: right;
    width: 553px;
	padding:0;
	border: none;
		border-left: 1px solid #ccc;
		
}

.category-video #content .content{background:transparent url(images/cs-video-contentbg.png) no-repeat right top;font-family: verdana, sans-serif; font-size: 9px; line-height:1.5em;}
.category-hybrid #content .content{background:transparent url(images/cs-hybrid-contentbg.png) no-repeat right top;font-family: verdana, sans-serif; font-size: 9px; line-height:1.5em;}
.category-social-media #content .content{background:transparent url(images/cs-social-contentbg.png) no-repeat right top;    font-family: verdana, sans-serif; font-size: 9px; line-height:1.5em;}
.category-traditional-pr #content .content{background:transparent url(images/cs-tradpr-contentbg.png) no-repeat right top;font-family: verdana, sans-serif; font-size: 9px; line-height:1.5em;}

.category-video #primary, 
.category-hybrid #primary {
    float: left;
    width: 365px;
    background: transparent;
	padding: 0;
    border-top:none;
}


.category-traditional-pr #comments-template, 
.category-social-media #comments-template,
.category-video #comments-template, 
.category-hybrid #comments-template {
    display:none;
}

.category-traditional-pr #container, 
.category-social-media #container,
.category-video #container, 
.category-hybrid #container{
    background: transparent url(images/cs-containerbgv2.gif) repeat-x left 0px;
}

.category-traditional-pr .byline, 
.category-social-media .byline,
.category-video .byline, 
.category-hybrid .byline{
     display: none;
}

.category-traditional-pr .entry-meta, 
.category-social-media .entry-meta,
.category-video .entry-meta, 
.category-hybrid .entry-meta{
     display: none;
}

.page-75 #primary .widget,.page-76 #primary .widget,.page-77 #primary .widget,.page-78 #primary .widget,
.category-traditional-pr #primary .widget, 
.category-social-media #primary .widget, 
.category-video #primary .widget, 
.category-hybrid #primary .widget {
    padding-right:20px;
}

.case-study-video {
	float:right;
	width: 330px;
	padding-right: 20px;
}

.video-link {
    padding: 0 0 0 33px;
    float:left;
    width: 100%;
    text-transform:uppercase;
        font-family: verdana, sans-serif;
    font-size: 9px;
}
/* CASE STUDIES MENU */

 #text-12 {
 	float: right;
	width: auto;
    font-family: verdana, sans-serif;
    font-size: 9px;
 }
 
 h2.case-studies-title {
 	text-indent: -9999px;
	background: transparent url(images/case-studies-title.gif) no-repeat 94% 0;
	width:100%;
	height:21px;
	float: right;
	padding: 0 20px 18px 0;
	border-bottom: 1px solid #ccc;
 }

 
 .case-study-topmenu {
 	width: 100%;
	height: 39px;
		border-bottom: 1px solid #ccc;
        position:relative;
 }
 .case-study-topmenu h2 {
 	font-size: 20px;
	color:  #f03390;
	float: left;
	text-transform: uppercase;
	padding-left: 20px;
	padding-top:5px;
 }
 
 .case-study-topmenu ul {

	position: absolute;
    top: 0; left:300px;
 }
 
  .case-study-topmenu ul li {
  	float:left;
	list-style-type:none;
  }

.case-study-thumb {
    margin-right:30px;
float:left;
    width: 370px;
}
.case-study-thumb img{
        float: right;
		margin-right:20px;
}
.case-study-topmenu ul li a {
    text-transform: uppercase;
	background: transparent url(images/topmenubg.gif) no-repeat;
    background-position: -63px 2px;
    display:block;
    width:59px;
    height:25px;
    color:#fff;
    text-decoration: none;
    margin-right:5px;
	padding-top: 4px;
	font-size: 11px;
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    }

.case-study-topmenu ul li a:hover,.case-study-topmenu ul li a.current   {

	background: transparent url(images/topmenubg.gif) no-repeat;
    background-position: 0 2px;

}


/* MODAL BOXES �*/

 /* Z-index of #mask must lower than #boxes .window */  
#mask {  
   position:absolute;  
   z-index:9000;
   background-color:#000;  
   display:none;  
 }  
     
 #boxes .window {  
   position:absolute;  
   width:440px;
   display:none;  
   z-index:9999;  
   padding:0;
   /*overflow: scroll;*/
 }  
   
   
 /* Customize your modal window here, you can add background image too */  
 #boxes #bio-welch, #boxes #bio-sheon {
    background-color: #fff;
    width:615px; 
 }
  #boxes #bio-welch p, #boxes #bio-sheon p {padding: 0 20px 0 20px;margin-bottom: 10px;}
  #boxes #bio-welch h3{
    background: transparent url(images/welch-bio-title.gif) no-repeat;
    text-indent:-9999px;
               height:35px;
           width:261px;
             margin: 10px 0 0 20px;         
  }
  #boxes #bio-sheon h3{
        background: transparent url(images/sheon-bio-title.gif) no-repeat;
           text-indent:-9999px;
           height:24px;
           width:226px;
           margin: 10px 0 0 20px;
  }
  
  #boxes p.modal-link {
         background-color: #d91c79;   
  }
  
  #boxes #bio-welch a, #boxes #bio-sheon a {
    color: #fff;
    text-transform: uppercase;
        display: block;
        background-color: #d91c79;
        padding: 5px 5px;
        margin-bottom: -20px;
  }
  
  #boxes #bio-welch a.close, #boxes #bio-sheon a.close {text-decoration: none; background-color: #000; color: #fff; font-weight: bold;display: block;position: absolute; top:5px;right:5px;}
  .singular-page .entry-meta {display:none;}
  
  /* SERVICES */
  
  .page-8 #content .content {
    font-family: verdana, sans-serif;
    font-size:10px;
    line-height: 11px;
  }
  .page-8 h2 {
    color:#d91c79;
    text-transform: uppercase;
    text-indent: -9999px;
  }
  
  .page-8 .entry-content h2 {
    background: transparent url(images/digital-title.gif) no-repeat center left;
    width:132px;
    height:21px;
}
  .page-8 #social-media h2 {
    background: transparent url(images/sm-title.gif) no-repeat center left;
    width:107px;
    height:17px;
}
  .page-8 #pr-services h2 {
    background: transparent url(images/prservices-title.gif) no-repeat center left;
    width:132px;
    height:21px;
}

  .page-8 #container {
    background: transparent url(images/services-containerbg.gif) repeat-x left top;
    min-height: 600px;
  }
  
  .page-8 .content {
    background: transparent url(images/services-contentbg-new.png) no-repeat center 67px;
    position:relative;
    overflow: visible;
    min-height: 550px;
  }
   .page-8 .content .entry-content,  .page-8 .content #social-media,  .page-8 .content #pr-services,  .page-8 .content #animation {
    position:absolute;
  }
  
   .page-8  .entry-content {
    top:80px;
    left:44px;
    width: 180px;
    height: 230px;
  }

   .page-8  #social-media {
    top:300px;
    left:162px;
    width: 187px;
    height: 230px;
  }
  
   .page-8  #pr-services {
    top:82px;
    left:268px;
    width: 209px;
    height: 230px;
  }
  
   .page-8   #animation {/* Flash animation */
        top:102px;
          right:224px;
        width: 209px;
    height: 230px;
          }
  
  .page-8 .page-title{
        background: transparent url(images/services-title.gif) repeat-x left top;
        width: 159px;
        height: 26px;
        text-indent:-9999px;
        position:absolute;
        left:124px;
        top:26px;
  }
  
  .page-8 ul {
    margin:0;
    padding:0;
  }
  
  .page-8 ul li{
    list-style: none;
    padding-bottom:5px;
  }
  
  .page-8 .widget_sp_image {
    position: absolute;
    right:118px;
    top: 16px;
    
  }
  
  /* SIDEBAR TABS WIDGETS */
  
  #primary .widget_twitter li {
    line-height: 12px;
    padding-bottom: 10px;
    font-family: verdana;
    font-size: 10px;
  }
  
  #primary .posts .byline span.text, #primary .posts .byline span.author {
    display: none;
  }
  
  #primary .posts h3 {margin:0; padding:0;}
  
