/*
	Vamsi Kancharla 
	CSS 2.1, W3C Validated
*/

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Tahoma, sans-serif;
}
body {
    background-color: #222222;
	background-image:  url(/images/home.jpg);
	background-position: bottom right;
    background-repeat: no-repeat;
}
.wrapper {
	width: 100%;
	min-height: 100%;
}
.container {
	width: 100%;
	text-align: left;
	padding-bottom: 28px;
}

/*--Menu--*/
#menu {
position:fixed;
padding: 100px 0px 0px 40px;
}

#menu ul {
list-style: none;
padding: 0px;
margin: 0px;
}

#menu li {
float:left;
clear:both; 
margin: 0px;
padding: 0px;
font-family: Tahoma, sans-serif;
font-size: 21px;
color: #FFFFFF;
background-color:#4D4E51;
padding:2px 4px 4px 4px;
}

#menu a, #menu a:visited {
font-size: 21px;
color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
text-decoration: none;
}

#menu a:hover {
border-bottom: 0px;
background: bottom repeat-x #cedc25;
}

/*--Footer--*/
#footer {
position:fixed; 
bottom:0; 
margin:0; 
width:100%; 
width: 100%;
height: 27px;
line-height: 26px;
margin-top: -27px;
background-color: #4D4E51;
font-family: Tahoma, sans-serif;
color: #B1B1B3;
font-size: 11px;
}

#footer a, #footer a:hover, #footer a:visited {
color: #aab73e;
font-size: 11px;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

#leftfooter {
float: left;
padding-left: 30px;
}

#rightfooter {
float: right;
text-align: right;
padding-right: 30px;
}

/*-----------------------Portfolio------------------------*/
#folio{
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: 350px;
	margin-top: 20px;
	width: 700px;
	height: 500px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #ffffff;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	border-radius: 0.6em; 
	-moz-border-radius: 0.6em;
}

#folio a img { /*Portfolio page. Border property*/					
	border: 1px solid #686868;
}

#folio a { /*padding between 2 images per line*/

	padding-right: 15px;
	padding-left: 15px;
}

#aTitle h1 {
	font-size:150%;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;
	color: #cedc25;
}

#events {
	line-height:2.5em;		
}

hr { /* Horizonal Line*/
	border: none;
	height: 1px; 
	line-height: 1px;
	background: #CCC;	
	margin-bottom: 10px;
}
