/*   
Theme Name: ocirs
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');

#branding {
	border: 1px solid #CCC;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 30px 10px;
	text-align: center;
}

#blog-title {
	margin-bottom: 7px;	
}

#access {
	border-bottom: none;
}

.menu {
	width: 960px;
}

.sf-menu a {
	border-bottom: none;
}

a:visited {
	color: #004B91;	
}

.aside a:visited {
	color: #666;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #EEE;
}

#main {
	padding-top: 0px;
}

#container {
	border: 1px solid #CCC;
	padding-top: 40px;
	width: 640px;
}

#content {
	margin:0 0 0 19px;
	width: 602px;
}

.paged #nav-above {
	padding-bottom: 10px;
}

.entry-content img {
	border: 1px solid #CCC;
}

.entry-content p {
	color: #222;
	line-height: 1.7em;
}

.main-aside {
	border: 1px solid #CCC;
	padding: 18px 0 0;
	right: 0px;
	width: 298px;
}

.main-aside h3 {
	margin-bottom: 7px;
}

.main-aside ul ul {
	list-style-type: none;
	margin-left: 0px;
}

.aside ul ul li {
	padding-top: 2px;
}

#respond {
	border-top: 1px solid #CCC;
}

#footer {
	border-top: none;
	clear: none;
	margin: 0px auto 20px auto;
	width: 960px;
}

#siteinfo {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 15px 0px;
	text-align: center;
	width: 640px;
}

#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4 {
	clear: none;
}
