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

<!--Start of JQuery coding-->
*{
	margin:0;
	padding:0;
}
body{
	text-transform:uppercase;
	font-size:20px;
	color:#666;
	margin:0;
	padding:0;
}
#wrapper{
	height:auto;
	width:1200px;
	margin:0 auto;
	padding-bottom:80px;
}	

.clearfix {
	clear:both;
}


h1{
	font-family: 'lane_-_narrowregular';
	padding:20px;
	z-index:999;
	position:relative;
	color:#900;
	text-align:center;
	margin-bottom:-5px;
	margin-top:-5px;
	font-size:30px;
}

h2{
	font-family:'lane_-_narrowregular';
	font-size:20px;
	position:relative;
	alignment-adjust:central;
	text-align:center;
}

h3 {
	font-family:'lane_-_narrowregular';
	font-size:18px;
	color:#900;
	position:relative;
	text-align:center;
}

h4	{
	font-family:'lane_-_narrowregular';
	float:right;
	margin:-10px;
	color:#000;
}

p {
	text-align:center;
	margin: 15px 100px;
	font-size: 16px;
	font-family:'share-techregular';
}

.loader{
	width:70px;
	height:70px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	opacity:0.7;
	z-index:1000;
	background:#fff url(images/slideshow/loader.gif) no-repeat center center;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.bg_image img{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:0;
}

#header{
}

.logo {
	margin-top:20px;
	background-image:url(images/homepage/ascend_logo2.png) no-repeat;
	margin-left:109px;
}

ul.social{
		width:250px;
		height:50px;
		padding:0;
		margin:0;
		margin:-68px 50px 0 0;
		float:right;
}

ul.social li {
	margin: 20px 0 -26.5px;
	float:left;
	list-style:none;
	padding:0 8px;
	margin:0;
	z-index:9999;
	display:block;
	position:relative;
}

ul.social li a.facebook {
	background:url(images/homepage/facebook.png)0 -40px no-repeat;
	display:block;
	width:40px;
	height:40px;
	}

ul.social li a.facebook:hover {
	background-position:0px 0px;
	}
	
ul.social li a.twitter {
	background:url(images/homepage/twitter.png)0 -40px no-repeat;
	display:block;
	width:40px;
	height:40px;
	}

ul.social li a.twitter:hover {
	background-position:0px 0px;
}
	
	
ul.social li a.linkedin {
	background:url(images/homepage/linkedin.png)0 -40px no-repeat;
	display:block;
	width:40px;
	height:40px;
	}

ul.social li a.linkedin:hover {
	background-position:0px 0px;
	}

ul.social li a.google {
	background:url(images/homepage/google.png)0 -40px no-repeat;
	display:block;
	width:40px;
	height:40px;
	}
	
ul.social li a.google:hover {
	background-position:0px 0px;
	}

/* Navigaion */
ul.navigation{
	position:relative;
	list-style:none;
	display:table;
	margin:-10px auto 20px;
	width:750px;
	font-size:22px;
	text-shadow:none;
	padding:0 5px;
}
	
ul.navigation li{
	float:left;
	font-family: 'lane_-_narrowregular';
}

ul.navigation li a{
	list-style:none;
	text-decoration:none;
	display:block;
	text-align:center;
	width:150px;
	height:30px;
	color:#C00;
	margin:-15px 0 0;
	padding-top:8px;
}

ul.navigation li a:hover{
	color:white;
	font-weight:bold;
	background: rgba(255,0,0,0.5)	
}


/* End of Navigaion */

.banner { position: relative; overflow: auto; 
		width:750px;
		margin:-20px auto;
		}

.banner ul { 
			margin:0;
			padding:0;
			 }
      
.banner ul > li { 
			float: left; 
			margin:0;
			padding:0;
			list-style: none;
			}
			
.banner h4 {
		width:750px;
		text-align:center;
		font-style:oblique;
		}

.banner li  li {
	clear:both;
	text-align:center;
	list-style:none;
	float:none;
	font-family: 'share-techregular';
	font-size:16px;	
	}

#main {
	margin:-20px auto;
	height:auto;
	width:750px;
	padding-bottom:50px;
	background:url(images/about/background_body.png);
	border-width:1px;
	border-style:ridge;
	border-color:#333;
}

.blog {
	background:url(images/blog/gray_background.png) no-repeat;
	width:650px;
	height:270px;
	margin:10px 50px;
	padding:10px 0;	
	color:#900;
	border:solid 2px #900;
}

ul.homework {
	list-style:none;
	font-size:18px;
}

ul.homework li a{
	color:#FFF;
	text-decoration:none;
}

ul.homework li a:hover{
	color:#900;
	text-decoration:none;
}

ul.projects {
	list-style:none;
	margin:0 auto;
	padding:20px;
	height:800px;
}

ul.projects li{
	float:left;
	padding: 20px 10px;
	margin:10px 0 0 30px;
}

ul.projects li.thesis a {
	background:url(images/projects/bogota2.png)0 -225px no-repeat;
	display:block;
	width:300px;
	height:225px;
	z-index:auto;
	}

ul.projects li.thesis a:hover {
	background-position:0px 0px;
	}

ul.projects li.woonsocket a {
	background:url(images/projects/woonsocket2.png)0 -225px no-repeat;
	display:block;
	width:300px;
	height:225px;
	z-index:auto;
	}

ul.projects li.woonsocket a:hover {
	background-position:0px 0px;
	}
	
ul.projects li.swissnex a {
	background:url(images/projects/swissnex2.png)0 -225px no-repeat;
	display:block;
	width:300px;
	height:225px;
	z-index:auto;
	}

ul.projects li.swissnex a:hover {
	background-position:0px 0px;
	}
	
ul.projects li.hongkong a {
	background:url(images/projects/hongkong2.png)0 -225px no-repeat;
	display:block;
	width:300px;
	height:225px;
	z-index:auto;
	}

ul.projects li.hongkong a:hover {
	background-position:0px 0px;
	}

ul.projects li.turkish a {
	background:url(images/projects/turkish2.png)0 -225px no-repeat;
	display:block;
	width:300px;
	height:225px;
	z-index:auto;
	}

ul.projects li.turkish a:hover {
	background-position:0px 0px;
	}

ul.projects li.riverside a {
	background:url(images/projects/riverside2.png)0 -225px no-repeat;
	display:block;
	width:300px;
	height:225px;
	z-index:auto;
	}

ul.projects li.riverside a:hover {
	background-position:0px 0px;
	}
	
ul.contact {
	list-style:none;
}

ul.contact li {
	text-align:center;
	font-size:18px;
	color:#900;
}

#footer{
	text-align:center;
	background:url(images/homepage/footer.jpg) repeat-x;
}


@font-face {
    font-family:'share-techregular';
    src: url('font_tutorials/fonts/share/share_tech_macroman/Share-Tech-webfont.eot');
    src: url('font_tutorials/fonts/share/share_tech_macroman/Share-Tech-webfont.eot?#iefix') format('embedded-opentype'),
         url('font_tutorials/fonts/share/share_tech_macroman/Share-Tech-webfont.woff') format('woff'),
         url('font_tutorials/fonts/share/share_tech_macroman/Share-Tech-webfont.ttf') format('truetype'),
         url('font_tutorials/fonts/share/share_tech_macroman/Share-Tech-webfont.svg#share-techregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'capture_itregular';
    src: url('font_tutorials/fonts/capture/Capture_it-webfont.eot');
    src: url('font_tutorials/fonts/capture/Capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('font_tutorials/fonts/capture/Capture_it-webfont.woff') format('woff'),
         url('font_tutorials/fonts/capture/Capture_it-webfont.ttf') format('truetype'),
         url('font_tutorials/fonts/capture/Capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'capture_it_2regular';
    src: url('font_tutorials/fonts/capture/Capture_it_2-webfont.eot');
    src: url('font_tutorials/fonts/capture/Capture_it_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('font_tutorials/fonts/capture/Capture_it_2-webfont.woff') format('woff'),
         url('font_tutorials/fonts/capture/Capture_it_2-webfont.ttf') format('truetype'),
         url('font_tutorials/fonts/capture/Capture_it_2-webfont.svg#capture_it_2regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('font_tutorials/fonts/lane/LANENAR_-webfont.eot');
    src: url('font_tutorials/fonts/lane/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),
         url('font_tutorials/fonts/lane/LANENAR_-webfont.woff') format('woff'),
         url('font_tutorials/fonts/lane/LANENAR_-webfont.ttf') format('truetype'),
         url('font_tutorials/fonts/lane/LANENAR_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

blockquote {
	font-style:italic;
	font-size:12px;
	text-align:right;
	font-family:'lane_-_narrowregular';
	color:#900;
}

.fixedwidth {
    font-family: 'lane_-_narrowregular';
	font-size:18px;
	color:#333;
}

.buttonarea {
	text-align:center;
	font-family: 'lane_-_narrowregular';
	font-size:14px;
}	
	
/* Start of Social Media for Contact Page */

ul.social2{
		width:250px;
		height:50px;
		padding:0;
		margin:0;
		margin:0px 200px 0 0;
		float:right;
}

ul.social2 li {
	margin: 20px 0 -26.5px;
	float:left;
	list-style:none;
	padding:0 8px;
	margin:0;
	z-index:9999;
	display:block;
	position:relative;
}

ul.social2 li a.facebook {
	background:url(images/contact/facebook.png)0 -40px no-repeat;
	display:block;
	width:40px;
	height:40px;
	}

ul.social2 li a.facebook:hover {
	background-position:0px 0px;
	}
	
ul.social2 li a.twitter {
	background:url(images/contact/twitter.png)0 -40px no-repeat;
	display:block;
	width:40px;
	height:40px;
	}

ul.social2 li a.twitter:hover {
	background-position:0px 0px;
}
	
	
ul.social2 li a.linkedin {
	background:url(images/contact/linkedin.png)0 -40px no-repeat;
	display:block;
	width:40px;
	height:40px;
	}

ul.social2 li a.linkedin:hover {
	background-position:0px 0px;
	}
