/*
Here is the custom Stylesheet.  Make any changes to the T1 Theme here.  Just add .custom before your reference. 
For example:  .custom body {  }   

You can also add new category styles following the example below.
*/

.custom .entry-wrapper {
	padding-top: 2em;
	padding-bottom: 2em;
}


/*  PODCAST  */
/* Style the main category elements, give it a background, etc. */
.custom div.category-podcast { 
	color: #555; margin-top: 5px; margin-bottom: 50px; padding-left: 40px; 
	background: url('images/podcast.jpg') left top no-repeat; 
	 
}


/* Hide or style the Entry Title and Entry Date */
.custom div.category-podcast h2.entry-title, div.category-podcast div.entry-date { display: none; } 

/* Leave width alone for default.  If you change width, make sure to change the 
   .entry-wrapper below to align the Permalink and Comment Count */
.custom div.category-podcast div.entry-content {} 
.custom div.category-podcast div.entry-content a { color: #26466d; font-size: 18px; font-weight: bold; line-height: 1.3em; }
.custom div.category-podcast div.entry-content a { color: #26466d; font-size: 18px; font-weight: bold; line-height: 1.3em; }
.custom div.category-podcast div.entry-content a:visited { color: #26466d; font-size: 18px; font-weight: bold; line-height: 1.3em; }
.custom div.category-podcast div.entry-content a:hover { color: #fff; background-color: #26466d; font-size: 18px; font-weight: bold; line-height: 1.3em; }
.custom div.category-podcast div.entry-content img  {} 
/* Style your individual elemts like images and paragraphs for how you want your category to look */
.custom div.category-podcast div.entry-content p {}
/* Change width only if you changed the .entry-content width | Read note above */
.custom div.category-podcast div.entry-wrapper {} 
/* Use only to hide the Permalink and Comment Counts from your category's style */
/* .custom div.category-podcast.post:hover span.permalink { display: none; } */    
/* Hide ore style the entry meta */
.custom div.category-podcast div.entry-meta { display: none; } 
/* Use to Display the Tags on your Category */ 
.custom div.category-Podcast div.tags p { 
/* display: block; font-size: .95em; background: #EEEEFF; width: 500px; padding: 0 5px; margin: 0; */ 
} 


/*[[ --- Use this example to style your own categories i.e. Podcast ---]]*/
	
/*[[ --- Replace each XXX-XXX with your new category name i.e. Podcast ---]]*/
	
/*[[ --- Copy and repeat for as many categories as you would like to create.... ---]]*/

.custom div.category-XXX-XXX  { margin-bottom: 50px; /*Leave Margin-Bottom in there to space out the entries*/ } /* Style the main category elements, give it a background, etc. */

	.custom div.category-XXX-XXX h2.entry-title, div.category-XXX-XXX div.entry-date { display: none; } /* Hide or style the Entry Title and Entry Date */

	.custom div.category-XXX-XXX div.entry-content {} /* Leave width alone for default.  If you change width, make sure to change the .entry-wrapper below to align the Permalink and Comment Count */

		.custom div.category-XXX-XXX div.entry-content img  {} /* Style your individual elemts like images and paragraphs for how you want your category to look */
		
		.custom div.category-XXX-XXX div.entry-content p {}
		
	.custom div.category-XXX-XXX div.entry-wrapper {} /* Change width only if you changed the .entry-content width | Read note above */
	
	/* .custom div.category-XXX-XXX.post:hover span.permalink { display: none; } */    /* Use only to hide the Permalink and Comment Counts from your category's style */
		
	.custom div.category-XXX-XXX div.entry-meta { display: none; } /* Hide ore style the entry meta */
	
	.custom div.category-XXX-XXX div.tags p { /* display: block; font-size: .95em; background: #EEEEFF; width: 500px; padding: 0 5px; margin: 0; */ } /* Use to Display the Tags on your Category */ 



