/*
Master CSS file for iStockalypse.com/Malta/
======================================
======================================
*/

/*
Style Guide - Colours
Dk Blue: #0063BE
Lt Blue: #AAC4DE
Dk Green: #55A51C
Lt Green: #BCDEA5
Grey: #666666
White: #FFFFFF
Black: #000000

*/

body  {
	background: #FFF url('images/background.jpg') repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* for IE */
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.6em;
}

img { behavior: url("../extras/iepngfix.htc"); }
.clearMe { clear: both; }

a:link, a:visited, a:active { text-decoration: none; color: #000; }
a:hover { color: #666; }

h1, h2, h3, h4 { font-family: "Trebuchet MS", Arial, sans-serif; }

h1 { font-size: 1.55em; }
h2 { font-size: 1.25em; margin: 0; padding: 0; }

.blue { color: #0063BE; }
.lt-blue { color: #AAC4DE; }
.green { color: #55A51C; }
.lt-green { color: #BCDEA5; }
hr {
	border: 0;
	width: 100%;
	background-color: #AAC4DE;
	height: 1px;
}


/* =========== Architecture =========== */
#site-wrapper {
	width: 100%;
	margin: 0 auto;
	background: transparent url("images/content-bg.png") repeat-x;
	background-position: 50% 0;
}
#content-wrapper {
	width: 850px;
	margin: 0 auto;
	padding-right: 30px;
}
.header-camera {
	float: left;
	margin-top: 85px;
	margin-left: 165px;
}
.header-cannes {
	float: left;
	margin-top: 210px;
	margin-left: 10px;
}
.header-date {
	float: left;
	margin-top: 267px;
	margin-left: 10px;
}

#navigation {
	float: left;
	width: 175px;
	font-weight: bold;
	margin-top: 60px;
}
#content {
	float: right;
	width: 630px;
	background-color: #FFF;
	padding: 32px 20px 25px 20px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
.indent-blue {
	padding-left: 20px;
	border-left: 1px solid #AAC4DE;
}
.indent-green {
	padding-left: 20px;
	border-left: 1px solid #BCDEA5;
}
#attendees-guests, #attendees-ambassadors, #attendees-staff {
	width: 30%;
	margin-right: 20px;
	float: left;
	line-height: 1.45em;
}
#attendees-guests img, #attendees-ambassadors img, #attendees-staff img {
	float: left;
	margin: 5px 6px 0 0;
}
.attendee-item {
	margin: 10px 20px 0 0;
}
.country { font-size: 10px; }
.sponsor-box {
	float: left;
	text-align: center;
	border: 1px solid #CDCDCD;
	margin-right: 10px;
	margin-bottom: 10px;
}
.nav {
	list-style-type: none;
	padding: 20px;
}
.nav li {
	text-align: right;
	margin-bottom: 10px;
}
#footer {
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	margin-left: 178px;
	margin-bottom: 20px;
}
.copyright {
	font-size: 10px;
}
