/*
Theme Name:     Opus7
Theme URI: https://github.com/cyberchimps/responsive-childtheme/tree/pro-child-theme
Description:    Responsive Child Theme
Author:         o7wp
Template:       responsive
*/

/*------------------------------------------------------------------*/
/* Typography ------------------------------------------------------*/

body {
	font-family: Georgia, 'Minion Web', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Charter BT', 'Times New Roman', serif;
	font-size: 15px;
	line-height: 1.4em;
}

address, blockquote, dl, form, hr, p, pre, table, {
	margin: 1.4em 0;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 500;
}

h1 {
	font-size: 2.00em;
	margin-bottom: .30em;
	margin-top: .30em;
}
h2 {
	font-size: 1.90em;
	margin-bottom: .50em;
	margin-top: .50em;
}
h3 {
	font-size: 1.60em;
	margin-bottom: .60em;
	margin-top: .60em;
}
h4 {
	font-size: 1.30em;
	margin-bottom: .70em;
	margin-top: .70em;
}
h5 {
	font-size: 1.15em;
	margin-bottom: .80em;
	margin-top: .80em;
}
h6 {
	font-size: 1.00em;
	margin-bottom: .90em;
	margin-top: .90em;
}

h2.widgettitle {
	font-size: 1.40em;
}

.widget-title h3,
.widget-title-home h3 {
	font-weight: 500;
}

th {
	font-weight: 700;
}


/*------------------------------------------------------------------*/
/* Layout Elements -------------------------------------------------*/

#container {
	max-width: 1200px;
	padding: 0 2%;
}

#logo {
	max-width: 100%;
}

#wrapper {
	margin-top: 0;
	padding: 0 20px;
}

#content, #widgets {
	margin-top: 20px;
}

#respond {  // e.g. "Leave a Reply" box
	margin-top: 10px;
	padding: 0 10px;
}

#footer-wrapper { .grid.col-940 {.grid.col-540 {
	height=0;
} } }

.grid.col-300.fit.powered {  // remove "... Theme powered by WordPress"
	width: 0;
	display: none;
}


/*------------------------------------------------------------------*/
/* Menu Bar --------------------------------------------------------*/

.menu {
	background-color: #3A64AE !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3A64AE), to(#092662));
	background-image: -webkit-linear-gradient(top, #3A64AE, #092662);
	background-image: -moz-linear-gradient(top, #3A64AE, #092662);
	background-image: -ms-linear-gradient(top, #3A64AE, #092662);
	background-image: -o-linear-gradient(top, #3A64AE, #092662);
	background-image: linear-gradient(top, #3A64AE, #092662);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A64AE, endColorstr=#092662);
}

.menu a {
	height: 2.5em;
	line-height: 2.5em;
}

ul.menu > li:hover {
	background-color: #5B79B5;
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #051A4F;
}




/*------------------------------------------------------------------*/
/* Responsive Grid -------------------------------------------------*/

.col-620 {
	width: 68.957446808511%;
}

.col-300 {
	width: 28.914893617021%;
}

@media screen and (max-width: 980px) {

	#wrapper {
		padding: 0 2%;
	}

}

@media screen and (max-width: 650px) {

	body {
		font-size: 13px;
	}

	#container {
		padding: 0;
	}

	#wrapper {
		padding: 0 2.5%;
	}

}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 240px) {
}