html {
	height:  100%;
}

body {
	height:  100%;
	margin: 0;
	padding: 0;
	font: 100% "Trebuchet MS", Verdana, sans-serif;
	background-color: black;
}

h1 {
	
}

h3 {
	padding-bottom: 5px;	
	border-bottom: 1px solid #c8e37a;
}

/* Divs and IDs */

#main {
	width: 900px;
	padding: 20px;
	color: black;
	margin: auto;
}

#top {
	background: url(images/stripe_bkg.jpg) repeat;
	position: relative;
	min-height: 100%;
	width: 100%;
}



#sidebar {
	width: 200px;
	position: absolute;
	display: block;
	float: left;
	top: 18px;
}

#logo {
	padding: 5px;
}

a #logo {
	border-style: none;
}

a:hover #logo {
	background: none;
	border-style: none;
}

a:visited #logo {
	border-style: none;
}

.menu {
	background: url(images/content_bkg.jpg) repeat;
	position: relative;
	bottom: 10px;
	z-index: 2;
	padding-left: 5px;
}

#content {
	padding: 10px;
	margin-top: 75px;
	background: url(images/content_bkg.jpg) repeat-x;
	background-color: #84c42c;
	width: 640px;
	font-size: 14px;
	line-height: 1.7em;
	position: relative;
	left: 285px;
	margin-bottom: 150px;
}

#content a {
	text-decoration: none;
	color: #005572;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px 4px;
}

#content a:hover {
	border-bottom-style: none;
	background-color: #005572;
	color: #ffffff;
}

#content a:visited {
	color: #650000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

#content a:visited:hover {
	border-bottom-style: none;
	background-color: #9c0000;
	color: #ffffff;
}

#content li {
	list-style-type: none;
}

#content ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

ul {
	list-style-type: none;
}


/*#footer {
	height: 132px;
	width: 100%;
	position: relative;
	background: url(images/crowd.png) repeat-x 0 bottom;
	z-index: -1;
	margin-left: auto;
	margin-right: auto;
	margin-top: -9.9em;
}*/

#footer {
	height: 132px;
	width: 100%;
	position: relative;
	background: url(images/crowd.png) repeat-x 0 bottom;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -9.9em;
}

#copyright {
	text-align: center;
	color: #333;
	font-size: .7em;
	background-color: black;
	width: 100%;
	position: absolute;
	padding-bottom: 15px;
	bottom: -26px;
}

#last-child {
	border-bottom: none;
}

#gallery {
	position: relative;
	margin-left: -25px;
	margin-bottom: 30px;
	list-style-type: none;
}

#gallery a span {
	display: none;
}

#gallery a:hover span {
	display: block;
	position: absolute;
	top: 170px;
	color: #fff;
	text-align: center;
	left: 14px;
	font-size: 14px;
	width: 171px;
}

#profile {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 13.5px;
	line-height: 1.7em;
}

#left_column {
	float: left;
	position: absolute;
	top: 49px;
}

#right_column {
	width: 70%;
	position: relative;
	left: 171px;
}

#right_column ul{
	margin: -5px;
}

#contact {
	margin: auto;
	padding: 25px 25px 50px;
}

#links {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 13px;
	line-height: 1.7em;
}

#links li {
	padding-bottom: .7em;
}

p {
	text-indent: 1em;
}

#front {
	padding: 20px;
}

#boxes {
	margin: auto;
	text-align: center;
}

#box {
	width: 230px;
	text-align: center;
	font-size: 14px;
	border: 1px groove #c8e37a;
	color: black;
	background-color: #b0d85f;
	margin: 5px;
	display: inline-block;
	padding: 20px;
	z-index: 1;
}

.box1 {
	float: left;
	position: relative;
	left: 15px;
}

.box2 {
	float: right;
	position: relative;
	right: 15px;
}

.box3 {
	float: left;
	position: relative;
	left: 15px;
}

.box4 {
	float: right;
	position: relative;
	right: 15px;
}

#box:hover{
	background-color: #c8e27a;
}

#box:hover h3 {
	border-color: #7e8f4d;
}

#box a {
	color: black;
	border-style: none;
}

#box a:hover {
	color: #005572;
	background: none;
}

#box a:visited {
	color: black;
	background: none;
	border-style: none;
}

#box a:visited:hover {
	color: #650000;
	background: none;
	border-style: none;
}

#box p {
	text-indent: 0;
	font-size: 13px;
	line-height: 1.5em;
}


/* Classes */

.nav-item {
	list-style: none;
	font-size: 13px;
	text-align: center;
	margin-left: -20px;
}

.link {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border-bottom: 1px solid #c8e37a;
}

.nav-item a {
	text-decoration: none;
	color: #000;
}

.nav-item a:hover {
	color: #44545d;
}

.gallery {
	position: relative;
	padding: 21px;
	list-style-type: none;
}

.gallery li {
	display: inline;
}

.gallery li img {
	border: 1px solid black;
}

.gallery li a:hover img {
	border-color: white;
}

#ie_sux {
	display: none;
}

#QTNote {
	margin-bottom: 50px;
	position: relative;
	top: 25px;
	z-index: 0;
}

#tweet {
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 80%;
}

#tweet ul, #tweet ul li {
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

h1.strong {
	font-size: 3em;
	font-weight: bold;
}

.toppadding30 {
	margin-top: 30px;
}

                  

.caption {
	font-weight: bold;
	font-size: 85%;
/* 	text-indent: 10%; */
}

#resume ul.bullets li{
	list-style-type: square;
}

ul.block {
	padding: 0px;
	margin: 0px;
}

ul.block li {
	font-size: 90%;
	width: 32%;
	display: inline-block;
	text-align: center;
}

.float_right {
	float: right;
}

#resume a.float_right {
	border-bottom: 0px;
}
table {
	font-size: 11px;
}

th {
	font-weight: bold;
}

tr {
	text-align: left;
}