html {
	background-color: #99cccc;
}

a {
	color: #669933;
}

ul.nav {
	list-style: none;
}

ul.nav, ul.nav li {
	margin: 0;
	padding: 0;
}

ul.nav li {
	float: left;
}

.clear {
	clear: both;
}

#framework {
	width: 1024px;
	margin: 10px auto;
	background-color: #fff;
}

.header {
	position: relative;
	background-color: #fff;
	display: block;
	height: 85px;
	background-image: url(gnbc-logo.jpg);
	background-repeat: no-repeat;	/*margin: 10px 0 0 0;*/
}

.header .social {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
}

.header .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	width: 500px;
	height: 100%;
}

.header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .logo h1 {
	margin: 0;
	padding: 0;
}

.footer {
	font-size: 70%;
	text-align: center;
	background-color: #fff;
	padding: 40px 0 10px 0;
	font-family: arial;
	margin-bottom: 20px;
	color: #333;
}

.main {
	background-image: url(background-about.jpg);
	background-position: 0 -113px;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 220px;
	color: #333;
	font-family: arial;
	font-size: 3;
}

.main.about {
	background-image: url(background-about.jpg);
}

.main.directory {
	background-image: url(background-directory.jpg);
}

.main.community {
	background-image: url(background-resources.jpg);
}

.main.contact {
	background-image: url(backgrounds-contact-new.jpg);
}

.main.membership {
	background-image: url(background%08-membership.jpg);
}

.main.successes {
	background-image: url(background-successes.jpg);
}

.main.eventsCircle {
	background-image: url(background-events.jpg);
}

.main.forum {
	background-image: url(background%1d%08%1d%1d%08-forum.jpg);
}

.main.login {
	background-image: url(background-login.jpg);
}

.main.eventsCommunity {
	background-image: url(background-events-community.jpg);
}

.main.index {
	background-image: url(background-home.jpg);
}

.events {
	float: left;
	width: 230px;
	padding: 20px 10px;
}

.content {
	float: left;
	width: 640px;
	padding: 0 47px;
}

.content.home {
	width: 774px;
	padding: 0;
	font-size: 80%;
}

.content.home p {
	padding: 0 8px;
	text-align: left;
}

.content.home {
	text-align: center;
}

.content h1 {
	font-size: 155%;
	color: #336699;
}

.content h2 {
	color: #336699;
}

.content h3 {
	color: #336699;
}

.main.community h3 {
	margin-bottom: 0;
}

.columns.three {
	width: 774px;
}

.columns.three .column {
	width: 250px;
	margin: 0 0 0 8px;
}

.columns {
	width: 640px;
}

.column {
	float: left;
	width: 320px;
}

.navigation {
	background-image: url(nav-bg.png);
	height: 26px;
}

.navigation ul li a {
	display: block;
	height: 26px;
	text-indent: -9999px;
}

.navHome a {
	width: 53px;
	background-image: url(nav-home.jpg);
}

.navHome a:hover {
	background-image: url(nav-home-roll.jpg);
}

.navAbout a {
	width: 90px;
	background-image: url(nav-about.jpg);
}

.navAbout a:hover {
	background-image: url(nav-about-roll.jpg);
}

.navJoin a {
	width: 40px;
	background-image: url(nav-join.jpg);
}

.navJoin a:hover {
	background-image: url(nav-join-roll.jpg);
}

.navDirectory a {
	width: 80px;
	background-image: url(nav-directory.jpg);
}

.navDirectory a:hover {
	background-image: url(nav-directory-roll.jpg);
}

.navSuccesses a {
	width: 83px;
	background-image: url(nav-successes.jpg);
}

.navSuccesses a:hover {
	background-image: url(nav-successes-roll.jpg);
}

.navEvents a {
	width: 118px;
	background-image: url(nav-bizevents.jpg);
}

.navEvents a:hover {
	background-image: url(nav-bizevents-roll.jpg);
}

.navEventsCommunity a {
	width: 132px;
	background-image: url(nav-comevents.jpg);
}

.navEventsCommunity a:hover {
	background-image: url(nav-comevents-roll.jpg);
}

.navResources a {
	width: 86px;
	background-image: url(nav-resources.jpg);
}

.navResources a:hover {
	background-image: url(nav-resources-roll.jpg);
}

.navForum a {
	width: 113px;
	background-image: url(nav-forum.jpg);
}

.navForum a:hover {
	background-image: url(nav-forum-roll.jpg);
}

.navContact a {
	width: 86px;
	background-image: url(nav-contact.jpg);
}

.navContact a:hover {
	background-image: url(nav-contact-roll.jpg);
}

.navLogin a {
	width: 50px;
	background-image: url(nav-login.jpg);
}

.navLogin a:hover {
	background-image: url(nav-login-roll.jpg);
}

.navLogout a {
	width: 62px;
	background-image: url(nav-logout.jpg);
}

.navLogout a:hover {
	background-image: url(nav-logout-roll.jpg);
}

form div {
	clear: both;
	margin-bottom: 15px;
}

form span {
	display: block;
	clear: both;
}

form div b {
	display: block;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 4px;
	color: #336699;
}

form div b em {
	color: red;
}

form div label {
	display: block;
	float: left;
}

form div label b {
	font-weight: normal;
	font-size: 70%;
	color: #000;
}

form div label em {
	font-weight: normal;
	font-style: normal;
	font-size: 70%;
}

form div.half label {
	margin-right: 20px;
}

form div.half label input, form div.half label input[type="text"] {
	width: 200px;
}

form div.third label {
	margin-right: 10px;
}

form div.third label input, form div.third label input[type="text"] {
	width: 130px;
}

form div label input, form div label textarea, form div label input[type="text"], form div label input[type="password"] {
	width: 420px;
	padding: 2px;
	border: 1px solid gray;
	margin-bottom: 1px;
}

form div label textarea {
	height: 75px;
}

form div label input.file {
	border: none;
}

form div label input.submit, form div label input.submit[type="submit"] {
	width: auto;
}

input[type="submit"]:hover {
	cursor: pointer;
}

ul.error {
	color: red;
	font-weight: bold;
}

ul.error li {
	list-style: disc outside none;
}

.fc-header-left, .fc-header-center, .fc-header-right {
	border: none;
}

/* Responsive queries */
#framework {
	max-width: 100%;
}

.logo2 {
	display: none;
}

@media screen and (max-width:1025px) {
	.events {

		/*display: none;*/
		padding-left: 0px;
		padding-right: 0px;
	}

	.content {

		/*float: inherit;
		margin: 0 auto;
		padding: 0 20px;
		width: -webkit-calc(100% - 40px);
			    width: -moz-calc(100% - 40px);
			    width: calc(100% - 40px);*/
		padding: 0 10px;
	}

	.main.index .events {
		display: none;
	}

	.content.home, .columns.three {
		max-width: 100%;
	}

	.columns.three {
		text-align: center;
	}

	.column {
		float: inherit;
		display: inline-block;
	}

	.content.home, .columns.three {
		width: 100%;
	}

}

@media screen and (max-width:900px) {
	.events {
		display: none;
	}

	.content {
		float: inherit;
		margin: 0 auto;
		padding: 0 20px;
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
	}

	.content iframe {
		max-width: 100%;
	}

	.content textarea, .content input {
		max-width: 50%;
	}

	form div label input.submit, form div label input.submit[type="submit"] {
		width: 150px !important;
	}

	.footer-copy {
		max-width: 90%;
		margin-left: 5%;
	}

}

@media screen and (max-width:650px) {
	.header {
		background: none;
		height: 50px;
	}

	.logo {
		display: none;
	}

	.logo2 {
		display: block;
		width: 250px;
	}

	.logo2 img {
		max-width: 100%;
	}

	.user-info {
		top: 5px !important;
	}

	.addthis_toolbox.addthis_default_style {
		margin-top: -15px;
	}

}

@media screen and (max-width:410px) {
	.addthis_toolbox.addthis_default_style {
	}

	.logo2 {
		width: 200px;
	}

	.logo2 img {
		margin-top: 5px;
	}

}

@media screen and (max-width:360px) {
	.logo2 {
		width: 150px;
	}

	.logo2 img {
		margin-top: 10px;
	}

}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(nav-bg.png);
	display: none;
}

/* Float the list items side by side */
ul.topnav li {
	float: left;
}

/* Style the links inside the list items */
ul.topnav li a {
	display: inline-block;
	color: #f2f2f2;
	text-align: center;
	padding: 4px 16px 0px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 15px;
	font-family: arial, sans-serif;
}

ul.topnav li.icon a {
	padding: 2px 16px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {
	background-color: #376C8C;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {
	display: none;
}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {

	/*ul.topnav li:not(:first-child) {display: none;}*/
	ul.topnav li {
		display: none;
	}

	ul.topnav li.icon {
		float: right;
		display: inline-block;
	}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
	ul.topnav.responsive {
		position: relative;
	}

	ul.topnav.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	ul.topnav.responsive li {
		float: none;
		display: inline;
	}

	ul.topnav.responsive li a {
		display: block;
		text-align: left;
	}

	ul.nav {
		display: none;
	}

	ul.topnav {
		display: block;
	}

	.navigation ul li a {
		text-indent: inherit;
		height: 22px;
	}

}