/* @override http://www.arpdesign.com/wp-content/themes/big_picture/style.css */

/*

Theme Name: Arp - Big Picture
Version: 1.2
Author: dsgn*txt
Author URI: http://www.dsgn-txt.nl/

	Arp - Big Picture v1.2
	http://www.dsgn-txt.nl/

*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul, li {
	list-style: none;
}

/* -------------------- PAGE SETUP -------------------- */

html {
	height: 100%;
}

body {
	font-size: 12px;
	height: 100%;
	line-height: 1.5em;
}

/* -------------------- TYPOGRAPHY -------------------- */

p {
	margin: 18px 0;
}

a {

}

a:hover {

}

.sidebar a {
	border: none;
}

h2 a {

}

h2 a:hover {

}

h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

h1 a {

}

h2 {
	font-size: 2em;
	letter-spacing: -1px;
}

.sidebar h2
{
	font-size: 20px;
	width: auto;
	margin: 0 0 10px 0;
	color: #fff;
	padding: 4px 0 5px 0;
	border-bottom: 2px solid #15A2FF;
}

.sidebar strong
{
	color: #15A2FF;
}

::selection {
	background: #15A2FF;
	color: #fff;/* Safari */
	}
::-moz-selection {
	background: #15A2FF; /* Firefox */
	color: #fff;
}


h2.pagetitle {
	margin-bottom: 10px;
}

#wrapper #main-content h2 {

}

#wrapper #main-content h2.pagetitle, #wrapper #main-content .post-content .post h2, #wrapper #main-content .post-content .page h2, #wrapper #main-content .comments, #wrapper #main-content .commentlist h2, #wrapper #main-content #author-info h2 {
	border: none;
}

h3 {
	font-size: 1.5em;
	margin: 20px 0 10px;
}

.comments-label h3 {
	font-size: 2em;
	letter-spacing: -1px;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
	font-style: italic;
}

h6 {
	font-size: 0.857em;
}

/* -------------------- LAYOUT -------------------- */

.displace {
	left: -9999px;
	position: absolute;
}

/* Full screen scaling BG Image */

img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 1024px) {

img.bg {
	left: 50%;
	margin-left: -512px;
}

}

#wrapper {
	margin: 20px auto;
	min-height: 100%;
	position: relative;
	width: 1100px;
	overflow: hidden;
}

#wrapper #sidebar-holder {
	overflow: hidden;
	width: 220px;
	margin: 0 20px 20px 0;
	position: fixed;
	background: url(images/transpBlack75.png) repeat;
}

#wrapper #title {
	max-width: 450px;
	padding: 8px 0px 0px;
	overflow: hidden;
}

#wrapper #title h1 {
	margin: 0 0 5px;
	overflow: hidden;
}

#wrapper #title h2 {
	font-size: 1.2em;
	overflow: hidden;
}

#wrapper #sidebar-holder .sidebar
{
	background: none;
}

#wrapper #sidebar-holder #buttons {
	height: 30px;
	padding: 0 20px;
	text-align: center;
	width: 180px;
}

#wrapper #0-holder #sidebar-holder #buttons a {
	border: none;
}

#wrapper #sidebar-holder #buttons a:hover {
	border: none;
}

.sidebar {
	padding: 20px;
	width: 180px;
	z-index: 3;
	background: url(images/transpBlack75.png) repeat;
}

#sidebar-left
{
	padding: 0 20px 20px 20px;
}

#wrapper #sidebar-right {
	margin: 0 0 20px 0;
	float: left;
	width: 260px;
}

#wrapper #sidebar-right #sidebar-contents {
}

.spacer {
	height: 1px;
}

body #wrapper #main-content {
	margin: 0 0 20px 0;
	padding-left: 240px;
	overflow: hidden;
	background-image: none;
}

/* ---------------------------------------- CONTENT POSITIONS ---------------------------------------- */

/* Center position */
/*
#wrapper #main-content.center {
	width: 540px;
}

*/
/* Offset position */
/*
#wrapper #main-content.offset {
	float: right;
	margin: 0 10% 0 0;
}
*/
/* Right Position */
/*
#wrapper.right {
	margin: 0 auto -1px;
	padding-bottom: 20px;
}

#wrapper #main-content.right {
	float: right;
}
*/
/* with sidebar */
/*
#wrapper.right #sidebar-right {
	float: right;
}
*/
/* Bottom */
/*
#wrapper #main-content.bottom {
	bottom: 78px;
	position: absolute;
	right: 0;
}
*/
/* ---------------------------------------- LAYOUT STYLES ---------------------------------------- */

#wrapper #main-content .post-content {
	padding: 20px;
	width: 500px;
	background: url("images/transpBlack75.png") repeat scroll 0 0 transparent;
	float: left;
	margin-right: 20px;
}

#wrapper #main-content.bottom .post-content {
	padding: 0 20px 20px;
}

/* Single Layout */

/* Posts */

.post-content .post {
	height: 250px;
	overflow: hidden;
	position: relative;
}

.post-content .post img {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	z-index: 1;
}

.post-content .post h2 {
	float: left;
	margin-top: 20px;
	max-width: 390px;
	padding: 10px;
	position: relative;
	z-index: 2;
}

.post-content .post h2 a {

}

.post-content .post h2 a:hover {

}

.post-content .post-info {
	margin-bottom: 20px;
	display: none;
}

.post-content em strong
{
	font-weight: normal;
	font-style: normal;
}

/* Page */

#wrapper #main-content .post-content .page {
	height: 312px;
	overflow: hidden;
	position: relative;
}

#wrapper #main-content .post-content .page img {
	width: 500px;
}

/* Wide portfolio layout */

#wrapper #main-content.wide .post-content {
	overflow: hidden;
	padding: 20px 20px 0;
	position: relative;
}

.wide .the-post {
	margin-bottom: 20px;
}

/* Post */

.wide .post-content .post {
	margin-bottom: 20px;
}

/* Page */

.post-content .page {
	/*height: 250px;*/
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.post-content .page img {
	position: absolute;
	left: 0;
	min-height: 250px;
	top: 0;
	width: 500px;
	z-index: 1;
}

.post-content .page h2 {
	float: left;
	margin-top: 20px;
	padding: 10px;
	position: relative;
	z-index: 2;
}

.post-content .page h2 a {

}

.post-content .page h2 a:hover {

}

#wrapper #main-content .post-content .post .post-preview
{
  background: url("images/transpBlack75.png") repeat scroll 0 0 transparent;
  border: medium none;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  position: absolute;
  width: 460px;
  z-index: 2;
}

.post-preview .date, .post-info .date {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 5px;
	display: none;
}

/* Thumbnail portoflio layout */

#wrapper #main-content .thumbnail-holder {
	clear: both;
	margin: 10px 0 -20px 0;
	overflow: hidden;
	width: 520px;
}

#wrapper #main-content .thumbnail-holder .thumbnail-preview {
	float: left;
	height: 110px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	position: relative;
	width: 153px;
}

#wrapper #main-content .thumbnail-holder .thumbnail-preview  img {
	display: block;
	height: 110px;
	left: 0;
	margin: 0 auto;
	min-width: 153px;
	width: auto !important;
	width: 153px;
	position: absolute;
	top: 0;
	z-index: 1;
}

#wrapper #main-content .thumbnail-holder .thumbnail-preview h4 {
	float: left;
	padding: 2px 4px;
	margin: 20px 0 0 0;
	position: relative;
	z-index: 2;
}

#wrapper #main-content .thumbnail-holder .thumbnail-preview h4 a {

}

/* ---------------------------------------- END OF LAYOUT STYLES ----------------------------------------*/

.video {

}

.image {

}

.misc {

}

/* Comment Label */

.comments-label {
	float: right;
	margin: 20px 10px 0 0;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
}

.comments-label .comments-text {
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}

.comments-label .comments-text h3 {
	margin: 0;
	width: 100%;
}

.comments-label .comments-text p {
	font-weight: bold;
	margin: 0;
	width: 100%;
}

.comments-label .comments-text a {

}

.comments-label .comments-text a:hover {

}

/*-------------------- POST CONTENT -------------------- */

.tweetmeme {
	float: left;
	margin: 20px 20px 10px 20px;
}

.post-content, .the-post {
	overflow: hidden;
	position: relative
}

.the-post {

}

.the-post h1, .the-post  h2, .the-post  h3, .the-post  h4, .the-post  h5, .the-post  h6 {
	margin: 20px 0 10px;
}

.the-post ul {
	margin: 10px 0 10px 16px;
}

.the-post  ul li {
	padding: 1px 0 1px 15px;
}

.the-post ol {
	margin: 10px 0 20px 45px;
}

.the-post ol li {
	list-style-type: decimal;
	padding-left: 5px;
}

.post-content .the-post blockquote {
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	border: none;
	background: url("images/quote-open.png") no-repeat scroll 0 4px transparent;
}

.the-post blockquote p {
  background: url("images/quote-closed.png") no-repeat scroll right bottom transparent;
  margin: 0;
  padding-right: 30px;
}

.the-post cite {
	display: block;
	margin-top: 10px;
}

.the-post img {
	margin: 0 10px 10px 0;
	max-width: 480px;
	padding: 10px;
}

.the-post img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.the-post img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.the-post img.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

.the-post table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 18px 0;
	width: 498px;
}

.the-post th {
	padding: 6px 6px 6px 12px;
	text-align: left;
}

.the-post td {
	padding: 6px 6px 6px 12px;
}

.the-post .alt td {

}

/* Post tags */

.tags {
	margin: 15px 0 20px;
	padding-left: 30px;
}

.tags p {
	margin: 0;
}

/* Auther Info */

#author-info {
	display: block;
	margin: 20px -20px 0;
	overflow: hidden;
	padding: 0 20px 10px 20px;
	position: relative;
	width: 500px
}

#author-info img {
	position: absolute;
	top: 50%;
	height: 80px;
	margin-top: -40px
}

#author-info .text {
	margin-left: 100px;
	width: 400px;
}

#author-info h4 {

}

#author-info h3 {
	margin: 20px 0;
}

#author-info p.plus-margin {
	margin-top: 20px;
}

#author-info li {
	float: left;
	margin-right: 20px;
}

/* -------------------- THUMBNAIL SHORTCODE -------------------- */

.wide-holder {
	clear: both;
	height: auto;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	width: 500px;
}

.wide-holder img {
	background: none;
	max-width: 500px;
	width: auto !important;
	width: 500px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding: 0;
}

/* -------------------- WIDGETS -------------------- */

/* search widget */

.screen-reader-text {
	display: none;
}

#searchform input {
	display: block;
	margin: 10px auto;
}

/* Recent Entries */

.widget_recent_entries ul {
	margin-bottom: 5px;
}

.widget_recent_entries ul li {
	padding: 5px 0;
}

/* Archive Widget */

.widget_archive ul li {
	padding: 5px 0;
}

/* Categories */

.sidebar .widget_categories ul {

}

.sidebar .widget_categories ul li {
	border-bottom: 1px dotted #111;
	height: 28px;
}

.sidebar .widget_categories ul li a {
	display: inline-block;
	padding: 4px 0 4px 15px;
}

/* Calender */

/* Calender */

.sidebar table {
	width: 180px;
}

.sidebar td {
	text-align: center;
}

.pagination {
	margin-bottom: 20px;
}

.pagination a {
	font-weight: bold;
	margin-right: 4px;
	padding: 3px 6px;
}

.pagination a:hover, .emm-paginate a:active {

}

.pagination .emm-gap {
	margin-right: 4px;
}

.pagination .emm-current {
	background: none;
	font-weight: bold;
	margin-right: 4px;
	padding: 3px 6px;
}

.pagination .emm-page {

}

.paginatione .emm-prev, .emm-paginate .emm-next {

}

.pagination ul {
	margin: 40px 0;
	overflow: hidden;
}

.pagination ul li {
	padding: 0 5px;
}

.pagination ul li.prev {
	float: left;
	padding-left: 15px;
}

.pagination ul li.next {
	float: right;
	padding-right: 15px;
}

/* Comments */

.comments {
	margin-bottom: 20px;
}

.commentlist ol, .commentlist ul {
	overflow: hidden;
}

.commentlist li {
	clear: both;
	margin: 10px;
}

.comment-holder {
	overflow: hidden;
	padding: 10px;
}

li.depth-1 {
	margin: 0 0 10px 0;
}

.even {

}

.odd {

}

.comment-holder p {
	margin-top: 10px;
}

.comment-author {
	float: left;
	height: 100%;
	margin: 10px 10px 20px;
	overflow: hidden;
}

.comment-author img {
	float: left;
	margin-right: 10px;
}

.comment-time {
	float: right;
	margin-right: 10px;
}

.comment-time p {

}

.comment-time a {

}

.comment-time a:hover {

}

.author-name {
	clear: right;
	float: left;
	margin-top: 0;
}

.author-name h3 {
	margin-top: 0;
}

.the-comment {
	clear: both;
	margin: 10px;
}

/*
Sidebar Productpagina
##############################################################
 */

#sidebar-right ol
{
	margin-bottom: 20px;
	list-style-type: decimal;
}

#sidebar-right ol li
{
	margin-bottom: 10px;
	list-style-type: inherit;
	margin-left: 1.5em;
	line-height: 1.2em;
}





/*
Forms
##############################################################
 */

div.gform_wrapper{
	margin-bottom: 20px;
}

div.gform_wrapper form
{
	font-size: 11px;
}

div.gform_wrapper form .gfield_label
{
	text-align: right;
}

div.gform_wrapper form .gform_heading,
div.gform_wrapper form .gform_body,
div.gform_wrapper form .gform_footer {
	width: auto;
	margin: 0;
	padding: 0;
}

div.gform_wrapper form .gform_body
{
	margin-bottom: 20px;
}

div.gform_wrapper form span.gfield_required
{
	color: #4cb8ff
}

div.gform_wrapper form .gform_title
{
	font-size: 20px;
	width: auto;
	margin: 0 0 10px 0;
	color: #fff;
	padding: 4px 0 5px 0;
	border-bottom: 2px solid #15A2FF;
}

div.gform_wrapper form ul li
{
	margin: 0;
	padding: 0;
}

div.gform_wrapper form .gform_fields label.gfield_label
{
	font-weight: normal;
	margin-bottom: 2px;
	display: block;
	text-align: left;
	color: #4cb8ff
}

body #wrapper #sidebar-right #sidebar-contents .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container
{
	margin: 0 0 5px 0;
}

input.large,
textarea.large
{
	width: 250px;
}

select.large
{
	width: 254px;
}

div.gform_wrapper form input,
div.gform_wrapper form textarea,
div.gform_wrapper form select
{
	background: url(images/transpWhite.png) repeat;
	border: none;
	padding: 2px;
	color: #fff;
	font-size: 11px;
}


div.gform_wrapper form input.button
{
	width: auto;
	color: #4cb8ff;
}

div.gform_wrapper form option
{
	background: url(images/transpWhite.png) repeat;
	border: none;
}

.gform_wrapper form ul li
{
	list-style-type: none;
	background: none;
}

.gform_wrapper form .validation_message
{
	color: #aa0000
}

.even #respond, .odd #respond {
	margin: 0 20px -10px;
}

textarea {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#respond {

}

#respond form {

}

#respond p {
	margin: 5px 0;
}

#s {
	width: 172px;
}

#searchform #searchsubmit, #submit {
	border: none;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 5px auto 0;
	padding: 2px 0;
}

#searchsubmit {
	width: 86px;
}

.margin {
	height: 20px;
}

#searchform #searchsubmit:hover, #submit:hover {

}

h3.error {
	margin: 0;
}

ul.error {
	margin-bottom: 20px;
}

#sendCopy {
	width: 20px;
}

.screenReader {
	position: absolute;
	left: -99999px;
}

#loading {
	display: block;
	margin: 5px auto 0;
}

#respond .checkbox-margin {
	margin: 10px 0;
}

#respond.contactform-margin {
	margin: 0 0 20px;
}

/* Admin comment */

.bypostauthor {

}

.byuser .author-name h2 {

}

.byuser .author-name h2 a {

}

.byuser .author-name h2 a:hover {

}

/* Navigation Styling */

div#sidebar-left.sidebar ul li #nav-bar {
	list-style: none;
	text-align: left;
	border-top: none;
}

div#sidebar-left.sidebar ul li #nav-bar li {
	padding: 4px 0;
	text-align: left;
	border-bottom: 1px dotted #000;
	text-align: right;
}

div#sidebar-left.sidebar ul li #nav-bar li a {
	display: block;
	height: 100%;
	text-align: left;
	font: normal 14px/20px Arial, "Helvetica Neue", Sans-Serif;
}

div#sidebar-left.sidebar ul li #nav-bar li a:hover {

}

/* Fix IE. Hide from IE Mac \*/

* html #nav-bar li {
/*	float: left;*/
	height: 1%;
}

* html #nav-bar li a {
	height: 1%;
}

/* End */

/* Second Row Styling */

div#sidebar-left.sidebar ul li #nav-bar li ul.sub-menu {
	list-style: none;
	padding: 0;
	text-align: left;
	background: none;
}

div#sidebar-left.sidebar ul li #nav-bar li ul li {
	margin-top: 1px;
	text-align: left;
	border-bottom: none;
	border-top: 1px dotted #000;
}

div#sidebar-left.sidebar ul li #nav-bar li ul li a {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
	color: #4cb8ff;
}

div#sidebar-left.sidebar ul li #nav-bar li ul li a:hover,
div#sidebar-left.sidebar ul li #nav-bar li ul li a:active
{
	color: #fff;
}

#nav-bar .current-menu-item a:link,
#nav-bar .current-menu-item a:visited,
#nav-bar .current-menu-item a:hover,
#nav-bar .current-menu-item a:active
{
	color: #fff;
}

/* Magic */

/*#nav-bar ul,
	#nav-bar li:hover ul ul {
	display: none;
}

#nav-bar li:hover ul,
	#nav-bar ul li:hover ul {
	display: block;
}
*/

/* -------------------- FOOTER -------------------- */

.push {
	height: 78px;
}

#footer {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

#footer #footer-left {
	float: left;
	margin-left: 20px;
}

#footer #footer-right {
	float: right;
	margin-right: 20px;
}

#footer ul {
	margin: 20px 0;
	overflow: hidden;
}

#footer ul li {
	float: left;
	margin-left: 20px;
}

/*-------------------- PAGE BORDER -------------------- */

#top, #bottom, #left, #right {
	position: fixed;
	z-index: 1000;
}

#left, #right {
	top: 0;
	bottom: 0;
	width: 20px;
}

#left {
	left: 0;
}

#right {
	right: 0;
}

#top, #bottom {
	left: 0;
	right: 0;
	height: 20px;
}

#top {
	top: 0;
}

#bottom {
	bottom: 0;
}

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

.btn_wrapper
{
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

.button-light:link,
.button-light:visited
{
    background: transparent url(images/bg_btn_a.png) no-repeat scroll top right;
}

.button-light:link span,
.button-light:visited span
{
 	background: transparent url(images/bg_btn_span.png) no-repeat scroll left top;
}

.button-dark:link,
.button-dark:visited
{
    background: transparent url(images/bg_btn_dark_a.png) no-repeat scroll top right;
}

.button-dark:link span,
.button-dark:visited span
{
    background: transparent url(images/bg_btn_dark_span.png) no-repeat scroll top left;
}

.button:link,
.button:visited
{
	display: block;
	float: left;
	line-height: 16px;
    height: 37px;
    padding-right: 7px;
	text-decoration: none;
	color: #eee;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.button:hover,
.button:active
{
    background-position: bottom right;
}

.button:link span,
.button:visited span
{
    line-height: 16px;
    font-size: 12px;
    padding: 10px 10px 11px 13px;
	display: block;
	text-decoration: none;
}

.button:hover span,
.button:active span
{
    background-position: bottom left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	padding: 11px 10px 10px 13px;
}
