/* Global Stuff */

html {
	height: 100%;
	margin-bottom: 0px;
}

body {
	font-family: Georgia, serif, helvetica, wingdings;
	color: #555;
	text-transform: lowercase;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background: url('../images/varun.png') no-repeat bottom right;
}

/* Link Styling */

a:link, a:visited {
	text-decoration: none;
	color: #191919;
}

a:hover {
	text-decoration: none;
	color: #10C8CD;
}

#about a:link, #about a:active, #about a:visited {
	text-decoration: none;
	color: #191919;
}

#about a:hover {
	color: #000;
	background: #FAF93C;
}

#block a:link, #block a:active, #block a:visited {
	text-decoration: none;
	color: #191919;
}

#block a:hover {
	color: #EC1559;
}

#footer a:link, #footer a:visited {
	color: #AAAAAA;
	margin-left: 2px;
	margin-right: 2px;
}

#footer a:hover {
	color: gray;
}

h3 a:link, h3 a:visited {
	color: #3D3D3D;
}

h3 a:hover {
	color: #10C8CD;
}

h3 {
	margin: 0px 0 0;
	cursor: pointer;
}

h3 a:link, h3 a:visited {
	padding: 8px;
	font-weight: normal;
}

/* Body */

#container {
	text-align: right;
	margin: 0 auto;
	vertical-align: top;
	font-size: 35px;
}

/* Sliders */

.stretcher {
	
}

.block {
	padding: 10px;
	padding-left: 73px;
	font-size: 14px;
}

#container {
	width: 400px;
	background: url('../images/WhiteTrans.png') repeat;
	text-align: left;
	margin: 0 auto;
	float: left;
	padding-left: 20px;
}

/* Styling for the different headers of the site */

#about {
	font-weight: normal;
	font-size: 55px;
	text-transform: lowercase;
	margin-left: 69px;
	padding-top: 20px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #e1e1e1;
	margin-bottom: 13px;
}

#bio, #work, #follow, #contact {
	padding-left: 55px;
}

#bio {
	background: url(../images/bio.jpg) no-repeat left center;
}

#work {
	background: url(../images/work.jpg) no-repeat left center;
}

#follow {
	background: url(../images/follow.jpg) no-repeat left center;
}

#contact {
	background: url(../images/contact.jpg) no-repeat left center;
}

/* Styling for the different sub-headers of the site */

#resume-pdf {
	background: url(../images/pdf_resume_small.jpg) no-repeat left center;
	padding-left: 16px;
}



/* Code Styling */

code {
	margin: 10px 0;
	font: 0.9em "Courier New", Courier, Monospace;
	color: #666;
	background-color: #000;
}

#footer {
	bottom: 0;
	height: auto;
	position: fixed;
	width: 98%;
	z-index: 1000;
	font-size: 12px;
	text-align: right;	
	margin: 12px;
	color: silver;
}

.valid {
	background: url(../images/ico-bullet-off.gif) no-repeat left center;
	padding-left: 17px;
}

.valid:hover {
	background: url(../images/ico-bullet.gif) no-repeat left center;
}
