/*Reset Styles*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
input{
	padding: 0px;
}

body{
	background: #000;
	font-family: "Georgia", serif;
	color: #333;
}

body#webdev{
	background: #001;
}

body#student{
	background: #300;
}

body#cyclist{
	background: #030;
}

body#christian{
	background: #033;
}

body#photographer{
	background: #333;
}

.clear{
	clear: both;
}

.smaller{
	font-size: 12px;
	display: inline;
}

a{
	color: #555;
}

a:hover{
	color: #900;
	text-decoration: none;
}

#wrapper{
	width: 100%;
}

#indexwrapper{
	width: 725px;
	background: #FFF;
	margin: 0px auto;
	margin-top: 80px;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#indexwrapper h1{
	font-size: 35px;
	padding: 10px;
	margin: 0px auto;
}

.face{
	width: 125px;
	margin: 10px;
	height: 300px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#webdev{
	background: url(webdev.jpg) top left no-repeat;
}

#cyclist{
	background: url(cyclist.jpg) top left no-repeat;
}

#student{
	background: url(student1.jpg) top left no-repeat;
}

#christian{
	background: url(christian1.jpg) top left no-repeat;
}

#photographer{
	background: url(photographer.jpg) top left no-repeat;
}


.facetag{
	width: 125px;
	margin: 10px;
	float: left;
	font-size: 15px;
}

#navwrapper{
	width: 100%;
	background: #FFF;
}

#navbar{
	padding: 10px;
}

#navwrapper h1{
	font-size: 20px;
	display: inline;
}

#nav{
	display: inline;
	float: right;
}

#nav li{
	float: left;
	padding: 0px 10px;
}

.box{
	padding: 10px;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px;
	line-height: 1.5;
}

#projects h2{
	font-size: 20px;
}

#portfolio, #images{
	margin-top: 0px;
}

#blurb{
	margin-bottom: 0px;
}

.stu#other{
	margin: 0px 20px;
}

.stu#other h3{
	display: inline;
}

.stu.notes{
	margin-left: 10px;
	margin-right: 10px;
}

.stu.ads{
	margin-left: 20px;
}

.stu#algebra, .stu#algebra2{
	margin-left: 20px;
}

.stu#num{
	margin-right: 20px;
}

.stu#num2, .stu#geom{
	margin-right: 20px;
}

#footer, .footer{
	font-size: 12px;
	opacity: 0.6;
}

//carousel
.pho#carousel{
	margin-bottom: 0px;
}

#carousel_container{
	width: 100%;
	height: 500px;
	overflow: hidden;
	
}

#carousel_inner {
float:left; /* important for inline positioning */
width:100%; /* important (this width = width of list item(including margin) * items shown */
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #fff;
display: block;
height: 500px;
}

#carousel_ul {
position:relative;
left:-770px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
clear: both;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */
/* just styling bellow*/
padding:0px 10px;
margin:0px;
height: 500px;
}

#pimg1{
	background: url(photos/img1.jpg) top center no-repeat;
	width: 750px;
}

#pimg2{
	background: url(photos/img2.jpg) top center no-repeat;
	width: 750px;
}

#pimg3{
	background: url(photos/img3.jpg) top center no-repeat;
	width: 750px;
}

#pimg4{
	background: url(photos/img4.jpg) top center no-repeat;
	width: 367px;
}

#pimg5{
	background: url(photos/img5.jpg) top center no-repeat;
	width: 909px;
}

#wimg1{
	background: url(photos/wimg1.png) top center no-repeat;
	width: 231px;
}

#wimg2{
	background: url(photos/wimg2.png) top center no-repeat;
	width: 194px;
}

#wimg3{
	background: url(photos/wimg3.png) top center no-repeat;
	width: 203px;
}

#wimg4{
	background: url(photos/wimg4.png) top center no-repeat;
	width: 324px;
}

#wimg5{
	background: url(photos/wimg5.png) top center no-repeat;
	width: 204px;
}

#wimg6{
	background: url(photos/wimg6.png) top center no-repeat;
	width: 211px;
}

.ad{
	margin-bottom: 0px;
}

.ad h4{
	display: inline;
}

.adsense{
	float: right;
	width: 728px;
	height: 15px;
	margin-top: 3px;
	margin-left: 10px;
}

.sponsored{
	float: right;
	color: #666;
}

#carousel_ul li{
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that */
/* styling */
}

