/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#ffffff; font-size: 16px; color: #666666; font-family: 'Poiret One', Arial;
}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { margin-bottom: 15px; color: #fd464a;}	
a, img { outline: none; border:none; color: #000; font-weight: bold; }
p { margin: 0 0 20px; line-height: 1.2em; font-size: 1.2em;}
img { display: block; margin-bottom: 10px;}
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}

		
a:link	{
	color: #444;
	font-weight:bold;
	text-decoration:underline;
	
	}

a:visited{
	color: #444;
	}

a:hover {
	color:#fd464a;
	font-weight:bold;
	text-decoration:none;
	}
		
/* Structure */
#wrapper {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding: 2%;
	} 

	#main {
		width: 60%;
		margin-right: 2%;
		float: left;
		font-size:1.3em;
		}

	#mainsub {
		width: 100%;
		margin-right: 2%;
		float: left;
		font-size:1.3em;
		}		
		
	aside {
		background-color:#fff;
		width: 35%;
		float: right;
		font-size:1.2em;
				}

/* Logo H1 */
header h1 {
	height: 70px;
	width: 380px;
	float: left;
	display: block;
	background: url(../images/home.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

header h1.devel {
	height: 70px;
	width: 380px;
	float: left;
	display: block;
	background: url(../images/development.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

header h1.design {
	height: 70px;
	width: 380px;
	float: left;
	display: block;
	background: url(../images/design.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

header h1.audio {
	height: 70px;
	width: 380px;
	float: left;
	display: block;
	background: url(../images/audio.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}	
		
/* Nav */
header nav {
	float: left;
	margin-top: 40px;
	margin-bottom:20px; 
	margin-left:-15px;
	}
	
	header nav li {
		display: inline;
		margin-left: 15px;
		}

#skipTo {
	display: none;
	}
	#skipTo li {
		background: #b1fffc;
		}

/* Banner */			
#banner {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	}

	#banner img {
		width: 100%;
		border: 1px solid #ccc;
		}


/* Banner */			
#bannerleft {
	float: left;
	width: 48%;
	}

	#bannerleft img {
		width: 100%;
		border: 1px solid #ccc;
		}

#bannerright {
	float: right;
	margin-bottom: 15px;
	width: 48%;
	}

	#bannerright img {
		width: 100%;
		border: 1px solid #ccc;
		}

#bannerleft2 {
	float: left;
	width: 60%;
	}

	#bannerleft2 img {
		width: 100%;
		border: 1px solid #ccc;
		}

#footer {
	float: left;
	font-size:1.3em;
	padding:15px 15px 0 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	width: 97%;
	color:#fd464a;
	background-color:#fff;
    	text-align: center;
    	margin-left: auto;
    	margin-right: auto;
	margin-bottom:15px;
	}

	#footer p {
		color:#fd464a;
		}

		


/* Media Queries */
@media screen and (max-width: 480px) {

	#skipTo {
		display: block;
		}
	
	header nav, #main, aside {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
		header nav li {
			margin: 0;
			background: #efefef;
			display: block;
			margin-bottom: 3px;
			}
			header nav a {
				display: block;
				padding: 10px;
				text-align: center;
				}			
}

h2.lowermargin20 	{
			margin-bottom:20px;
			}

p 	{
	font-family: 'Hind Vadodara', sans-serif;
	font-size:0.8em;
	color:#332200;
	}

h2	{font-size:1.1em;
	margin-bottom:0.3em;
	color:#e2818d;
	}

ul.para {font-family: 'Hind Vadodara', sans-serif;
	font-size:0.8em;
	color:#332200;
	list-style:disc inside;
	}	