/*  
Theme Name: Tao Garden
Theme URI: http://www.glasspendesign.com/
Description: An extensively containered design, suitable for liquid layouts. 
Version: 1.0
Author: Emily Ravenwood
Author URI: http://www.glasspendesign.com/
License: The XHTML is released under GPL
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Color Corral:  */

/* DISABLING CODE */

#beta { display: none; }
#alpha { margin-left: 0 !important; }
#header-menu { visibility: hidden; }
#header-menu #adminlink { visibility: visible; }

/*UNIVERSALS */

body { font-family: "Century Gothic", Futura, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #ffffff; }

H1, H2, H3, H4, H5 { font-weight: normal;}

H4 { text-decoration: underline; }
H5 { font-weight: bold; }

H1 { margin-top: 0; padding-top: 10px;
		margin-bottom: 0; padding-bottom: 0;
		font-size: 28px; }
	
	H1 a { color: #ffffff; }
	H1 a:visited {color: #ffffff; }
	H1 a:hover {  }
	
.single h3, .page h3 { margin-top: 40px;}
	
.single h2 { padding-top: 20px;
		padding-bottom: 10px; }

a { color: #5B7744; 
	font-weight: bold; 
	text-decoration: none;  }
a:visited { font-weight: normal; }
a:hover {text-decoration: underline; }

dl {}
dt { margin: 1em 0 .25em 0; }
dd{}

HR { margin-top: 2em;
	margin-bottom: 2em;
	margin-right: 20%;
	margin-left: 20%; }
	
.readthis { color: #660033; } /* for anything to be really emphasized MANUAL*/

.lighttext { color: #bbbbbb; }

.center { text-align: center; }

.small { font-size: x-small; } /* for small notes */

.tiny { font-size: xx-small; } /* for tiny notes */

.search-excerpt {} /* class on <strong> tag around search terms */


/* WHOLE PAGE */

#page { background: url(images/marble.jpg);
	margin: 0;
	padding: 20px 0 0 0; }
	
#page-inner {}


/*HEADER*/

#header {margin: 0;
	padding: 40px 0 0 0;
	background: url(images/stripe.horiz.jpg) top center repeat-x #000; }

#header-inner { background: url(images/stripe.horiz.jpg) bottom left repeat-x;
	margin: 0;
	padding: 0 0 40px 0; }

#headerimg { background: url(images/roses.jpg) top right no-repeat;
	margin: 0;
	padding: 0; }

#headerimg-inner { background: url(images/apple.jpg) bottom left no-repeat;
	margin: 0;
	padding: 0; }

#header-text { color: #fff;
	height: 210px;
	margin: 0;
	padding: 1px 10px 10px 10px;}

#site-name { text-align: center; padding: 30px 0; margin: 0 100px; }
	
	#site-description {font-size: 20px; text-align: right;} /* the site description, when in use*/
	#site-description  p {margin-top: 20px; padding-top: 10px;
		margin-bottom: 0; padding-bottom: 0; }

/*#headersearch { float: right;
	margin: 0;
	padding: 1em .5em 0 0;} */

#header-menu { margin: 0 10px 0 0;
	padding: 0 3px;
	text-align: center;}
	
	#header-menu a { font-weight: normal; color: #fff; }	
	#header-menu a:visited {  }
	
	#header-menu ul { text-align: left;
		margin-left: 0;
		padding-left: 0; }
		
	#header-menu a#adminlink { color: #000000; 
		padding-right: 2em;}
	
	#header-menu li { display: inline;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-left: 0;
	padding: 0 1em;
	font-size: small;  }
	#header-menu ul ul {display: inline;
		padding: 0;
		margin: 0;} /*to deal with nesting */
	
	#header-menu .current_page_item {}
		#header-menu li.current_page_item a {  color: #cccccc; text-decoration: none; }
		#header-menu li.current_page_item a:visited {   }
		
		#header-menu li.current_page_item ul li a { color: #ffffff; } /*set back to normal values in case of nested lists */
		#header-menu li.current_page_item ul li a:visited {}


/* BOTH COLUMNS--find these in header.php and footer.php*/

#content { margin: 0;
	padding: 30px 20px;
	background: url(images/marble.jpg);
	position: relative; }
	
#content-inner {}
	
#content-footer { clear: both; } /*mostly just there to be a clearing block*/

#jumptop { margin: 2em 0 0 1em; }
	#jumptop-inner {} /*in case it's needed for styling */


/* SUB-SITE MENUS, if invoked on page templates */

#sitemenu {  }

#sitemenu ul { list-style: none;
	padding: 0;
	margin: 0; }
	
	#sitemenu ul ul { display: inline;
		padding: 0;
		margin: 0;} /*to deal with the nesting */

#sitemenu ul li { display: inline; }
	#sitemenu ul li a {  padding: 0 .5em;
		margin: 0 .25em;
		color: #000000; }
	#sitemenu ul li a:hover {  }
		
.current_page_item {  }
	#sitemenu .current_page_item a { text-decoration: underline;}
	.current_page_item a:visited {  }
	.current_page_item a:hover {}
	
	#sitemenu .current_page_item ul li a { text-decoration: none; } /* reset nested items under index page */
	#sitemenu .current_page_item ul li a:visited {  }
	#sitemenu .current_page_item ul li a:hover {  } 


/*MAIN COLUMN*/

#alpha { margin: 0 0 0 240px; }
	 
	 .page {} /* class added to alpha div in page.php */
	 .single {} /* class added to alpha in single.php */
	 .search {} /* class added to page of search results in search.php*/

#alpha-inner {}

.navigation { display: block;
	font-size: small;
	height: 1.5em;
	padding: 1px; /*margin fix*/ } /* in single */
	.alignleft { float: left;}
	.alignright{ float: right; }

#cat-breadcrumb { padding: .25em 0;
	font-size: small;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000; } /* cagory parent string, if in use */

.pagetitle-wrapper { text-align: center; } /*goes around page title. Views: archive, search */

h2.pagetitle { margin-top: 0;
	padding-top: 10px;}

#cat-description { text-align: center;
	font-style: italic;} /* category description, at the top of category pages */

#cat-meta {margin-bottom: 40px;} /* manual blurb at top of categories, if in use */
	.index-notice {} /* div around the $note */

#searchpage {} /* search form called in the page */

/*ENTRIES*/

.post { margin: 20px 0 60px 0;
	background: #fff;
	border-top: 4px double #000;
	border-bottom: 4px double #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0 0 10px 0;  } /*whole entry wrapper*/

	.archive-post {} /* class on same leve as .post in archive.php*/
	.404-post {} /*class on same level in archive/index when post not found */
	.search-post {} /* class on same level in search.php: the results of a search */
	#all-archives {} /* the .post div on the all-archives index.php and template page */
	#all-tags { text-align: center;} /* ditto the all-tags */
	#all-links {} /* ditto all-links */

.post-inner {}

.post-header {} /*contains title and datetime/author */

.post-title { padding: 5px 50px 10px 10px;
	margin: 2px 0 10px 0;
	background: url(images/sm.apple.jpg) top right no-repeat #000;
	color: #fff;
	border-bottom: 4px double #607258;
	border-top: 4px double #607258; } 
	
	.post-title a { color: #fff; font-weight: normal; } 
	.post-title a:visited { color: #fff; font-weight: normal; }
	
.post-title h3 {margin: 0;
	padding: 0 10px;  } /*text of title. Views: archive, page, search*/

.post-title h2 { margin: 0;
	padding: 0 10px;   } /* text of title. Views: single, attachment, index */
	
.date-auth { margin-left: 1em;
	font-size: small; } /* date of posting and author; views: Single, Archive */

.entry { padding: 0 1em;
	font-family: Arial, Helvetica, sans-serif;  } /*actual text*/
	.search .entry { font-style: italic; }
	
	.mac .entry { font-family: Verdana, sans-serif; }
	
#wordcount { font-size: small;} /* encloses wordcount, if in use; see functions.php; inside of .entry in Archive and Index views */

.post-avatar { float: left;
	padding: 0 10px 10px 0; } /* the user icon, if in use */
	
#page-links { text-align: center; } /*contains prev/next links for paginated posts; views: Single, Attachment */

.postmetadata {font-size: small;
	text-align: right;
	margin: 0 1em;} /*contains tags, category and comment link. Views: Archive, Index*/
	.postmetadata a { font-weight: normal; }

.wptags { padding: 5px 3px; } /* div for tags; all views */

#page-footer { } /* footer for Page */

#single-footer {font-size: small;
	text-align: right;
	margin: 30px 1em 3px 1em;} /*footer for Single, Attachment */

#single-cats { } /* post categories. Views: Single, Attachment */
	
#post-dates { padding-left: 1em; } /* modified and posted on Page and Single */

#social-bookmarks { text-align: left;}

	.del-link {} /* class of del.icio.us link */
	.del-link img { border: none; }

#trackback-link {text-align: left;} /*Views: Single, Attachment */

#rss-link { text-align: left;} /*Views: Single, Attachment */
	
#edit-link { text-align: left; }
	
	#edit-link a { line-height: 2em; } /* link to edit on Page, Single, Index, Archive */


/* ARCHIVE LIST */

#archives-wrapper {} /* enclosing div*/

#archives-list { list-style: none;} /* ul around whole thing */

	#archives-list li { margin: .5em 0; }

.year-link {} /* li containing year */

.year-child { list-style: none; } /* ul containing months of that year */

.month-link {} /* li containing month */

.month-child { list-style: none; } /* ul containing days of that month */

.day-link {} /* li containing day */

.archive-toggle { font-size: x-small;} /* span around link to open and close sections */


/* BOOKMARK LIST */

#bookmark-list, 
#bookmark-list ul { list-style: none; } /* ul enclosing whole list */



/*SIDEBAR  (note that many widet ids and classes are redundant)*/

#beta { float: left; 
	width: 210px; 
	background: #fff;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 4px double #000;
	border-right: 4px double #000;
	padding: 0;
	margin: 0; }
	
#beta-inner { font-size: small; }

#beta ul { margin-left: 0; padding-left: 0;
		margin-top: 0; padding-top: 0;
		list-style: none; }

#sidebar {  } /*ul, encloses all widgets */

	#sidebar ul li a { padding: 0 0 0 .5em; }

	#sidebar ul ul li a { padding: 0 0 0 1.5em; }

	#sidebar ul ul ul li a { padding: 0 0 0 2.5em; }
		
#beta li {  line-height: 1.5; }
	
#beta li a {font-weight: normal; text-decoration: underline; }

#location-note {} /*li enclosing the 'you are browsing' notes, before widgets */

#side-cat-feed { } /*ul tag around category feed in sidebar, before widgets*/

	#side-cat-feed img { border: none;}

li.widget,
li.module { font-size: x-small;
	margin: 0 0 15px 0; } /* class of all widgets and hardcoded modules */
	
	.widget p,
	.module p { padding: 0 5px;
		margin-top: 2px; } /*for text widgets and modules */

	.widget a,
	.module a {  }

h2.widgettitle {} /*falls inside the li.widget but outside the interior ul */

#sidebar H2 { font-weight: normal; 
	margin: 0;
	padding: 5px 0 0 10px;
	background: url(images/stripe.horiz.jpg) no-repeat;
	height: 40px;
	color: #fff;} /* more versatile than using .widgettitle*/
	
.see-all { padding-top: .5em; 
	text-align: center;} /* links to all archives or all tags in default sidebar */

li#login-control {} /* theme sidebar login function */

li.widget_frontlogin {}

	ul#sidelogform { padding-left: 5px;}  /* the ul containing login form elements */
	ul#sidelogform li { padding-bottom: 5px;}

li#side-text ,
li.widget_text {}

div.sidetext,
div.textwidget { padding: 0 5px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif; }
	
	.mac .sidetext,
	.mac .textwidget { font-family: Verdana, sans-serif; }

li#admin-profile {} /* widget from functions.php with journal-style userpic, name and text */

li.widget_admprofile {}

	div#profile-wrapper { margin-left: 1em;}

	div#profile-image { margin-bottom: 1em; }

	div#profile-name { font-style: italic; }

	div#about-admin {}

li.widget_links {}

li#calendar {}

li .widget-calendar {}

	div#calendar-wrap { text-align: center; }

	#calendar caption { font-style: oblique;
	margin-right: auto;
	margin-left: auto; } /* month name */

	table#wp-calendar { width: auto; 
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto; }

	#wp-calendar thead {}
	#wp-calendar tfoot {}
	#wp-calendar tbody {}
	#wp-calendar td { border: 1px solid #999; 
		padding: 3px; }
	
li#archives {  }

li.widget-archives {}

	.widget-archives select { margin-left: auto;
	margin-right: auto; } /* tag enclosing the drop-down menu of months */

#tag_cloud {}

.widget_tag_cloud {}

	#tag_cloud ul {padding-left: 2px; }

	#tag_cloud a { padding-right: 5px; }

li#search {   }

li.widget-search { }
	
	#beta #searchform { padding: 0 5px; }
	
	#beta #searchform div { margin: 20px 0 10px 0;
	text-align: center;
	border: 1px solid #607258;
	padding: 5px 2px;
	background: #000; }

li#recent-posts { }

li.recent-posts-widget {}

li#recent-comments {  }

li.recent-comments-widget {}

li#site-nav {} /* widget from functions.php with journal-style site nav links */

li.widget_plusnavlinks {}

li.widget_rss {}

li#meta { }

li.widget-meta {}

li#categories,
li.widget-categories { padding-left: 0;
	 padding-bottom: 3px; } /*the id is unpredictable; .categories is the unwidgetized version*/

li.cat_item {}

.widget-categories a,
#categories a { display: block; } /*need both for widgetized and unwidgetized */
.widget-categories a:hover,
#categories a:hover { background-color: #333333;
	color: #ffffff; }

.widget-categories ul.children a,
#categories ul.children a {  } /* child categories */

.current-cat {} /*category that is open; Views: archive*/
	.current-cat a {background-color: #000;
	color: #fff; }  
	.current-cat a:visited { }
	
	.current-cat ul li a {background-color: #fff;
		color: #5B7744; } /* links in items nested below; remember to set back to normal colors if there is a block hover color change */
	.current-cat ul li a:visited {  }

li.current-cat-parent {}/* category one up. Views: archive */

li#pages,
li.pagenav {} /*widgetized and un versions */

li.widget_pages {}

li.page_item {} /* same as wp_list_pages if that is in header */

.pagenav a,
#pages a { display: block; }

#pages .current_page_item,
.pagenav .current_page_item {} /*page that is open; Views: Page */
	#pages li.current_page_item a,
	.pagenav li.current_page_item a {   } 
	#pages li.current_page_item a:visited,
	.pagevan li.current__page_item a:visited { }
	
	#pages .current_page_item ul li a,
	.pagenav .current_page_item ul li a {  } /* links in items nested below; remember to set back to normal colors if there is a block hover color change */
	#pages .current_page_item ul li a:visited,
	.pagenav .current_page_item ul li a:visited {  }


/*FOOTER*/

#footer { 
	padding: 0;
	margin: 0 0 2px 0;
	text-align: center;
	color: #999999;
 }
	
	#footer a {font-weight: normal; }

#footer-inner {font-size: x-small;}

#license-notes { 	border-top: 4px double #000;
	border-bottom: 4px double #000;
	background: #fff; 
	padding: 0 1em;
	text-align: left; }

#license-image { float: left;
	margin-right: 1em;
	margin-top: 1em; }


/*COMMENTS*/

p.nocomments {} /* password or comments closed notice */

#comments-wrapper {  padding: 1px 1em 1em 1em;
	background: #fff;
	border-top: 4px double #000;
	border-bottom: 4px double #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;   } /*around entire comment area */

h2#comments { padding: .25em;
	display: block; } /*heading of the comments area */
	
	#comments a {  }
	
	#addlink { font-size: medium;} /*the [add] link inside header */

h3#pings {padding-bottom: .25em;
	margin-bottom: 0;
	display: block; }

/* INDIVIDUAL COMMENTS */

.commentlist, .commentlist ul { list-style: none;
	margin-left: 0;
	padding-left: 0; } /* ul; encloses all comments made */

.pinglist { margin-top: 0;
	margin-bottom: 2em; } /* ol; encloses all trackbacks when separated */

ul.children { margin-left: 20px;
	padding-left: 0; } /* ul enclosing any threaded replies; use this for indent */

.commentlist li { margin-top: 15px; } /* encloses each comment; following classes are on this as well, without callback */

.comment {font-family: Arial, Helvetica, sans-serif;} /* moved from the li to the div for this theme */

	.mac .comment { font-family: Verdana, sans-serif; }

.pingback {} /* replaces .comment on trackbacks */

div.bypostauthor {  }

.even { background: #FFFAE7;
	border: 1px solid #efead7; }

.odd  {  background: #fff;
	border: 2px solid #FEEDCF; }

.thread-even {}

.thread-odd {}

.byuser {}

.alt {} /* given to every other comment */

.depth-1 {} /* these go on in increasing increments as far as depth is allowed */

/* a div with #div-comment-xxx encloses each comment inside the li and therefore exempt from nesting; all the below classes are contained in this div */

.comment-header {} 

	.comment-header a {color: #000; font-weight: normal;}
	.comment-header a:visited {color: #000;}

	div.bypostauthor .comment-header {}
	.even .comment-header {}
	.odd .comment-header {}

.comment-author {} /* encloses userpic and author name */

#comments-wrapper img.avatar { float: left;
	margin: 5px;
	border: 1px solid #cccccc; }

.comment-meta {font-size: x-small;
	border-bottom: 1px solid #cccccc;
	width: 70%;  } /* encloses the date/time */

.commentmetadata {} /* these two appear to be the same thing */

.comment-text { margin: 0 5px; } /* the actual text */

.reply { margin-left: 5px; } /*the reply to comment link */
	
/* ADD COMMENT FORM */

#addcomment {  } /* encloses the add-comment section */
	
#add-email-form { border: 4px red double; 
	margin: 1em; 
	padding: .5em 1em; }  /* the prompt for openID users */

#respond { } /* encloses the form */

h3#addheader {padding-bottom: .25em;
	margin-bottom: 0;
	display: block; } /* the 'leave a reply' header */

#cancel-comment-reply { font-size: small; } 

form#commentform {} /* the form itself */

	#commentform textarea { width: 100%;} /* the message writing area; set width to fix occasional FF bug */

/*  IF LOGGED IN*/
table#loggedtable {}
	table#loggedtable td { padding: 5px 0; }

td#logged-in-note { border-bottom: 1px solid #999999;
	padding: .5em 3px; }

/* SPLIT OPTIONS */
table#splittable {}

div#method-header { font-size: large; 
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin-bottom: 20px;} /* tell me who you are */

table#splittable td { padding: 5px 5px 5px 10px; }

.split-notes {font-size: x-small;
	color: #999999;}

tr#method { text-align: center; }
	td#trad-meth { border-right: 1px solid #000;
		text-decoration: underline; }
	td#op-id-meth {text-decoration: underline;}

tr#field-one {  }
	#field-one td#commenter-name { border-right: 1px solid #000;  }
	td#op-id { }

tr#field-two { }
	#field-one td#commenter-email { border-right: 1px solid #000; }
	td#op-id-blank {  }

/* SINGLE OPTIONS */
table#regtable { }
	table#regtable td { padding: 5px 0; }

tr#name-section {}
	td#commenter-name { }

tr#email-section {}
	td#commenter-email { }
	
tr#url-section {}
	td#commenter-url {}

/*IN BOTH */
tr#comment-section { } 
	td#commenter-content { vertical-align: top; }

tr#allowed-characters { font-size: x-small;
	color: #999; }

td#notes {font-size: x-small;
	color: #666;
	text-align: right;}

td#button { padding: 2px;} /* submit comment and subscription buttons */

