/* MIKE BERGERON */
/* Default stylesheet */
/* 2009 */

/* Tag reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a,
em, img, strong, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body{
	line-height:1;
	background:#0b0b0b url('../images/glow.jpg') no-repeat;
	color:#888;
	font-family:Georgia, "Times New Roman", Times, serif;
	behavior:url("css/csshover.htc");
}
ol, ul{
	list-style: none;
}
:focus {
	outline:0;
}
/* Default elements */
a{
	color:#4aa8ff;
	text-decoration:none;
	cursor:pointer;
	border-bottom:1px dotted #4aa8ff;
}
a:link{}
a:visited{}
a:hover{
	color:#0083f2;
}
h4{
	font-size:16px;
	color:#cecece;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:15px;
}
/* General */
div.hr hr{
	visibility:hidden;
}
legend{
	display:none;
}
.coming-soon span{
	display:none;
}
.coming-soon:hover span{
	display:block;
	position:absolute;
	padding:0px 4px;
	background:#0b0b0b;
	border:1px dotted #888;
	width:90px;
	font-size:10px;
	line-height:22px;
	text-transform:none;
	text-align:left;
	color:#888;
	margin-top:-25px;
}
.coming-soon a{
	cursor:default;
}
/* BANNER */
#banner{
	width:125px;
	height:125px;
	position:fixed;
	_position:absolute;
	top:-125px;
	left:-125px;
	background:url('../images/themes/default/banner.png') no-repeat;
}
*html #banner{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/themes/default/banner.png', sizingMethod="image");
}
#banner.en{
	background:url('../images/themes/default/banner-en.png') no-repeat;
}
*html #banner.en{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/themes/default/banner-en.png', sizingMethod="image");
}
#banner h5{
	color:#fff;
	position:absolute;
	top:-35px;
}
/* PAGE */
#page{
	width:920px;
	margin:0 auto;
}
/* HEADER */
#header{
	margin:86px 0 40px 0;
	overflow:hidden;
	clear:both;
	/*height:100%;*/
	height:77px;
}
#header #logo{
	width:236px;
	height:77px;
	float:left;
	background-image:url(../images/mike-bergeron.png);
	display:none;
}
*html #header #logo{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mike-bergeron.png', sizingMethod="image");
}
#header #logo h1{
	position:absolute;
	top:-20px;
	color:#fff;
}
#header #lang-theme{
	float:right;
	text-transform:uppercase;
	font-size:10px;
	color:#cecece;
	line-height:16px;
	padding-top:18px;
	text-align:right;
}
#header #lang-theme h5{
	font-weight:normal;
	margin-bottom:2px;
}
#header #lang-theme h5.theme{
	float:left;
	text-align:right;
	width:80px;
	padding-right:4px;
}
#header #lang-theme ul{
	float:left;
}
#header #lang-theme ul li{
	display:inline;
}
#header #lang-theme ul li a{
	text-align:center;
	color:#999;
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:1px 2px;
	background:url('../images/theme.png') center no-repeat;
	margin-left:1px;
}
#header #lang-theme ul li a:hover,
#header #lang-theme ul li a.current{
	color:#333;
	text-decoration:none;
}
#header #lang-theme #default{
	border-bottom:1px dotted #4aa8ff;
}
#header #lang-theme #green{
	border-bottom:1px dotted #c6e98a;
}
#header #lang-theme #red{
	border-bottom:1px dotted #ff4a5f;
}
#header #lang-theme #default:hover,
#header #lang-theme #default.current{
	background:url('../images/themes/default/theme.png') center no-repeat;
}
#header #lang-theme #green:hover,
#header #lang-theme #green.current{
	background:url('../images/themes/green/theme.png') center no-repeat;
}
#header #lang-theme #red:hover,
#header #lang-theme #red.current{
	background:url('../images/themes/red/theme.png') center no-repeat;
}
/* CONTENT */
#content{
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	clear:both;
	height:100%;
}
/* LEFT COLUMN */
#left-col{
	width:625px;
	float:left;
}

/* Category Tabs */
#left-col .category{
	overflow:hidden;
	margin-bottom:25px;
	height:30px;
}
#left-col #category-web{
	background:url('../images/category-web.png') no-repeat;
}
*html #left-col #category-web{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/category-web.png', sizingMethod="image");
}
#left-col #category-print{
	display:none;
	background:url('../images/category-print.png') no-repeat;
}
*html #left-col #category-print{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/category-print.png', sizingMethod="image");
}
#left-col .category li{
	float:left;
	text-transform:uppercase;
}
#left-col .category a{
	font-size:12px;
	font-weight:normal;
	color:#888;
	text-decoration:none;
	display:block;
	line-height:29px;
	cursor:pointer;
	border:none;
}
#left-col #category-web .web,
#left-col #category-web .print:hover,
#left-col #category-print .print,
#left-col #category-print .web:hover{
	color:#cecece;
}
#left-col .category .web{
	width:72px;
	padding:0 0 0 38px;
}
#left-col .category .print{
	padding:0 0 0 24px;
	width:86px;
}
/* Portfolio */
#left-col #web-portfolio{
	display:block;
}
#left-col #print-portfolio{
	display:none;
}
#left-col ul.portfolio li{
	width:605px;
	height:255px;
	padding:10px;
	background:#595959 url('../images/corner.png') top right no-repeat;
	margin-bottom:25px;
	position:relative;
}
#left-col ul.portfolio li.last{
	margin-bottom:0px;
}
#left-col ul.portfolio li div{
	background:#0b0b0b;
	height:175px;
	width:435px;
	padding:80px 0 0 170px;
	background:#0b0b0b url('../images/glow-sm.jpg') no-repeat;
	position:absolute;
	z-index:2;
}
#left-col ul.portfolio li div h3{
	text-transform:uppercase;
	color:#cecece;
	font-weight:normal;
	font-size:24px;
	line-height:20px;
	margin-bottom:10px;
}
#left-col ul.portfolio li div dl{
	font-size:10px;
	text-transform:uppercase;
	margin:0 auto;
	overflow:hidden;
}
#left-col ul.portfolio li div dl dt{
	float:left;
	clear:left;
	font-weight:bold;
	color:#888;
	text-align:left;
	margin-right:4px;
	width:100px;
}
#left-col ul.portfolio li div dl dd{
	color:#cecece;
}

/* RIGHT COLUMN */
#right-col{
	width:225px;
	float:right;
	padding-top:52px;
	line-height:18px;
}
#right-col p.txt{
	margin-bottom:15px;
}
#right-col .vcard{
	background:url('../images/icons.png') no-repeat;
	padding:0 0 5px 30px;
	line-height:20px;
	font-size:10px;
}
#right-col .vcard span{
	display:block;
	padding-bottom:1px;
}
#right-col .vcard .fn,
#right-col .vcard .tel{
	color:#cecece;
	font-weight:bold;
	font-size:12px;
}
#right-col .vcard a{
	font-size:11px;
}
#right-col #contact-form{
	margin:30px 0 5px 0;
}
#right-col #contact-form h4{
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#888;
	text-transform:none;
	margin-bottom:10px;
}
#right-col #contact-form label{
	text-transform:uppercase;
	color:#cecece;
	font-size:10px;
	font-weight:bold;
	display:block;
	clear:both;
}
#right-col #contact-form input.txt,
#right-col #contact-form textarea{
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#888;
	border:1px solid #171717;
	width:213px;
	padding:3px 5px;
	margin-bottom:4px;
	background:#171717;
}
#right-col #contact-form input.hover,
#right-col #contact-form textarea.hover{
	border:1px dotted #4aa8ff;
	color:#4aa8ff;
}
#right-col #contact-form textarea{
	height:90px;
}
#right-col #contact-form .spmchk{
	overflow:hidden;
	clear:both;
	padding:2px 0 10px 0;
}
#right-col #contact-form .spmchk img{
	float:left;
}
#right-col #contact-form .spmchk input.spmchk{
	width:40px;
	margin-left:2px;
	font-weight:bold;
	font-size:14px;
	padding:0 5px 3px 5px;
	margin-bottom:0;
}
#right-col #contact-form em{
	font-size:10px;
	display:block;
	clear:both;
}
#right-col #contact-form input.btn{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	color:#cecece;
	text-transform:uppercase;
	text-align:left;
	padding-left:14px;
	line-height:16px;
	width:89px;
	margin-top:5px; 
	border:none;
	background:url('../images/btn.png') center no-repeat;
	float:right;
}
#right-col #contact-form input.btn:hover{
	background:url('../images/btn-hover.png') center no-repeat;
}
#right-col #msg-error,
#right-col #msg-success{
	display:none;
}
#right-col .status{
	background:#0b0b0b;
	height:260px;
	width:230px;
	position:absolute;
	padding-top:60px;
	text-align:center;
	margin:26px 0 0 -2px;
	display:none;
}
#right-col .status p{
	margin-top:12px;
	font-size:13px;
	color:#cecece;
}
#right-col .status a{
	font-size:11px;
}
#right-col .status-icon{
	width:38px;
	height:32px;
	margin:0 auto;
}
#right-col .status-icon.error{
	background:url('../images/warning.png') center no-repeat;
}
#right-col .status-icon.success{
	background:url('../images/check.png') center no-repeat;
}
#right-col ul li{
	background:url('../images/bullet.png') center left no-repeat;
	padding:0 0 0 8px;
}
#right-col .hr{
	height:2px;
	margin:30px 0;
	clear:both;
	background:url('../images/line-sm.png') center no-repeat;
}
/* FOOTER */
#footer{
	overflow:hidden;
	clear:both;
	padding-bottom:45px;
	width:625px;
	font-size:11px;
	line-height:16px;
}
#footer .hr{
	height:80px;
	clear:both;
	background:url('../images/line.png') center no-repeat;
}
#footer #favourites, 
#footer #various,
#footer #tools{
	float:left;
	line-height:22px;
	margin-right:120px;
}
#footer #tools{
	margin-right:0px;
}
#footer #copyright{
	text-align:right;
	clear:both;
}
#footer #copyright p{
	float:left;
	text-align:left;
}
#footer #copyright a{
	border:none;
}
#footer #copyright img{
	margin-left:5px;
}
#footer #copyright img.valid{
	width:43px;
	height:15px;
}