/*   
Theme Name: Thematic Power Blog
Theme URI: 
Description: Use the Thematic Power Blog Theme to ramp up the power of your WordPress blog.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.1
Tags: Thematic
.
Thematic Power Blog is copyright 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('2c.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');

@import url('my_fonts.css');


/* =Category Menu
-------------------------------------------------------------- */

#category-access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    padding:11px 0;
    overflow:visible; 
    z-index:150;
}
/* 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;
}
*/
.menu-title {
    color:#666;
    float:left;
    font-style:italic;
    line-height:32px;
    margin-right:10px;
}

.sf-menu li {
    margin-right: 15px;
}


#access .sf-menu, #access .sf-menu a {
    border: none;
    font-family: "Museo 300", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
       text-decoration: none;
}

#access .sf-menu li:hover, #access .sf-menu li.sfHover,
#access .sf-menu a:focus, #access .sf-menu a:hover, #access.sf-menu a:active {
    background:     #01b0f0;
    outline:		0;
    color: white;
       
       
}

#access .sf-menu .current_page_item a, #access .sf-menu .current_page_ancestor a, #access .sf-menu .current_page_parent a {
    background:     #ffffff;
    outline:		0;
    color: #01b0f0;
        text-decoration: none;

}

#category-access {
    border: none;
        font-family: "Museo 300", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#category-access .sf-menu {
    border-color:transparent;
}

#category-access .sf-menu a {
    border:none;
    margin-right:3px;
        text-decoration: none;
} 
#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,
#category-access .sf-menu a:focus, #category-access .sf-menu a:hover, #category-access .sf-menu a:active {
    background:     #aeee00;
	outline:		0;
	color: white;
	  
  /*  border-color:#ccc;*/
}

#category-access .sf-menu .current_page_item a, #category-access .sf-menu .current_page_ancestor a, #category-access .sf-menu .current_page_parent a {
        background:     #aeee00;
	outline:		0;
	    text-decoration: none;
}


/*
#category-access .menu {
    width: 500px;
    float: left;
    position: relative;
    right: -140px;
}*/

.menu-title img {
    position: relative;
    top: -5px;
    padding: 0 00px 0 150px;

}
/*
#category-access .sf-menu ul a {
    background:#fafafa;
    border: none;
	margin-right:0;
}*/


/* =Default Widgets
-------------------------------------------------------------- */

#crown h3 {
    font-size:17px;
    padding:0 0 4px 0;
}
#crown #thematic-power-blog-subscribe {
    padding:0 0 44px 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;
}


/* =Global Elements
-------------------------------------------------------------- */
body {
    font-family: "Museo 300", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #333333;
}


#header {
    /*border-top:1px solid #ccc; */
    margin-top:22px;
    background-color: white;
}
#branding {
    
   /* background:url(images/header-image.jpg) no-repeat center bottom; */
    margin-bottom:22px;
    padding-top: 40px;
   /* padding:44px 0 198px 0; /* Bottom padding is the same height as the image called above */
}

a, a:visited {
    text-decoration: underline;
    color: #333333;
}

a:link {
    color: #333333;
}

a:active, a:hover, .aside a:active, .aside a:hover {
    color: #ff358b;
}

.aside a {
    
}

#main {
    padding-top: 33px;
}


#blog-title {
    font-family: "Museo 700", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3.6em;
}
#blog-title a{
    color: #333333;
}

#blog-title a:active, #blog-title a:hover {
    color: #ff358b;
}

#blog-description {
        font-family: "Museo Sans 500", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    margin: 10px 0 0 20px;
    font-style: normal;
    color: #ff358b;
    display: none;
    
}
#leader {
    border-bottom:1px solid #ccc;
    margin-bottom:-22px;
    padding:33px 0 11px 0;
}

#access {
 border: none;
}

#wrapper {
    background-color: white;
}
#content {
margin-left: 22px;
width: 518px;
}

#sidebar {
        margin: 0 0 0 -300px;
    width: 300px;
}

.hentry {
}
.crown-aside {
    color:#666;
    padding-top:22px;
    margin:0;
}
.attachment-jpeg .crown-aside,
.attachment.png .crown-aside {
    display:none;
}
.crown-aside a {
    color:#666;
}
.crown-aside a:active,
.crown-aside a:hover {
    color: #FF4B33;
}
.crown-aside ul {
    padding:0 20px;
}
.crown-aside ul ul {
    border:none;
    padding:0;
}

.main-aside {
    padding-top:22px;
}

.main-aside ul {
    padding:0 20px;
}
.main-aside ul ul {
    padding:0;
}
.main-aside ul li {
    margin-bottom: 20px;
}
#crown {
    border:1px solid #ccc;
    width:426px;
    display: none;
}
#primary {
    border:1px dotted #333333;
    border-width:0 0 0 1px;
    padding:22px 0 11px 0;
    width:300px;
    float: none;
    visibility: hidden;
}

.page #primary {
    visibility: visible;
}

#secondary {
    border:1px solid #ccc;
    border-width:0 0px 0px 1px; /* keeping a border on the left for no-js */
    margin-left:-1px; /* offsets the 1px border on the left */
    padding:22px 0 11px 0;
    width:214px;
    float: none;
}

#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: #FF4B33;
}
#breadcrumb-nav-container {
    margin:0 auto;
    padding:11px 0;
    width:988px;
}
#breadcrumb-nav-container p {
    margin:0;
}
#footer {
    border: none;
    background-color: #333333;
}


.wp-pagenavi span.pages {
		padding:4px !important;
}




/* =ENTRY
  ----------------------------------------------------------- */
.entry-title {
        font-family: "Museo Sans 500", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:1.8em;
    font-weight:normal;
    font-style:normal;
    color: #333333;
    padding:0 0 3px 0;
}

.entry-title a{
        color: #333333;
}


.entry-title a:active, .entry-title a:hover {
        color: #ff358b;
}

h1.entry-title {
  
}

.entry-content {

    padding:12px 0 10px 0;
 text-align: left;
 font-size: 1.22em;
 line-height: normal;

}

.entry-content img {
    margin-bottom: 0;
}

.entry-meta {
    color:#444444;
    font-style:normal;
    font-family: "Museo Sans 500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

.entry-meta .meta-prep-author, .entry-meta .author, .entry-meta  .meta-sep-entry-date, .entry-meta .meta-prep-entry-date {
display:none;
}



.entry-meta .n {
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:none;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:0.85em;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:none;
}

.entry-utility {
    border-top:1px solid #CCCCCC;
    font-size: 10px;
    padding: 4px 0 0 0;
}

.entry-utility .comments-link {
    float: right;
    margin-right: 5px;
}

.entry-utility .meta-sep-tag-links, .entry-utility .meta-sep-edit, .entry-utility .edit {
    display: none;
}

.entry-utility a:hover, .entry-utility a:active {
    color: #ff358b;
}

.entry-content p {
    font-size: 0.9em;
    line-height: 1.4em;
}

/* SIDES -------------------------------- */


body.page .main-aside {
    width:314px;
}

.aside {
font-size: 0.9em;
}


.main-aside ul ul {
    border-top:1px dotted #eeeeee;
}

.main-aside ul ul li {
    
    border-bottom:1px dotted #eeeeee;
    list-style-type: circle;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget_recent_entries li {
        font-style: normal;

}

.aside h3 {
    font-style: normal;
    font-size:1.35em;
    font-weight:normal;
    color: black;
    font-family: "Museo 300", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0 8px 0;
}

.aside a {
    text-decoration: none;
}



/* =Widgets
-------------------------------------------------------------- */

.aside th, .aside td {
	padding:0.25em 0.35em;
}

