/*
Theme Name: Candy Shop
Theme URI: http://www.kraftysolutions.com/wpthemes
Description: A lightly-colored, purple-tinted, simple theme which features a static image on the left, a static nav bar on the right, and a static background.
Version: 0.1
Author: Josh Wickham
Author URI: http://www.kraftysolutions.com
Tags: purple, fixed width, two columns, static navigation bar
*/

/* colors
light lavender (to match bg hash): #E1CCE7;
dark dusky purple: #6C3380;
dark grey: #808080;
med grey borders: #CCCCCC;
*/

/* regular tags */
html, body {
	background: url(images/bg-lav-white.gif) fixed;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

body {
	color: #000;
}

a {
	font-weight: bold;
	color: #6C3380;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* CONTAINER DIVISION */
#container {
	width: 886px;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 120px;
	height: 100%;
	padding: 0px;
}

/* NAVBAR DIVISION */
#navbar {
	padding: 0px;
	width: 120px;
	/*border: 2px solid #cccccc;*/
	position: fixed;
	top: 0px;
	left: 0px;
	background-attachment: scroll;
	background-image: url(images/navbar-trans-bg.png);
	background-repeat: repeat;
	background-position: 0%;
	margin: 0px;
	float: left;
	z-index: 100;
}

#navbar ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
}
#navbar li {
	list-style-type: none;
	margin: 0px;
	line-height: 20px;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navbar .selected, #navbar li:hover {
	background-attachment: scroll;
	background-image: url(images/navbar-trans-hilite.png);
	background-repeat: repeat;
}
#navbar  a {
	border: none;
	color: #808080;
}
#navbar p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

/* LOGO DIVISION */
#logo {
	background-image: url(images/logo-left-trans.png);
	height: 400px;
	width: 93px;
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 0px;
}

/* MAIN CONTENT DIVISION */
#mainContent {
	/* background: url(images/main-content-bg.gif) repeat scroll 0% 50%; */
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	width: 880px;
	padding: 0px;
	height: 100%;
	border-left: 3px solid #6C3380;
	border-right: 3px solid #6C3380;
	
}

/* MEAT DIVISION (INSIDE MAIN CONTENT) */
#meat {
	/* background: url(images/main-content-bg.gif) repeat scroll 0% 50%; */
	background-color: #FFFFFF;
	border-left: 3px solid #6C3380;
	border-right: 3px solid #6C3380;
	width: 840px;
	padding: 0px 20px;
	margin-left: -3px;
	/*margin-top: 0px 20px;*/
}
#meat h1  {
	color: #E1CCE7;
	border: none;
	padding: 0px;
	margin: 0 0 20px;
	font-size: 72px;
	font-weight: normal;
	line-height: 72px;
}
#meat h2  {
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 10px;
	color: #808080;
}
#meat p  {
	margin: 0px;
	padding: 0 0 10px;
}
#meat img  {
	border: none;
}

/* CLEAR DIVISION */
#clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 775px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

/* 3-COLUMN LAYOUT (NAVBAR AND EXTRABAR) */
#postholder, #postholder-wide {
	background: transparent;
	padding: 0px 0px 10px;
	margin: 0 0 15px;
	float: left;
}
#postholder {	
	width: 500px;
	margin-right: 15px;
}
#linkholder {
	font-size: 12px;
	float: left;
	width: 170px;
	margin: 0 15px 15px 0;
	padding: 0 0 10px;
}
#extraholder {
	font-size: 12px;
	float: left;
	width: 140px;
	margin: 0 0 15px;
	padding: 0 0 10px;
}
	
#linkholder ul, #extraholder ul {
	margin: 0px;
	font-size: 11px;
	padding: 0 0 0 10px;
}
#linkholder li, #extraholder ul {
	list-style-type: none;
}
#linkholder .post-body, #extraholder .post-body {
	padding: 8px 4px;
	font-size: 10px;
}

/* TWO COLUMN LAYOUT (NAVBAR) */
#postholder-wide {
	width: 655px;
	margin-right: 0px;
}

/* SEARCH FORM */
.searchform input {
	margin: 0;
}
.searchform input[type="text"] {
	margin: 5px 0px;
}
#linkholder .searchform input[type="text"] {
	width: 147px;
}

/* all layouts */
.section-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 4px;
	/*width: 100%;*/
	border: solid 1px #333333;
	background-color: #e1cce7;
	margin: 0 0 10px;
	line-height: 22px;
	height: 22px;
}

.post, .alt-post {
	border: 1px dotted #aaaaaa;
	margin: 0px 0px 10px;
}
.post {
	background-color: #f9f9f9;
}
.alt-post {
	background-color: #dfdfdf;
}
.post-title {
	/*width: 100%;*/
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #aaaaaa;
	vertical-align: middle;
}
.post-title a {
	color: #6c3380;
	text-decoration: none;
}
.post-title a:hover {
	text-decoration: underline;
}
.post-time {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	height: 14px;
	line-height: 14px;
	border-bottom: 1px dotted #AAAAAA;
	padding-left: 4px;
}
.section-title .post-time {
	margin-top: -22px;
}
.post-title .post-time {
	display: block;
	height: 100%;
	float: right;
}
.post-pic-caption {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#postholder .post-body, #postholder-wide .post-body {
	padding: 10px;
}
#sb_picholder img {
	width: 130px;
	padding: 0px;
	margin-top: 6px 6px 0px;
}
.post-meta {
	border-top: dotted 1px #aaaaaa;
	padding: 2px 0px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #808080;
	clear: both;
}
.post-meta a {
	color: #6C3380;
}
.post-attachment {
	width: 500px;
	padding: 10px;
	float: left;
	border: none;
	margin: 0px;
}
.post-caption {
	width: 200px;
	padding: 10px 10px 10px 5px;
	float:right;
	border:none;
	margin: 0px;
}



ul.index-listing {
	padding: 0px 20px 0px;
	margin: 10px 0px;
}
.index-listing li {
	padding: 5px 0px;
	list-style-type: none;
}
.more-link {
	float: right;
	font-size:10px;
	padding: 0px;
	margin: 0px;
}

/* FOOTER DIVISION */
#footer {
	border: none;
	width: 840px;
	/*background-image: url(../site_img/main-content-bg.png);*/
	background-color: #ffffff;
	padding-top: 10px;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:both;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #999999;
	padding: 0px;
	line-height: 16px;
}

.comment-form textarea {
	width: 625px;
	height: 100px;
	border: solid 1px #808080;
	padding: 3px;
}
.comment-form label {
	float: left;
	width: 200px;
	text-align: right;
	font-weight: bold;
	color: #808080;
	padding-right: 10px;
	font-size: 12px;
	line-height: 21px;
	margin: 5px 0px;
}
.comment-form label.left {
	text-align: left;
	margin-bottom: 0px;
}
.comment-form input {
	margin: 5px 0px;
}

em.u {
	text-decoration: underline;
	font-style: normal;
}



small {
	font-size: 10px;
	line-height: 15px;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	font-weight: bold;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	border-top: dotted 1px #aaaaaa;
	border-left: dotted 1px #aaaaaa;
	background-color: #d9d9d9;
	}
#wp-calendar td {
	text-align: center;
	border-top: dotted 1px #aaaaaa;
	border-left: dotted 1px #aaaaaa;
	color: #666666;
}
#wp-calendar {
	width: 100% ;
	border-bottom: dotted 1px #aaaaaa;
	border-right: dotted 1px #aaaaaa;
}
#wp-calendar-nav {
	width: 100% ;
}
#calendar_month {
	font-weight: bold;
	font-size: 12px;
}
.prevMo {
	text-align: left;
	width: 25%;
}
#EC_previousMonth, #EC_nextMonth {
	font-weight: bold;
	color: #6C3380;
}
.nextMo {
	text-align: right;
	width: 25%;
}
.loadingMo {
	text-align: center;
	width: 50%;
}
.eventExists {
	font-weight: bold;
	color: #6C3380;
	cursor: pointer;
}
.ltpurple {
	background-color: #E1CCE7;
}
#today {
	background-color:#FFFF99;
	font-weight: bold;
}
	
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: block;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: block;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

dl.top-ten dt {
	clear: both;
	font-weight: bold;
	font-size: 12px;
	margin: 10px auto 10px;
}

dl.top-ten {
	margin: 20px auto;
}

