/*  
Theme Name: Curious Confections
escription: A Theme that uses <a href="http://smoothgallery.jondesign.net/">SmoothGallery</a> to rotate header link images. 
Version: 2.5
Tags: green, slideshow header, two columns, nature

*/

/* ----- Basics ----- */

* {margin:0;padding:0}



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

body{
	text-align:center;
	background: url(images/background.jpg) repeat center;
	background-color: #FFFBC9;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

div#header{
	height: 301px;
	/* background: url(images/continerbgtop.jpg) no-repeat top; */
	/* border: 2px solid #FFEA00; */
	background-color: #D9D174;
	border-bottom: 2px solid #FFEA00;
	position: relative;
	}

div#header h1{
	position:absolute;
	top:10px;
	left:85px;
	height:80px;
	line-height:80px;
	margin:0;
	color: #79B30B;
	background-image: none;
	}
	
.description{
	position:absolute;
	top: 65px;
	left: 100px;
	}

div#container{
	width:975px;
	/*margin: 20px auto 0em auto;*/
	margin: 10px auto 10px;
	background: #ffffff;
	border: 2px solid #FFEA00;
	text-align:left;
	}

div#wrapper{
	clear:both;
	width:800px;
	float:left;
	border-right: 3px dotted #D9D174;
	padding-bottom: 20px;
	}

div#homewrapper{
	clear:both;
	width:975px;
	float:left;
	border-top: 2px solid #FFEA00;
	margin-top: 7px;
	padding-top: 10px;
	padding-bottom: 20px;
	/*padding-left: 5px;
	padding-right: 5px;*/
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	}

div#aboutwrapper{
	clear:both;
	width:800px;
	float:left;
	border-right: 3px dotted #D9D174;
	padding-bottom: 20px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	}
	
div#content{
	margin-left: 10px;
	margin-right: 10px;
	}
	
div#navigation{
	float:right;
	width:150px;
	margin-bottom: 1em;
	}

div#extra{
	height:301px;
	background-color: #D9D174;
	/* background: url(images/headerpicture.jpg) no-repeat left; */
	margin-left: 7px;
	clear:both;
	margin-right: 7px;
	}

div#extra-sidebar{
	border: 1px solid #FFEA00;
	background-color: #FFFBC9;
	height: 279px;
	width: 486px;
	float: left;
	text-align: right;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	/* font-family: "Times New Roman", Times, serif; */
	font-size: 1.55em;
	font-weight: bold;
	/* font-variant: small-caps; */
	line-height: 100%;
	color: #383D44;
	background: url(images/cclogo.png) no-repeat;
	margin-top: 7px;
	padding-top: 5px;
	}

div#footer{
	clear:both;
	width:100%;
	height:50px;
	/* background: url(images/footer.jpg) no-repeat bottom; */
	text-align: center;
	padding-top: 15px;
	background-color: #D9D174;
	}



/* ----- Navbar ----- */

#nav{
	/* position: static;
	margin-top: 301px; */
	padding: 0;
	right: 0;
	top: 20px;
	margin-right: 7px;
	}

#navbar{
	float: left;
	}

ul#navbar{
	margin:0;
	padding:0;
	}

#navbar li{
	display: inline;
}

#navbar li a{
	float: left;
	color: #ffffff;
	text-decoration: none;
	background: url(images/h.jpg) repeat-x;
	/*height:26px;*/
	height:20px;
	text-transform: uppercase;
	margin-left: 7px;
	text-align: center;
	/*font-size: 0.8em;*/
	font-size: 1.5em;
	display: block;
	line-height: 100%;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	/* border:2px solid #D9D174; */
	border-left:2px solid #FFEA00;
	border-right:2px solid #FFEA00;
	border-bottom:2px solid #FFEA00;
	}

#navbar li.current_page_item a{
	background: url(images/h.jpg) repeat-x;
	color: #666;
	}

#navbar li a:hover{
	background-image: url(images/h.jpg) ; /*background image swap on hover*/
	}



/* ----- Links ----- */

a{
	color: #006CFF;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #383d44;
	}

a img {
	border:0;
	}	



/* ----- Images ----- */

img {
	border: 0;
	}

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

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

img.aligncenter	{
	/* display: block; */
	margin-left: auto;
	margin-right: auto;
	}

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

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

a img.aligncenter {
	/* display: block; */
	margin-left: auto;
	margin-right: auto;
	}

/* ----- Typography ----- */

body {
	font: 11px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif;
	color: #555;
	}

h1, h2, h3, h4, h5, h6 {
	/* font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0px 0px 0px 3px;	
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	color: #9600FF;
	text-transform: capitalize;
	background: transparent url(images/h.jpg) repeat-x;
	}



/* ----- H1 ----- */

h1 {
	font-size: 2.6em;
	line-height: 1.3em;
	color: #666;
	font-family:  "Lucida Grande", Verdana, Arial, Sans-Serif;
	text-transform: capitalize;
	letter-spacing: -1px;
	}

h1 a{
	color: #666;
	border-bottom: 0em none;
	display: block;
	}

h2 {
	font-size: 18px;
	line-height: 1.3em;
	}

h2 a, h3 a, h4 a{
	color: #9600FF;
	}

h3 {
	font-size: 145%;
	line-height: 1.3em;
	padding: 0.5em 0em 0em 0px;
	}

h4 {
	font-size: 118%;
	line-height: 1.3em;
	}

h5 {
	font-size: 1.6em;
	line-height: 1.3em;
	color: #555555;
	font-family:  "Lucida Grande", Verdana, Arial, Sans-Serif;
	text-transform: capitalize;
	letter-spacing: -1px;
	background: none;
	background-color: #D9D174;
	border-style: solid;
	border-width: 2px;
	border-color: #FFEA00;
	}

p {
	padding: 0em 5px 10px 0px;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

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

div#footer p{
	margin-left: 5px;
	font-size: 0.8em;
	margin-right: 5px;
	}

.post{
	padding-left: 5px;
	padding-right: 5px;
	}

.dte{
	color: #a3a3a3;
	margin-top: -5px;
	margin-bottom: 1em;
	}

.postmetadata{
	clear:both;
	font-size: 0.8em;
	color: #a3a3a3;
	background: url(images/documents.gif) no-repeat center left;
	padding-left: 14px;
	border-top: 1px #FFEA00 solid;
	padding-top: 2px;
	}

.entry img{
	/* border: 1px #dbf1fc solid; */
	border-right: 2px #9F9F9F solid;
	border-bottom: 2px #9F9F9F solid;
	border-top: 2px #DDDDDD solid;
	border-left: 2px #DDDDDD solid;
	padding: 5px;
	margin: 5px;
	background-color: #F1F1F1;
	}

.entry a:hover img{
	/* border: 1px #fdde6a solid; */
	border-right: 2px #DDDDDD solid;
	border-bottom: 2px #DDDDDD solid;
	border-top: 2px #9F9F9F solid;
	border-left: 2px #9F9F9F solid;
	}

.post ul, .post ol{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	}

.post ul li{
	list-style-type: square;
	}

.post blockquote{
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 1em;
	border-left: 4px #D9D174 solid;
	border-right: 4px #D9D174 solid;
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
	}

.post blockquote em{
	float: right;
	font-weight: normal;
	font-size: 1em;
	font-style: normal;
	}



/* ----- Special ----- */

span.amp {
	font-family: "Goudy Old Style", "Palatino",
	"Book Antiqua", serif;
	font-style: italic;
	font-size: 110%;
	}



/* ----- Lists ----- */

#navigation ul, #navigation li{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding:0;
	text-indent: 0px;
	}



/* ----- Search Form ----- */


/* ----- Events  ----- */

#extra-sidebar ul, #extra-sidebar li{
	margin:0;
	padding:0;
	list-style-type: none;
	}

#extra-sidebar ul{
	padding-left: 20px;
	padding-right: 20px;
	}

#extra-sidebar li{
	display:block;
	border-bottom: 1px #c8eb94 solid;
	/* text-transform: uppercase; */
	color: #666;
	font-weight: bold;
	}

#extra-sidebar li a{
	text-transform: capitalize;
	font-weight: bold;
	color: #ffffff;
	}

#extra-sidebar li a:hover{
	color: #e5ca63;
	}

#extra-sidebar h2{
	margin:0;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	color: #dbf1fc;
	background-image: none;
	}

#extra-sidebar h2 a{
	color: #dbf1fc;
	}



/* ----- Comments ----- */

.comments{
	/* margin-top: 10px;
	margin-right: 10px; */
	margin-left: 25px;
	float: right;
	}

.commentlist{
	margin-left: 5px;
	}

.commentlist li{
	background-color: #ffffff;
	padding: 2px;
	list-style-type: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1em;
	font-weight: bold;
	}

.commentlist p{
	margin-top: 1em;
	}

.commentlist .alt{
	border-top: 1px #c2bfb2 solid;
	border-bottom: 1px #c2bfb2 solid;
	background-color: #fffdf8;
	}

.nocomments a{
	/* background-image: url(images/figure.gif);
	padding-left: 12px;
	background-repeat: no-repeat; */
	font-size: 0em;
	font-weight: normal;
	float: right;
	}

#respond{
	margin-top: 1em;
	font-size: 18px;
	}



/* ----- Forms ----- */
	

input, textarea, select {
	font: 1em Verdana, sans-serif; 
	background: #f8f8f8;
	border:1px solid #999;
	border-color:#999 #eef #eef #999;
	padding:1px;
	color: #444;
	}	

input#author, input#email{
	background-color: #fdffdd;
	}

input:focus, textarea:focus {
	background: #ffffff;
	}

input:hover, textarea:hover {
	background:#ffffff;
	cursor:text;
	}
	
input#submit {
	border: 1px #0f0000 outset;
	background-color: #e9e9e9;
	}

input#submit:hover {
	cursor: pointer;
	background-color: #fafafa;
	}

#comment{
	width:420px;
	font: 1em Verdana, sans-serif;
	margin-bottom: 1em;
	}

#commentform{
	margin-top: 1em;
	}

#searchform{
	margin-top: 25px;
	margin-left: 5px;
	text-align: center;
	}

input#searchsubmit{
	background-color: #D9D174;
	margin-top: 2px;
	}

input#s {
	width: 100px;
	margin-bottom: 2px;
	font-size: 1.2em;
	border: 1px #aeab9f solid;
	}

.navigation{
	font: 1em/1.2em "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	margin-left: 5px;
	margin-top: 5px;
	height:1.2em;
	border-top: 1px #FFEA00 solid;
	border-bottom: 1px #FFEA00 solid;
	}

.navigation a{
	color: #333;
	font-style: normal;
	}

.navigation a:hover{
	color: #c2bfb2;
	}

.aligncenter {
	/* display: block; */
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.wp-caption {
	/* border: 1px solid #ddd; */
	border-right: 2px #9F9F9F solid;
	border-bottom: 2px #9F9F9F solid;
	border-top: 2px #DDDDDD solid;
	border-left: 2px #DDDDDD solid;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	/* border: 1px #dbf1fc solid; */
	border-right: 2px #DDDDDD solid;
	border-bottom: 2px #DDDDDD solid;
	border-top: 2px #9F9F9F solid;
	border-left: 2px #9F9F9F solid;
	}

.wp-caption a:hover img {
	border-right: 2px #9F9F9F solid;
	border-bottom: 2px #9F9F9F solid;
	border-top: 2px #DDDDDD solid;
	border-left: 2px #DDDDDD solid;
	}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	
.related{
	margin-bottom: 1em;
	margin-top: 1em;
	}

.related ul{
	list-style-type: none;
	margin: 0;
	}

.related ul li{
	list-style-type: none;
	text-indent: 0;
	}



/* ----- Archives ----- */

.archivemonth{
	float:left;
	width:45%;
	}

.archivesubject{
	float:right;
	width:45%;
	}

.achiverecent{
	clear:both;
	}

.archive ul, .archive ol{
	list-style-type: none;
	line-height:1.2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

.clear{
	clear:both;
	}

.archive ul li {
	margin:0;
	list-style-type: none;
	}
					
.archive li a {
	padding: 0px;
	color: #83b449;
	text-decoration: none;
	}

.children li{
	margin:0;
	padding:0;
	border: none;
	padding-left: 1em;
	}

.children li a {
	padding-left:0px;
	}
					
.archive li a:hover {
	color: #333;
	}

#pagenav{
	margin-bottom: 1em;
	height:25px;
	}

ul#pagenav{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	}
	
#pagenav li{
	float:left;
	list-style-type:none;
	}

#pagenav ul a{
	display:block;
	padding: 5px;
	float:left;
	line-height:25px;
	color: #fff;
	background: url(images/menuoff.jpg) repeat-x bottom;
	margin-left: 1px;
	text-transform: uppercase;
	}

#pagenav li.current_page_item a{
	background: url(images/menuon.jpg) repeat-x bottom;
	color: #666;
	}

#pagenav li a:hover{
	background-image: url(images/menuon.jpg) ; /*background image swap on hover*/
	}



/* ----- myGallery ----- */

#myGallery{
	float: right;
	width: 470px !important;
	height: 284px !important;
	border: 1px #FFEA00 solid !important;
	margin-top: 7px;
	}

#myGallery h2{
	font-size: 1.4em;
	color: #333 !important;
	}

#myGallery p{
	color: #333 !important;
	font-size: 1em;
	}

#myGallery h2 a{
	font-size: 1.4em;
	color: #333 !important;
	}

.slideInfoZone{
	height:50px !important;
	background: #f8f8f8 !important;
	}

.avatar {	
	float:left;
	margin:2px;
	}



/* ----- Calendar ----- */

#wp-calendar {
	border: 2px solid #D9D174;
	margin: auto;
	background: #FFFBC9;
	}

#today {
	background:#D9D174;
	}


/* ----- Shadowbox ----- */

#shadowbox_title {
  height: 45px !important;
  }

#shadowbox {
  background-color: #000000 !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 1px !important;
  padding-bottom: 10px !important;
}


/* ----- WP-Table ----- http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/ */

.wp-table-reloaded {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-size: 14px;
	color: #ff0000;
	text-align:center;
	}
/* .wp-table-reloaded-id-<ID> {
	}
.wp-table-reloaded-id-<ID> .odd td {
	background-color: #ff0000;
	}
.wp-table-reloaded-id-<ID> .even td {
	background-color: #00ff00;
	} */


/* ----- Embedded Video ----- */

#video0 {
	display: block;
	margin: auto;
	}
