/**
 * Theme Name: Life Collage
 * Theme URI: http://themehybrid.com/themes/life-collage
 * Description: A collage of of one's thoughts, hobbies, and favorites.  A child theme of the Hybrid theme framework.
 * Version: 0.1
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: brown, threaded-comments, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Life Collage is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

/* Body */
body {
	font: 14px/22px Georgia, Cambria, Times, "Times New Roman", serif;
	color: #ccc;
	background: #0f1627 url(images/bgbody2.png) repeat-x 0 0;
	}

/* Body container */
#body-container {
	margin: 0px auto;
	background: url(images/clouds2.jpg) no-repeat center top;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #c9d1e0;
	}
a:hover {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
	color: #d6de23;
	}
h2 {
	font-size: 17px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 15px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
.content ul {
	list-style: none;
	}
.content ul li {
	overflow: hidden;
	padding-left: 10px;
	background: url(images/bullet.png) no-repeat 0 9px;
	}

/* Blockqoutes */
blockquote {
	overflow: hidden;
	margin: 0 10px;
	padding: 0 0 0 20px;
	background: url(images/blockquote.jpg) no-repeat 0 0;
	}
blockquote blockquote {
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	background: transparent;
	}
blockquote.pullquote {
	width: 200px;
	margin: 9px 0 3px 0;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #e9e5d5;
	border-bottom: 3px double #e9e5d5;
	}
.pullquote p {
	margin: 0;
	}
span.pullquote {
	float: none !important;
	margin: 0 !important;
	}

/* Code */
code {
	padding: 0 3px;
	background: url(images/dark.jpg) repeat 0 0;
	}
pre {
	overflow: auto;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 10px !important;
	}
.alignright, .right {
	float: right;
	margin-left: 10px !important;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 20px auto;
	}
.block {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 1px;
	color:#cccccc;
	}
th {
	color: #cccccc;
	}
td {

	}
.oerkreet {
	background: url(images/lijn.gif) repeat-x bottom;
}
tr {

}
th, td {
	padding: 5px;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #b4a681;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Warnings, notes, errors, and downloads */
.note, .download, .warning, .alert, .error {
	padding: 10px;
	background: #d6de23;
	border: 1px solid #A7AF14;
	color: #020917;
	}
.updated {
	padding: 10px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	color:#141b29;
	margin-bottom:15px;
}
p.submit {
	padding-bottom:20px;
	background: url(images/lijn.gif) repeat-x bottom;
}
.entry-content .note a {
color: #020917;
font-weight: bold;
}
/**
* Images
************************************************/
.post img {
	max-width: 470px;
	max-height: 100%;
	padding: 5px 5px 10px 5px !important;
	background: #0a101a url(images/photo-bg.gif) repeat-x 0 bottom;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 480px;
	padding: 5px 0 10px 0;
	background: #020917;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #c9d1e0;
	}
.wp-caption img, .wp-caption a img {
	max-width: 468px;
	margin: 0 auto;
	padding: 0 !important;
	background: transparent;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 60px;
	height: 60px;
	padding: 3px;
	background-color: #0a101a;
	background-image: url(images/photo-bg.gif);	
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt bottom;
	
	}

/* Gallery [gallery] */
.gallery {
	margin-bottom: 20px !important;
	}
.gallery img {
	border: none !important;

	}

/**
* Header
************************************************/
#header {
	width: 740px;
	margin: 0 auto;
	height: 86px;
	padding: 0 20px;
	text-align:center;
	}

#site-title {
	float: none;
	width: 740px;
	height: 86px;
	}
#site-title a {
	display: block;
	width: 740px;
	height: 86px;
	background: url(images/oerpolderlogo2.png) no-repeat top center;
	}
#site-title a span {
	display: none;
	}

#site-description {
	display:none;
	margin: 10px 0 0 10px;
	float: left;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
	}

/**
* Navigation
************************************************/
#navigation {
	margin: 0 auto 20px auto;
	padding: 0px;
	}

/* Page navigation */
#page-nav {
	width: 760px;
	margin: 0 auto;
	height: 40px;
	padding-top:5px;
	letter-spacing: -1px;
}
#page-nav ul {

}
#page-nav li {
	margin: 0 5px 0 0;
}
#page-nav a {
	display: block;
	font: 14px arial, verdana, sans-serif;
	font-weight: bold;
	line-height: 14px;
	padding: 12px 13px;
	text-decoration: none;
	color: #bfd3ea;
}
#page-nav li:hover ul, li.sfHover ul {
	top: 35px;
}
#page-nav .current_page_item,
#page-nav .current_page_parent,
#page-nav li:hover {
	background: url('images/nav-bg.png') left center no-repeat;
	padding: 0 0 0 13px;
}
#page-nav .current_page_item a,
#page-nav .current_page_parent a,
#page-nav li:hover a {
	background: url('images/nav-bg.png') right center no-repeat;
	color: #0b1220;
	padding: 12px 13px 12px 0;
}
#page-nav li ul li {
	background: url('images/nav-bg.png') left center no-repeat;
	padding: 0 0 0 13px;
}
#page-nav li ul li a {
	background: url('images/nav-bg.png') right center no-repeat;
	color: #0b1220;
	line-height: 10px;
	padding: 12px 13px 12px 0;
}
#page-nav li ul li a:hover {
	text-decoration:underline;
}
#page-nav li ul li ul li {
	margin-left: 15px;
}
/*
#page-nav {
	margin: 0 auto;
	width: 730px;
	}
#page-nav ul {
	list-style: none;
	}
#page-nav ul.menu {

	}
#page-nav li {
	display:inline;
	}
#page-nav li a {
	padding: 11px 6px 11px 6px;
	font: 14px arial, verdana, sans-serif;
	font-weight: bold;
	color: #bfd3ea;
	}
#page-nav li.current_page_item {
	color: #d6de23;
	}
#page-nav li.current_page_item a {
	color: #d6de23;

	}


#page-nav ul ul {
	margin-top:11px;
	background: #557095;
	}
#page-nav li li {
	background: transparent;
	}
#page-nav li li a {
	padding: 10px;
	background: transparent;
	border:none;
	color: #d6de23;
	}
*/
/* Search */
#navigation .search {
	float: right;
	width: 210px;
	height: 36px;
	border-left: 1px solid #131c2a;
	}
#navigation input {
	font: 12px arial, verdana, sans-serif;
	padding: 7px 0 0 0;
	background: transparent;
	border: none;
	}
#navigation .search-text {
	float: left;
	width: 136px;
	padding: 10px;
	color: #968f81;
	}
#navigation .search-submit {
	float: left;
	padding: 10px;
	font-weight: bold;
	height:36px;
	color: #d6de23;
	}
#navigation .search-submit:hover {
	cursor: pointer;
	}

/**
* Container (content and widget areas)
************************************************/
#container {
	clear:both;
	overflow: hidden;
	width: 840px;
	margin:0 auto;
	background: url(images/radiant5.png) no-repeat top;
	}
#afteller {
	margin-top:170px;	
	font-size:20px;
	color:#cccccc;
	padding-left:120px;
}
#topcontent {
	margin-top:10px;
	height:15px;
	background: url(images/topbottom.png) no-repeat top center;
	}
#bottomcontent {
	height:15px;
	background: url(images/topbottom.png) no-repeat bottom center;
	}
#content-container {
	overflow: auto;
	width:790px;
	margin:0 auto;
	background: url(images/contentbg.png) repeat-y top center;
}
/* Splash */
#splash {
	display:none;
	overflow: hidden;
	height: 180px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 20px;
	background: url(images/logooerpolderloop.png) no-repeat center bottom;
	}
#splash .widget {
	float: left;
	overflow: hidden;
	width: 130px;
	margin: 0 20px 0 0;
	padding: 0;
	color: #365426;
	background: transparent;
	border: none;
	}
#splash .widget-title {
	color: #365426;
	}

/**
* Content
************************************************/
.content {
	overflow: hidden;
	float: left;
	width: 510px;
	margin-left: 25px;
	}
.page-template-no-widgets .content, .no-widgets .content {
	width: 740px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 20px 0;
	color: #cccccc;
	background: url(images/lijn.gif) repeat-x bottom;
	}	
.entry-content a {
	color: #d6de23;
	}
/* Entry title */
.entry-title {
	overflow: hidden;
	margin: 0;
	padding: 20px 0;
	color: #d6de23;
	font: 18px Georgia, Cambria, Times, 'Times New Roman';
	}
.entry-title a {
	color: #d6de23;
	}

/* Post Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	margin: 0;
	font: 14px/22px Georgia, Cambria, Times, 'Times New Roman';
	}
.more-link {
	padding-right: 15px;
	background: url(images/more-link.jpg) no-repeat right 3px;
	}

/* Post Meta */
.entry-meta {
display:none;
	overflow: hidden;
	padding: 20px 0px 5px 0px;
	font: 12px/22px arial, verdana, sans-serif;
	}
.entry-meta a {
	color: #c9d1e0;
	text-decoration:none;
	}
.entry-meta a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #c9d1e0;
	}
/* Multi-paged posts */
p.pages a {
	overflow: hidden;
	margin: 0 3px;
	padding: 3px 6px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

.navigation-attachment {
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 20px;
	}

/* Series */
.series {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 20px 0 20px;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
.series-title {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	font: 14px verdana, arial, sans-serif;
	font-weight: bold;
	color: #d6de23;
	border-bottom: 1px solid #e9e5d5;
	}
.series ul {
	margin-left: 0;
	}

/* Archives and other page types */
.category-info, .author-info, .date-info, .tag-info, .archive-info, .search-info {
	overflow: hidden;
	margin: 0;
	padding: 20px 0;
	color: #d6de23;
	}
.page-template-biography .author-info {
	margin: 0;
	border: none;
	}
.page-title, .category-title, .author-title, .date-title, .tag-title, .archive-title, .search-title, .error-404-title {
	margin: 20px 0;
	padding: 0 20px 20px 0px;
	font: 22px Georgia, Cambria, Times, 'Times New Roman';
	background: url(images/lijn.gif) repeat-x bottom;
	}
.category-description, .author-description, .date-description, .tag-description, .archive-description, .search-description {
	margin: 0 20px;
	}
.author-profile .avatar, .author-info .avatar {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}
.author-profile .author-name {
	margin-bottom: 0;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
	}
.previous {
	float: left;
	width: 40%;
	padding-left: 23px;
	background: url(images/previous.jpg) no-repeat 0 5px;
	}
.next {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 23px;
	background: url(images/next.jpg) no-repeat right 5px;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px;
	background: url(images/light.gif) repeat 0 0;
	}
.wp-pagenavi .pages {
	margin-right: 6px;
	padding: 3px 6px;
	}
.wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 6px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

/**
* Widget Areas
************************************************/
#primary, #secondary {
	overflow: hidden;
	float: right;
	width: 240px;
	line-height: 19px;
	background: url(images/lijnverticaal.gif) repeat-y left;
	}
#secondary {
	clear: right;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 20px 0 20px;
	color: #cccccc;
	}

/* Widget title */
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	font: 14px verdana, arial, sans-serif;
	font-weight: bold;
	color: #d6de23;
	background: url(images/lijn.gif) repeat-x bottom;
	}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul ul {
	margin: 0;
	}
.widget ul li {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #141b29;
	}
.content .widget ul li {
	overflow: hidden;
	padding: 0 0 5px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	}
.widget ul li li, .content .widget ul li li {
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	border: none;
	}

/**
* Comments Template
************************************************/
#comments, #respond {
	color: #cccccc;
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}
#comments #respond {
	padding: 15px 0 0 0;
	border: none;
	}

/* Comments header */
.comments-header, #reply {
	margin: 2px 0 20px 0;
	padding: 0 20px 18px 0px;
	font: normal normal 18px/19px georgia, cambria, times, 'times new roman', serif;
	}
#comments #reply {
	margin-bottom: 0;
	padding: 0;
	background: transparent;
	}
#comments .comments-header {
	margin-bottom: 0;
	}

/* Comments list */
#comments ol {
	list-style: none;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin: 0px;
	}
#comments ol ol {
	margin: 0 0 0 10px;
	}
#comments li.odd {


	}
#comments li {
	border-top: 1px solid #141b29;
	border-bottom: 1px solid #020917;
	overflow: hidden;
	padding: 19px 0 1px 0;
	}

#comments li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/comment-thread.jpg) no-repeat 0 25px;
	}

/* Avatar */
#comments .avatar {
	overflow: hidden;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}

/* Comment meta data */
.comment-meta-data {
	padding: 0 0 4px 0;
	font: 12px/22px arial, verdana, sans-serif;
	}
.comment-meta-data a {
	color: #d6de23;
	}

/* Comment author */
.comment-author cite {
	font: normal bold 14px/22px georgia, cambria, times, serif;
	}
.comment-author a {
	color: #d6de23;
	}

/* Comment text */
.comment-text {

	}

/* Comments form */
#respond {
	padding: 15px 0 20px 0;
	}
#respond form {
	padding: 0px;
	}
#comments #respond form {
	padding: 0;
	}
#respond .form-author, #respond .form-email, #repsond .form-url {
	margin: 0 0 10px 0;
	}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	float: left;
	color: #cccccc;
	width: 70px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 10px;
	font: normal normal 12px/19px georgia, cambria, times, 'times new roman', serif;
	}
.text-input {
	display: block;
	padding: 5px 5px 6px 5px;
	border: 1px solid #141b29;
	background: #eeeeee;
	color: #020917;
	}
.gform_wrapper input {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 8px !important;
	background: #eee;
	color: #020917;
	}
.gform_wrapper #gform_heading {
	border-bottom:0px !important;
	}
.content .gform_wrapper li {
	background-image:none;
	padding-left: 0;
}
.gform_wrapper input.button {
	font-size: 100%;
	color: #222222;
	padding: 5px !important;
	background: #d6de23;
	border: 0;
}
#gform_wrapper_1 .gform_footer input {
	padding: 0px !important;
	border: 0px;
}
.gform_footer {
	margin-top: 0 !important;
	background: url(images/lijn.gif) repeat-x bottom;	
}
.gform_wrapper {
	background: url(images/lijn.gif) repeat-x top;
	}
#respond .text-input {
	width: 275px;
	}
.gform_footer input {

}
#respond .form-textarea label {
	display: none;
	}
textarea {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 8px !important;
	background: #eee;
	color: #020917;
width: auto;
	}
#respond .form-submit {
	overflow: hidden;
	}
#respond .button {
	float: left;
	padding: 5px 30px;
	margin: 0 10px 10px 0;
	font: normal bold 12px/19px georgia, cambria, times, 'times new roman', serif;
	background: #d6de23;
	color: #020917;
	border: none;
	}
.button:hover {
	cursor: pointer;
	}

.comment-action {
	clear: both;
	}

/**
* Footer
************************************************/

/* Subsidiary */
#subsidiary {
	overflow: hidden;
	width: 760px;
	padding: 20px 0 0 20px;
	margin: 0 auto 20px auto;
	}
#subsidiary .widget {
	float: left;
	overflow: hidden;
	width: 740px;
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	}
#subsidiary .widget ul li {
	display:inline;
	float:left;
	width: 240px;
	border-bottom:none;
	}
/* Footer */
#footer {
	clear: both;
	overflow: hidden;
	width: 740px;
	margin: 0 auto;
	height: 39px;
	padding: 20px;
	font: 12px/19px arial, verdana, sans-serif;
	color: #333;
	}
#footer a {
	color: #c9d1e0;
	}
#footer .copyright {
	float: left;
	width: 40%;
	}
#footer .credit {
	float: right;
	text-align: right;
	width: 40%;
	}

/* Some IE6-specific rules b/c it can't seem to handle background images correctly */
.ie6 blockquote, .ie6 .series, .ie6 .post, .ie6 .entry-title, .ie6 #primary, .ie6 #secondary, .ie6 #subsidiary, .ie6 .widget,
.ie6 .category-info, .ie6 .author-info, .ie6 .date-info, .ie6 .tag-info, .ie6 .archive-info, .ie6 .search-info,
#comments li {
	height: 100%;
	}

#left_c ul.primary-nav li, #right_c ul.primary-nav li,
#right_c_w ul.primary-nav li {
	min-height: 22px;
	_height: 23px;
	border-bottom: 1px solid #ccc;
	background: #d3d3d3;
}

#left_c ul.primary-nav li.selected li.fc {
	border-top: 1px solid #d3d3d3;
}

#left_c ul.primary-nav li li.selected li.fc {
	border: 0;
}

#left_c li a {
	display: block;
	line-height: 21px;
	text-decoration: none;
}

#left_c li, #right_c li, #right_c_w li {
	display: block;
	width: 171px;
	_width: 180px;
	min-height: 22px;
	_height: 23px;
	padding-left: 9px;
}

#left_c ul.primary-nav li.selected ul{
	display: block;
}

#left_c li.selected ul li, #right_c li.selected ul li, #right_c_w li.selected ul li{
	padding-left: 9px;
	border-bottom: 0;
	background: none;
}

#left_c li.selected ul li a, #right_c li.selected ul li a, #right_c_w li.selected ul li a{
	line-height: 20px;
}

#left_c ul.primary-nav li ul, #left_c ul.primary-nav li.selected ul li ul, 
#right_c ul.primary-nav li ul, #right_c ul.primary-nav li.selected ul li ul,
#right_c_w ul.primary-nav li ul, #right_c_w ul.primary-nav li.selected ul li ul {
	display: none;
}

#left_c ul.primary-nav li ul li.selected ul,
#right_c ul.primary-nav li ul li.selected ul,
#right_c_w ul.primary-nav li ul li.selected ul {
	display: block;
}

#left_c ul.primary-nav li ul li.selected ul li a,
#right_c ul.primary-nav li ul li.selected ul li a,
#right_c_w ul.primary-nav li ul li.selected ul li a {
	font-size: 11px;
	line-height: 20px;
}

#main_c ul.primary-nav li li,
#main_c_w ul.primary-nav li li,
#main_breed ul.primary-nav li li,
#main_c_t ul.primary-nav li li {
	padding-left: 24px;
}
