/*   
Theme Name: CRUSHPowerBlog
Theme URI: 
Description: 
Author: BB
Author URI: http://www.knoxvillefootballclub.com/
Template: thematic
Version: 1.1
Tags: Thematic

*/

/* 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('3c-r-fixed-primary-988px.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors
   For demonstration purposes we're using the default Thematic style
   For major changes I recommend copying over the default styles into this file */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



p, ul, ol, dd, pre {
	color:#000000;
         margin-bottom:16px;
}
pre, code {
	color:#000000;
	font:12px Arial,sans-serif;
	line-height:16px;
}

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font-family:Arial, serif;
    font-size:12px;
    line-height:16px;
}
#wrapper {
    border-top:none;
}
a:link, a:visited {
    color:#538823;
    font-weight:bold;
    text-decoration:none;
}
a:active,
a:hover {
	 color:#f37021;
          font-weight:bold;
          text-decoration:underline;
}
blockquote {
            font-style:italic;
            font-size:12px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}

.caps {
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

/* =Header
-------------------------------------------------------------- */
#header {
    background:#000000;
    padding:none;
}
#branding {
padding:5px 0 5px 0;
}
#blog-title {
    font-size:36px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:0px 0 0 0;
    border-bottom:none;
}
#blog-title a {
background:url(images/KNOX_CRUSH_masthead.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 915px;
height: 185px;
}
#blog-description {
    font-style:italic;
    padding:0px 0 0px 0;
    color:#fff;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:none;
    height:29px;
    font-size:12px;
    font-weight:bold;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:8em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:8em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:8em; /* match ul width */
	top:0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
         border-right:none;
	 float:left;
}
.sf-menu a {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
        border-bottom:none;
	padding:8px 8px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background: #f37021;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #ffffff;
}
.sf-menu li {
	background:#666666;
}
.sf-menu li li {
	background:#73a533;

}
.sf-menu li li li {
	background:#73a533;

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover {
    	background: #73a533;
	outline:0;
        border-bottom:none;
}
.sf-menu a:active {
    		background: #73a533;
	        outline:0;
                border-bottom:none;
}
.sf-menu ul {
    border-right:none;
    border-bottom:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#666666;
    border-bottom:none;
}
.sf-menu ul a:hover {
    color: #ffffff;
    border-bottom:none;
}




/* =Category Menu ---- */

#category-access {
    border-bottom:none;
    height:28px;
    font-size:12px;
    font-weight:bold;
    overflow:visible;
    z-index:100;
}
/* uncomment the following two selectors in case your category list wraps into a second row
#category-access {
		height: 96px;
}

body.ie7 #category-access {
		height: 64px;
}
*/

/* here's where it says Categories*/
.menu-title {
	font-family:Arial, serif;
         color:#666666;
         font-size:12px;
         float:left;
         font-style:italic;
         line-height:28px;
         margin-right:10px;
}
/* ? text state*/
#category-access .sf-menu {
	font-family:Arial, serif;
	color: #666666;
          border-right:none;
	float:left;
}
/* default state of first level - text/background */
#category-access .sf-menu a {
	font-family:Arial, serif;
	color: #666666;
	background: #ffffff;
	font-weight:bold;
	border-left:none;
	border-top:none;
        border-bottom:none;
	padding:8px 8px;
	text-decoration:none;
}

#category-access .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #999999;
}
/* ? text state*/
#category-access .sf-menu li {
	font-family:Arial, serif;
	color: #666666;
	background: #ffffff;
	border-left:none;
	border-top:none;
        border-bottom:none;
}
/* ? text state*/
#category-access.sf-menu li li {
	font-family:Arial, serif;
	color: #666666;
	background: #ffffff;

}
/* ? text state*/
#category-access.sf-menu li li li {
	font-family:Arial, serif;
	color: #000000;
	background: #ffffff;

}
/* ? text state*/
#category-access .sf-menu li:hover, #category-access .sf-menu li:hover a,
#category-access .sf-menu li.sfHover, #category-access .sf-menu li.sfHover a, {
	color: #666666;
        background: #ffffff;
	outline:0;
        border-bottom:none;
}
/* rollover state first level - text/background */
#category-access .sf-menu a:focus, #category-access .sf-menu a:hover, #category-access .sf-menu a:active {
	color: #ffffff;
	background:#f37021;
	outline: 0;
        border-bottom:none;
}
/* default state of dropdown level - text/background */
#category-access .sf-menu ul a {
	color: #ffffff;
        background:#666666;
        border-bottom:none;
}
/* rollover state of dropdown level - text/background */
#category-access .sf-menu ul a:hover {
	color: #ffffff;
	background:#000000;
        border-bottom:none;
}




/* =Content
-------------------------------------------------------------- */

body.slug-home .entry-title{
display:none;
}

#main {
    padding:10px 0;
}
#content {
	padding:none;
}    
.hentry {
    margin:0px 0px 0px 0px;
    padding:10px 0px 0px 0px;
    border-top:2px dotted #e5e9e0;
}
.p1 {
    margin:0px 0px 0px 0px;
    padding:none;
    border:none;
}

.page-title {
    font-size:14px;
    font-weight:bold;
    padding:0px 0px 0px 0px;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.page-title a:active,
.page-title a:hover {
    color: #000000;
}
.entry-title {
    font-size:18px;
    line-height:22px;
    padding:none;
    font-weight:bold;
    color:#538823;
}
.entry-title a {
    text-decoration:none;
    color:#538823;
}
.entry-title a:hover {
    text-decoration:none;
    color:#000000;
}
.entry-meta {
    font-size:12px;
    color:#666666;
}
.entry-meta a {
    color:#666666;
    font-style:italic;
}
.entry-meta a:active,
.entry-meta a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}
.entry-content {
    margin:0px 0 0 0;
    overflow:hidden;
}
.entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 6px 0;
    padding:0px 0 0 0;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 6px 0;
    padding:0px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 6px 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 6px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.entry-content ul.xoxo {
    margin:0 0 6px 0;
    overflow:hidden;
}
.entry-content ul.xoxo ul {
    margin:0 0 0 1.5em;
}
li.content-column, .entry-content li.linkcat {
	float:left;
	list-style:none;
	margin:0 14px 0 0;
}
.entry-content li.linkcat ul.xoxo {
    overflow:visible;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 6px 0;
}
.page-link a:active,
.page-link a:hover {
    color: #000000;
}
.page .edit-link {
    float:left;
    clear:both;
}

.entry-utility {
    display: none;
}
.entry-utility a {
    display: none;
}
.entry-utility a:active,
.entry-utility a:hover {
	display: none;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:12px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    font-weight:bold;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #f37021;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#a6cf39;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #f37021;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #f37021;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #f37021;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#f37021;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.aside,
.aside input {
    color: #666;
    font-size:12px;
    font-weight:bold;
    line-height:16px;
    margin-bottom:4px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:16px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:16px;
}
.aside .current_page_item a {
    color: #666666;
    font-weight:bold;
}
.aside .current_page_item .page_item a {
    color:#666;
    font-weight:bold;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #f58220;
    font-weight:bold;
}
.aside {
    color:#666;
    font-weight:bold;
}
.aside a {
    color:#666;
    font-weight:bold;
}
.aside a:active,
.aside a:hover {
    color: #f37021;
    font-weight:bold;
}
.aside h3 {
    font-size:12px;
    font-style:bold;
    line-height:18px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:12px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:none;
    margin:0 0 10px 10px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:0px;
}
.aside table {
    border:none;
}
.aside thead {
    border:none;
}
.aside tbody {
    border:none;
}
.aside th, .aside td {
    border-right:none;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 10px 0;
}
.aside #searchsubmit {
	display: none;	
}

#leader {
    border-bottom:none;
    margin-bottom:-22px;
    padding:10px 0 10px 0;
}
#content {
}
.hentry {
}

.crown-aside {
    color:#ffffff;
    font-size:12px;
    font-weight:normal;
    padding-top:65px;
    padding-bottom:0px;

}

.attachment-jpeg .crown-aside,
.attachment.png .crown-aside {
    display:none;
}
.widget_twitter .from-meta {display:none;}
.crown-aside a {
    color:#cbfc49;
    font-size:12px;
    font-style:bold;
}
.crown-aside a:active,
.crown-aside a:hover {
	font-size:12px;
    font-style:bold;
    color: #a3d9fb;
}
.crown-aside ul {
    padding:0 20px;
    color:#ffffff;
    font-size:12px;
    font-weight:normal;
}
.crown-aside ul ul {
	color:#ffffff;
    font-size:12px;
    font-weight:normal;
    border:none;
    padding:0;
}

.main-aside {
    padding-top:0px;
}
.main-aside ul {
    padding:0 0 0 0px;
}
.main-aside h3 {
    padding:0 0 0 0px;
}
.main-aside ul ul {
    padding:0;
}
#crown {
	background:url(images/twitter_background.jpg) no-repeat top center;
         border:none;
         width:428px;
         height:340px;
}
#primary {
    border:none;
    padding:0 0 0 20px;
    margin-bottom:0px;
    width:212px;
}
#secondary {
    border:1px solid #ccc;
    border-width:0 1px 1px 1px; /* keeping a border on the left for no-js */
    margin-left:-1px; /* offsets the 1px border on the left */
    padding:0px 0 0px 0;
    width:213px;
}

#breadcrumb-nav {
    border-top:1px solid #ccc;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin-bottom:-22px;
}
#breadcrumb-nav a {
    color:#666;
}
#breadcrumb-nav a:active,
#breadcrumb-nav a:hover {
    color: #f37021;
}
#breadcrumb-nav-container {
    margin:0 auto;
    padding:0px 0;
    width:988px;
}
#breadcrumb-nav-container p {
    margin:0;
}
 
/*
    Content Asides
*/
#content .aside {
    border:none;
    margin:0 0 10px 0;

}
#content .aside ul {

}
#content .aside h3 {
    font-family:Arial,sans-serif;
    font-weight:normal;
    font-size:16px;
    font-style:italic;

    text-transform:none;
}
#content .aside ul ul {

}
/*
    Footer Asides
*/

#subsidiary {
	font-family:Arial,sans-serif;
	color:#a6cf39;
    font-size:12px;
    font-weight:bold;
    padding:15px 0 0 0;    
}

#subsidiary .aside {
    color:#ffffff;
    font-weight:bold;
}

#subsidiary .aside h3 {
    font-family:Arial,sans-serif;
    color:#a6cf39;
    font-weight:bold;
    font-size:12px;
    font-style:italic;
}   

.subsidiary-aside {
    color:#ffffff;
    font-size:12px;
    font-style:normal;
}
#subsidiary .aside a {
    color:#ffffff;
    font-weight:bold;
}
#subsidiary .aside a:active {
    color:#ffffff;
    font-weight:bold;
}
#subsidiary .aside a:hover {
    color: #f8941d;
    font-weight:bold;
}
.subsidiary-aside ul {
    padding:0 20px;
    color:#f8941d;
    font-size:12px;
    font-weight:normal;
}
.subsidiary-aside ul ul {
	color:#f8941d;
    font-size:12px;
    font-weight:normal;
    border:none;
    padding:0;
}



/* =Default Widgets
-------------------------------------------------------------- */

#crown h3 {
    font-size:14px;
    padding:0 0 20px 15;
}
#crown #thematic-power-blog-subscribe {
    padding:0 0 10px 0;
    position:relative;
}
#crown #thematic-power-blog-subscribe h3 {
    position:absolute;
    top:0;
    left:0;
}
#crown #thematic-power-blog-subscribe ul {
    list-style:none;
    margin:0;
    position:absolute;
    top:0;
    right:0;
}
#crown #thematic-power-blog-subscribe ul li {
    padding:0;
}
#crown #thematic-power-blog-subscribe a {
    background:url(images/feed-icon-14x14.gif) no-repeat 10px 6px;
    border:1px solid #ccc; 
    -webkit-border-radius: .35em;
    -moz-border-radius: .35em;
    border-radius: .35em;
    padding:6px 16px 6px 32px;    
    text-decoration:none;
}
/* Fix for the a-tag border bug in IE7 */
body.ie7 #crown #thematic-power-blog-subscribe a {
	float:left; 
}
#thematic-power-blog-about ul {
    list-style:none;
    margin-left:0;
}
#thematic-power-blog-about a.more {
    display:block;
    text-align:right;
}



/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:18px 0 36px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:60px;
    height:60px;
    margin:10 10px 10 10;
    padding:10px;
    background:#666666;
    position:relative;
    top:4px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	background:#000000;
	color:#ffffff;
    border-top:none;
    margin-top:5px;
}
#siteinfo {
	background:background:#000000
	color:#58595b;
    font-size:11px;
    line-height:18px;
    padding:15px 10 24px 60;
}
#siteinfo a {
    color:#ffffff;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #ffffff;
}



/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#73a533 !important;
    background:#transparent !important;
    border:1px solid #e5e9e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}
.wp-pagenavi span.current {
    border:1px solid #e5e9e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}
