/*
	Theme Name: SocialMedium.nl 
	Theme URL: http://www.example.com
	Description: A socialmedium customized theme for the Genesis Framework
	Author: Marjone Rey Oce&ntilde;a
	Author URI: http://www.socialmedium.nl
	Version: 1.6.1
	Template: genesis
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

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


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #25a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 0 auto;
	width: 960px;
}


/* Header
------------------------------------------------------------ */

#header {
	height: 80px;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0;
	width: 400px;
}

#title {
	font-size: 24px;
	line-height: 30px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 12px;
	font-style: italic;
}

#header .widget-area {
	float: right;
	width: 550px;
}




/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	/* color: #fff; */
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a {
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#subnav li ul a {
	width: 160px;
}

#subnav li ul ul {
	margin: -31px 0 0 179px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 20px 0;
	overflow: hidden;
	width: 960px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 470px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.page .entry-content {
	overflow:visible;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 20px;
	line-height: 24px;
}

.page h1 {
	margin: 0 0 5px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin: 0 0 15px;
}

h4 {
	font-size: 14px;
}

.widget-area h4 {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}
.entry-content ol li{
	margin-left:20px;
}
.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content .post ol li,
.entry-content .page ol li {
	margin: 0 0 0 25px;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .page ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


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

img {
	max-width: 100%;
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 300px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 10px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


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

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 200px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


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

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #333;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 960px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	color: #fff;
	list-style-type: none;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #333;
	clear: both;
	font-size: 12px;
	overflow: visible;
	padding: 5px 0;
	text-transform: uppercase;
	width: 960px;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #e6e6e6;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
							CUSTOM CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body{
	background:#EAF5FF url(images/bg-wide.png) top center repeat-x;
}

#wrap{
	background:#eaf5ff url(images/bg.png) top center no-repeat;
	width:1152px;
	padding-bottom:30px;
}

#wrap .body-wrap{
	width:960px;
	margin:auto;
}

#inner{
	overflow:visible;
}

/*--------------------
		Header
--------------------*/

#header{
	height:auto;
	margin-bottom:47px;
}

#header .wrap{
	padding-top:20px;
}

#header .logo{
	margin-top:3px;
	float:left;
}

/*--------------------
		Main Nav
--------------------*/

#header .menu-main-container{
	float:right;
	margin-top: 71px;
	margin-right:10px;
}

#header .menu-main-container .menu li{
	background:none;
	margin-left:45px;
}

#header .menu-main-container .menu li a{
	color:#969696;
	text-transform:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:0;
}

#header .menu-main-container .menu li a span{
	color:#969696;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a{
	background:none;
}

#header .menu-main-container .menu li.menu-1 a{
	color:#0296d0;
}

#header .menu-main-container .menu li.menu-2 a{
	color:#7ac142;
}

#header .menu-main-container .menu li.menu-3 a{
	color:#ec008c;
}

#header .menu-main-container .menu li.menu-4 a{
	color:#000000;
}



/*--------------------
	Slide Show
--------------------*/

.slide-wrap{
	background:url(images/header-bottom.png) bottom no-repeat;
	padding-bottom:23px;
	position:relative;
	width:960px;
	height:253px;
	margin:auto;
}

#prev, #next{
	position:absolute;
	z-index:10;
}

#prev:hover, #next:hover{
	cursor:pointer;
}

#prev{
	top:67px;
	left:2px;
}

#next{
	right: 3px;
    top: 67px;
}

#slideshow{
	position:relative;
	z-index:2;
	margin:auto;
	overflow: hidden;
	width:940px;
	height:253px;
}

#slideshow img { display: none }

#slideshow img.first { display: block }

/*--------------------
	Home Mid Boxes
--------------------*/
.mid-boxes .box{
	background:url(images/mid-box.png) no-repeat;
	height:280px;
	float:left;
	width:194px;
	padding-left:25px;
	padding-right:20px;
	padding-top:20px;
}

.mid-boxes .box h2{
	font-size:15px;
}

.mid-boxes .box p{
	font-size:12px;
	margin-top:10px;
}

.mid-boxes .box1 h2{
	color:#00a4e4;
}

.mid-boxes .box2 h2{
	color:#68b12e;
}

.mid-boxes .box3 h2{
	color:#ec008c;
}

.mid-boxes .box4 h2{
	color:#000;
}

/*--------------------
	Home Content
--------------------*/

.home-content{
	margin-top:20px;
	padding:0 25px;
}

.home-content h1.home-title{
	margin-bottom:10px;
}

.home-content h1.home-title a{
	color:#68b12e;
	font-size:34px;
}

/*------------------------------
		Widgets Footer
------------------------------*/

#footer, #footer-widgets{
	background:none;
	border:none;
	text-transform:none;
	color:#646263;
}

#footer-widgets a{
	color:#646263;
}

#footer-widgets h4{
	text-transform:none;
	color:#665d6c;
	font-size:27px;
	margin-bottom:20px;
}

#footer-widgets .widget-area{
	width:262px;
	float:left;
	padding:25px 25px 10px 25px;
	margin-top:1px;
	height:320px;
	overflow:hidden;
	position:relative;
}

#footer-widgets .footer-widgets-1{
	background:url(images/footer-1.jpg) repeat-y;
}

#footer-widgets .footer-widgets-2{
	background:url(images/footer-2.jpg) repeat-y;
}

#footer-widgets .footer-widgets-3{
	background:url(images/footer-3.jpg) repeat-y;
}

#footer-widgets .footer-widgets-4{
	background:url(images/footer-4.jpg) repeat-y;
}

#footer-widgets .footer-widgets-5{
	background:url(images/footer-5.jpg) repeat-y;
}

#footer-widgets .footer-widgets-6{
	background:url(images/footer-6.jpg) repeat-y;
}

#footer-widgets .footer-widgets-1 img{
	padding:10px;
	background:#bfdca7;
}

#footer-widgets p{
	color:#6f7270;
}

#footer-widgets .tweets{
	margin-left:0px;
}

#footer-widgets .tweets .info a{
	color:#9e9ea0;
	font-style:italic;
	text-decoration:none;
}

#footer-widgets .tweets li{
	list-style:none;
	border-bottom:2px dashed #e0d8e7;
	margin-bottom:5px;
	padding-bottom:5px;
}

#footer-widgets .avatar{
	display:none;
}

#footer-widgets .widget-area .button{
	padding:0;
	position:absolute;
	bottom:5px;
	right:10px;
}

#footer-widgets #tag_cloud-5 h4{
	margin-bottom:5px;
}

#footer-widgets .tagcloud a{
	text-decoration:none;
}

#footer-widgets .widget-area .tweets{
	background:url(images/twitter-bg.jpg) no-repeat;
	height: 215px;
    padding: 15px 0;
    width: 260px;
}

#footer-widgets .widget-area .tweets li{
	padding:0 15px;
}

#footer-widgets .widget-area .tweets li .info{
	margin-bottom:10px;
}

#footer-widgets .widget-area .tweets .twit{
	display:none;
}

#footer-widgets .widget-area .tweets .last{
	border-bottom:none;
}

#footer-widgets .widget-area p.clearleft{
	padding:0;
}

#footer-widgets .widget-area .latest-post{
	border-top:#dae9e5 2px dashed;
}

#footer-widgets .widget-area .latest-post p{
	background:#c0ddd3;
	border-bottom:#dae9e5 2px dashed;
	padding:10px;
}

#footer-widgets .widget-area .latest-post a{
	color:#646263;
	text-decoration:none;
}

#footer-widgets .widget-area .latest-post a:hover{
	text-decoration:underline;
}

#footer-widgets .widget-area .latest-post p.even{
	background:#cce2da;
}

#footer-widgets .widget-area .niewsbrief{
	background:url(images/niewsbrief.jpg) center top no-repeat;
	padding-top:50px;
	text-align:center;
}

#footer-widgets .widget-area .niewsbrief p{
	padding-bottom:5px;;
}

#footer-widgets .widget-area .niewsbrief input[type="text"]{
	background:url(images/widget-textfield.png) no-repeat;
	border: medium none;
    color: #767676;
    height: 32px;
    padding: 0 10px 5px;
    width: 240px;
	line-height:30px;
}

#footer-widgets .widget-area .niewsbrief input[type="submit"]{
	background:url(images/widget-submit.jpg) no-repeat;
	width:172px;
	height:42px;
	border:none;
}

#footer-widgets .widget-area .niewsbrief input[type="submit"]:hover{
	cursor:pointer;
}

#footer-widgets .widget-area .tagcloud{
	text-align:center;
}

#footer-widgets .footer-project{
	width:236px;
	height:79px;
}

/*------------------------------
		Kennis Content
------------------------------*/
.blog #content .avatar, .single #content .avatar{
	float:left;
	margin-right:20px;
	background:none;
    border:none;
    padding: 0px;
}

.blog #content .author-name, .single #content .author-name, #content .entry-title{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-family:Tahoma, Geneva, sans-serif;
}

#content .entry-title{
	margin-top:5px;
}

.blog #content .author-name, .single #content .author-name{
	color:#7ac142;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}

.blog #content .entry-title a, .single #content .entry-title a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#ec008c;
	font-weight:bold;
}

.blog #content .post_wrap{
	background:url(images/post-bottom.png) bottom no-repeat;
	padding-bottom:10px;
	margin-bottom:20px;
}
.blog #content .post{
	background:#fff;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:0;
}

.blog #content .post .clear{
	margin-bottom:20px;
}

.blog #content .post-meta{
	border:none;
	text-transform:none;
	padding-right:202px;
}

.blog #content .post-comments{
	padding:0;
	background:none;
}

.blog #content .categories a{
	text-transform:uppercase;
}

/*--------------------
		SiderBar
--------------------*/

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar{
	width:220px;
}

.widget-area h4.widgettitle{
	color:#0296d0;
	font-weight:bold;
	font-size:14px;
	text-transform:none;
	background:none;
	border:none;
	padding-left:0;
	padding-bottom:10px;
}



.sidebar .widget{
	background:url(images/widget-bottom.png) bottom no-repeat;
	padding-bottom:5px;
	border:none;
}

.sidebar .widget .widget-wrap{
	background:#fff;
	padding:5px 15px 15px;
}

.sidebar .widget .social-icon{
	margin-right:5px;
}




.sidebar #text-5, .sidebar #text-5 .widget-wrap{ /* this is for Facebook widget */
	background:none;
	padding:0;
}


.sidebar .widget_categories h4.widgettitle{
	color:#ec008c;
}

.sidebar .widget_categories ul{
	margin-left:0;
	margin-top:0;
}

.sidebar .widget_categories ul li{
	list-style:none;
	background:url("images/category-li.png") no-repeat scroll left 10px transparent;
	padding-left:7px;
	font-size:11px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:85px;
}



.sidebar .widget_categories ul li a{
	color:#000;
}

/*--------------------
		Content
--------------------*/

.content-sidebar #content, .sidebar-content #content{
	width:700px;
}

/*--------------------
	  Page Layout
--------------------*/

.page #content{
	background: url("images/post-bottom.png") no-repeat scroll center bottom transparent;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.page #content .page{
	background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 0;
    padding: 25px;
}

.page-template-creaties-php #content, .page-template-creaties-php #content .page, .page-id-12 #content, .page-id-12 #content .page, .home #content, .home #content .page{
	background:none;
	margin:0;
	padding:0;
}

/*--------------------
		Single Post
--------------------*/

.single .post_wrap{
	background:url(images/post-bottom.png) bottom no-repeat;
	padding-bottom:5px;
	margin-bottom:40px;
	position:relative;
}

.single .post{
	background:#fff;
	margin:0;
	padding:25px;
	min-height:250px;
}

.single .post-meta{
	border:none;
}

.single #content .entry-title{
	margin-bottom:20px;
	color: #EC008C;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.single #respond #reply-title{
	color:#0296d0;
}

.single #respond input[type="text"], .single #respond textarea{
	background:#fff;
}

.single #respond input[type="submit"]{
	background:#00a2de;
	border:2px solid #98d1e6;
	color:#e1e1e3;
	padding:6px 22px;
}

.single #respond #recaptcha-submit-btn-area{
	margin-top:10px;
}

/*---------------------------
		Creaties Page
----------------------------*/

.page-template-creaties-php #footer .bottom-like-box{
	padding:10px 15px;
	background:#fff;
}

.page-template-creaties-php #footer{
	background:url(images/creaties-footer.png) bottom no-repeat;
	padding-bottom:13px;
	width:940px;
	margin:auto;
}

#featured-projects  .featured-box{
	background:url(images/creaties-featured-box.png) bottom no-repeat;
	padding-bottom:10px;
	width:461px;
}

#featured-projects .wrap{
	background:#fff;
	padding:25px;
	padding-right:20px;
	padding-bottom:5px;
	min-height: 340px;
}

#featured-projects .featured-box .img{
	height:181px;
	width:397px;
	padding:4px;
}

#featured-projects h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	margin-top:10px;
}

#featured-projects p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#featured-projects .box1{
	float:left;
}

#featured-projects .box2{
	float:right;
}

#featured-projects, #projects-list .project-box{
	margin-bottom:10px;
}

#projects-list .project-box{
	background:url(images/creaties-box.png) bottom no-repeat;
	padding-bottom:8px;
	width:300px;
	float:left;
	margin-right:30px;
}

#projects-list .project-box .wrap{
	background:#fff;
	min-height: 340px;
	padding:15px 15px 5px;
}

#projects-list h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:10px;
	font-weight:bold;
}

#projects-list p{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#projects-list .project-box .img{
	width:260px;
	height:105px;
	padding:4px;
}

#projects-list{
	width:990px;
}

/*---------------------------
		Werkelijkheid Page
----------------------------*/

.contact-box{
	background:url(images/contact-box.png) bottom no-repeat;
	float:left;
	padding-bottom:8px;
}

.contact-box .inner-wrap{
	background:#FFF;
	padding:25px;
	width:290px;
	min-height:215px;
}


.contact-map{
	margin-left:20px;
}

.contact-content h2{
	font-size:14px;
	font-weight:bold;
}

.contact-content p span{
	font-size:14px;
	font-weight:bold;
}

.contact-content p{
	font-size:13px;
}

.page .main-contact-box{
	background: url("images/post-bottom.png") no-repeat scroll center bottom transparent;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.page .main-contact-box .inner-wrap{
	background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 0;
    padding: 25px;
	position:relative;
}


/*---------------------------
		Workshop Page
----------------------------*/

.page-id-1154 #content, .page-id-1154 #content .page{
	background:none;
	margin:0;
	padding:0;
}

.page-id-1154 .main-contact-box .inner-wrap{
	min-height:300px;
}

/*--------------------
	Contact Form 7
--------------------*/

.wpcf7 input[type="text"]{
    background: url("images/widget-textfield.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #767676;
    height: 32px;
    line-height: 30px;
    padding: 0 10px 5px;
    width: 240px;
}

.wpcf7 textarea{
	background:#f0efef;
}

.wpcf7 .wpcf7-submit{
	background: url("images/verzend.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 42px;
    width: 172px;
}

.contact-form{
	width:300px;
}

/*--------------------
	Likes Button
--------------------*/

.page-template-creaties-php #footer .bottom-like-box .socialmedia-likes{
	width:225px;
	float:right;
}

.page-template-creaties-php #footer .bottom-like-box .socialmedia-likes .like{
	float:right;
	margin-left:10px;
}

.page .main-contact-box .inner-wrap .socialmedia-likes{
	position:absolute;
	bottom:10px;
	right:10px;
}

.page .main-contact-box .inner-wrap .socialmedia-likes .like{
	float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

#content .post{
	position:relative;
}

.blog #content .post .entry-content{
	margin-bottom: 35px;
}

.single #content .post .entry-content{
	margin-bottom: 50px;
}

#content .post .socialmedia-likes{
	position:absolute;
	bottom:10px;
	right:10px;
}

#content .post .socialmedia-likes .like{
	float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.single .post_wrap .socialmedia-likes{
	position:absolute;
	bottom:20px;
	right:10px;
	width:300px;
}

.single .post_wrap .socialmedia-likes .like{
	float:right;
	margin-left:10px;
}


/*----------------------------
		Creaties Style
------------------------------*/

body.page-template-creaties-php .creaties-wrap{
    width:940px;
    margin-left:auto;
    margin-right:auto;
}

body.page-template-creaties-php .featured-box .img{
    float:left;
    margin-right:20px;
	width:397px;
}

body.page-template-creaties-php .featured-box h2{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

body.page-template-creaties-php .featured-box{
    background: url("images/creaties-top.png") bottom no-repeat;
    padding-bottom:48px;
    width:941px;
    margin:auto;
}

body.page-template-creaties-php .featured-box .wrap{
    padding:25px;
    background:#fff;
}

.creaties-advies .project-box{
    background:url("images/creaties-website-smallbox.png") bottom no-repeat;
    padding-bottom:14px;
    width:459px;
    float:left;
    margin-bottom:5px;
}

.creaties-advies .project-box-even{
    margin-left:22px;
}

.creaties-advies .project-box .wrap{
    background:#fff;
    padding:25px;
    min-height:350px;
}

body.page-template-creaties-php .project-box .wrap div{
    font-size:12px;
}


.creaties-websites .project-box{
    background:url("images/creaties-box.png") bottom no-repeat;
    width:300px;
    padding-bottom:8px;
    float:left;
    margin-right:20px;
    margin-bottom:10px;
}

.creaties-websites .project-box .wrap{
    background:#fff;
    padding:15px;
	min-height:320px;
}

.creaties-websites .project-box-3{
    margin-right:0;
}

.creaties-facebook .project-box{
    background:url("images/creaties-website-smallbox.png") bottom no-repeat;
    width:459px;
    padding-bottom:14px;
    float:left;
    margin-bottom:5px;
}

.creaties-facebook .project-box .wrap{
    background:#fff;
    padding:25px;
}

.creaties-facebook .project-box-even{
    margin-left:22px;
}

.page-template-creaties-php  #content .page, .page-template-creaties-php  #content{
    background:none;
}

.page-template-creaties-php  #content .project-box .img img, .page-template-creaties-php  #content .featured-box .img img{
	-moz-box-shadow: 0px 0px 4px #000; /* Firefox */
	-webkit-box-shadow: 0px 0px 4px #000; /* Safari and Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}

.page-template-creaties-php  #content .project-box .img{
	text-align:center;
}

.page-template-creaties-php  #content .project-box .img img{
	max-height:105px !important;
}

.page-template-creaties-php  #content .featured-box .img img{
	height:181px;
}

.page-template-creaties-php .creaties-wrap-menu .creaties-menu{
    width:940px;
    height:25px;
    margin-left:auto;
    margin-right:auto;
    padding-left:20px;
}

.page-template-creaties-php .creaties-wrap-menu .creaties-menu li{
    float:left;
    display:block;
    padding-top:10px;
    margin-left: 5px;
}

.page-template-creaties-php .creaties-wrap-menu .creaties-menu li a .wrap2{
    padding:2px 20px 8px;
}

.page-template-creaties-php .creaties-wrap-menu .creaties-menu li a .wrap1{
    padding-right:5px;
}

.page-template-creaties-php .creaties-wrap-menu .creaties-menu li a{
    padding-left:6px;
    display:block;
    color:#fff;
    font-size:14px;
}

.page-template-creaties-php .creaties-wrap-menu .creaties-menu li.current-menu-item a .wrap2, .page-template-creaties-php .creaties-wrap-menu .creaties-menu li a:hover .wrap2{
    background:#fff;
}

.page-template-creaties-php .creaties-wrap-menu .creaties-menu li.current-menu-item a .wrap1, .page-template-creaties-php .creaties-wrap-menu .creaties-menu li a:hover .wrap1{
    background:url("images/creaties-tab-right.png") right no-repeat;
}

.page-template-creaties-php .creaties-wrap-menu .creaties-menu li.current-menu-item a, .page-template-creaties-php .creaties-wrap-menu .creaties-menu li a:hover{
    background:url("images/creaties-tab-left.png") left no-repeat;
    text-decoration:none;
}


.page-template-creaties-php .creaties-advies-wrap-menu .creaties-menu{
    background:url("images/creaties-advies-nav.jpg") no-repeat;
}

.page-template-creaties-php .creaties-advies-wrap-menu .creaties-menu li.current-menu-item a, .page-template-creaties-php .creaties-advies-wrap-menu .creaties-menu li a:hover{
    color:#ec008c;
}

.page-template-creaties-php .creaties-websites-wrap-menu .creaties-menu{
    background:url("images/creaties-website-nav.png") no-repeat;
}

.page-template-creaties-php .creaties-websites-wrap-menu .creaties-menu li.current-menu-item a, .page-template-creaties-php .creaties-websites-wrap-menu .creaties-menu li a:hover{
    color:#7ac142;
}

.page-template-creaties-php .creaties-facebook-wrap-menu .creaties-menu{
    background:url("images/creaties-fb-nav.jpg") no-repeat;
}

.page-template-creaties-php .creaties-facebook-wrap-menu .creaties-menu li.current-menu-item a, .page-template-creaties-php .creaties-facebook-wrap-menu .creaties-menu li a:hover{
    color:#0296d0;
}

/* Styles for boxes */
.page-template-creaties-php .featured-box h2{
    font-size:19px;
    margin-bottom:10px;
}

.page-template-creaties-php .project-box h2{
    font-size:14px;
    margin-bottom:2px;
    margin-top:10px;
}

.page-template-creaties-php .featured-box p, .page-template-creaties-php .project-box p{
    font-size:12px;
    padding-bottom:0;
}

/*--------------------
		Misc
--------------------*/
.clear{
	clear:both;
}

a:focus{
	outline:none;
	border:none;
}

iframe.fb_ltr{
	background:#FFF;
	margin:auto;
}

a, a:visited{
	color:#00a4e4;
}

.green{
	color:#7ac142 !important;
}

.blue{
	color:#0296d0 !important;
}

.pink{
	color:#ec008c !important;
}

.purple{
	color:#8739bd !important;
}

.red{
	color:#ff0012 !important;
}

.gray{
	color:#838383 !important;
}

.yellow{
	color:#ff9000 !important;
}

.creative-connector img{
	margin-right:5px;
	margin-bottom:5px;
}

.workshop-box2{
	padding-bottom:7px;
}

.workshop-box2 .inner-wrap{
	padding:0;
	
}

.workshop-box2 .inner-wrap{
	width:340px;
	height:265px;
}

#comments .comment-list li{
	list-style:none;
}
