/*
Theme Name: RYO Theme
Theme URI: http://www.blogseye.com
Description: Roll Your Own Theme
Version: 1.0
Author: Keith P. Graham
Tags: development

The css styles here are not filled in and should be used when styling your own web templage

Add your own styling at the end. These are some of the default classes that WordPress adds when it creates pages.

*/

/* layout containers */
#container {}
.content {}

/* posts */
.post {}
.type-post {}
.hentry  {}
.entry-title {}
.post_date{}
.entry-content {}
.entry-utility {}
.entry-utility-prep {}
.entry-utility-prep-cat-links {}
.post-edit-link {}

/* categories */
.cat-links {}
.categories{}
.cat-item {}
.children {}

/* comments */
.comments-link {}

/* misc */
.meta-sep{}

/* links */
.edit-link {}
.linkcat {}
.blogroll {}

/* search, etc */
.search {}
.archives {}
.meta {}

/* The Roll Your Own sidebars need to to have some default coding because unordered lists are sooooo ugly.
 Replace these with your own style and season to taste */
.ryo_sidebar {font-size:.9em;margin:0; padding:0;list-style-type: none;}
.ryo_sidebar ul {margin:0; padding:0;list-style-type: none;}
.ryo_sidebar ul li{margin:0; padding:0;list-style-type: none;}
.ryo_sidebar ul ul li{padding-left:4px;list-style-type: none;}
.ryo_sidebar ul ul  ul li{padding-left:4px;list-style-type: none;}
.ryo_sidebar2 {font-size:.9em;margin:0; padding:0;list-style-type: none;}
.ryo_sidebar2 ul {margin:0; padding:0;list-style-type: none;}
.ryo_sidebar2 ul li{margin:0; padding:0;list-style-type: none;}
.ryo_sidebar2 ul ul li{padding-left:4px;list-style-type: none;}
.ryo_sidebar2 ul ul  ul li{padding-left:4px;list-style-type: none;}



/* there are lots of others, but this will get you started. 

drop your custom css at the bottom

*/


