/*
Theme Name: Company Girl
*/

body {
	margin: 0 0 0 0;
	text-align: center;
	background-image:url(images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5B554D;
	}

li {
 list-style: none;
 	}	

a {
	color: #489baa;
	text-decoration: none;
	}
	
a:hover {
	color: #66aebb;
	text-decoration: underline;
	}

#page {
	margin: 0px auto;
	text-align: left;
	width: 855px;
		}
	
#header {
	background-image: url(images/blue-bg.jpg);
	height: 110px;
	}
	
#meta-strip {
	background-color: #efebdd;
	border-bottom: #ffffff solid 1px;
	width: 100%;
	height: 25px;
	}

#header-logo {
	margin-top: 22px;
	margin-left: 25px;
	}

#strip {
	position: absolute;
	margin-top: 75px;
	margin-left: -17px;
	}
	
#left {
	width: 600px;
	float:left;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: #dfddd3;
	border-style: solid;
	border-top: none;
	padding: 12px;
	padding-left: 25px;	
	padding-top: 30px;
	}
	
	
#right {
	background-color: #f5f4ed;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: #dfddd3;
	border-style: solid;
	border-top: none;
        width: 198px;
        float: right;
        padding: 8px;
	}
	
 
#post-title {
	font-size: 14px;
	font-weight: bold;
	}	

#footer {
	clear: both;
	height: 30px;
	}

.entry p img {
	max-width: 575px;
	}
	
#nav {
	position: absolute;
	margin-top: 10px;
	margin-left: 400px;
	}