@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(../images/layout/mainBG.png);*/
	background-color: #77c9e1;
	background-image: url(../images/layout/mainBG.png);
	background-position: top;
	background-repeat:repeat-x;
	/*color: #B38854; light brown */
	color: #fff7d8;
	font-size: 13px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}
a, a:hover, a:visited, a:active
{
	color: #fff7d8;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}
div.error
{
	border: 1px solid #f00;
	color: #f00;
	margin-bottom: 10px;
	padding: 10px;
}
div.hint
{
	border: 1px solid #01b3d9;
	margin-bottom: 10px;
	padding: 10px;
}
#shell
{
	width: 984px;
	margin: 0px auto;
	text-align: left;
}
#innershell
{
	position: absolute;
	width: 984px;
}
#head
{
	height: 130px;
	margin-bottom: 7px;
	background-image: url(../images/layout/title.png);
	background-repeat: no-repeat;
	background-position: left;
}
#videos
{
	width: 318px;
	font-size: 11px;
}
#widgets
{
	width: 204px;
}
#content
{
	margin: 0px 21px;
	width: 393px;
	padding: 0px 10px;
	padding-left: 15px;
	background-image: url(../images/layout/headers/headerCartouche_first.png);
	background-repeat: no-repeat;
	
}
#content, #widgets, #videos
{
	margin-bottom: 10px;
}
#content h2
{
	height: 19px;
	font-size: 19px;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 70px;
}

body #shell div.column
{
	float: left;
	margin-top: 0px;
}
#footer
{
	clear: both;
}
#topVideo
{
	float: right;
}
#menu
{
	padding-top: 72px;
	padding-left: 55px;
}

/*========================*/
/*          FORMS         */
/*========================*/
form
{
	width: 100%;
}
form input, form select, form textarea
{
	display: block;
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 250px;
}
form textarea
{
	width: 244px;
}
form input[type="text"], form input[type="password"]
{
	/*width: 204px;*/
}
form textarea
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
form input[type="text"], input[type="password"], form select, form textarea
{
	border: 1px solid #FFFAE2;
	padding-left: 5px;
	font-weight: bold;
	color: #0859AF;
}
form select
{
	padding-left: 0px;
}
input[type="submit"], input[type="button"], select.autoWidth
{
	width: auto;
}
input[type="hidden"]
{
	display: none;
}
form label, .floated
{
	display: block;
	float: left;
	clear: left;
	line-height: 21px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 10px;
	color: #FFFAE2;
	width: 150px;
	text-align: right;
}
.floated
{
	clear: none;
	width: auto;
	margin-left: 0px;
}
.expand
{
	clear: both;
	display: block;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
form a.buttonLink, form a.buttonLink:visited, form a.buttonLink:active, form a.buttonLink:hover
{
	display: block;
	float: left;
	padding: 2px 8px;
	border: 2px solid #FFFAE2;
	color: #FFFAE2;
	background-color: #98ccd7;
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
}
form input[type="submit"]
{
	visibility: collapse;
}
form a.buttonLink:hover
{
	color: #FFFAE2;
	border-color: #FFFAE2;
}

/*========================*/
/*         WIDGETS        */
/*========================*/
#widgets #happeningNow
{
	font-size: 12px;
}
#widgets .widgetContent, #widgets #happeningNow
{
	width: 184px;
	margin: 0px 10px;
}
#widgets #happeningNow img
{
}
#widgets #happeningNow .top
{
	background-image: url(../images/layout/widgets/happening_now/news.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 75px;
	padding-bottom: 0px;
	position: relative;
}
#widgets #happeningNow .top div.happeningContent
{
	padding: 5px 0px 5px 10px;
	margin: 0px;
	clear: right;
	border-bottom: 1px solid #AFBC2C;
}
#widgets #happeningNow .top h3, #widgets #happeningNow .top h2, .vArticle h2
{
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	width: 204px;
	line-height: normal;
}
#widgets #happeningNow .top h3
{
	font-size: 10px;
	margin-bottom: 6px;
}
#widgets #happeningNow .happeningContent h2, .vArticle h2
{
	margin-bottom: 0px;
	font-size: 11px;
}
#widgets #happeningNow div.bottom
{
	width: 300px;
	height: 9px;
	background-image: url(../images/layout/buckets/happening_now/bottom.png);
}
#widgets #happeningNow #theMonth
{
	display: block;
	float: right;
	margin-top: 20px;
}
#videos h2
{
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px;
}
#videos .video
{
	margin-bottom: 15px;
	border-bottom: 1px solid #ace328;
	padding: 0px 10px 5px 0px;
	
}

#videos h3
{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}
#videos .video img
{
	/*border: 2px solid #ace328;
	float: left;
	margin: 0px;
	margin-right: 10px;*/
}
#videos .expand
{
	margin-top: 5px;
	font-weight: bold;
	height: auto;
}
.firstHead
{
	margin-top: 0px;
	
}
.content
{
	background-image: url(../images/layout/headers/headerCartouche.png);
	background-repeat: no-repeat;
	background-position: top;
}
#evites img
{
	margin-bottom: 10px;
}
.widget
{
	margin-bottom: 10px;
}		
#topLinks
{
	text-align: right;
	width: 654px;
}
#topLinks img
{
	margin-right: 5px;
}
#topLinks a
{
	color: #8c8c8c;
}	
#topLinks ul, #footer ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#topLinks li
{
	display: inline;
	margin-left: 15px;
}
#footer li
{
	display: inline;
}
#footer ul
{
	display: inline;
}
#kingcomLink
{
	float: right;
	text-align: right;
}
#footer a
{
	color: #FFF7D8;
	margin: 0px 5px;
}
p.firstPar
{
	margin-top: 0px;
}
imgLink:hover
{
	text-decoration: none;
}
.legalese
{
	font-size: 9px;
	margin: 0px;
	line-height: normal;
}
#content ul
{
	list-style: none;
}
#content ul li h3
{
	margin-bottom: 0px;
}
#indexBut
{
	position: absolute;
	width: 470px;
	height: 55px;
	top: 28px;
	left: 60px;
}
#indexBut img
{
	width: 100%;
	height: 100%;
}