vi/*  
Theme Name: About Outside
Version: 1.0
Author: DVSdesign
Author URI: http://www.dvsdesign.nl
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	font: .81em/150% "Lato", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:13px;
	line-height:1.5;
	background:#b2beb4;
	font-weight: 400;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color:#fff;
}

img, fieldset {
	border: 0;
}

hr { 
	height:1px;
	border:none;
	background:#ccc;
}

p {
	margin: 1.2em 0 1.2em 0;
	padding: 0;
}
#body { margin:0; padding:0; }

.buttonlink { 
	display:inline-block; 
	font-family: "Indie Flower", Trebuchet MS, Arial, Helvetica;
	width:101px;
	height:32px;
	padding:4px 12px;
	text-align:center;
	line-height:32px;
	color:#575656;
	text-decoration:none; 
	background:url("images/buttonback.png") top center no-repeat;
}

.buttonlink:hover { 
	color:#b2beb4;
	text-decoration:none; 
}

.buttonlinkwhite { 
	display:inline-block; 
	font-family: "Indie Flower", Trebuchet MS, Arial, Helvetica;
	width:101px;
	height:32px;
	padding:4px 12px;
	text-align:center;
	line-height:32px;
	color:#fff;
	margin:5px 0 30px 0;
	text-decoration:none; 
	background:url("images/buttonback-white.png") top center no-repeat;
}

.buttonlinkwhite:hover { 
	color:#b2beb4;
	text-decoration:none; 
}


/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	border:2px solid #b2beb4;
	margin:2px;
	-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}


/* LIST
================================================ */
ul, ol {
	margin: 0 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

ul.blanklist, ul.blanklist li {
	list-style:none;
	padding:0;
	margin:0;
	border:none;
}

ul.projectlist, ul.projectlist li {
	list-style:none;
	padding:0;
	margin:0;
	border:none;
}

ul.projectlist li {
	margin-top:25px;
	width:810px;
	height:250px;
	background:url("images/listline.png") top center no-repeat;
}


/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	font-weight:700;
	color: #fff;
	font-family: "Indie Flower", Trebuchet MS, Arial, Helvetica;
}
h1 {
	font-size: 34px;
	margin-bottom:25px;
	color:#fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
	color:#fff;
	margin-bottom:10px;
	font-weight:700;
}
h4 {
	font-size: 18px; margin:0; padding:0;
	font-weight:700;
}
h5 {
	font-size: 15px; margin:0; padding:0;
	font-weight:700;
}
h6 {
	font-size: 12px;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
	font-weight:normal;
	margin:0;
	padding:0;
}
input[type=text], input[type=email], input[type=password], textarea, input[type=search] {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 3px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	margin:0;
}
input[type=text], input[type=email], input[type=search] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 70%;
	height:100px;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus, input[type=email]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	display:inline-block; 
	font-family: "Indie Flower", Trebuchet MS, Arial, Helvetica;
	width:130px;
	height:40px;
	padding:4px 12px;
	text-align:center;
	line-height:32px;
	color:#fff;
	margin:5px 0 0 0;
	border:none;
	border:0;
	text-decoration:none; 
	background:url("images/buttonback-white.png") top center no-repeat;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	color:#b2beb4;
	text-decoration:none;
	cursor:pointer;
}

form p { 
	margin:0; 
	padding:3px 0; 
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

div#pagewrap {
	width:980px;
	margin:30px auto;
	padding:20px 0;
	background:#5a5b59;
}
div#innerwrap {
	width:940px;
	margin:0 auto;
	padding:0;
	height:100%;
	border:4px solid #b2beb4;
}

/* main page width */
.pagewidth {
	width: 940px;
	margin: 0 auto;
}

/* content */
#content {
	float: left;
	width:820px;
	padding-bottom:25px;
	margin:0 0 0 60px;
}

#contentline {
	float: left;
	padding:60px 60px 60px 60px;
	width:700px;
	height:500px;
	background:url("images/contentlineback.png") top center no-repeat;
	margin:0 0 0 60px;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	height: 300px; 
	width:940px;
}

div.logowrap {
	width:940px;
	height:170px;
	margin:10px 0 0 0;
	background:url("images/logo-back.jpg") top center;
}


/* 
MAIN NAVIGATION
================================================ */

#main-nav {
	margin:0;
	width:92%;
	padding:25px 0 0 6%;
	font-family: "Indie Flower", Trebuchet MS, Arial, Helvetica;
}
#main-nav li {
	margin: 0 5px;
	width:140px;
	height:120px;
	list-style: none;
	float: left;
	position: relative;
	background:none;
}

/* main level link */
#main-nav a {
	width:140px;
	height:84px;
	line-height:105px;
	text-align:center;
	display: block;
	text-decoration: none;
	color:#fff;
	font-size:18px;
}
/* main level link :hover */
#main-nav a:hover {
	background:url("images/bird.png") top center no-repeat;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background:url("images/bird.png") top center no-repeat;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	background:url("images/bird.png") top center no-repeat;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #fff;
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	display: block;
	width: 180px;
	background:url("images/submenu_back.jpg") repeat-y;
	border: none;
	border-bottom:1px #666 solid;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	color: #333;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background:url("images/submenu_back.jpg") repeat-y;
	z-index: 100;
	display: none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 200px;
	top: -5px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
OVERVIEWS
*************************************************************************************/
div.imageback {
	width:340px;
	height:200px;
	padding:20px 0;
	margin:0 0 0 25px;
	display:block;
	overflow:hidden;
}

div.textback {
	width:400px;
	height:200px;
	padding:20px 0;
	margin:0 35px 0 0;
	color:#fff;
	display:block;
}

div.imagebackprod {
	width:200px;
	height:200px;
	padding:10px;
	margin:5px;
	display:block;
	overflow:hidden;
	background:url("images/productback.png") top center no-repeat;
}

div.imagebackprod img {
	margin-top:-2px;
}

ul.prodlist {
	list-style:none;
	margin:0;
	padding:0;
}

ul.prodlist li {
	list-style-type:none;
	margin:10px;
	float:left;
}


/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 15px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 26px;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

.post-date { 
	color:#999;
	font-size:11px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #b2beb4;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #cdd5ce;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 5px;
	padding: 15px 0;
	clear: both;
	font-weight:bold;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #b2beb4;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #cdd5ce;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin:0 10px 30px;
	word-wrap: break-word;
	background:#f1eae3;
	padding-bottom:10px;
	width:200px;
	
}
.widgettitle {
	background:url("images/sidebarback.png") left top no-repeat #f4f4f4;
	padding-left:60px;
	height:65px;
	line-height:72px;
	color:#333;
	margin:0;
	font-size:20px;
	font-family: 'Condiment';
}
.widget_recent_entries { 
	
}

.widget ul {
	margin: 0;
	padding: 0 10px;
}
.widget li {
	margin: 0 10px;
	list-style: none;
	padding:2px 10px;
	clear: both;
	border-bottom: solid 1px #ccc;
}

.widget li:last-child {
	border-bottom: none;
}

.widget li a {
	font-weight:bold;
}

.widget li span {  
	float:left;
	width:100%;
	color:#999;
	font-size:11px;
}

.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}
	

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	width:960px;
	clear: both;
	height:0;
	
}

.footerback {
	margin:0 auto;
	padding:0 15px 25px 15px;
	margin-bottom:15px;
	background:#f4f4f4;
	-moz-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; border-radius:0 0 3px 3px; border:1px solid #ccc; border-top:none; border-top:0;
}

.footerleft {
	width:40%;
	padding-left:2%;
	float:left;
	height:50px;
}

.footerright {
	width:40%;
	text-align:right;
	padding-right:2%;
	float:right;
	height:50px;
}

.footerblock {
	width:24%;
	float:left;
}

#topmarge {
	margin-top:55px;
}

/* back to top */
.back-top {
	clear: both;
	float: left;
	margin-top: -3px;
}
.back-top a {
	background: #b2beb4 url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.back-top a:hover {
	background-color: #cdd5ce;
}

/* footer nav */
.footer-nav {
	margin: 7px 0 10px;
	padding: 0;
	text-align: left;
}
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* footer text */
.footer-text {
	font-size: 90%;
	clear: both;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }