/*
Theme Name: AreaKids Blog Theme
Theme URI: http://www.areakids.com/
Description: The default WordPress theme for AreaKids.com
Version: 1.0
Author: JAX
Author URI: http://jax.in/
*/
/* tag overrides follow*/
* { font-family: Arial, Helvetica, sans-serif;}

/* modify the BODY's: 
text-align: left or center   this will justify the pages
background to any color for the background around the pages
add leftmargin:0 topmargin:0 to remove padding around main page.
*/
body { 
    background:#000 url(images/bg.jpg);    
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 13px;
    margin: 0px; 
    text-align:center;    
    color: #330099;    
    overflow: -moz-scrollbars-vertical;
    height:100%;
}
.table-main-table { 
    width:80%;
    margin:0 auto;
    background: #ffffff; 
    border: none;
    height:100%;
    margin-top:10px;
    margin-bottom:10px;
    text-align:left;
}

#mainTableTopCell, #mainTableBottomCell {
    padding:0;
}
.MenuLeft, #content, #mainTableRightCell {
    padding:20px;
}
.MenuLeft {
    padding-right:0;
}
#mainTableRightCell {
    padding-left:0;
}
.corner { background:#000; }

.MenuLeft {
    width:160px;
    padding:20px 0 20px 20px;
}

#mainTableTopCell{
    padding-bottom:0px;
}

#header {
    
}

#footer{
    padding:80px 20px 15px 20px;
    vertical-align:bottom;
}

#content {
    text-align:left;
}

#mainTableRightCell{
    display:none;
    width:0;
    padding:0;
}

#headerMenuCell {
    background-image: url(images/header_link_bg.jpg);
    border-bottom:solid 3px #FF00CC;
    margin-right:20px;
    margin-left:0px;
}

.headerMainCellLeft {
    padding:7px 0 7px 7px;
}
.headerMainCellLeft h1{ font-style:italic; margin:0;padding:0px; }
.headerMainCellLeft .slogan{ font-size:9px;}

.headerMainCellRight {
    padding:20px 20px 20px 0;
}

#cartTableSmall td{
    font-size:11px;
    padding:2px;
}
#cartSummary {
    width:100%;
}



form {
    display: inline;
}

h1 {
    margin:2px 0 0 0px;
}

input {
    font-size:11px;
}

#leftSignIn td{
    font-size:11px;
    padding-left:4px;
}

.categoryProduct {
    margin: 10px 10px 10px 10px;
    padding: 5px;
    height: 280px;
    width: 155px;
     float: left;
    border: none;
}

.tblhead {
    background:#fff url(images/header_link_bg.jpg) bottom repeat-x;
    font-weight:bold;
    color:#fff;
    padding:7px;
    border-bottom:solid 2px #FF00CC;
}

.tblheadnoline {
    background:#111 url(images/header_link_bg.jpg) bottom repeat-x;
    font-weight:bold;
    color:#fff;
    padding:7px;
    
}
#shoppingcart td{
    border-bottom:solid 1px #adadad;
}

#shoppingcart .tblhead {
    border:none;
}

.orange {
    color:#ffae00;
}

                .postHeading{
                    width:546px;
                    height:40px;
                    
                }
                
                    .postDate{
                        width:40px;
                        height:37px;
                        text-align:center;
                        color:#00f;
                        font-size:10px;
                        float:left;
                        padding:3px 0 0 0;
                    }
                    
                        .postDate p{
                            margin:0;
                            padding:0;
                        }
                        
                            .postDate p.day{
                                font-size:12px;
                                font-weight:bold;
                            }
                    
                    .postTitle{
                        width:490px;
                        height:28px;
                        float:left;
                        padding:5px 7px 5px 7px;
                    }
                    
                        * html .postTitle{
                            padding:4px 7px 4px 7px;
                        }
                    
                    .postTitle h2{
                        margin:0;
                        padding:0;
                        color:#626262;
                        font-size:18px;
                    }
                        .postTitle h2 a:link, .postTitle h2 a:visited{color: #ed0c82; text-decoration:none;}
                        .postTitle h2 a:hover, .postTitle h2 a:active{color: #fa1438; text-decoration:none;}
                    
                    .postTitle small{
                        color: #00a8f1;
                        font-size:10px;
                    }
.entry{
clear:both;
}
