
/* CSS Document 

DEVELOPED BY: BRYAN
TYPE: MOBILE STYLESHEET
*/
* {
		position: static !important;
		float: none !important;
}

body {
		font-family: Arial, Helvetica, sans-serif;
		color:#333;
}

h1, h2, h3 {
		font-size:1.4em;
		line-height:1.1em;
		display:block;
		text-align:left;
		width:480px;
}

p {
		line-height:1.4em;
		background-image:none;
		width:30%;
		overflow:auto;
}

/*DIVS*/
.container {
		overflow:auto;
		margin:0;
		padding:0;
		height:auto;
}

#logo {
		display:inline;
		padding-left:15px;
		clear:both;
}

#headerHome { background-image:none; }

#slideshow { display:none; }

#nav {
		display:block;
		float:left;
}

.advertisements { display:none; }

.galleryDiv { display:none; }

.banner {
		display:none;
		float:none;
}

.sideBar { display:inline; }

.contact input { width:80%; }

.contact texarea { width:75%; }

.footer { display:none; }

