/*   
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('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');


/* =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;
}
#category-access .sf-menu {
    border-color:transparent;
}
#category-access .sf-menu a {
    border:1px solid transparent;
    margin-right:3px;
}
#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:     #fafafa;
	outline:		0;
    border-color:#ccc;
}
#category-access .sf-menu ul a {
    background:#fafafa;
    border-color:#ccc;
    border-right:none;
	border-bottom: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
-------------------------------------------------------------- */

#header {
    border-top:1px solid #ccc;
    margin-top:22px;
}
#branding {
    background:url(images/header-image.jpg) no-repeat center bottom;
    margin-bottom:22px;
    padding:44px 0 198px 0; /* Bottom padding is the same height as the image called above */
}
#blog-description {
    margin-bottom:22px;
}
#leader {
    border-bottom:1px solid #ccc;
    margin-bottom:-22px;
    padding:33px 0 11px 0;
}
#content {
}
.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: #003300;
}
.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;
}
#crown {
    border:1px solid #ccc;
    width:426px;
}
#primary {
    border:1px solid #ccc;
    border-width:0 1px 1px 1px;
    padding:22px 0 11px 0;
    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:22px 0 11px 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: #003300;
}
#breadcrumb-nav-container {
    margin:0 auto;
    padding:11px 0;
    width:988px;
}
#breadcrumb-nav-container p {
    margin:0;
}
#footer {
}


.wp-pagenavi span.pages {
		padding:4px !important;
}


/* =Widgets
-------------------------------------------------------------- */

.aside th, .aside td {
	padding:0.25em 0.35em;
}



/* =CBS
-------------------------------------------------------------- */

/* =CBS anchors
-------------------------------- */

a { color:#556B2F; }
a:active { color:#556B2F; }
a:link { color:#556B2F; text-decoration:none; }
a:visited { color:#556B2F; text-decoration:none; }
a:hover { color:#556B2F; }

.adminlink a { text-decoration:none; }
#content a:hover { color:#556B2F; }
.entry-content a:hover { color:#556B2F; }
#primary a:hover { color:#556B2F; }
#secondary a:hover { color:#556B2F; }



/* =CBS fonts
-------------------------------- */

body,input,textarea { color:#444444; font-family: arial, sans-serif; }

h1,h2,h3,h4,h5,h6 { color:#444444; font-family: "times new roman", serif; }

.entry-title { color:#444444; font-family: "times new roman", serif; font-weight:normal; padding-top: 20px; }

#blog-title,#blog-title a,#blog-title a:active,#blog-title a:visited,#blog-title a:hover { color:#444444; font-family: "times new roman", serif; font-weight:normal; }

#content h2 { color:#000000; font-family: "times new roman", serif; font-weight:normal;}
#content h2 a { color:#000000; }






/* =CBS General
-------------------------------- */

body { 
background-color:#f6f6f6;
background:url('http://www.grapelo.com/wp-content/uploads/2010/07/3LBJJ-Background-01-greygi.png');
}

#container { background-color:#transparent; }
#wrapper { background-color:transparent; }

.clear { clear:both; }

.date { color:#666666; }

.entry-meta { display:none; }

.entry-utility { margin-top:50px; }

.lastupdate {
color:#666666;
position:relative;
top:-20px; 
}

#blog-description { display:none; }

#blog-title a {
background:url(http://www.grapelo.com/wp-content/uploads/2010/07/Grapelo-Sidebar-Mast-4.png) no-repeat top left;
display:block;
text-indent:-9000px;
width: 400px;
height: 120px;

}

#branding {
background:#00ff00;
background:transparent; 
margin-bottom:0px;
padding-bottom:0px;
padding-top:0px;
}

#access { display:none; }
#category-access { display:none; }

#crown { margin-top:15px;  }

img { border:none; }

#main{ padding-top:20px; }

#searchform #s { width:95%; }

#leader { padding:0px 0 11px 0; }
#leader-container { border: 0px solid red; height:100px; }

#sidebar { padding-top:0; }
#sidebar img { border:none; }

div.entry-content { }
div.entry-content span.pgee-read-more { display:block; padding-top:20px;  }

div.entry-meta { display:block; }
div.entry-meta span { display:none; }
div.entry-meta span.entry-date { color:#cccccc; text-align:right; display:block; position: relative; top:-55px; }

div.entry-utility { border-top:0px solid #dddddd; margin-bottom:30px; margin-top:0px; padding-left:0px; }
.entry-utility { clear:both; }
div.entry-utility span { display:none; }
div.entry-utility span.cat-links { display:block; }
div.entry-utility span.tag-links { display:block; }
div.entry-utility span.comments-link { display:block; }
div.entry-utility span.edit { display:block; }

div.entry-utility span.meta-sep meta-sep-tag-links { display:none; }
div.entry-utility span.meta-sep meta-sep-comments-link { display:none; }
div.entry-utility span.meta-sep meta-sep-edit { display:none; }

.hentry { background:#f6f6f6; border:1px solid #cccccc; border-radius: 10px; margin-bottom:15px; margin-top:15px; padding:20px; }
#cbsmainindex .hentry  { height:350px; overflow:auto; }

.archive .entry-meta {}
.archive .entry-utility span.cat-links { display:none; }
.archive .entry-utility span.tag-links { display:none; }
.archive .entry-utility span.comments-link { display:none; }
.archive .post { height:360px; overflow:auto; }

#cbsmainindex {}
#cbsmainindex div.entry-utility span.cat-links { display:none; }
#cbsmainindex div.entry-utility span.tag-links { display:none; }
#cbsmainindex div.entry-utility span.comments-link { display:none; }
#cbsmainindex h2.entry-title { margin-bottom: -30px; padding-bottom: 10px; }
#cbsmainindex div.entry-meta span.entry-date { color:#cccccc; text-align:right; display:block; position: relative; top:-25px; }


#cbssinglepost {}
#cbssinglepost .hentry { padding:20px; }
#cbssinglepost .hentry div.entry-utility span { display:none; }
#cbssinglepost .hentry div.entry-utility span.cat-links { display:block; }
#cbssinglepost .hentry div.entry-utility span.tag-links { display:block; }
#cbssinglepost .hentry div.entry-utility span.comments-link { display:block; }
#cbssinglepost .hentry div.entry-utility span.edit { display:block; }

#cbssinglepost .hentry div.entry-utility span.meta-sep meta-sep-tag-links { display:none; }
#cbssinglepost .hentry div.entry-utility span.meta-sep meta-sep-comments-link { display:none; }
#cbssinglepost .hentry div.entry-utility span.meta-sep meta-sep-edit { display:none; }

div.entry-content img { border:none; margin-right:15px; }

#crown { border:none; }
#footer { border:none; }
#header { border:none; }
#primary { border:none; }
#secondary { border:none; }

li.blank { visibility:hidden; }

#fb-root { background-color:red; clear:both; }
span.facebooklike {  }

#respond { background-color:transparent; }

#subsidiary { background:#f6f6f6; border:1px solid #cccccc; margin-bottom:15px; margin-top:15px; padding:20px; }

/* NextGenerationGallery */
.ngg-singlepic {
	background-color:#FFFFFF;
background-color: transparent;
	display:block;  
	padding:4px;
padding:0px;
}
