/* CSS Document */

body {
	font: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	height: 100%; /* needed for fixing footer to bottom of page */
	background: url('../images/bg-tile.jpg') repeat left top;
	overflow: auto;
	overflow-x: hidden;
}
div, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
.spacer{
	font-size: 0;
	line-height: 0;
	clear: both;
}
a:hover, a:active, a:focus {
	outline: none; /* a:focus is the rectangular box that appears around a link when using the tab key; setting outline to none removes it */
}

#page {
/*	min-height: 100%; /* needed to fix footer to bottom of page */
	position: relative; /* needed to fix footer to bottom of page */
	width: 2048px;
	height: 1024px;
	margin: 0 auto;
}
.preload-image { /* using this to preload image, so they are immediately available during hover */
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

/* -- header start -- */
header {
	padding-top: 5px;
	padding-left: 5px;
}
header .logo {
	width: 480px;
	height: 292px;
	background: url(../images/logo-480.png) no-repeat 0 0;
}
/* -- header end -- */

/* -- article start -- */
article img {
	max-width: 480px;
	height: auto;
}
article .moretext {
	padding-top: 20px;
}
article .morelesslink.more {
	padding-top: 30px;
}
article .services {
	cursor: pointer;
}
article .services:hover {
	cursor: pointer;
}
article .tonylamfilms:hover {
	padding-left: 1px;
}
article .globoeyemedia:hover {
	padding-left: 1px;
}
article .jumpalaya:hover {
	padding-left: 1px;
}
/* -- article end -- */

/* -- footer start -- */
footer {
/*	position: absolute; */
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px; /* height of the footer */
	font: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: #edecec;
	text-align: center;
}
footer a, footer a:active, footer a:visited {
	color: #edecec;
}
/* -- footer end -- */

@media screen and (min-width:1601px) and (max-width:1920px) {
#page {
	width: 1920px;
	height: 960px;
	background: url('../images/bg-1920.jpg') no-repeat left top #5cabd4;
}
article .moretext {
	padding-left: 7px;
}
article .morelesslink.more {
	padding-left: 3px;
}
}
@media screen and (min-width:1441px) and (max-width:1600px) {
#page {
	width: 1600px;
	height: 800px;
	background: url('../images/bg-1600.jpg') no-repeat left top #5cabd4;
}
header .logo {
	width: 360px;
	height: 219px;
	background: url('../images/logo-360.png') no-repeat 0 0;
}
article {
	width: 365px;
	padding-left: 5px;
}
article img {
	max-width: 360px;
}
article .moretext {
	padding-left: 1px;
}
}
@media screen and (min-width:1281px) and (max-width:1440px) {
#page {
	width: 1440px;
	height: 720px;
	background: url('../images/bg-1440.jpg') no-repeat left top #5cabd4;
}
header .logo {
	width: 360px;
	height: 219px;
	background: url('../images/logo-360.png') no-repeat 0 0;
}
article {
	width: 365px;
	padding-left: 5px;
}
article img {
	max-width: 360px;
}
article .moretext {
	padding-left: 3px;
}
}
@media screen and (min-width:1025px) and (max-width:1280px) {
#page {
	width: 1280px;
	height: 640px;
	background: url('../images/bg-1280.jpg') no-repeat left top #5cabd4;
}
header .logo {
	width: 320px;
	height: 195px;
	background: url('../images/logo-320.png') no-repeat 0 0;
}
article {
	width: 325px;
	padding-left: 5px;
}
article .moretext {
	padding-left: 1px;
}
article img {
	max-width: 320px;
}
}
@media screen and (min-width:801px) and (max-width:1024px) {
#page {
	width: 1024px;
	height: 512px;
	background: url('../images/bg-1024.jpg') no-repeat left top #5cabd4;
}
header .logo {
	width: 280px;
	height: 170px;
	background: url('../images/logo-280.png') no-repeat 0 0;
}
article {
	width: 285px;
	padding-left: 5px;
}
article img {
	max-width: 260px;
}
article .moretext {
	padding-top: 5px;
	padding-left: 10px;
}
article .morelesslink.more {
	padding-left: 10px;
}
}
@media screen and (min-width:641px) and (max-width:800px) {
#page {
	width: 800px;
	height: 400px;
	background: url('../images/bg-800.jpg') no-repeat left top #5cabd4;
}
header .logo {
	width: 200px;
	height: 122px;
	background: url('../images/logo-200.png') no-repeat 0 0;
}
article {
	width: 205px;
	padding-left: 5px;
}
article img {
	max-width: 200px;
}
article .moretext {
	padding-top: 10px;
}
}
@media screen and (min-width:481px) and (max-width:640px) {
#page {
	width: 640px;
	height: 320px;
	background: url('../images/bg-640.jpg') no-repeat left top #5cabd4;
}
header .logo {
	width: 180px;
	height: 110px;
	background: url('../images/logo-180.png') no-repeat 0 0;
}
article {
	width: 180px;
}
article img {
	max-width: 155px;
}
article .moretext {
	padding-top: 0px;
	padding-left: 18px;
}
article .morelesslink.more {
	padding-top: 20px;
	padding-left: 16px;
}
}
@media screen and (max-width:480px) {
#page {
	width: 100%;
	background: url('../images/bg-480.jpg') no-repeat left top #5cabd4;
}
header {
	text-align: center; /* centers inner divs when they have display property of inline-block */
}
header .logo {
	display: inline-block;
	width: 280px;
	height: 170px;
	margin: 0 auto;
	background: url('../images/logo-280.png') no-repeat center 0;
}
article {
	text-align: center; /* centers inner divs when they have display property of inline-block */
}
article img {
	max-width: 300px;
}
article .moretext {
	display: inline-block;
	padding-left: 12px;
}
article .morelesslink.more {
	display: inline-block;
	padding-left: 3px;
}
footer {
	margin-bottom: 10px;
}