/*
Theme Name: CE's theme
Theme URI: http://www.cepascal.com/
Description: Le thème de CE peuscalle
Version: 1.0
Author: Keven Bouchard (peck)
Author URI: http://www.wewebit.ca/
Tags: ce, peck, portfolio motion, films, photography, works, contact, bio

CE v1.0
http://www.cepascal.com/

This theme was designed and built by Keven Bouchard,
whose website you will find at http://www.wewebit.ca/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


/* Body / Frame */

html {
	background: #dadada;
	height: auto !important; height: 100%;
	min-height: 100%;
}

body {
	background: url(images/pageBg.jpg) repeat-y center top;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.25em;
	color: #000;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
}

div#page {
	text-align: left;
	width: 904px;
	margin: 0 auto;
	padding-bottom: 25px;
}

/* tags */
img { border: 0; }

a {
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	text-decoration: underline;
	border: none;
}

a:hover {
	color: #000;
}

a span { display: none; }

/* classes */

.clear { display: block; clear: both; }
.hidden { display: none; }

.tRight { text-align: right; }
.tLeft { text-align: left; }

/* Header */

h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 a {
	display: block;
	background: url(images/logo.jpg) no-repeat;
	width: 700px;
	height: 137px;
}

div#header {

}

div#header div.description {
	padding-left: 68px;
}

div#header div#contactInfos {
	float: right;
	position: relative;
	margin-top: -25px;
}


/* menu */

table#contentTable td#contentCol {
	padding-right: 30px;
}

table#contentTable td#leftCol {
	background: url(images/menuTop.gif) no-repeat;
	width: 250px;
	padding-top: 112px;
}

td#leftCol #menu {
	list-style: none;
	width: 250px;
	margin: 0;
	padding: 0;
}

td#leftCol #menu li {
	margin: 0;
	padding: 0;
	line-height: 20px;
}


td#leftCol #menu li a {
	display: block;
	float: left;
	clear: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 250px;
}

#menu li#mDemo a { background-image: url(images/menuDemo.gif); height: 25px; }
#menu li#mDemo a:hover, #menu li#mDemo.selected a { background-position: left bottom; }

#menu li#mWork a { background-image: url(images/menuWork.gif); height: 21px; }
#menu li#mWork a:hover, #menu li#mWork.selected a { background-position: left bottom; }

#menu li#mFilm a { background-image: url(images/menuFilm.gif); height: 23px; }
#menu li#mFilm a:hover, #menu li#mFilm.selected a { background-position: left bottom; }

#menu li#mMotions a { background-image: url(images/menuMotion.gif); height: 20px; }
#menu li#mMotions a:hover, #menu li#mMotions.selected a { background-position: left bottom; }

#menu li#mPhotography a { background-image: url(images/menuPhoto.gif); height: 22px; }
#menu li#mPhotography a:hover, #menu li#mPhotography.selected a { background-position: left bottom; }

#menu li#mMakingof a { background-image: url(images/menuMakingOf.gif); height: 19px; }
#menu li#mMakingof a:hover, #menu li#mMakingof.selected a { background-position: left bottom; }

#menu li#mBio a { background-image: url(images/menuBio.gif); height: 20px; }
#menu li#mBio a:hover, #menu li#mBio.selected a { background-position: left bottom; }

#menu li#mBlog a { background-image: url(images/menuBlog.gif); height: 25px; }
#menu li#mBlog a:hover, #menu li#mBlog.selected a { background-position: left bottom; }


#menuBottom {
	background: url(images/menuBottom.gif) no-repeat left bottom;
	height: 65px;
}


/* links */

td#leftCol ul#links {
	background: url(images/linksTitle.gif) no-repeat;
	list-style: none;
	margin: 0;
	padding: 29px 0 0 0;
}

td#leftCol ul#links li {
	margin: 0;
	padding: 0;
}

td#leftCol ul#links li a {
	display: block;
	float: left;
	clear: left;
	background-repeat: no-repeat;
	width: 250px;
}

td#leftCol ul#links li a:hover {

}

ul#links li#lBehance a { background-image: url(images/linksBehance.gif); height: 21px; }
ul#links li#lBehance a:hover { background-position: left bottom; }
ul#links li#lBehance {line-height: 21px; }

ul#links li#lFlickr a { background-image: url(images/linksFlickr.gif); height: 22px; }
ul#links li#lFlickr a:hover { background-position: left bottom; }
ul#links li#lFlickr { line-height: 22px; }

ul#links li#lVimeo a { background-image: url(images/linksVimeo.gif); height: 21px; }
ul#links li#lVimeo a:hover { background-position: left bottom; }
ul#links li#lVimeo { line-height: 21px; }

ul#links li#lFacebook a { background-image: url(images/linksFacebook.gif); height: 20px; }
ul#links li#lFacebook a:hover { background-position: left bottom; }
ul#links li#lFacebook {line-height: 20px; }

ul#links li#lFace a { background-image: url(images/linksFaceAFace.gif); height: 21px; }
ul#links li#lFace a:hover { background-position: left bottom; }
ul#links li#lFace { line-height: 21px; }


/* contact */
#contact {
	display: block;
	background: url(images/contact.gif) no-repeat left top;
	height: 78px;
}
#contact:hover { background-position: left bottom; }

/* credits */
#credits {
	background: url(images/credits.gif) no-repeat;
	height: 120px;
}

#credits span { display: none; }


/* Content Frame */

table#contentTable {
	width: 100%;
}

table#contentTable #content {
	padding-left: 10px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 20px 0 5px 0;
}


/* Featured */
#featuredPreviewBg {
	background: url(images/featuredBg.gif) no-repeat;
	width: 599px;
	height: 438px;
	margin-top: 42px;
}

#featuredPreviewContainer {
	overflow: hidden;
	position: relative;
	width: 599px;
	height: 438px;
}

#featuredPreviewBox {
	width: 591px;
	position: absolute;
}

#featuredPreviewBox .featuredPreviewItem {
	width: 595px;
	float: left;
	display: block;
}

#featuredControls {
	padding-top: 10px;
}

#featuredControls a {
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 14px;
	cursor: pointer;
}

#featuredControls a#featuredControl1 { background-image: url(images/1Img.gif); width: 13px; }
#featuredControls a#featuredControl2 { background-image: url(images/2Img.gif); width: 16px; }
#featuredControls a#featuredControl3 { background-image: url(images/3Img.gif); width: 16px; }
#featuredControls a#featuredControl4 { background-image: url(images/4Img.gif); width: 16px; }
#featuredControls a#featuredControl5 { background-image: url(images/5Img.gif); width: 17px; }
#featuredControls a#featuredControl6 { background-image: url(images/6Img.gif); width: 16px; }
#featuredControls a#featuredControl7 { background-image: url(images/7Img.gif); width: 16px; }
#featuredControls a#featuredControl8 { background-image: url(images/8Img.gif); width: 16px; }

#featuredControls a#featuredControl1.active { background-image: url(images/1ImgOver.gif); width: 13px; }
#featuredControls a#featuredControl2.active { background-image: url(images/2ImgOver.gif); width: 16px; }
#featuredControls a#featuredControl3.active { background-image: url(images/3ImgOver.gif); width: 16px; }
#featuredControls a#featuredControl4.active { background-image: url(images/4ImgOver.gif); width: 16px; }
#featuredControls a#featuredControl5.active { background-image: url(images/5ImgOver.gif); width: 17px; }
#featuredControls a#featuredControl6.active { background-image: url(images/6ImgOver.gif); width: 16px; }
#featuredControls a#featuredControl7.active { background-image: url(images/7ImgOver.gif); width: 16px; }
#featuredControls a#featuredControl8.active { background-image: url(images/8ImgOver.gif); width: 16px; }


/* Category page */
div#content div#articleItem {
	width: 537px;
	padding: 10px 0;
}

div#content a.articleItem {
	display: block;
	text-decoration: none;
	width: 537px;
	margin: 0;
	padding: 10px 0;
}

div#content a.articleItem:hover {

}


/* Work page */

div.workPage div#previewBox a {
	cursor: pointer;
}

div.workPage div#previewContainer {
	/*padding-bottom: 20px;*/
}

div.workPage div#previewControl {
	background: transparent;
	width: 596px;
	height: 329px;
	position: absolute;
	z-index: 10000;
	cursor: pointer;
}

#previewBox .previewImg {
	width: 599px;
	height: 335px;
}

div.workPage a#playLabel {
	position: absolute;
	display: block;
	background: url(images/playBtn.gif) no-repeat;
	width: 45px;
	height: 18px;
	margin: 10px 0 0 10px;
	padding: 0;
	z-index: 20000;
	cursor: pointer;
}

div.workPage div#videoContainer {
	position: relative;
	z-index: 25000;
	display: none;
}

#workVideoContainer {
	border: 2px solid #000;
	background-color: #000;
	width: 599px;
	height: 335px;
}

div.workPage .videoItem {
	border: 2px solid #000;
	background-color: #000;
	width: 599px;
	height: 335px;
}

div.workPage a.workVideo {
	display: block;
}

div.workPage div.bar {
	background: url(images/workItemBar.gif) no-repeat;
	width: 600px;
	height: 17px;
}

div.workPage div.entry {
	border: 2px solid #000;
	width: 566px;
	margin-top: 15px;
	padding: 5px 15px;
}

div.workPage #videoBox object, div.workPage #videoBox embed {
	background-color: #000;
}

div.workPage h3.extraTitle {
	color: #91c030;
}

div.workPage h3.extraTitle {
	color: #91c030;
	margin-bottom: 10px;
}

div.workPage #extraContainer h4 {
	margin: 5px 0;
}

div.workPage .extraItem {
	margin: 15px 0 25px 0;
}


/* Photography page */

div.workPage div.bar {
	background: url(images/workItemBar.gif) no-repeat;
	width: 600px;
	height: 17px;
}

div.workPage div.entry {
	border: 2px solid #000;
	width: 566px;
	margin-top: 15px;
	padding: 5px 15px;
}

div.workPage #photoControls {
	float: right;
	padding: 22px 0 0 40px;
	margin-right: 16px;
}

div.workPage #photoControls a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	cursor: pointer;
}

div.workPage #photoControls a:first-child {
	margin-right: 10px;
}

div.workPage #thumbContainer {
	padding: 15px 0;
}

div.workPage a.verticalPhoto {
	display: block;
	background: url(images/photoRightBg.gif) no-repeat right top;
	margin-right: 15px;
}

div.workPage a.thumbItem {
	cursor: pointer;
}

div.workPage img.thumbImg {
	margin-right: 8px;
	margin-bottom: 12px;
}

div.workPage .thumbItemFirst img {
	margin-right: 7px;
}


/* Bio page */

#content.bioContent {
	
}

#content.bioContent #bioPhoto {
	border: 2px solid #000;
	float: right;
	margin-left: 20px;
}

#content.bioContent #bioRightText {
	text-align: justify;
	line-height: 1.68em;
}



/* Footer */

#pageFooter {
	margin-top: 15px;
}

#pageTopBtn {
	font-size: 9pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	margin: 0 43px 0 0;
}

#pageTopBtn:hover {
	text-decoration: underline;
}

div#footer {
	background: url(images/pageFooterBg.jpg) no-repeat center top;
	height: 30px;
	padding-top: 30px;
}

/* Preload images */
div#footerPreload { display: none; }

/* "Work It Harder Make It Better
	Do It Faster, Makes Us stronger
	More Than Ever Hour After
	Our Work Is Never Over"
	
	- Daft Punk
*/


