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,
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-weight: inherit;
	font-style: inherit;
	font-size: small;
	font-family: verdana, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: url(Background.jpg);
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#Pin{
	width: 1024px;
	margin: auto;
	height: 66px;
	background: url(Pin_Top.png) no-repeat;
}
#Main_Body{
	margin: auto;
	width: 1024px;
	height: 1300px;
	background: white url(inner_background.jpg) no-repeat;
}
#Wrapper{
	margin-top: 60px;
}
#follow_me{
	margin-left: 730px;
	padding-top: 20px;
}
#logo{
	padding-top: 30px;
	padding-left: 20px;
}
#Navigation_Bar{
	float: right;
	margin-top: 30px;
}
#follower{

	width: 40px;
	height: 50px;
	background: url(Images/trans.png);
	position: fixed;
	margin-top: 50px;

	left: 0.1px;
	padding-top: 15px;
	-moz-border-radius: 0px 20px 20px 0px;
	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	

}

#follower a{
	text-decoration: none;
	color: black;
}

#About_Me{
	float: left;
	margin-left: 20px;
	margin-top: 100px;
	width: 350px;
	height: 200px;
	
}
#slider{
	float: right;
	margin-right: 50px;
	margin-top: 70px;
}
#news_update{
	float: left;
	margin-top: 290px;
	margin-left: 20px;
	width: 310px;
}

#My_Skills{
	float: right;
	margin-top: 150px;
	width: 300px;
	height: 400px;
}
#html_validator{
	float: right;
}
#twitter_update_list {
	font-size: 13px;
	line-height: 21px;
	list-style: none;
	width: 300px;
	
	margin-top: 20px;
	
	}
#twitter_update_list li {
	background-image: url(Images/twitter_background.png);
	padding: 7px;
	margin-bottom: 12px;
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;

	}
#twitter_update_list span, #twitter_update_list span a {
	color: #000;
	text-decoration: none;
	
	}
#twitter_update_list a {
	color: #000;
	}#css_validator{
	float: right;
}

#validator_wrapper{
	margin: auto;
	width: 1024px;

	
}

ul img {
	width: 200px;
	padding: 5px;
	background: #e3e3e3;
	border: 1px solid white;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 1px 0 black;
	-moz-box-shadow: 0 1px 0 black;
	box-shadow: 0 1px 0 black;
	}
	
li:nth-child(even) img:hover {
	-webkit-transform: rotate(-2deg) scale(1.1);
	-moz-transform: rotate(-2deg) scale(1.1);
	transform: rotate(-2deg) scale(1.1);
	-webkit-box-shadow: -3px 9px 9px #141414;
	-moz-box-shadow: -3px 9px 9px #141414;
	box-shadow: -3px 9px 9px #141414;
}
	
li:nth-child(odd) img:hover {
	-webkit-transform: rotate(2deg) scale(1.1);
	-moz-transform: rotate(2deg) scale(1.1);
	transform: rotate(-deg) scale(1.1);
	-webkit-box-shadow: -3px 9px 9px #141414;
	-moz-box-shadow: 3px 9px 9px #141414;
	box-shadow: 3px 9px 9px #141414;
	}
	
	#images img:active {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
	}


#port{
	margin-left: 20px;
}

#uni{
	margin-left: 20px;
}

#personal_projects{
	margin-left: 20px;
}

#testimonials{
	margin-left: 20px;
}
#contact_me{
	float: left;
	width: 500px;
	margin-left: 20px;
	margin-top: 100px;
}

#other_contact_methods{
	float: left;
	margin-left: 20px;
	margin-top: 50px;
}

#portfolio{
	padding: 20px;
}

/* START NAVIGATION BAR */

ul#list_nav {
	list-style:none;
	padding:0;
	width:900px;
}

ul#list_nav li {
	display:inline
}

ul#list_nav li a {
	text-decoration:none;
	padding:5px 0;
	width:100px;
	background:blue;
	color:#eee;
	float:right;
	text-align:center;
	border-left:1px solid #fff;
}

ul#list_nav li a:hover {
	background:#99CCFF;
	color:#000
}

.menunav a	{
	float:right;
	padding:10px 10px 10px 19px;
	text-decoration:none;
	color: black;
}

#navigation_bar{
	float: right;

}
#nav{
	margin-left: 40px;
}
/* END NAVIGATION BAR*/ 
