/*
Theme Name: MWD Custom Theme
Theme URI: http://www.cbnordic.org/
Description: Thematic Child Theme for MWD
Author: Mosaic Web Marketing
Author URI: http://www.mosaicwebmarketing.com/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url('../thematic/style.css');
 
body{
	margin: 0;
	text-align: center;     		/*Centers web page in earlier versions of Internet Explorer */
	vertical-align: top;
	background-image: url(/wp-content/themes/mwd/images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
        line-height:20px;
}

p {
        margin-bottom:12px;
}

#wrapper{
	margin: 20px auto 0 auto;
	width: 880px;
	text-align: left;
}

#header{
	float: left;
	width: 880px;
	height: 100px;
	background-image: url(/wp-content/themes/mwd/images/header.jpg);
	background-repeat:no-repeat;
}

#blog-title {
        padding: 35px 0 0 20px;
}

#blog-title a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:white;
}

#blog-description {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 0 5px 20px;
	color:#CCCCCC;
	font-style:italic;
}


#branding {
        padding:0;
        width:880px;
}

#access {
border-bottom:0;
font-size:13px;
height:24px;
overflow:visible;
z-index:100;
}

.menu {
        width:880px;
}

.sf-menu {
width:878px;
border-right:0;
border: 1px solid #BBBBBB;
float:left;
line-height:22px;
background-color:#BBBBBB;
}


.sf-menu li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#BBBBBB none repeat scroll 0 0;
font-family:verdana,sans-serif;
font-size:12px;
font-weight:bold;
}

.sf-menu a {
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
padding:0 10px;
text-decoration:none;
}

#main {
padding:28px 0 0 0;
width:880px;
}

#container {
        width:620px;
        background-image: url(http://www.mosaicwebdesigns.com/images/contentbg.png);
	background-repeat: repeat-x;
}

#content {
        padding:10px 10px 10px 20px;
        margin:0;
        width: 590px;
}

.entry-title {
font-family:Georgia,Sans-serif;
font-size:22px;
font-weight: bold;
padding:0;
}

.entry-title a {
font-family:Georgia,Sans-serif;
font-size:18px;
color:#0066cc;
text-decoration:underline;
}

.entry-content {
padding:15px 0 0;
}

.hentry {
padding:0 0 15px;
}

.entry-utility {
margin:0 0 15px;
}

.page-title {
font-family:Georgia,Sans-serif;
font-size:22px;
font-weight: bold;
padding:0 0 15px;
}

#primary {
border:0;
padding:0;
margin:0;
}

.main-aside {
        width:260px;
        background: #FEFEE9;
        margin: 0;
	padding:0;
        position:relative;
        right:0;
}

.main-aside ul {
padding:0 10px;
}

.aside ul ul {
list-style-image:none;
list-style-position:none;
list-style-type:none;
margin:0 0 22px 5px;
}

.aside h3 {
color:#333333;
font-size:14px;
font-weight:bold;
margin-top:10px;
text-transform:uppercase;
font-style: normal;
}

.aside a {
color: #ff9900;
font-size:12px;
font-weight:bold;
margin:0 0 4px;
padding:0;
text-transform:uppercase;
}

.aside .children a {
color:#0066CC;
font-weight:normal;
margin-bottom:8px;
margin-left:3px;
text-transform:none;
}

#footer {
background-image:url(http://www.mosaicwebdesigns.com/images/balloon_07.png);
background-repeat:repeat-x;
padding:10px;
width:860px;
border-top:0;
margin-top:0;
}