@import url(base-weblog.css);
/*
name: Summer Love
designer: Victoria Wang
designer_url: http://violasong.com
description: A clean floral layout inspired by hot summer days at backyard pools =].
layouts: one-column, two-column-left, two-column-right
*/
body {
	background-color: #d5ecff;
	background-image: url(background.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #555;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-family: trebuchet MS, verdana, tahoma, sans-serif;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
#container {
	background-position: center top;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 748px;
}

/*  LAYOUTS  */

.layout-two-column-right #container { background-image: url(columnright.gif); }
.layout-two-column-left #container { background-image: url(columnleft.gif); }
.layout-one-column #container { background-image: url(onecolumn.gif); }

.layout-two-column-right #container-inner { background-image: url(columnrightbottom.gif); }
.layout-two-column-left #container-inner { background-image: url(columnleftbottom.gif); }
.layout-one-column #container-inner { background-image: url(onecolumnbottom.gif); }

.layout-two-column-right #banner, .layout-one-column #banner { background-image: url(bannerbackground.gif); }
.layout-two-column-left #banner { background-image: url(bannerbackgroundleft.gif); }

.layout-two-column-right #alpha, .layout-two-column-left #beta {
	margin-left: 25px;
	width: 485px;
}
.layout-two-column-right #beta, .layout-two-column-left #alpha {
	width: 204px!important;
	margin-right: 11px;
}
.layout-two-column-right #beta, .layout-two-column-left #alpha {
	background-image: url(sidebarbackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -11px;
	width: 206px!important;
}
.layout-two-column-left #alpha { 
	background-image: url(sidebarbackgroundleft.gif); 
	background-position: 11px top;
	width: 217px!important;
	margin-right: 0!important;
}
.layout-two-column-right #beta {
	float: right;
}
.layout-two-column-left #beta {
	margin-right: 25px;
	margin-left: 0;
	float: right;
}
.layout-two-column-right #beta-inner, .layout-two-column-left #alpha-inner {
	padding-left: 12px;
	padding-right: 12px;
}
.layout-two-column-left #alpha-inner {
	margin-left: 11px;
}
.layout-one-column #alpha {
	padding-left: 70px;
	padding-right: 70px;
}

/*  BANNER & PAGE DIVS  */

#container-inner {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#banner {
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 105px;
	margin-left: -4px;
	margin-top: 0px;
}
h1#banner-header {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	margin-left: 122px;
	padding-top: 30px;
}
h1#banner-header a {
	color: #fff;
	text-decoration: none;
}
h2#banner-description {
	color: #4f825b;
	font-size: 10px;
	margin-top: -15px;
	margin-left: 122px;
}
h2#banner-description a { color: #4f825b; }
h2#banner-description a:hover { color: #64a465; }
#pagebody {
	line-height: 140%;
}
.content-nav { 
	margin-bottom: 15px;
}

/*  MODULE */

h2.module-header {
	color: #5da0cd;
	font-size: 17px;
	margin-bottom: 7px;
	margin-top: 17px;
}
h2.module-header a {
	color: #5da0cd!important;
}
h2.module-header a:hover {
	color: #72c3f8!important;
}
.module-content { margin: 0; }
.module a { color: #D55369!important; }
.module a:hover { color: #FF6B85!important; }
.module a:visited { color: #5e9e60; }
.module-search {
	position: relative;
	top: -60px;	
}
.layout-two-column-left .module-search {
	left: 500px; width: 200px;
}
.module-search h2.module-header {
	display: none;
}
.module-search form label {
	color: #fff;
	font-size: 11px;
	line-height: 150%;
	margin-bottom: 0px;
	padding-bottom: 0;
}
.module-search input#search { 
	width: 120px;
	padding-left: 1px;
}
.module-search input {
	background-color: #fff;
	border: 1px solid #5fbe7f;
	color: #5fbe7f;
	font-size: 10px;
	font-family: trebuchet MS, verdana, tahoma, sans-serif;
}
.module-list li, .module-list li ul li {
	background-position: 3px 6px;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.module-list li {
	background-image: url(lbullet.gif);
}
.module-list li ul li {
	background-image: url(sbullet.gif);
}
.module-list li a {color: #DF4F68;
	display: block;width: 100%;
}
.module-list li a:hover {
	text-decoration: none;
}
.module-categories { margin-top: -35px; }
.module-syndicate, .module-powered {
	color: #888;
	font-size: 10px;
	line-height: 120%;
	margin-top: 20px;
}
.module-powered {
	margin-top: 7px;
}

/*  ENTRY  */

.entry a, .content-nav a, .trackbacks a, .comments a{ color: #5da0cd; }
.entry a:hover, .content-nav a:hover, .trackbacks a:hover, .comments a:hover { color: #72c3f8; }
.entry a:visited, .content-nav a:visited, .trackbacks a:visited, .comments a:visited  { color: #9EAFBB }
h3.entry-header, h3.comments-header, h3.trackbacks-header, h2.comments-open-header {
	color: #5da0cd;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 18px;
}
h2.date-header {
	color: #64a465;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 12px;
}
h3.entry-header {
	margin: 0;
	margin-bottom: 20px;
}
#trackbacks-info { color: #999; }
.entry {
	padding-bottom: 20px;
}
.entry-userpic, .comment-userpic {
	display: none;
}
.entry-body { line-height: 160%; }
.entry-body ul { 
	padding-left: 10px; 
	margin-left: 0;
}
.entry-body ul li {
	list-style: none;
	padding-left: 15px;
	background-image: url(lbulletgray.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin-bottom: 7px;
}
.entry-body img {
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 5px;
	margin-right: 0;
}
.entry-body img[align="right"] {
	margin-left: 15px;
}
.entry-body img[align="left"] {
	margin-right: 15px;
}
.entry-body blockquote {
	background-image: url(blockquote.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-style: italic;
	margin-left: 20px;
	padding-left: 30px;
}
.entry-footer, .comment-footer, .trackback-footer {
	background-image: url(entryfooterflower.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	color: #64a465;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-right: 48px;
	margin: 0;
	margin-top: 20px;
	text-align: right;
}
.comment-footer, .trackback-footer {
	background-image: none;
	padding-right: 0;
	margin-top: 5px;
}
.entry-footer .post-footers {
	display: block;
}
.entry-footer .separator {
	display: none;
}
