/*  
 * Theme Name: vunite
 * Theme URI: http://www.vunite.com
 * Description: A Wordpress theme
 * Version: 1.0
 * Author: Karmadude
 * Author URI: http://vunite.com/
 * 
 * vunite v1.0
 *  
 * This theme was designed and built by Karmadude       
*/

body, img, ul, li, hr, form, fieldset
{
    padding: 0;
    margin: 0;
    border: 0;
}

body
{
    background: #f1efe6;
    color: #666;
    font: 12px/14px 'helvetica neue',helvetica,arial,sans-serif;
}

ul
{
    list-style: none;
}

a
{
    color: #e44626;
    text-decoration: none;
    outline: none;
}

a:hover
{
    color: #3d8ccb;
}

h1 { font-size: 36px; line-height: 36px; padding-top: 18px; padding-bottom: 18px; }
h2 { font-size: 28px; line-height: 36px; padding-top: 9px; padding-bottom: 9px; }
h3 { font-size: 18px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h4 { font-size: 14px; line-height: 18px; padding-top: 9px; }
h5 { font-size: 12px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h6 { font-size: 10px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }


hr 
{
    display:none;
    height:0px;    
}

small { font-size: 12px; }

form
{
}

    label
    {
        font-weight: bold;
        font-size: 14px;
    }
    
    input[type="text"],
    textarea
    {
        color: #555;
        border: 1px solid #89c1eb;
        padding: 4px 5px;
        font: 12px/14px 'helvetica neue',helvetica,arial,sans-serif;
    }
    
.vblue { color: #3d8ccb; }
.vbluelight1 { color: #daecfe; }
.vbluelight1bg { background: #daecfe !important;}
.vred { color: #e23a3c; }
.left { float: left; }
.right { float: right; }
.dottedredrightborder { border-right: 2px dotted #e55133; }
.icon { vertical-align: middle; margin-right: 5px;}

.bluetransbg { background: url(images/bluetransbg.png) 0 0 repeat; }
.greentransbg { background: url(images/greentransbg.png) 0 0 repeat; }

.month { font-weight: normal; font-size: 10px; }

.col4x { width: 220px; padding: 10px; float: left; }

#container
{
    width: 960px;
    margin: 0 auto;
    border-top: 5px solid #fff;
}

    #nav
    {        
        height: 40px;
        margin: 20px 0 0 0;
    }
    
        #nav li
        {
            float: left; 
            font-size: 24px;
            text-transform: lowercase;  
        }
        
        #nav a
        {
            padding: 10px 20px;
        }
        
        #nav a:hover
        {
            background: #f8f6ef;
        }
        
        #nav a.active
        {
            color: #3d8ccb;
            padding: 10px 19px;
            border-left: 1px dotted;
            border-right: 1px dotted;
        }
        
    #header
    {
        background: url(images/headerbg.jpg) 0 0 no-repeat;
        height: 155px; 
        text-align: center;       
    }
    
        #logo
        {
            height: 73px;
            width: 362px;
            position: relative;
            top: 35px;
        }

#content
{
    
}

    #content.v2
    {
        width: 410px;
    }
    
    #content h1.tagline
    {
        background: #3399ff;
        color: #fff;
        padding: 12px;       
    }
    
    #content h1.pagetitle
    {
        color: #E44626;
        margin: 20px 0 0 0;
        font-weight: normal;
        text-transform: lowercase;
    }
        
         #content h1.pagetitle.labsicon
         {
             background: url(images/labsicon.png) top left no-repeat;
             padding: 0 0 0 55px;
             margin-bottom: 20px;
             height: 50px;    
         }
         
    #content p,
    #content ul
    {
        font-size: 18px;
        color: #666;
        line-height: 1.4em;
    }
    
        #content p
        {
            margin: 0 0 18px 0;
        }
    
    #content em
    {
        font-size: 14px;
    }
    
    #blogs
    {
        padding: 0 0 20px 0;
        float: left;
    }
    
    #content .blog
    {
        width: 231px;
        float: left;
        padding: 12px;
    }
    
        #content .blog h1
        {
            font-size: 18px;
        }
        
        #content .blog h1 img
        {
            padding: 5px 0 0 0;
        }
  
#banners
{
    
}
    #banners #labslink,
    #banners #ubiquitylink
    {
        float: left;
        height: 71px;
        width: 310px;
        background: url(images/labsbanner.png) 0 0 no-repeat;        
    }
        #banners #ubiquitylink
        {
            background: url(images/ubiquitybanner.png) 0 0 no-repeat;    
            margin: 12px 0 0 0;    
        }
    #banners a:hover#labslink,
    #banners a:hover#ubiquitylink
    {
        background-position: 0 -71px;
    }

    #banners #labslink span,
    #banners #ubiquitylink span
    {
       display: none;
    }
    
div.box560
{
    width: 560px;
    float: left;
}

div.box640
{
    width: 640px;
    float: left;
}

div.box240
{
    width: 240px;
    float: left;
}

    div.box240.work
    {
        margin: 20px 0 0 0;
    }
    
        .work .meta
        {
            padding: 0 10px;
        }
        
        #content .work a span
        {
            font-size: 14px;
            font-weight: bold;
            padding: 0 10px;
        }

div.boxcontent
{
    padding: 20px;
    /*gecko*/  
     -moz-column-count: 2;
     -moz-column-gap: 12px;
     /*webkit*/
     -webkit-column-count: 2;
     -webkit-column-gap: 12px;
     /*future proofing*/
     column-count: 2;
    column-gap: 12px; 
}

#newsbox
{
    clear: both;
    float: left;
    background: url(images/verticallinesbg.png) 0 0 repeat;
    border-top: 2px solid #FFFFFF;
    border-bottom: 1px solid #f7f7f7;
    margin:20px 0 0;
    padding:10px 0;
    width:960px;
}

    .listbox
    {
        float:left;
        margin:0 10px 0 0;
        padding:10px;
        width:295px;       
    }
    
        .listbox.last
        {
            margin: 0;
            padding: 0;
        }
    
        .listbox h3
        {
            margin: 0;
            padding: 0;
        }
        
        .listbox h6
        {
            margin: 0 0 12px 0;
            padding: 0;
            border-bottom: 1px solid #fff;
        }
        
        .listbox li
        {
            font-size: 14px;
            line-height: 14px;
            margin: 0 0 10px 0;
            padding: 0 0 10px 0;
            border-bottom: 1px dotted #f7f7f7;    
        }
        
            .listbox li a { color: #3d8ccb; }
            .listbox li a:hover { color: #e23a3c; }
            
            .listbox.greentransbg a{ color: #7db433; }

.productbox 
{
    width: 187px;
    padding: 10px;
    margin: 0 10px 0 0;
    background: #fffcf1;
}
    .productbox.last
    {
        margin: 0;
        width: 186px;
    }
    
    .productbox .title
    {
        height: 25px;
        border-bottom: 1px solid #eee;
        margin: 0 0 10px 0;
    }
    
        .productbox h3
        {
            padding: 0 0 0 0;
            margin: 0;
        }

    .productbox ul.services
    {
        font-size: 12px !important;
    }

div.aservice
{
    margin: 0 0 20px 0;
    float: left;
}

    div.aservice h2
    {
        margin-bottom: 0;    
    }   

div.features
{
      
}
    div.features p
    {
        font-size: 12px !important;    
    }
    
    div.features ul
    {
        width: 126px;
        float: left;
        font-size: 12px !important;    
        list-style: square;
        margin: 0 0 0 14px;
    }
    
    div.features .box
    {
        float: left;
        width: 280px;
        height: 145px;
        padding: 10px;
        margin: 0 20px 0 0;
        background: #fffcf1;
    }
    
        div.features .box.last
        {
            width: 300px;
            margin: 0;
        }
    
    div.features .box h3
    {
        padding: 0;
        margin: 0 0 9px 0;
    }
    
    div.features .box h4
    {
        padding-top: 0;
        margin-top: 0;
        font-weight: normal;
    }
    
    div.features .box label
    {
        float: left;
        width: 40px;
        padding: 5px 12px 0 0;
        text-align: right;
    }
    
    div.features .box input[type="text"]
    {
        width: 230px;
        margin: 0 0 5px 0;
    }
    
    div.features .box input[type="submit"]
    {
        margin: 0 0 0 235px;
    }
    
.post
{
    border-bottom: 1px dotted #fff;
    padding: 0 0 12px 0;
}
    
    .post .posttitle
    {
        font-size: 24px;
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    
    .post .postheader
    {
        color: #d0c075;
        margin: 0 0 24px 0;
        text-transform: lowercase;
    }
    
.comment
{
    background: #fffcf1;
    padding: 12px;
    margin: 0 0 24px 0;    
}

    .comment .commentheader
    {
        height: 50px;
        margin: 0 0 5px 0;
        padding: 0 0 0 0;
        border-bottom: 1px solid #358cd4;
    }

        .comment .commentgravatar
        {
            float: left;
        }
        
        .comment .commentinfo
        {
            float: left;
            margin: 0 0 0 12px;
            text-transform: lowercase;
        }
        
            .comment .commentinfo .commentauthor
            {
                font-weight: bold;
            }
        
    .comment .commentcontent
    {
        clear: both;
    }
        
        #content .comment .commentcontent p
        {
            font-size: 12px;
        }
        
    #commentform input[type="text"]
    {
        width: 300px;
    }
    
    #commentform textarea
    {
        width: 540px;
        height: 200px;
    }
            
#contactform
{
    background: #f9f8f3;
    padding: 16px 12px;
    margin: 0 0 0 8px;
    border-top: 1px dashed #e55133;    
    border-bottom: 2px solid #e55133;
}
    
    #contactform form li
    {
        margin: 0 0 12px 0;
    }

        #contactform form li.submit
        {
            margin: 0 0 0 135px;
        }
     
   #contactform label
   {
       float: left;
       width: 100px;
       text-align: right;
       padding: 0 16px 0 0;
   }
    
   #contactform textarea
   {
        width: 370px;
        height: 200px;
   }
        
        
#sidebar
{
    float: left;
    height:370px;
    margin:24px 0 0 10px;
    padding:10px;
    width:286px;
    background:#fff6d4 url(images/questionicon.jpg) 50% 97% no-repeat;
    border-left:2px solid #f6e2b9;
    border-right:2px solid #f6e2b9;
    color:#459de0;
}

    #sidebar dt
    {
        font-weight: bold;
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    
    #sidebar dd
    {
        margin: 0 0 12px 0;
        padding: 0 0 12px 0;
        background: url(images/yellowhr.jpg) bottom left repeat-x;      
        line-height: 18px;
    }
    
        #sidebar dd p
        {
            font-size: 14px !important;
            margin: 0 0 5px 0;
        }

    #sidebar.v2
    {
        width: 281px;
    }
    
    #sidebar.v3
    {
        background: transparent;
        border: 0;        
    }
    
        #sidebar.v3 .contactinfo
        {
            padding-left: 30px;
            margin: 20px 0 0 0;
        }
   
   #sidebar h1
   {
        font-size: 16px;
        font-weight: bold;
        color: #666;
   }
   
   #sidebar em
   {
        color: #666;
        font-weight: bold;
   }
       
#labcols
{
    background: url(images/labsseperator.png) top left repeat-y;
    float: left;
}
   
    #labcols .col4x h4
    {
        color: #33a7dd;
        letter-spacing: 2px;
        text-transform: lowercase;
        padding-top: 0;
        margin-top: 0;
        text-align: center;
        border-bottom: 1px solid #e1dcc9;
    }
    
    #labcols .col4x .labitem
    {
        padding: 5px;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #e1dcc9;
    }
    
        #labcols .col4x .labitem h3
        {
            margin: 0;
        }
        
        #labcols .col4x .labitem p
        {
            font-size: 12px;  
            margin: 6px 0;  
        }
        
#footer
{
   clear: both;
   float: left;
   width: 960px;
   padding: 0; 
   margin: 20px 0 50px 0;
   border-top: 2px solid #33a7dd;
   color: #999;
   text-transform: lowercase;
}
    
    
/* Get Satisfaction Styles */
div#getsatisfactionBox
{
    clear: both; 
    float: left; 
    margin: 30px 0 0 0; 
    width: 930px; 
    background: #d1eaff; 
    border:6px solid #ddd;
}

div#gsfn_search_widget img { border: none; }
div#gsfn_search_widget { font-size: 12px; padding: 10px; margin: 25px 0 0 0;}
div#gsfn_search_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_search_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; } 
div#gsfn_search_widget .powered_by a { color: #333; font-size: 90%; }      
div#gsfn_search_widget form { margin-bottom: 8px; }
div#gsfn_search_widget form label { margin-bottom: 5px; display: block; }
div#gsfn_search_widget form #gsfn_search_query { width: 60%; }
div#gsfn_search_widget div.gsfn_content { }
div#gsfn_search_widget div.gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_search_widget div.gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_search_widget div.gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_search_widget div.gsfn_content p.gsfn_summary { margin-top: 2px }   

div#gsfn_list_widget { font-size: 12px; padding: 0 10px 10px 10px; margin: 0; }
div#gsfn_list_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_list_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; }
div#gsfn_list_widget .powered_by a { color: #333; font-size: 90%; }
div#gsfn_list_widget div#gsfn_content { }
div#gsfn_list_widget div#gsfn_content li { text-align:left; line-height: 1.4em; font-size: 14px;}
div#gsfn_list_widget div#gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_list_widget div#gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_list_widget div#gsfn_content p.gsfn_summary { margin-top: 2px }
        