/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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');

/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content
*/

body {
    	min-width:960px;
	background-color:#789CBE;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}

#header {
    	position:relative;
}
#branding {
   	width:940px;
    	margin:0 auto;
	padding:8px 0 1px;
	text-indent:-9000px;
}
#blog-title a {
	background:url(http://www.monniblog.com/wp-content/uploads/2014/01/banner_Jan2014.jpg) no-repeat top center;
	display:block;
	width: 900px;
	height: 180px;
	text-indent:-9000px;
}
#access {
    position:relative;
    overflow:hidden;
}
#primary, #secondary {
	border: 1px #fff;
    padding:3px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.widgettitle {
	color: #000;
	padding: 5px;
	background-color: #789CBE;
	margin-top:10px;
	margin-bottom: 2px;
	display: block;
	text-align: center;
	font-style:italic, bold;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:1000px;
	margin-top: 20px
padding: 0px;
    overflow:hidden;
    position:relative;
    clear:both;
}
#container {
    width:0px;
	padding: 0px;
}
#content {
   	 width:520px;
    background-color: #fff;
	padding: 10px;
	margin-left: 225px;
   	 overflow:hidden;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#primary {
    width:200px;
    float:left;
    background-color: #fff;
	margin-left: 10px;
}
#secondary {
    width:200px;
    float:right;
    background-color: #fff;
}
.disclosure {
   background: #D5DFE8;
   font-style: italic;
   padding: 5px;
   overflow:hidden;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}
table {
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
	text-align: center;
tr {
    //border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
	valign: top;
}
.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:940px;
}
.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width:940px;
}
.page-template-template-page-fullwidth-php #comments {
    width:540px;
}