@charset "utf-8";
/* CSS Document */

/*
 Theme Name:   Twenty Fourteen Child - Broadcast Connexions 
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */
/*TEXT STYLES*/

h1
	{
	color: #90B0C9;	
	font-weight: 300;
	}

h2
	{
	color: #00456B;
	font-weight: 300;	
	}


/*LINKS*/

a:link
	{
	color: #90B0C9;	
	text-decoration: none;
	}
a:hover
	{
	
	color: #00456B;	
	}
a:visited
	{
		
	}
a:active
	{
	color: #90B0C9;	
	}
	
/*LAYOUT*/



#masthead
	{
	display: none;	
	}

#main
	{
	margin: 0px;
	}


	
.site
	{
	max-width: 100%;
	height: auto;
	}
	

	
#site-header {

	height: 292px;
	width: 100%;
	background: url(http://broadcastconnexions.com/wp/wp-content/uploads/2014/02/logo.png) no-repeat bottom right;
	}

#site-header img
	{
	display: none;
	float: right;
	margin: 9px 0 0 0;
	}
	
	


#content
	{
	max-width: 1200px;
	margin: 0 auto;	
	margin-bottom: 70px;
	padding: 20px;
	border-radius:20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	background: #fff;
	opacity: 0.7;
	}
	
#primary
	{
	padding: 0px;	
	}
	
.site-content
	{
	max-width: 1200px;
	margin: 0 auto;	
	padding: 20px;
	border-radius:20px;
	}
	
.entry-header
	{
	padding-top: 20px !IMPORTANT;
	}


.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content 
	{
    margin: 0 auto;
    max-width: 1200px;
	}
	
#page
	{
	background: url(images/background.jpg) no-repeat center top;
	}
	
#main .site-main
	{
	border: none;	

	}



	
.site-title
	{
	float: right;

	}
	
.clear
	{
	clear: both;	
	}
	
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
    margin-right: 0px;
}
	
	
	
.site:before {
    display: none;
}

#footer-sidebar
{
    display: none;
}

	
/*MAIN NAVIGATION*/

.menu-top-level-container
	{
	max-width: 1070px;
	margin: 0 auto;

	}
	
#menu-top-level
	{
	margin: 0px 0 5px 0;
	}

	


.nav-menu li
	{
	background: #00456B;
	border: #00456B 5px solid;
	display: inline-block;
	width: 190px;
	height:90px;
	margin: 5px 5px 5px 5px;
	border-radius:20px;
	list-style: none;
	font-size: 35px;
	text-align: center;
	z-index: 2;
	}
	
.nav-menu li a:link
	{
	background: #00456B;
	display: block;
	width: 190px;
	height: 90px;
	text-size: 40px;
	border-radius:12px;	
	color: #fff;
	}
	
.nav-menu li a:hover
	{
	background: #90B0C9;
	display: block;
	width: 190px;
	height: 90px;
	text-size: 40px;
	border-radius:12px;
	color: #fff;
	}
	
.nav-menu li a:active
	{
	background: #00456B;
	display: block;
	width: 190px;
	height: 90px;
	text-size: 40px;
	border-radius:12px;
	color: #fff;
	}
	
.nav-menu li a:visited
	{
	
	display: block;
	width: 190px;
	height: 90px;
	text-size: 40px;
	border-radius:12px;
	color: #fff;
	}
	

	
/*SECONDARY MENU*/



#submenu
	{
	
	}

#submenuul
	{
	
	}
	
#submenu li
	{
	border: #90B0C9 5px solid;
	display: inline-block;
	height:50px;
	margin: 0 10px 10px 0;
	border-radius:20px;
	list-style: none;
	font-size: 24px;
	text-align: center;
	}
	
#submenu li a:link
	{
	background: #90B0C9;
	display: block;
	padding: 0 5px;
	height: 50px;
	text-size: 24px;
	border-radius:12px;	
	color: #fff;
	}
	
#submenu li a:hover
	{
	background: #00456B;
	display: block;
	padding: 0 5px;
	height: 50px;
	text-size: 24px;
	border-radius:12px;
	color: #fff;
	}
	
#submenu li a:active
	{
	background: #90B0C9;
	display: block;
	padding: 0 5px;
	height: 50px;
	text-size: 24px;
	border-radius:12px;
	color: #fff;
	}
	
#submenu li a:visited
	{
	display: block;
	padding: 0 5px;
	height: 50px;
	text-size: 24px;
	border-radius:12px;
	color: #fff;
	}

/*FOOTER LINKS*/
.site-info
	{
	color: #90B0C9;		
	}

.site-info a:link
	{
	color: #FFF;	
	}
.site-info a:hover
	{
	color: #90B0C9;	
	}
.site-info a:visited
	{
		
	}
.site-info a:active
	{
	color: #FFF;	
	}