/*
Theme Name:     Brechtos Portfolio+ Customizations
Description:    A child theme for Portfolio+ so customizations won't be deleted when the parent theme is upgraded.
Author:         Brecht Lecluyse
Template:       portfolio-plus
*/

@import url("../portfolio-plus/style.css");

/* Any stylesheet overrides should go below this line */

/*Customization: 	Brecht Lecluyse*/

/* Typographic Elements */
#content .entry-title {
	font-size:48px;	
}

#content h1, #content h2, #content h3 {
	padding-bottom: 0px;
	padding-top: 0.5em;
	margin-bottom: 0px;
}
#content h4, #content h5, #content h6 {
	padding-bottom:15px;
}
#content p {
	margin:0 0 15px 0;
}
#content blockquote {
	color: #444;
}
#content blockquote p {
	font-style:italic;
}
.entry-content blockquote {
	font-style: italic;
	padding: 10px 35px 0;
	background: url('images/quote.png') no-repeat 0 0;
}
.entry-content blockquote, .entry-content blockquote p {
	font-size:16px;
}


/* Structure */

#main 
{
	padding: 0px 0 0px 0;
	/*padding:20px 0 0px 0;*/
}

.col-width {
	max-width: 980px;
	margin: 0 auto;
	/*padding:0 20px;*/
}

/*main body background*/

body {
	
	background: #0f0f0f;

}

.col-width-body{
	max-width: 980px;
	margin: 0 auto;
	/*padding: 20px 0px 5px 0px;*/
	padding: 5px 20px 5px 20px;
	background: #151515;
}

.col-width-body:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media (max-width: 1020px) {
	.col-width-body {
		/*padding: 0 20px;*/
		padding: 5px 20px 5px 20px;
	}
}

/* Content */

.entry-title a:hover {
	/*color: #000;
	text-decoration: none;*/
	border-radius: 2px;
	color: #fff;
	background: rgba(255, 255, 255, 0.25);
	transition: 0.07s ease-in;
}

#content {
	/*padding: 0 0 4% 0;*/
	margin: 0 auto;
	/*padding: 20px 20px 5px 20px;*/
	padding: 0 0 0 0;
	float:left;
	position:relative;
	/*width:70%;*/
	/*background: #252525;*/
}

/* Comments
--------------------------------------------------------------*/
div#comments {
    /* background: #333; */
    /* padding: 10px; */
}

.comment-list {
	margin: 0;
    list-style: none;
    background: #222;
    padding: 10px 10px;
}

.comment.thread-even, 
.pingback.thread-even {
    border-bottom: 1px solid rgba(222,222,222,0.25);
    background: #333;
}

.comment.thread-odd, 
.pingback.thread-odd {
    border-bottom: 1px solid rgba(222,222,222,0.25);
    background: rgba(51, 51, 51, 0.37);
}

#respond {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 10px 0px 10px;
    background: #222222;
}

#respond p {
    margin-bottom: 0px;
}

/* Easy rorator fix*/
.dwuserEasyRotator img {
 background: transparent !important;
 }
 
 /*responsive video embed */
 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}