/**
  Theme Name: Sunkissed
  Theme URI: http://nikolhassler.com/
  Version: 0.86
  Author: Brian Gilbert - Darklight Studio, Inc.
  Author URI: http://www.darklightstudio.com
  Tags: yellow, orange, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid 
  Licence: LGPL
  Status: Development
  Description: A theme created specifically for Nikol Hasler
  .
 The sub-page links should appear now when you mouse over the parent page.  Also added direct link to RSS feed.
*/

@font-face {
	font-family: 'StampRegular';
	src: url('fonts/stamp-webfont.eot');
	src:local('☺'), url('fonts/stamp-webfont.woff') format('woff'), url('fonts/stamp-webfont.ttf') format('truetype'), url('fonts/stamp-webfont.svg#webfontICWllnFk') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background:#ffbb00 url('images/bggrad.png') left top repeat-x;
}

	

#head-row {
	height:200px;
	position:relative;
	overflow:hidden;
}
/* header */

#header {
	overflow:hidden;
	height:200px;
	background-image:url('images/headerbg.png');
	background-repeat:no-repeat;
}
#header *{
	
}
#header .toon {
	position:absolute;
	bottom:0;	
}

#bar-row {
	background-color:#333;
	position:absolute;
	top:200px;
	width:100%;
	z-index:5;
	overflow:visible;
}

/* menu */

#bar-row .sk-center {
	overflow:visible;
}
#bar-row .left {
	color:white;
	padding:0 5px;
}
#bar-row .left > * {
	padding:2px;
}
#bar-row .ticker {
	float:left;
}
#bar-row .caption {
	font-style:italic;
	font-weight:bold;
	font-size:13px;	
	line-height:26px;
	float:right;
}
#bar-row .right {
	background-color:#824306;
}
#menu {
	list-style: none;
	padding: 0;
	font-size:12px;
}
#menu li {
	margin:0px;
	margin-top:5px;
	display:inline-block;
	padding: 6px 4px;
	position:relative;
}

#menu li ul {
	display:none;
	position:absolute;
	min-width:140px;
	list-style: none;
	padding: 0;
	margin:0;
	margin-left:-8px;
	font-size:12px;
	top:26px;
	width:inherit;
	
}
#menu li ul li {
	border-left:2px solid #333;
	border-right:2px solid #333;
	margin:0;
	width:100%;
	background-color:white;
}
#menu li ul li a {
	padding: 6px;
}
#menu li ul li:last-child {
	border-bottom:2px solid #333;
}
#menu li ul li:hover {
	background-color:#333;
	
}
#menu li:hover ul {
	display:inherit;
	
}
#menu li.current_page_item {
	background-color:#fff;
}
#menu li a {
	color:#ddd;
}
#menu li a:hover {
	color:#fff;	
}

#menu li.current_page_item a, #menu li.current_page_item a:hover,#menu li.current_page_item a:active {
	color:#000;
}
#menu li ul li a {
	color:#333;
}
#menu li ul li a:hover,#menu li.current_page_item ul li a:hover {
	color:#FFF;
}
/* search */

#rss-link {
	display:inline-block;
	height:31px;
	width:30px;
	background-color:#cd5500;
	float:right;
}

#searchform{
	
}


#searchform input#s{
	padding:2px;
	margin:5px;
	width:223px;
	height:15px;
	border:1px solid #824306;
	background:#dba400 url('images/searchsmall.png') 3px center no-repeat;
	color:#824306;
	font-weight:bold;
	outline:none;
	padding-left:30px;
	
}
#searchform input#s:focus {
	background-color:#f1ea01;
}

#searchform input#searchsubmit {
	border:none;
	background:#f1ea01;
	color:#fff;
	text-transform:lowercase;
}

/* contents */

#content-row {
	background-color:#fff;
	border-bottom:2px solid #333;
	position:relative;
	
}
#contents {
	padding:30px 0 10px 0;
	height:auto;
	min-height:200px;
	background-image:url('images/contentright.png');
}

#contents .left {
	padding:10px 10px 0 10px;
/**	padding:40px 10px 20px 10px;**/
}


	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;

   -moz-border-radius: 3px 3px;
   -khtml-border-radius: 3px 3px;
   -webkit-border-radius: 3px 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
#sidebar ul h2:first-child {
	margin-top:0;
	border-top:none;
}
#sidebar ul {
	list-style:none;	
}
#sidebar ul ul {
	margin:5px;
	padding-left:15px;
}
#sidebar .widget {
	margin:0;
	padding:0;
}
#sidebar .widget_pages {
	
}
#sidebar .widget_pages h2 {
	
}
#sidebar .widget_pages ul {
	margin:0;
	padding:0;
	
}
#sidebar .widget_pages ul,#sidebar .widget_pages li {
	margin:0;
	padding:0;
}
#sidebar .widget_pages .page_item > a {
	font-size:10pt;
	padding:4px 10px;
	display:block;
	background-color:transparent;
}
.sidebar-widget-title {
	font-family: 'StampRegular', sans-serif;
	letter-spacing:0.1em;
	font-weight:normal;
	font-style: normal;
}


#sidebar .widget_pages .page_item > a:hover {
	color:#900;
	background-color:rgba(255,255,255,0.5);
}
#sidebar .widget_pages ul li ul .page_item > a {
	padding-left:30px;	
}
#sidebar .widget_pages .current_page_item {
	background-color:rgba(255,255,255,0.25);
}
#sidebar .widget_pages .current_page_item > a {
	background-color:white;	
}
#sidebar .widget_pages .current_page_item > a:hover {
	color:#900;
	background-color:white;	
}
#sidebar ul h2 {
	background:#ffaa00 url('images/sidebar-headerbg.png') left top repeat-x;
	color:#fff;
	text-shadow:0 0 3px #541503;
	-webkit-text-shadow:0 0 3px #541503;
	-moz-text-shadow:0 0 3px #541503;
	padding:4px 6px;
	
	border-top:1px solid #AA5500;
}


/* footer */
#footer-row {
	position:relative;
	overflow:hidden;
}

#footer {
	padding:7px 0;
}
#footer a {
	color:#900;	
}
#footer a:active {
	color:#000;	
}

