/*
 Theme Name:     Twenty Twelve Sixu
 Theme URI:      http://www.sixu.com
 Description:    Site layout and styles by Sixu LLC based on the Twenty Twelve Theme
 Author:         Sixu LLC
 Author URI:     http://example.com
 Template:       twentytwelve
 Version:        1.0.0
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Default Style Changes */
img {
	border-radius:0;
	box-shadow:0 0px 0px rgba(0, 0, 0, 0)!important;
	}
body .site {
	margin-top: 0px;
	background: url("images/bg_mainsite.jpg") no-repeat scroll left top #ffffff;
	}
.site-header {
	padding-top: 0;
	padding-bottom:0;
	}
img.header-image {
	border-radius:0;
	box-shadow:0 0px 0px rgba(0, 0, 0, 0);
	padding-left:30px;
	}
.site-content article {
	border-bottom-color: #002752;
	}
/* Navigation */
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-top: 1px solid #002752;
    border-bottom: 1px solid #002752;
    /*border-left: 1px solid #002752;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;*/
    text-align: center;
	background-color: #ffffff;
	}
.main-navigation li a {
    color: #002752;
	}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #002752;
	}
.main-navigation li {
	margin-right:2rem;
	}
.main-navigation li ul li a {
	text-align: left;
	}
div.meteor-slides {
	margin-bottom: 1.2rem;
	z-index:0;
	}
footer[role="contentinfo"] {
	border-top-color: #002752;
	}
footer div.site-info {
	text-align:center;
	}
.widget-area .widget {
	margin-bottom: 10px;
	}
/* Increase theme width to 1000px */
@media screen and (min-width: 960px) {
    .site {
        max-width: 1000px;
        max-width: 71.4285rem;
    }
	.ie .site { max-width: 1000px;
	}
	footer[role="contentinfo"] {
    max-width: 1000px;
    max-width: 71.4285rem;
	}
}

/* Left Sidebar */
@media screen and (min-width: 600px) {
    .three-column-layout .site-content {
        width: 75%!important;
        margin-left: 25%;
		border-width: 0 1px;
    }
    .three-column-layout .widget-area {
        position: relative;
        width: 20%;
		padding:10px;
		border: 1px solid #002752;
		border-radius: 15px;
	}
    .three-column-layout .widget-area .widget {
		border-bottom: 1px dashed #002752;
		padding-bottom: 15px;
    }
    .three-column-layout #extra-sidebar {
        float: left;
        margin-left: -100%;
        width: 20%;
		padding:10px;
		border: 1px solid #002752;
		border-radius: 15px;
		background-color: #ffffff;
    }
/* One Column Layout
    html body.one-column-layout div#page.hfeed div#main.wrapper div#primary.site-content {
        width: 75%;
    }
	.one-column-layout .widget-area {
        position: relative;
        width: 20%;
		border: 0;
		margin-top:0;
    }
	.template-front-page .widget-area {
		width: 20%;
		float: right;
		clear: none;
		padding:10px;
		border: 1px solid #002752;
		border-radius: 15px;
	}
	.template-front-page .widget-area .widget {
		border-bottom: 1px dashed #002752;
		padding-bottom: 15px;
		width: 100%!important;
	} */
/* One Column Layout */
    html body.no-column-layout div#page.hfeed div#main.wrapper div#primary.site-content {
    width: 100%;
    }
	#extra-sidebar .widget.events h3, 
	#extra-sidebar .widget.events p, 
	#extra-sidebar .widget.events a {
	color:#800000;
	}
 
}

/*
 * IE8 and IE7 - Left and Right Sidebars 
 *
.ie .main-navigation ul.nav-menu, .ie .main-navigation div.nav-menu > ul {
    border-top: 1px solid #002752;
    border-bottom: 1px solid #002752;
    /*border-left: 1px solid #002752;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;*/ /*added to comment out IE styles*
    text-align: center;
	background-color: #ffffff;
	position:relative;
	z-index: 1000;
	}
.ie .main-navigation li {
	margin-right:20px;
	}
.ie .main-navigation li ul li a {
	text-align: left;
	z-index:1000;
	}
.ie div.meteor-slides {
	margin-bottom: 1.2rem;
	z-index:0;
	}
.ie  .three-column-layout .site-content {
    width: 70%!important;
    margin-left: 30%;
	float:right;
	z-index:0;
	}
.ie .three-column-layout .widget-area {
    width: 20%;
    position: relative;
	z-index:0;
	}
.ie .three-column-layout #extra-sidebar {
    float: left;
    /*margin-left: -100%;*/  /*added to comment out IE styles
    width: 25%;
	padding:10px;
	border: 1px solid #002752;
	border-radius: 15px;
	background-color: #ffffff;
	clear:both;
	z-index:0;
	}
.ie #extra-sidebar .widget.events h3, 
.ie #extra-sidebar .widget.events p, 
.ie #extra-sidebar .widget.events a {
	color:#800000;
	} Added to comment our IE Styles */
/*footer[role="contentinfo"] {
	clear:both;
	}*/
/*
 * Event Espresso IE Fix
 */
.payment-option-dv {
position: inherit !important;
}
/* Layout Demmo 
html body div#page.hfeed header#masthead.site-header {
	background-color:orange;
	}
html body div#page.hfeed div#main.wrapper div#primary.site-content div#content {
	background-color: yellow;
	}
html body div#page.hfeed div#main.wrapper div#secondary.widget-area {
	background-color: brown;
	}
html body div#page.hfeed div#main.wrapper div#extra-sidebar.widget-area {
	background-color: blue;
	}
html body div#page.hfeed footer#colophon {
	background-color:green;
	}*/