/*
Theme Name: Cactus Blooms 2010
Theme URI: http://www.missgiggles.com/blog/themes/giggles_cactusbloom2010
Description: Based on the 2010 theme for WordPress. But personalized for Random Giggles
Author: Miss Giggles
Author URI: http://www.missgiggles.com/
Template: giggles2010
Version: 3.2
Tags: yellow, green, white
*/

@import url("../giggles2010/style.css");

/* =Structure
-------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	width: 940px;
	padding: 0 20px;
	background-image: url(../giggles2010/images/backgrounds/wrap_green.png);
	background-repeat: repeat-y;
}
#site-copy {
	clear: both;
	background-color: #7B7;
	border-top: 4px solid #EA5;
	border-bottom: 4px solid #EA5;
	margin-top: 3px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-image: url(../giggles2010/images/backgrounds/cdc.gif);
	background-repeat: repeat;
}
hr {
	background-color: #7B7;
}

/* Text elements */
a:link, a:visited, a:active, a:hover {
	color: #EA5;
}

/* =Header
-------------------------------------------------------------- */

/* This is the custom header image */
#branding img {
	border-top: 4px solid #7B7;
	border-bottom: 4px solid #7B7;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #7B7;
}
#access .menu-header, div.menu {
	background-color: #7B7;
}
#access ul ul a {
	background: #7B7;
}
#access li:hover > a, #access ul ul :hover > a {
	background: #EA5;
}

/* =Content
-------------------------------------------------------------- */

#content pre, #content kbd, #content tt, #content var {
	color: #7B7;
}
.hentry {
	border-top: 2px solid #EA5;
}
.home .sticky {
	background: #FFD;
	border-top: 4px solid #7B7;
}
.page-title, .page-title span, .page-title a:link, .page-title a:visited, .page-title a:active, .page-title a:hover {
	color: #7B7;
}
#content .entry-title {
	color: #7B7;
}
.entry-title a:link, .entry-title a:visited, .entry-title a:active, .entry-title a:hover {
	color: #7B7;
}
.entry-meta {
	color: #EA5;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #EA5;
}
.page-link {
	color: #EA5;
}
.home .sticky .page-link a {
	background: #ffd;
}
.page-link a:active, .page-link a:hover, .entry-utility, .entry-comment, .entry-meta a, .entry-utility a, .entry-comment a, .entry-meta a:hover, .entry-utility a:hover, .entry-comment a:hover {
	color: #EA5;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation, .navigation a:link, .navigation a:visited, .navigation a:active, .navigation a:hover {
	color: #EA5;
}

/* =Comments
-------------------------------------------------------------- */
h3#comments-title, h3#reply-title {
	color: #7B7;
}
.commentlist {
	border-bottom: 2px solid #EA5;
}
.commentlist li.comment {
	border-top: 2px solid #EA5;
}
#comments .pingback {
	border-top: 1px solid #EA5;
}
.commentlist .children li {
	border-top: 1px solid #EA5;
}
.comment-meta a:link, .comment-meta a:visited, .comment-meta a:active, .comment-meta a:hover {
	color: #EA5;
}
.reply a, a.comment-edit-link {
	color: #EA5;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #EA5;
}

/* Comments form */
#respond {
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul ul {
	list-style-image: url("../giggles2010/images/box_green.gif");
	list-style-type: square;
	margin-left: 1.3em;
}
.widget-title {
	background-color: #7B7;
}
.widget-follow {
	background-color: #EA5;
}
#wp-calendar caption {
	color: #7B7;
}
#wp-calendar thead th {
	color: #7B7;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #FFB;
}
.widget_rss a.rsswidget {
	color: #EA5;
}
.widget_rss a.rsswidget:hover {
	color: #EA5;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 4px solid #7B7;
}
#site-info a {
	color: #7B7;
}

/* =Old Pages
-------------------------------------------------------------- */
.titlelarge1, .titlesmall1, .small1 { color: #7B7; }
.titlelarge2, .titlesmall2, .small2 { color: #EA5; }
