/*
Theme Name: areviewof
Theme URI: http://healthyweightlosshelp.com
Description: Custom wordpress theme for areviewof
Version: 0.1
Author: Matthys Meintjes
Author URI: http://areviewof.net
Tags: areviewof
Template: thematic
*/
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background-color:#64A0C2;
	background-image:url(images/bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	color:#A1A1A1;
	font-family:Verdana,Georgia,Sans-Serif;
	font-size:1em;
	line-height:18px;
	margin-top:46px;
	padding:0;
}

#header-top {
	background-image:url(images/header-top.gif);
	height:9px;
	width:950px;
}

#header {
background-color:#E3EDF2;
margin-left:auto;
margin-right:auto;
width:950px;
padding-bottom:10px; 
height:193px;
}

#branding {
padding:33px 0 44px 30px;
}

#access {
background-color:#CAE3EF;
height:38px;
width:918px;
float:left;
}

#nav-bar-left{
background-image:url(images/nav-left.gif);
float:left;
height:39px;
margin-left:13px;
}

#nav-bar-right{
background-image:url(images/nav-right.gif);
float:left;
height:39px;

}
.sf-menu{
border:none;
}
.sf-menu li {
background:none;
}
.sf-menu li a:link, .sf-menu li a:visited {
background-image:url(images/nav-bg.gif);
color:#64A0C2;
display:block;
float:left;
font-size:12px;
height:12px;
margin-right:8px;
margin-top:5px;
padding-left:20px;
padding-right:20px;
padding-top:8px;
text-transform:uppercase;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:none;
border-bottom:none;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

#access .menu {
padding-left:10px;
}

#featured {
background-color:#FFFFFF;
background-image:url(images/middle-bg.gif);
background-position:center top;
background-repeat:repeat-x;
width:950px;
margin-left:auto;
margin-right:auto;
height:190px;
margin-top:-10px;
}

#featured-bg {
background-image:url(images/featured.gif);
background-position:center top;
background-repeat:no-repeat;
border-bottom:1px solid #E5E5E5;
margin-left:10px;
margin-top:10px;
padding-bottom:15px;
padding-top:15px;
width:930px;
height:150px;
}

#main {
background-color:#FFFFFF;
color:#A2A2A2;
width:950px;
padding-top:10px;
}

#container {
float:left;
width:600px;
}

.aside h3 {
border-bottom:2px solid #EEEEEE;
color:#64A0C2;
display:block;
font-size:15px;
font-weight:bold;
margin-top:5px;
padding-bottom:4px;
padding-top:4px;
text-transform:lowercase;
margin-bottom:10px;
}

#subsidiary {
padding:0 0 0 20px;
}
#subsidiary h3{
font-size:23px;
}

#subsidiary .aside {
float:left;
margin:0 20px 0 0;
width:auto;
}