/****************************************************************************************/
/*                                                                                      */
/*                         Stylesheet for 7vision V8                              */
/*                                                                                      */
/*                   Sebastien Malherbe / seb@7vision.com / 7vision.com                 */
/*                                                                                      */
/****************************************************************************************/

/*********** E Meyer's css reset ******************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/********* General declarations for the layout **********/

body {
	background: #1a1c1f url(../images/bg.gif) repeat-x 0px 0px;
	color:#e4e4e4;
	font-family:Arial, verdana, sans-serif;
	font-size:12px;
	margin: 0 auto;
	height: 100%;
	line-height: 15px;
}

a:link{
	color:#fff;
	text-decoration:none;
}

a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:underline;
}

a:active{
	color:#fff;
	text-decoration:none;
}

img{
	border:0px;
}

ul {
	padding: 0;
	margin:0;
	list-style-type: none;
}

input{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

h1{
	font-size: 2em;
	font-weight: bold;
	padding: 0px;
	margin:0px 0px 4px 0px;
}

h2{
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

h3{
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

h4{
	font-size: 1.2em;
	font-weight: bold;
	background: transparent url(../images/bg_fade.gif) repeat-x 0px 0px;
	padding: 4px;
	margin:0px;
}

#siteContainer {
	width: 930px;
  margin: 0px;
  position: relative;
	background: url("../images/bg_shadow.png") repeat-y 0px 0px;
}

#container {
	width: 690px;
	margin-left:230px;
	padding-bottom: 40px;
	float: right;
}

/************ HEADER ***************/

#header {
	height: 46px;
}

#logo {
	position: absolute;
	top: 15px;
	width: 230px;
}

#header ul{
	margin-top: 0px;
	margin-left: 6px;
	font-size: 1.1em;
}

#navcontainer ul li{
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
	float: left;
	text-align: center;
}

#navcontainer a {
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 4px 9px 5px 9px;
	font-weight: bold;
}

#navcontainer li#active a{ 
	background: url("../images/bg_nav.gif") repeat-x 0px; 
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	color: #FFF;
}

#navcontainer li#active a:hover { 
	background: url("../images/bg_nav.gif") repeat-x 0px; 
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#navcontainer li a:hover { 
	color: #FFF;
}


/****************** CONTENT ***************/

.content {
	padding: 20px 20px 0px 20px;
}


/***** Home Page ******/

#slideshow {
	margin: 18px 0 25px 0;
	padding-bottom: 10px;
	background: url("../images/slideshow_shadow.png") no-repeat bottom left;
}

.slideshowFlash {
	border: 5px solid white;
}

ul.blogExcerpt li.light{
	padding: 9px;
	background: #3e4148;
}

ul.blogExcerpt li.row1{
	padding: 9px;
	background: #3e4148;
}

ul.blogExcerpt li.row2{
	padding: 9px;
	background: #none;
}

ul.blogExcerpt li{
	padding: 9px;
}

.blogTitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

.blogContent a {
	color:#a54e50;
	text-decoration: underline;
}

.rssIcon {
	position: absolute;
	top: 4px;
	right:0;
}

ul.puce li{
	background: url("../images/puce1.gif") no-repeat 0px 2px;
	padding-left:13px;
	margin-top: 10px;
}

/***** Portfolio *********/

.portfolioIllus {
	float: left;
	width: 157px;
	padding-bottom: 10px;
	background: url("../images/slideshow_shadow.png") no-repeat bottom left;
	margin-right: 10px;
}

.portfolioDesc {
	border-top: 1px solid  #494c54;
	padding-top: 5px;
	position: relative;
	height: 110px;
	margin-bottom: 20px;
	float: left;
}

.portfolioDesc:hover {
	border-top: 1px solid  #a2abbd;
}

.portfolioDesc ul {
	list-style-type: square;
}

.portfolioDesc ul li{
	color: #b7becd;
	margin-left: 15px;
}

.view {
	position: absolute;
	bottom: 0;
	left: 0px;
}

.view a:hover{
	text-decoration: none;
}

.portfolioSection {
	width: 650px;
	height: 70px;
}

.portfolioBigThumbs {
	width: 244px;
	height: 161px;
}

/******** services *****************/

#intro {
	margin: 18px 0 25px 0;
	padding-bottom: 8px;
	background: url("../images/slideshow_shadow.png") no-repeat bottom left;
}

/***** Featuring ******/

.featuring {
	background: url("../images/bg_featuring.png") repeat-x 0px 0px;
	position: absolute;
	width: 690px;
	height: 235px;
	left: 240px;
	right:0;
	margin-top: 30px;
}

.featContent {
	margin-left: 0px;
	background: url("../images/bg_featuring_content.png") no-repeat top left;
	padding: 12px 16px 15px 25px;
	width: 640px;
	height: 180px;
}

ul.featList {
	margin: 13px;
}

ul.featList li{
	list-style-type: square;
	margin: 5px 0;
}

/*** Heading ****/

h1.hdIntro {
	text-indent: -5000px;
	height: 58px;
	background: url("../images/hd_intro.png") no-repeat 0px; 
}

h1.hdservices {
	text-indent: -5000px;
	height: 58px;
	background: url("../images/hd_services.png") no-repeat 0px; 
}

h1.hdportfolio {
	text-indent: -5000px;
	height: 58px;
	background: url("../images/hd_portfolio.png") no-repeat 0px; 
}

h1.hdAbout {
	text-indent: -5000px;
	height: 58px;
	background: url("../images/hd_about.png") no-repeat 0px; 
}

h1.hdContact {
	text-indent: -5000px;
	height: 58px;
	background: url("../images/hd_contact.png") no-repeat 0px; 
}

h2.section {
	border-bottom: 1px solid #5a606a;
	padding: 5px 0px 7px 10px;
	font-size: 1.4em;
}

/************* Quote **************/

ul.testimonial li {
	clear: both;
	margin-top: 20px;
}

blockquote p{
    padding: 0px 25px 10px 10px;
    font-size: 1.6em;
    font-style: italic;
    letter-spacing: 1px;
    float: left;
    background: url(../images/quote_down.png) bottom right no-repeat;
    line-height: 18px;
    font-family: times;
}

blockquote
    {
    padding: 15px;
    font-size: 0.9em;    
    background: url(../images/quote_up.png) top left no-repeat;
}

cite
    {
    font-size: 1.2em;
    float: right; 
    color: #66abd7;   
} 

/*********************** FOOTER ********************/

#footer {
	margin-top: 270px;
	|margin-top: 290px;
	padding: 20px;
	color: #acb3bf;
	position: relative;
}

.wpPowered {
	position: absolute;
	width: 300px;
	top: 20px;
	right: 0px;
}


/******* USEFULL *******/

.show {display: block;}
.hide {display: none;}

.half {
	width: 48%;
}

.oneThird {
	width: 33%;
}

.positionLeft {float: left;}
.positionRight {float: right;}

.clearBoth {
	clear: both;
}

.positionRelative{
	position: relative;
}

.marginTopMini { margin-top: 3px;}
.marginLeft { margin-left: 5px;}
.marginRight { margin-right: 5px;}
.marginTop { margin-top: 5px;}
.marginBottom { margin-bottom: 5px;}
.marginLeftMedium { margin-left: 10px;}
.marginRightMedium { margin-right: 10px;}
.marginTopMedium { margin-top: 10px;}
.marginBottomMedium { margin-bottom: 10px;}
.marginLeftHigh { margin-left: 20px;}
.marginRightHigh { margin-right: 20px;}
.marginTopHigh { margin-top: 20px;}
.marginBottomHigh { margin-bottom: 20px;}
.marginTopExtra { margin-top: 70px;}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.redish, a.redish {
	color: #a54e50;
}

.blue, a.blue {
	color: #66acd8;
}

.gray {
	color:#999;
}

a.arrowLeft {
	background: url("../images/puce3.png") no-repeat 0px 2px;
	padding-left: 15px; 
	font-weight: bold;
}

.small {
	font-size: 0.8em;
	color: #999;
}

.small a{
	color: #999;
}

ul.marginList li {
	margin-bottom: 10px;
}


/******* SqueezeBox ***************/

#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(../images/closebox.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(../images/closebox.gif);
}

.sbox-loading #sbox-content
{
	background-image:		url(../images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}