/*   
Theme Name: WhatTheFrog - Portfolio of Nancy Schokkenbroek
Theme URI: http://www.whatthefrog.com
Description: Simple, minimalistic theme made for Nancy Schokkenbroek, Dutch Designer in a nutshell. Nothing fancy, just does what it's supposed to do.
Author: Nancy Schokkenbroek & Etienne Bertou
Author URI: http://www.whatthefrog.com & http://www.etiennebertou.com
Version: 1.0

Released under GPL License version 3. If you use this theme or modify it, drop me a line first. I probably won't mind, but I would appreciate it if you'd let me know where my themes are spreading over this chunk of earth:)
Thanks in advance.

Email me at info at etiennebertou dot com.


colors:
grey text and links: #666;
hover: #333;
pink: #f09;
read more: #ccc;

*/

* {
	margin:0;
	padding:0;
	border: 0 none;
}
html,body {
	color: #666;
	font-size: 0.9em;
	font-family: "Trebuchet MS", serif;
	background: #eee url("img/pattern.jpg") repeat;
	margin:0;
	padding:0;
	text-align: center;
}
div#wrapper-outer {
	width: 1024px;
	margin: 0px auto;
	background: url("img/bg.gif") #fff;
}
div#faux-outer {
	margin: 0;
	width: 1024px;
	background: url('img/topright.png') no-repeat;
	padding: 10px 0px;
}
div.wrapper-inner {
	width: 890px;
	margin: 0px auto;
	text-align: left;
/* 	background-color: #f00; */
}


/*TYPO*/
p {
	padding-top: 13px;
	line-height: 1.1em;
}

a{color:#f09;text-decoration: none;}
a:link {color:#f09;}
a:visited {color:#f09;}
a:hover {color:#333;}
a:active {color:#666;}

h1 {font-size:18px;padding: 0;}
h2 {font-size:16px;padding: 0 0 0 5px;}
h3 {font-size:14px;padding: 0 0 0 2px;}
h4 {font-size:12px;font-weight:bold;padding: 0 0 0 5px;}


/*HEADER*/
div#header {
	height: 20px;
	margin-top: 50px;
}

div#header div#logo {
	width: 300px;
	float: left;
}
div#header div#logo h1 a{
	color: #f09;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -2px;
	word-spacing: -2px;
	display: block;
}
h2#headtext {
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.4em;
	margin-top: 50px;
}

/* ************************* NAV ************************* */
div#nav {
	height:30px;
	float: right;
	width: 500px;
}
div#nav ul {
	list-style-type: none;
	font-size: 13px;
	padding: 0px 0 20px 0;
	margin: 0px 0;
}
div#nav ul li {
	float: right;
	margin: 0;
}
div#nav ul li a {
	font-size: 1.3em;
	padding:8px 10px;
	text-decoration:none;
	font-weight: normal;
	text-transform: capitalize;
	color: #666;
}
div#nav ul li a:current{
	color:#ccc;
}
div#nav ul li a:hover {
	color:#333;
}

/* ************************* FOOTER ************************* */
div#footer {
	margin-top: 50px;
	height: 70px;
	text-align: center;
}
div#footer span.copy {
	font-size: 9px;
	color: #ccc;
}
div#footer span.copy a {
	color: #999;
}


/* *************************  OTHER  ************************* */
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
.center {text-align: center;}
.line {height:1px; border-top: dotted #ccc 2px; margin-top: 10px;}
.bar {background-color: #ccc;height: 4px;margin: 10px 0;}
div.edit { float: right; font-style: italic; font-size: 0.8em; }

/*  ************************* NANCY SPECIFIX *************************  */
/*  ************************* NEWSPOSTS *************************  */
div.newspost {
	width: 273px;
	float: left;
	margin: 0 35px 0 0;
}
div.newspost #newscontent a{
	color: #f09;
}
div.newspost h2{
	font-size:16px;
	padding: 2px;
}
div.newspost h2.newstitle a{
	color: #666;
}

div.newspost div.the_date {
	color: #f09;
	font-size: 0.8em;
}

div.newspost div.readmore{
	background: #8f8f8f;
	text-align: right;
	padding: 5px;
	margin-top: 10px;
}
div.newspost div.readmore a{
	color: #ccc;
}
div.newspost div.readmore a:hover{
	color: #eee;
}

div.last{
	margin-right: 0px;
}

/* ************************* Archive-view ************************* */

div#nav-cats {
	clear: right;
	height: 75px;
	background: url('img/cat-nav.png') no-repeat;
	position: relative;
}

div#nav-cats ul{
/* 	list-style: url('img/scheiding.png'); */
	position: absolute;
	top: 13px;
	left: 20px;
}

div#nav-cats ul li{
	float: left;
	display: block;
	margin-right: 20px;
}
div#nav-cats ul li.current-cat {
/* 	text-decoration: underline; */
	border-bottom: 2px solid #a9a9a9;
}

div#nav-cats ul li a{
	color: #666;
	font-size: 1.3em;
}

div#nav-cats ul li a:hover{
	color: #eee;
}
div#nav-cats {
	
}
div.archive-post {
	width: 273px;
	float: left;
	margin: 30px 35px 0 0;
}
div.last{
	margin-right: 0px;
}

div.archive-post .title{
	margin-top: 10px;
}
div.archive-post .title h3{
	font-size: 0.9em;
	padding: 0px;
}
div.archive-post .title h3 a{
	color: #666;
}
div.archive-post p {
	font-size: 0.9em;
}

.nav-interior {
	clear: both;
	margin-top: 20px;
}
.next a{float: right; padding: 2px 15px 4px; background: #999; color: #fff; display: block;}
.prev a{float: left; padding: 2px 15px 4px; background: #999; color: #fff; display: block;}
.next a:hover{color: #f09;}
.prev a:hover{color: #f09;}


/* ************************* Single-view ************************* */
div#single-left {
	width: 273px;
	float: left;
}

div#single-right {
	margin-left: 35px;
	width: 582px;
	float: left;
}

div#single-right h3{
	margin: 0;
	padding: 0;
}

div#thumbs {
	margin-top: 10px;
}

div#thumbs div.thumb {
	width: 90px;
	height: 56px;
	margin-right: 1px;
	float: left;
}
div#thumbs div.thumb .last{
	
}


/* ************************* Page-view ************************* */

/* ************************* Page-view -- Information ************************* */
#infobar {
    background-repeat: no-repeat;
    width: 1024px;
    height: 216px;
    margin: 50px auto;
    position: relative;
    background: url('img/information_picture.png') 0px 0px;
    text-align: left;
}
#infocontent {
	position: absolute;
	left: 415px;
	top: 30px;
	width: 330px;
	height: 160px;
}
#infocontent a{
	color: #f09;
}
#infotwitter {
	width: 200px;
	position: absolute;
	top: 181px;
	left: 364px;
}
div#linkslist {
	width: 260px;
	float: left;
}
div#linkslist h2{
	margin: 0 0 10px 0;
	padding: 0;
}
div#linkslist a{
	color: #f09;
	
}
div#tagslist {
	width: 260px;
	margin-left: 90px;
	float: left;
	clear: right;
}
div#tagslist h2{
	margin: 0;
	padding: 0;
}

/* ************************** SLIDER ********************************* */


#slider {
    background-repeat: no-repeat;
    width: 1024px;
    margin: 50px auto;
    position: relative;
    background: url('img/slider_bg.png') 0px 0px;
}

.scroll {
    height: 199px;
    width: 889px;
    overflow: auto;
    /*overflow-x: hidden;*/
    position: relative;
    clear: left;
    left: 67px;
    top: 3px;
}
.scrollContainer {
	padding: 10px 0px;
}
.scrollContainer div.panel {
    padding: 0px;
    height: 199px;
    width: 889px;
}
.scrollContainer div.panel a img{
    margin-right: 30px;
}
.scrollContainer div.panel a img.last{
    margin-right: 0px;
}

ul.sNavigation {
	display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.sNavigation li {
    display: inline;
    margin-right: 10px;
}

ul.sNavigation a {
    padding: 10px;
    text-decoration: none;
}

ul.sNavigation a:hover {
    background-color: #5f3813;
    color: #fff;
}

ul.sNavigation a.selected {
    background-color: #ccc;
    color: #00ccff;
}

ul.sNavigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 75px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 20px;
    z-index: 98;
}

.scrollButtons.right {
    right: 20px;
    z-index: 99;
}

.hide {
    display: none;
}

.sliderdiv {
	/* background: #5f3813; */
	padding: 0px;
}
/* ------------------------------- END SLIDER ------------------------------ */