/*   
Theme Name: Enjoy Odist
Theme URI: http://www.enjoyodist.com
Description: Custom Theme for EnjoyOdist.com
Author: Bret Phillips
Author URI: http://bretphillips.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');

body, input, textarea {
    font: 15px verdana,serif;
    line-height:22px;
    background-color:#000000;   
}

a:link {
    color:#0d35c8;
}
a:visited {
    color:#0d35c8;
}
a:active,
a:hover {
    color: #FF4B33;
}

#blog-title a {
background:url(http://enjoyodist.com/images/enjoyodist_banner.jpg) no-repeat top center;
color:#FFFFFF;
display:block;
text-decoration:none;
text-indent:-9000px;
width: 960px;
height: 290px;
}

#header {
    z-index:5;
}

#branding {
    padding:0px 0 2px 0;
}

/* NAVIGATION */
#access {
    border-bottom:0px solid #ccc;
    color:#000000
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
    padding:0px 0 0px 0;
    margin-top: -57px;
    margin-left: 0px;
    background:transparent; 
}

.sf-menu a {
	border-left:1px solid #7f7f7f;
	border-top:1px solid #7f7f7f;
	border-bottom:1px solid #7f7f7f;
	padding:9px 13px;
	text-decoration:none;
	background:#686868;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:white;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #000;
	outline:		0;
    border-bottom-color:#000;
}
.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}

.sf-menu li {
	background:		#686868;
}
.sf-menu li li {
	background:		#686868;
}

/* CONTENT */

#blog-description {
    color:#FFFFFF;
    font-size:13px;
    font-style:italic;
}

#main {
    padding:10px 0 10px 10px;
    clear:both;
    width:960px;
    margin:0 auto;
    background-color:black;
}

#content {
    margin:0 0 0 5px;
    width:675px;
    overflow:hidden;
    padding: 5px;
    background-color:#c8c8c8;
    margin-top: 20px;
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:2px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-topright:2px;    
}

.post {
  margin:5px 0;
  padding: 10px;
  background-color:#eeeeee;
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;  
} 
.main-aside {
    margin:20px 0;
    width:280px;
    float:right;
    position:relative;
    right:0px;
}

.entry-content {
  padding:10px;
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;
   border-style:solid;
   border-width:1px;
   border-color:#C0C0C0;
   background-color:white;
}

/* SIDEBAR */
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;

}
.aside {
    color:#fff;
}
.aside h3 {
    background:url(http://enjoyodist.com/images/ODIST_Header.jpg) no-repeat;
    background-color:#686868;
    font-size:16px;
    font-face:bold;
    line-height:29px;
    color:#ffffff;
    padding:1px 0 0px 5px;
    width: 245px;
      -moz-border-radius-topleft:2px;
   -moz-border-radius-topright:2px;
}

.aside a {
    color:#d1d1d1;
}
.aside a:active,
.aside a:hover {
    color: #d1d1d1;
}
#footer .aside h3 {
    background:none;
    font-size:18px;
    font-style:bold;
    line-height:22px;
    padding:1px 0 0 1px;
}


#footer {
    border-top:1px solid #ccc;
    margin-top:0px;
    background-color:black;

}

/* FORMS */
input {
 background-color: #e1e1e1;
}

textarea {
 background-color: #e1e1e1;
}
