/*   
Theme Name: Partner	
Theme URI: http://www.thecollaborationroom.org
Description: A Theme built for the Collaboration Room
Author: John Berry
Author URI: http://johngberry.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');


/*
Places background image
*/
#branding {
    background:transparent url(images/banner.jpg) no-repeat;
    background-position: left;
    height:20px;
    position:relative;
    z-index:10;
    width:800px;
    padding-top:150px;
    margin-bottom:15px;
}

/*
Changing the look of the menu items
*/

.menu {
  background-color:#3D3D3D;
}

.menu ul {
  background-color:#3D3D3D;
  color:#FFF;
}

.sf-menu li, .sf-menu li li, .sf-menu li li a {
   background-color:#3D3D3D;
   font-color:#FFF;
}

.sf-menu li li a:hover {
   color:#FFF;
}

.sf-menu a, .sf-menu a:visited {
   color:#FFF;
   background-color:#3D3D3D;
   font-size: 15px;
   font-family: Georgia, serif;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {   
   color:#FFF;
   background-color:#CC0000;
}

.page .sf-menu,
.single .sfmenu {
   border-right:0px;
}
   



/*
End menu -----------------
*/

#main {
   padding-top:20px;
}

.entry-title {
   background-color:#09C;
   line-height:30px;
   padding-left:15px;
   padding-right:10px;
   padding-top:5px;
   color:#FFF;
   font-family: Georgia, serif;
   font-size:15px;
   font-weight:normal;
   line-height:18px;
}

.entry-title:active, .entry-title:hover {
   background-color:#3366FF;
}

.entry-title a {
   color:#FFF;
   text-decoration:none;
}

.entry-title a:active, .entry-title a:hover {
   text-decoration:none;
   color:#FFF;
}


/*
?
*/
#bg img
{height:600px;
width:600px;
}

#access {
    width:800px;
    margin-left: auto;
    margin-right: auto;
    border-bottom:none;
}

/*
Hides Blog description
*/
#blog-description {
position: absolute;
left: -1000px;
width: 990px;
font-size:1px; line-height:1;
}

#blog-title {
  text-indent: -9000px;
}

#blog-title a{
    display:block;
    margin-top:-150px;
    padding:0px;
    height:200px;
    width:200px;
}



/*
2 column main structure
*/

#main {
	overflow:hidden;
	position:relative;
	width:800px;
        margin:0 auto;
}



#container {
	width:590px;
        margin:0;
}

#content {
   margin:0px;
   padding:0px;
   width:580px;
   overflow:hidden;
}



/*
Right Widget
*/

.aside{
   width:200px;
}

.aside img{
   margin-left:-20px;
   margin-bottom:10px;
   margin-top:-20px;
   border-top:1px solid #CCCCCC;
   border-bottom:1px solid #CCC;
}

.aside h3 {
   width:180px;
   font-size:12px;
   font-style:normal;
   background-color:#3D3D3D;
   line-height:30px;
   padding-left:20px;
   padding-top:5px;
   padding-bottom:5px;
   color:#FFF;
   margin-bottom:0px;
   margin-left:-20px;
   margin-right:auto;
   margin-top:-19px;
}

.aside p {
   padding-bottom:5px;
   line-height:16px;
   font-size:12px;
   border-bottom:1px solid #CCC;
}

.hentry {
   float:left;
   border:1px solid #CCCCCC;
   margin-bottom:22px;
   padding:0px;
   width:560px;
}

.hentry p {
   line-height:18px;
   padding-bottom:0px;
}

.hentry p img {
   padding-top:0px;
   padding-bottom:0px;
   margin-left:-30px;
   margin-right:-30px;
   margin-top:-30px;
   margin-bottom:20px;
   border-bottom:1px solid #CCCCCC;
   border-left:0px;
   border-right:0px;
   border-top:0px solid #CCCCCC;
}

.entry-content {
   padding:30px;
   color:#666;
}

.entry-content a {
   color:#47A3FF;
}
.entry-content a:active, .entry-content a:hover {
   color:#3366FF;
}

body, input, textarea {
   font-size:13px;
   line-hieight:14px;
}


/*
Hide info
*/

.entry-meta {
   background-color:#09C;
   padding-left:15px;
   padding-right:10px;
   padding-top:5px;
   color:#FFF;
   font-family: Georgia, serif;
   font-size:13px;
   font-weight:normal;
   padding-bottom:10px;
}

.entry-meta a {
   color:#FFF;
}

.entry-meta a:hover, .entry-meta a:active {
   color:#3366FF;
}    

.entry-utility {
display:none;
}

#comments {
display:none;
}