/* CSS Main Stylings for AkiboyeConollyArch Website */
/*copyright 2011*/

/*Base Overrides*/

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background: #FFFFFF;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
textarea,
th,
td,
ul,
li,
img {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
	font-family: "Helvetica Neue", Helvetica Neue, Verdana, Arial, sans-serif;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-family: "Segoe UI", Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	text-align: left;
}

a {
	color: #6685aa;
	border: none;
	outline: none;
}

p {
	margin: 1em 0;
}


#page_wrapper {
	min-width: 1000px;
	height: 94%;
	min-height: 700px;
}

.unselectable,
img {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/*---------------Modal Overlay and Message system------------------*/

.modal_underlay {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 199;
	background: #000000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: pointer;
}

#noJavascript {
	/*Message to display when the user has Javascript disabled*/
	position: relative;
	padding: 12px;
	background-color: #DEDEDE;
	background: -webkit-linear-gradient(rgba(234, 238, 243, 0.2), #EAEEF3), -webkit-linear-gradient(bottom, #EAEEF3, #EAEEF3 97%, #D3D7DB);
	border-bottom: solid 1px #DEDEDE;
	font-size: 20px;
	text-align: center;
	z-index: 210;
}

/*----------------Left Sidebar--------------*/
#sidebar {
	display: inline-block;
	/* *display: inline; */
	zoom: 1;
	vertical-align: top;
	max-width: 400px;
	width: 30%;
	height: 100%;
}

.logo {
	margin: 20px 0px 35px 30px;
}

#logo img {
	width: 290px;
}

.logo a,
.logo a:hover {
	font-weight: 100;
	font-size: 2.5rem;
	color: #6c5f5f;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica Neue, Verdana, Arial, sans-serif;
	user-select: none;
}

#navigation {
	margin-left: 40px;
	margin-bottom: 50px;
	list-style: none;

}

#navigation a,
h1 {
	text-decoration: none;
	color: #AAA;
	font-weight: 200;
	font-family: "Helvetica Neue", Helvetica Neue, Verdana, Arial, sans-serif;

	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

#navigation a:hover {
	text-decoration: none;
	color: #474747;
	font-weight: 200;
	font-family: "Helvetica Neue", Helvetica Neue, Verdana, Arial, sans-serif;

	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

#navigation li {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

#navigation li.selected a {
	text-decoration: underline;
	color: #474747;
}

#navigation h1 {
	font-size: 1.5rem;
	font-weight: lighter;
}

/*
a:hover:after
{
    content: attr(title);
    color: #000;
    display: block;
    position: absolute;
    text-align: center;
}
*/

#categories {}

#categories li {
	list-style: none;
	padding: 8px;
	margin: 5px 0px;
	padding-left: 37px;
	margin-left: 3px;
	cursor: pointer;

	background-image: url('../img/categoryIndicator.png');
	background-repeat: no-repeat;
	background-position: -70px 0px;

	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

#categories li:hover {
	text-decoration: underline;
}

#categories li.selected {
	background-image: url('../img/categoryIndicator.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;


	background-color: #fff;
	text-decoration: underline;
}


/*----------------Content section--------------*/
#contentSection {
	display: inline-block;
	/* *display: inline; */
	zoom: 1;
	vertical-align: top;
	width: 69%;
}


/*----------------About and Contact Section---------------*/
#aboutOverlayDisplay {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 700px;
}

#whiteUnderlay {
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 199;

	background: #FFFFFF;
	opacity: 0.90;
	filter: alpha(opacity=90);
}

#aboutOverlayDisplay .leftPaddingDiv {
	position: relative;
	display: inline-block;
	/* *display: inline; */
	zoom: 1;
	vertical-align: top;
	max-width: 385px;
	width: 29%;
	height: 100%;
	cursor: pointer;
	z-index: 200;
}

#aboutSection-wrapper {
	position: relative;
	display: inline-block;
	/* *display: inline; */
	zoom: 1;
	vertical-align: top;
	width: 67%;
	height: 100%;
	overflow: hidden;

	text-align: justify;
	z-index: 200;
}

#aboutSection {
	margin: 50px 7px;
	max-width: 700px;
}

#aboutSection h2 {
	font-size: 65px;
	font-weight: 100;
	color: #6c5f5f;
	margin: 50px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0px 20px;
	text-align: left;
	font-family: "Segoe UI light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#about-title {
	/*background-image:url("../img/About-title.png");*/
}

#contact-title {
	/*background-image:url("../img/Contact-title.png");*/
}

#closeAbout {
	position: absolute;
	top: 20px;
	left: 83%;
	cursor: pointer;
}

#closeAbout:hover {
	text-decoration: underline;
}

/*----------------Footer Section---------------*/
#footer {
	padding: 25px 0px 7px 0px;
	text-align: center;
	color: #999;
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

	position: relative;
	display: block;
	z-index: 201;
}

#footer {
	position: absolute;
	width: 100%;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a span {
	text-decoration: underline;
}

#footer a:hover {
	color: #6685AA;
}