/*
Theme Name: JQ Photography
Theme URI: 
Author: CQ Graphics
Description: Child Theme of Responsive
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column
template: responsive
*/

@import url('../responsive/style.css');


#container {
	background:#FFF;
	border-radius: 10px;
	-moz-box-shadow:    0px 5px 6px #333333;
	-webkit-box-shadow: 0px 5px 6px #333333;
	box-shadow: 0px 5px 6px #333333;
	border-top: 10px solid #474747;
	padding: 0 30px;
}

#wrapper {
	padding: 10px 20px 20px;
}

#logo {
	float: right;
}



/* style the type */


h1, h1 a {
	font-size: 16px;
	font-weight: 400;	
}

a {
	color: #7e96bc;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

p {  
    word-wrap: none;
}

/* style the menu */

.menu a {
	height: 22px;
	line-height: 20px;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: .1em;
	text-shadow: none;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	color: #9dafcb;
}

/* hide the title on the home page */
	
#post-5 .post-title {
	display: none;
}


/*put a light double border at the bottom of each post*/

.hentry {
	border-bottom: 4px double rgb(237, 237, 237);
	margin-bottom: 20px;
}



/* indent post paragraphs */

.post-entry p {
	margin-left: 50px;
}

/* adjust margin of main content */

#content-full {
    margin-top: 0px;
}


/* center galleryview gallery (when using)*/

.gv_galleryWrap {
	margin-left: -5px;
}


/* apply opacity to the buttons */

.DOP_NextGENThumbnailGallery_NavigationPlay img , .DOP_NextGENThumbnailGallery_NavigationPause img, .DOP_NextGENThumbnailGallery_NavigationLeft img, .DOP_NextGENThumbnailGallery_NavigationRight img {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.DOP_NextGENThumbnailGallery_CaptionTitle{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal !important ;
letter-spacing: .1em ;
}




/* hide "powered by", style copyright */

#footer, #footer a {
	color: #FFF;
}

#footer a:hover {
    color: #9dafcb;
}

.copyright {
	float: right;
	text-align: right;
}

.powered {
	display: none;
}

.scroll-top {
    display: none;
}

/* style the tiny menu */

.sb-options {
	z-index: 300;
}

@media screen and (max-width: 650px) {

#logo {
	margin-top: 10px; 
}

}



