/*  
 * Theme Name: vuniteblog
 * 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;
    font: 12px/14px 'helvetica neue',helvetica,arial,sans-serif;
}

ul
{
    list-style: none;
}

a
{
    color: #e44626;
    text-decoration: 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;    
}

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;}

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

#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
    {
        margin: 20px 0 0 0;
        font-weight: bold;
        text-transform: lowercase;
    }

    #content p
    {
        color: #666;
        line-height: 18px;
        font-size: 14px;
    }
    
        #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;
        }
  
div.box560
{
    width: 560px;
    float: left;
}

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

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

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; 
}


.post
{
    background: #FFFDF3 none repeat scroll 0% 0%;
    border: 1px solid #E4DCB6;
    margin: 25px 0pt 0pt;
    padding: 25px;
}
    
    .post .posttitle
    {
        font-size: 24px;
        letter-spacing: -1px;
        line-height: 24px;
        margin: 0;
        padding: 0 0 5px 0;
    }
    
    .post .postheader
    {
        color: #baab62;
        margin: 0 0 24px 0;
        text-transform: lowercase;
        font-weight: bold;
    }
    
    #content .post .postcontent blockquote p
    {
        color:#3D8CCB;
        font-size:12px;
        font-style:italic;
        line-height:16px;
    }
    
    #content .post .postcontent ul
    {
        list-style: circle;
        margin: 0 0 18px 0;
    }
    
    #content .post .postcontent li
    {
        color: #666;
        line-height: 18px;
        font-size: 14px;
        padding: 0 0 12px 0;
    }
    
.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;
    }        
        
#sidebar
{
    width: 350px;
    float: left;
}

    #sidebar .widget
    {  
        background: #fff6d4;
        width: 350px;
        padding: 12px;
        margin: 25px 0 0 22px;
        border-left:2px solid #f6e2b9;
        border-right:2px solid #f6e2b9;
        color:#459de0;
        font-size: 12px;
    }

    #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;
        }

    #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;
   }
   
   #sidebar h4
   {
       margin: 0 0 12px 0;
       text-transform: lowercase;
   }
   
    #sidebar #subscribe
    {
        background: url(images/subscribebg.jpg) top left no-repeat;
        height: 33px;
        width: 350px;
        display: block;
        padding: 27px 0 0 12px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    #sidebar li
    {
        margin: 0 0 6px 0;
    }
   
        
#footer
{
   clear: both;
   float: left;
   width: 920px;
   padding: 0; 
   margin: 20px 0 50px 0;
   border-top: 2px solid #33a7dd;
   color: #999;
   text-transform: lowercase;
}
 
        