/*
Theme Name: What Women Want
Theme URI: http://example.com
Description: WP Theme til What Women Want.
Version: 1.1
Author: Daniel Freiling
Author URI: http://example.com
Tags: 

	Final version of WhatWomanWant theme

*/
h2 {
	color: #03BFFE;
	font-size: 15px;
	margin-bottom: 0px;
}

a {
	color: #666666;
	font-weight: bold
}

.post {
	color: #666666;
}

.entry {
	color: #333333;
	font-size: 13px; 
}

html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    background-color: #1c1c1c;
    overflow-y: scroll; /* Always show vertical scrollbar */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px; 
    line-height: 19px;
}
#content {

}

/* SITE PRESENTATION */
img {
    border: 0; /* Prevents blue borders in IE */
}
#mainTable {
    margin: 0 auto;
    width: 1148px;
    height: 100%;
}
#top {
    height: 110px;
    background-image: url('images/top.jpg');
    background-repeat: no-repeat;
}
#bottom {
    height: 190px;
    background-image: url('images/bottom.jpg');
    background-repeat: no-repeat;
}
#leftColumn {
    text-align: left;
    width: 203px;
    background-image: url('images/left_col_back.jpg');
}
#middleColumn {
    width: 740px;
    background-color: white;
}
#rightColumn {
    width: 205px;
    background-image: url('images/right_col_back.jpg');
}
#topLeftCorner {
    height: 160px;
    background-image: url('images/1_02.jpg');
}
#topRightCorner {
    height: 160px;
    background-image: url('images/1_10.jpg');
}
#menubar {
    height: 39px;
    background-color: #000000;
    overflow: hidden;
}
#menubar div {
    float: left;
    height: 39px;
}
#topwhite {
    height: 35px;
    background-image: url('images/1_11.jpg');
}
#empty1 {
    width: 61px;
    background-image: url('images/1_03.jpg');
}
#menu_1 {
    width: 106px;
}
#menu_2 {
    width: 133px;
}
#menu_3 {
    width: 107px;
}
#menu_4 {
    width: 109px;
}
#divider {
    width: 1px;
    height: 39px;
    background-image: url('images/divider.jpg');
}
