/*
THEME NAME: Possibility v1
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: possibility theme v1
VERSION: 1.0
AUTHOR: <a href="http:karebou.com/">Karen Rubado</a>
AUTHOR URI: <a href="http:karebou.com/">karebou.com</a>


TOC ............................................
>1: RESET
>2: DEFAULT CLASSES
>3: ACCESSIBILITY
>4: DEFAULT STYLES
>5: LAYOUT STYLES
>6: GENERAL STYLES
>7: FORM STYLES
>8: PAGE SPECIFIC STYLES
	>8a: Home page
	>8b: Category Page
	>8c: Product Page
>9: SNIPPETS

*/

/* >1: RESET ............................................  */
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
a{outline: none;}

/* >2: DEFAULT CLASSES ............................................ */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.large{ font-size: 1.1em;}
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }
.hide { display: none; }
.teal {color:#0e92b5;}
.green {color:#8ca33a;}
.blue {color:#04497d;}

/* >3: ACCESSIBILITY  ............................................ */
.skip-link {
	position: absolute;
	left: -9999px;
	font-size: small;
}

/* >4: DEFAULT STYLES............................................ */
body {
	font: 62.5%/1.4 'Century Gothic', Verdana, Arial, sans-serif;
	color: #414142;
	background:#04497d url('img/bg-blue.png') repeat;
}

h1 { 
	font-size: 36px;
	margin: 0;
	padding: 0;
	color:#8ca33a;
}

h2 {
	font-size: 24px;
	color:#0e92b5;
	margin: 0;
	padding: 0;
	line-height:1.3em;
}

	h2 a {color:#0e92b5;}

h3 { 
	font-size: 20px; 
	color: #04497d;
}

h4 {font-weight:bold;font-size:13px;}

a { color: #0079c1; text-decoration: none;}

a:hover, a:active { text-decoration: underline; }

p{margin: 0 0 1em 0}

ul {font-size:13px;}


/* >5: LAYOUT STYLES............................................ */
div#exterior {
	background:url('img/bg-starburst.png') no-repeat left top;	
	position:absolute;
	top:0;
	left:0; 
	width:100%;
}

	div#btn-home a {
		float:left;
		position:absolute;
		left:15px;
		top:150px;
		background:url('img/btn-home.png') no-repeat;
		height:70px;
		width:35px;
		text-indent:-9999px;
	}
		
		div#btn-home a:hover {background:url('img/btn-home-hover.png') no-repeat;}
		
	div#btn-next-workshop a {
			float:left;
			position:absolute;
			left:924px;
			top:234px;
			background:url('img/btn-next-workshop.png') no-repeat;
			height:98px;
			width:49px;
			text-indent:-9999px;
		}

			div#btn-next-workshop a:hover {background:url('img/btn-next-workshop-hover.png') no-repeat;}

div#wrapper {
	width:874px;
	margin:0 0 0 50px;
	background:#FFF;
}

div#header {
	background:url('img/bg-header.png') no-repeat;
	height:113px;
	width:874px;
	margin:48px 0 0 50px;
}

	div#header img.logo {
		float:left;
		width:366px;
		height:72px;
		margin:25px 0 0 20px;
		}
		
	div#header #icf {
		background:url('img/logo-icf.png') no-repeat right top;
		margin:30px 20px 0 0;
		padding:4px 35px 2px 0;
		float:right;
		text-align:right;
	}
	
		div#header #icf a{
			color: #414142;
			font-size:10px;
			line-height:1.1em;
			}
div#menu {
background:#8cc63f url('img/bg-nav.png') repeat-x;
height:39px;
width:100%;
}

div#menu ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul ul {display:none;}

div#menu li.page-item-3, 
div#menu li.page-item-193,
div#menu li.page-item-338,
div#menu li.page-item-340,
div#menu li.page-item-196 {display:none;}

div#menu li {
	background:url('img/divider.png') no-repeat right;
	height:39px;}

	div#menu li.page-item-23 {background:none;}
	
	div#menu li.page-item-5 {width:106px;}
	
	div#menu li.page-item-7 {width:106px;}
	
	div#menu li.page-item-39 {width:130px;}
	
	div#menu li.page-item-9 {width:130px;}
	
	div#menu li.page-item-17 {width:104px;}
	
	div#menu li.page-item-19 {width:82px;}
	
	div#menu li.page-item-21 {width:111px;}
	
	div#menu li.page-item-23 {width:105px;}
	

div#menu ul a {
display:block;
margin:5px 22px;
padding:;
text-decoration:none;
color:#FFF;
text-align:right;
font-size:13px;
}

.entry-title,.entry-meta {
clear:both;
}

.entry-meta {font-size:1.1em;}

div#container {
background:#fff;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
font-size:1.2em;
}

.form-submit input.button {
	background:url(img/btn-blank.png) no-repeat;
	width:120px;
	height:25px;
	color:#fff;
	border:0;
	cursor:pointer;
	padding-bottom:3px;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
border-bottom:1px dotted #AAAAAB;
}

	div.comments ol li p {font-size:1.3em;}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.sidebar h3 {
font-size:1.5em;
color:#323133;
margin-bottom:10px!important;
}

div.sidebar p {
	font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}


div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}


input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}


div#container, div#breadcrumbs  {
float:left;
width:100%;
background:#e8e4da url(img/bg.png) repeat;
}

div#content {
margin:0 225px 0 20px;
min-height:700px;
height:auto!important;
height: 700px;
}

.page-template-page-with-sidenav-php div#content {
margin:0 225px 0 183px;
min-height:700px;
}


.page-template-checkout-pages-php div#content {
margin:0 20px;
}

div.sidebar {
float:left;
overflow:hidden;
}

div#primary {
margin:30px 0 0 -100%;
width:143px;
padding-left:20px;
}

* html div#primary {
left:20px;
position:relative;
}

div#secondary {
margin:9px 0 0 -203px;
width:183px;
}

div#footer {
clear:left;
width:874px;
margin-left:50px;
background:url('img/bg-footer.png') no-repeat;
}

	div#footer p {
		padding:22px 0 0 20px;
		color:#b1d2ec;
		}
	
	div#footer a {color:#b1d2ec;}
		
	
div#breadcrumbs ul {margin-left:20px;padding-top:6px;}
		
	div#breadcrumbs ul li {
		float:left;
		white-space:nowrap;
		}
		
	div#breadcrumbs ul li a {color:#0084c4;}
		
		
/* general styles ...............................................................*/
.entry-content p, body.wpsc-transaction-details .entry-content .wrap {
	font-size:13px;
	line-height:1.6em;
	}

#home-blog a,
#home-resources a,
.intro-body a {
	background:url(img/bullet.png) no-repeat 0 4px;
	padding-left:15px;
}

.post {
	border-bottom:1px dotted #AAAAAB;
	margin:5px 0;
	padding-bottom:14px;
}

.post h2.entry-title {
	clear:none;
	float:left;
	margin-left:10px;
	padding-top:10px;
}

.post .entry-content {clear:both;}

.entry-content li {
	background:url(img/bullet-green.png) no-repeat 0 11px;
	padding:5px 0 5px 15px;}

.entry-date {
	background:url(img/date.png) no-repeat 0 0;
	width:51px;
	height:51px;
	text-align:center;
	float:left;	
	margin-bottom:10px;
	padding-top:3px;
}
	.entry-date abbr {
		color:#fff;
	}
	
	.entry-date .day {font-size:2em;line-height:.8em;}
	.entry-date .month {font-size:1.5em;line-height:1.0em;}
	.entry-date .year {font-size:1.0em;}
	

/*sidebar ...............................................................*/

.workshop-info, ul.store-sidebar, .connect-info {
	padding:9px 7px!important;
	background:#fff;
}

#workshop, #connect {
	margin-top:25px;
}

#connect ul li {
	margin:9px;
	float:left;
}

#connect ul li a {
	cursor:pointer;
}

.newsletter-info {
	background:#fff;
	padding:9px 7px!important;}

#newsletter h2 {
	color:#6f9818;
	margin:-32px 0 0 58px;
	line-height:1.1em;
}

#connect h2 {
	color:#04497D;
	margin-bottom:10px;
	line-height:1.1em;}

div.side-nav-top {
	background:url(img/bg-sidenav-top.png) no-repeat left top;
}

ul.xoxo h3 {
	margin-bottom:0!important;
	padding:0 12px;}

ul.xoxo  {
	background:url(img/bg-sidenav-btm.png) no-repeat left bottom;
	padding-bottom:15px!important;
	list-style:none;
}

	ul.xoxo li {padding:0 12px;}
	
	ul.xoxo li a {
		font-size:15px;
		background:url(img/bullet.png) no-repeat 0 6px;
		padding-left:15px;
	}

ul.store-sidebar h3 {
	color:#0E92B5;
	font-size:24px;
	line-height:1.3em;
	margin:0;
	padding:0;
}

/* home page ...............................................................*/
.page-template-home-php div#content {
	margin:0 200px 0 20px;}


.intro-top {
	background:url(img/intro-top.png) no-repeat top left;
	height:20px;
	margin-top:14px;
}
.intro-body {
	background:url(img/intro-bg.png) no-repeat bottom left;
	padding:9px;
	width:614px;
}

.intro h1 {
	margin:-27px 0 13px 205px;
	line-height:.6em;
}

	.intro h1 span {
		font-size:30px;
		margin-left:-20px;
	}
.intro p, .intro h3, .intro ul, .intro h2 {
	margin-left:207px;
	}
	
.intro ul li {
	background:url(img/bullet.gif) no-repeat 0 2px;
	padding:0 0 .8em 15px;
	display:block;
}

p.intro-img {
	width:198px;
	margin-left:0;
	margin-top:-15px;
	float:left;
}

#home-secondary {
	width:632px;
	margin-top:20px;
}

#home-blog {
	width:300px;
	float:left;
	}
	
	#home-blog h2 {
		color:#04497d;
		background:url(img/icon-blog.png) no-repeat;
		line-height:1em;
		height:72px;
		padding:10px 0 0 75px;
	}
	#home-blog h2 a {background:none;padding-left:0;color:#04497d;}

	hr {
		color:#ccc;
		background-color:#ccc;
		height:1px;
		border:0;
	}
	#home-blog .blog-notes a {
		background:none;
		padding-left:0;}
		
	.rss {float:right;margin-top:4px;}
	
#home-resources {
	float:left;
	width:300px;
	margin-left:30px;
}

	#home-resources h2 {
		color:#0e92b5;
		line-height:1em;
		background:url(img/icon-resources.png) no-repeat;
		padding:10px 0 0 75px;
		height:72px;
	}
	#home-resources h2 a {
		background:none;
		padding-left:0;
		color:#0e92b5;
	}

/* NEWSLETTER SIGN-UP FORM......................................*/
#mc-embedded-subscribe-form {
		width:163px;
		background:none;
		margin-top:0;
		margin-bottom:4px;
	}
	
#mc-embedded-subscribe-form fieldset {background:none;padding-top:0;margin-top:0;}

#mc-embedded-subscribe-form input {width:163px;margin-bottom:5px;font-size:1.2em;}

#mc-embedded-subscribe-form input.sendbutton, .btn-register, .btn-workshop {
	background:url(img/btn-blank.png) no-repeat left top;
	cursor:pointer;
	border:0;
	color:#fff;
	width:120px;
	height:25px;
	padding-bottom:3px;
	letter-spacing:0.05em;
}

	.btn-register, .btn-workshop {
	border: none;
	width: 120px;
	height: 25px;
	text-align: center;
	padding: 4px 19px 5px;	
}

	.btn-workshop {padding:3px 16px 5px;}
	#mc-embedded-subscribe-form input.sendbutton:hover, .btn-register:hover, .btn-workshop:hover {
	background:url(img/btn-blank.png) no-repeat left bottom;
	text-decoration:none;

#mce-success-response {font-size:1.2em;color:#04497D;margin-bottom:5px;}
