/*
Theme Name:     SkyVue Custom Child Theme 001
Theme URI:      http://minimize.com/
Description:    Child theme for the Twenty Twelve theme 
Author:         Colin McStravick
Author URI:     http://minimize.com/
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

/* BEGIN */
#page {
	margin-top: 0;
	background-color: transparent !important;
	border: 0px !important;
}
.edit-link {
	display: none;
}
#primary {
	margin-top: 0 !important;
}
body .site {
    box-shadow: none;
}

/* HEADER */
img.header-image {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
	margin-top: 0;
}
.site-header {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	position: relative;
}
img.header-image {
	position: relative;
	z-index: 9999;
}

/* NAVIGATION */
#site-navigation {
	position: absolute;
	z-index: 9998;
	margin-top: -4.6em;
/* 	padding-left: 18.0em; */
	background: transparent;
	right: 0;
}
.main-navigation li a {
	font-size: 1.3em;
	color: #999;
}
.main-navigation li a:hover, .main-navigation .current_page_item > a {
	font-weight: normal;
	color: #FFF;
}
.main-navigation .current-menu-item > a {
	font-weight: normal;
	color: #FFF;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	border: 0px;
}
.main-navigation .current-menu-ancestor > a {
	font-weight: normal;
	color: #FFF;
}
.main-navigation ul.sub-menu li a {
	background: #2b2b31;
	border-bottom: 0px !important;
}
.main-navigation ul.sub-menu li a:hover {
	background: #4d4f54;
	color: #CCC;
}
.main-navigation ul.sub-menu {
	margin-left: -1em;
}
.main-navigation ul.sub-menu li#menu-item-427 a { /* THIS IS THE FIRST UNDER OVERVIEW */
	margin-top: 16px;
}
/* HEADER SOCIAL MEDIA */
.header-social-media {
	width: 100%;
	text-align: right;
	background: transparent;
	position: absolute;
	margin-top: -3.4em;
}
.header-social-media img.soc-med {
	max-height: 24px;
	margin-left: 0.6em;
}
.header-social-media a {
	opacity: 0.75;
	filter: alpha(opacity=75); /* For IE8 and earlier */
}
.header-social-media a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* HOME PAGE SPECIAL WIDTH FOR BIG SLIDER */
/* 1400 x 553 */
.home #page {
	overflow: visible !important;
}
.home #main {
	position: relative;
}
.home #primary {
	position: absolute;
	width: 1400px !important;
	left: -220px;
	/* z-index: 999; */
}
.home #content {
	width: 1400px;
}
.home #secondary {
	margin-top: 600px;
}
.home {
	overflow-x: hidden;
}
/* HOME PAGE - EVEN BIGGER! - SPECIAL WIDTH FOR BIG SLIDER */
/* 2560 x 553 */
.home #primary {
	width: 2560px !important;
	left: -800px;
}
.home #content {
	width: 2560px;
}
#myGallery a.left, #myGallery a.right {
	width: 100px;
}
#myGallery a.left {
	margin-left: 750px;
}
#myGallery a.right {
	margin-right: 750px;
}


/* HOME */
.home header.entry-header {
	display: none;
	margin: 0;
}
.home .widget-area {
	float: left;
	margin-top: 0;
	width: 100%;
}
.home .front-widgets {
	width: 50%;
	margin-right: 0%;
	float: left;
}
.home .front-widgets h3 {
	font-size: 1em;
}
.home #myGallery {
	border-bottom: 1px solid #4d4d4d;
}
/* HOME - FOLD */
.home-fold {
	float: left;
	width: 48%;
	text-align: center;
	margin: 0 1%;
}
.home-fold .home-fold-title {
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.6em;
	margin: 0.6em 0;
}
.home-fold-text {
	max-width: 169px;
	margin: 0 auto;
	line-height: 140%;
}
.home-fold a img {
	border-radius: 0 !important;
	box-shadow: 0 !important;
	border:5px solid #555;
	max-width: 169px !important;
}
.home-fold a:hover img {
	border:5px solid #999;
}

/* HOME - RECENT POSTS WIDGET */
#recent-posts-2 {
	position: fixed;
	z-index: 9997;
	top: 12em;
	right: 5em;
	background-color:rgba(0, 0, 0, 0.75);
	padding: 1em;
	max-width: 15em;
	text-align: center;
}
#recent-posts-2 h3 {
	margin-top: 0 !important;
	margin-bottom: 0.8em !important;
	color: #FFF;
	font-size: 1.2em;
	font-weight: normal;
}
#recent-posts-2 a {
	color: #999;
}
#recent-posts-2 a:hover {
	color: #FFF;
}
#recent-posts-2 ul li {
	padding-bottom: 1em;
}
/* HOME - HEADER - RECENT POSTS CUSTOM PHP */
#header-recent-posts {
	position: absolute;
	z-index: 9997;
	top: 5em;
	right: 1em;
	background-color:rgba(0, 0, 0, 0.75);
	padding: 1em;
	max-width: 15em;
	text-align: center;
	line-height: 165%;
	font-size: 1.0em;
}
#header-recent-posts h3 {
	margin-top: 0 !important;
	margin-bottom: 0.8em !important;
	color: #FFF;
	font-size: 1.2em;
	font-weight: normal;
}
#header-recent-posts a {
	color: #999;
	text-decoration: none;
	font-size: 0.95em;
}
#header-recent-posts a:hover {
	color: #FFF;
}
#header-recent-posts ul {
	list-style: none;
}
#header-recent-posts ul li {
	display: list-item;
	padding-bottom: 1em;
}


/* GENERAL */
.site-content article {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.entry-content p {
	font-size: 0.9em;
	font-weight: normal;
}
h1.title-other {
	font-weight: normal;
}
h1.title-extra-top {
	padding-top: 1em;
}
a.yellow-link {
	text-decoration: none;
}

/* WIDGETS */
.widget-area .widget a {
	text-decoration: none;
}
.widget-area .widget a:hover {
	color: #CCC;
}


/* ABOUT + DEVELOPMENTS/PORTFOLIO PAGES */
.title-team-person, .title-project {
	font-size: 1.4em;
	padding-right: 0.4em;
	/* font-weight: bold; */
}
.project-break {
	clear: both;
}
/* ABOUT PAGE NEW SLIDER */
.slideshow-baby {
	width: 100%;
	/* height: 416px; */
}
.slideshow-baby img {
	width: 100%;
	height: auto;
}
.page-template-page-templatesfull-width-about-php .site-content {
	width: 100%;
}
.entry-content ul.about-pics-bottom li {
	float: left !important;
	width: 49% !important;
	margin: 0 !important;
}
.entry-content ul.about-pics-bottom li.about-pics-bottom-left {
	margin-right: 1% !important;
}
.entry-content ul.about-pics-bottom li.about-pics-bottom-right {
	margin-left: 1% !important;
}
ul.about-pics-bottom li img {
	/* width: 100%; */
}



/* SECONDARY PAGES */
ul.port-pics {
	list-style: none;
	list-style-type: none;
	width: 100%;
}
.entry-content ul.port-pics li {
	float: left !important;
	width: 49% !important;
	margin: 0 !important;
}
.entry-content ul.port-pics li.port-pics-left {
	margin-right: 1% !important;
}
.entry-content ul.port-pics li.port-pics-right {
	margin-left: 1% !important;
}
ul.port-pic li img {
	width: 100%;
}

.entry-content ul.bulleted-list {
	clear: both;
	/* padding-top: 2em; */
	color: #CCC;
	font-size: 1.2rem;
	max-width: 700px;
	margin-left: auto !important;
	margin-right: auto !important;
	/* margin-bottom: 0 !important; */
}
.entry-content ul.bulleted-list li {
	padding-bottom: 1em !important;
	float: left !important;
	width: 100% !important;
}	
.entry-content ul.bulleted-list-about {
	font-size: 1.1rem;
}
.wrapper-bulleted-list {
	margin-left: 4em;
}
.wrapper-bulleted-list-two {
	margin-left: 2em;
}


img.one-hun-percent {
	width: 100% !important;
}
/* SECONDARY PAGES NEW FORMATTING STARTING 20130328 */
.widget-area #text-4 h3, .widget-area #text-5 h3, .widget-area #text-6 h3, .widget-area #text-7 h3 {
	display: none;
}
.widget-area #text-4, .widget-area #text-5, .widget-area #text-6, .widget-area #text-7 {
	margin-top: 3em;
	color: #CCC;
}
.widget-area #text-4 .textwidget {
	line-height: 160%;
}

.page-template-page-templatespage-secondary-001-php .entry-content {
	position: relative;
}

.slideshow-navigation {
	position: absolute;
	z-index: 9995;
	top: 125px;
	width: 100%;
}
.slideshow-navigation .btn-left a, .slideshow-navigation .btn-right a {
	text-indent: -9999px;
	font-size: 2em;
	padding: 0 0em;
	color: transparent;
	/* display: none; */
}
.slideshow-navigation .btn-left a:hover, .slideshow-navigation .btn-right a:hover {
	text-decoration: none;
}
.slideshow-navigation .btn-left a:hover {
	background-position-x: -30px;
}
.slideshow-navigation .btn-right a:hover {
	background-position-x: -30px;
}
.slideshow-navigation .btn-left a {
	float: left;
	display: block;
	background: #121212 url('../../../images/btn_prev.png') no-repeat;
	position: absolute;
	width: 30px;
	height: 50px;
	margin: 24px auto 0px;
	left: 0px;
	cursor: pointer;
	clear: both;
	z-index: 9;
	overflow: hidden;
}
.slideshow-navigation .btn-right a {
	float: right;
	display: block;
	background: #121212 url('../../../images/btn_next.png') no-repeat;
	position: absolute;
	width: 30px;
	height: 50px;
	margin: 0px auto 0px;
	right: 0px;
	cursor: pointer;
	clear: both;
	z-index: 9;
	overflow: hidden;
}
.slideshow-baby .slideshow-slide {
	width: 100% !important;
	color: #CCC;
}
.slideshow-baby {
	height: 470px !important;
}
.video-outer-wrapper {
	position: relative;
	width: 960px;
	min-height: 600px;
}
.video-inner-wrapper {
	position: relative;
	width: 960px;
	min-height: 600px;
	z-index: 9990;
}

/* WEBCAM PAGE */
.webcam-center {
	width: 100%;
	text-align: center;
}
.webcam-center img {
	background-image:url('../../../images/loading-001.png');
	background-repeat:no-repeat;
}


/* CONTACT PAGE */

.entry-content ul.cont {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.entry-content ul.cont li {
	float: left;
	margin: 0;
	padding: 0;
}
.entry-content ul.cont li p {
	margin-left: 24px;
}
.entry-content ul.cont li.contact-right {
	width: 380px;
	height: 299px;
	margin-left: 2px;
	padding: 12px;
	/* background-color: black; */
	/* color: white; */
	font-size: 0.9em;
}
.entry-content ul.cont li.cont-right {
	padding-top: 0px;
	padding-left: 24px;
	height: 400px;
	line-height: 140%;
	color: #888;
}
.entry-content ul.cont li.cont-right a {
	text-decoration: none;
}
.entry-content ul.cont li.cont-right a:hover {
	text-decoration: underline;
}
.entry-content .direct-titles {
	text-transform: uppercase;
	color: #5E5E5E;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-size: 1.6em;
	/* letter-spacing: 0.12em; */
}
.entry-content ul.cont li.cont-right h3 {
	padding-top: 0;
	margin-top: 0;
	color: white;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0px;
}
.entry-content ul.cont-logo {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry-content ul.cont-logo li {
	float: left;
}
.entry-content ul.cont-logo li.cont-logo-right {
	margin-left: 30px;
}
.cont-larger-map {
	margin-top: -1em !important;
}


/* NEWS CATEGORY */
.entry-meta {
	/* display: none; */
}
footer.entry-meta {
	margin-bottom: 4em;
}
.archive-header {
	border: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0em !important;
}
.archive-header h1 {
	color: transparent;
}
.nav-single {
	display: none;
}
footer.entry-meta {
	margin: 0rem 0 1rem 0;
}
.archive .post {
	/* width: 45% !important; */
	/* margin-right: 5% !important; */
	/* float: left !important; */
}
.archive .excerpt-thumb, .archive .entry-title, .archive .entry-summary {
	/* float: left; */
}
.blog-custom {
	width: 100%;
	position: relative;
}
.blog-custom-thumb {
	
}
.blog-custom-stuff {
	position: absolute;
	top: -1em;
	left: 220px;
}
.single .blog-custom-stuff {
	position: relative;
	top: 1em;
	left: 0;
	width: 100% !important;
}
.blog-custom-footer, .blog-custom-footer a {
	color: #555;
	text-decoration: none;
}
.blog-custom-footer a:hover {
	color: #CCC;
}


/* COLORS */
h1.entry-title, h1.entry-title a, h1.title-other, .title-team-person, .title-project, .home .front-widgets h3 {
	margin-top: 1em;
	color: #CCC;
	text-transform: uppercase;
}
h1.entry-title a:hover {
	color: #FFF;
}
a.yellow-link, a.yellow-link:visited {
	color: #e3b100;
}
a.yellow-link:hover {
	color: #764200;
}
.entry-content p {
	color: #999;
}
.entry-summary p {
	color: #999;
}

/* FOOTER */
#colophon {
	text-align: center;
}
#colophon .site-info, #colophon {
	line-height: 240%;
}
#colophon .site-info, #colophon .site-info a, footer[role="contentinfo"] a {
	color: #444;
	text-decoration: none;
}
#colophon .site-info a {
	color: #666;
}
#colophon .site-info a:hover {
	color: #999;
}
footer[role="contentinfo"] {
	border: 0 !important;
}