/*
Theme Name: Our Agency Wordpress
Theme URI: http://themeforest.net
Description: A CMS version of Our Agency theme from TF.net
Version: 1.0
Author: Hein Maas
Author URI: http://heinmaas.com
Tags: cms, modern, white
*/

/* --- Resets --- */

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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
	color: #000;
}

.clear {
	clear: both;
}
.img {
	margin-right:15px
}
img.alignleft, img.alignright {
margin-bottom:4px;
margin-top:4px;
padding:3px;
}
.alignleft {
float:left;
margin-right:8px;
}
/* --- Basic Styles --- */

body {
	color: #545454;
	background-image: url(images/bck_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #343434;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

body#subpage {
	background-image: url(images/bck_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	margin: 0 0 15px 0;
}

#container {
	width: 960px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
	text-align: left;
}

/* --- Link Styles --- */

a:link, a:visited {
	color: #1e9be4;
	text-decoration: none;
}
a:hover {
	color: #1e9be4;
	text-decoration: underline;
}
a:active {
	color: #1e9be4;
	text-decoration: none;
}

/* -------------------------
--------- HOMEPAGE ---------
-------------------------- */

/* --- Top Header --- */

#top {
	width: 960px;
	height: 185px;
	position: relative;
	margin-top:15px;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#top h1 {
	background: transparent url(images/logo.png) top left no-repeat;
	text-indent: -9999px;
	width: 140px; height: 140px;
	margin: 0px 0 0 400px;
	float: left;
}

#slogan { 
	color: #1f1f1f;
	float: left;
	margin: 40px 0px 0px 20px;
	padding: 0px;
	height: 20px;
	background: url(images/bg-sloganright.jpg) no-repeat right;
}

#slogan span {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	float: left;
	display: block;
	margin: 0px;
	padding: 3px 6px 0px 12px;
	height: 17px;
	background: url(images/bg-sloganleft.jpg) no-repeat left;
}

/* --- Navigation --- */

#nav {
	position: absolute;
	bottom: 0px;
	background-image: url(images/bck_nav.gif);
	background-repeat: repeat-x;
	width:920px;
	padding-right:40px;
}

#nav li {
	display: block;
	height: 35px;
	line-height: 39px;
	float: right;
	
	text-align: center;
	margin: 0 45px 0 0;
	
}

#nav li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#nav li a:hover {
	color: #1e9be4;
	text-decoration: none;
}

#nav li.current_page_item {
	background-position: bottom;
	background-image: url(images/current.png);
	background-repeat: no-repeat;
}

#nav li.current_page_item a {
	color: #000;
}

#nav li a {
	display: inline;
	line-height: 39px;
}


/* --- Spotlight / Slider --- */

#spotlight {
	height: 315px;
	width: 960px;
	overflow: hidden;
	position: relative;
	background-image: url(images/bck-featured.gif);
	background-repeat: repeat-x;
}

#mover {
	position: relative;
	overflow: hidden;
	width: 3000px; /* Adjust the width based on spotlight-items number (1000*[items number]) */
}

#item {
	width: 820px;
}

.spotlight-item {
	margin: 15px 50px 0;
	overflow: hidden;
	width: 820px;
	float: left;
	position: relative;
	display: inline;
}

.spotlight-item h2 {
	color: #af154b;
	font: 22px Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0 15px 0;
}

.spotlight-item p {
	color: #444;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	padding: 0 0 0 2px;
}

.spotlight-item .description {
	margin: 40px 0 0 10px;
	width: 260px;
}

spotlight-item .descr_projet dl{

	font-size: 13px;
	font-weight: bold;
}
spotlight-item .descr_projet dt{

	
}
spotlight-item .descr_projet span{
	float:right;
	color:red;
	font-size: 13px;
	font-weight: bold;
}



.spotlight-item img {
	position: absolute;
	top: 0; right: 0;
}

.launch {
	background: url(images/launch.png) top left no-repeat;
	display: block;
	float: right;
	width: 119px;
	height: 43px;
	text-indent: -9999px;
	margin: 0 15px 0 0;
	cursor: pointer;
}

.pause {
	background: url(images/pause.png) top left no-repeat;
	display: block;
	width: 97px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	bottom: 2px; right: 20px; 
	cursor: pointer;
}

#spotlight img.preview {
	float: right;
}


/* --- MAIN CONTENT --- */

/* --- Content: First Row --- */

#mainContent {
	margin: 0;
	background-color: #FFF;
	height: 200px;	
}

#topMain {
	padding:0 5px 0 5px;
	margin: 0 0 20px 0;
	overflow: hidden; 
}
.highlight {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#F6F6F6;
margin-bottom:20px;
margin-top:10px;
padding:7px 12px;
}

#who {
	width: 490px;
	float: left;
	padding: 0 20px 0 0;
}

#who img {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0 25px 5px 5px;
	float: left;
}


#who p {
	margin: 0 0 20px 0;
}

#who p.more {
	text-align: right;
}

#who p.more a {
	text-decoration: underline;
}



#news {
	width: 290px;
	
	
}

#news li {
	width: 290px; 
	height: 10px;
	display: block;
	padding: 10px 0 15px 0;
}

#news li h5 {
	color: #111;
	font: 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
	padding:0;
	margin:0;}

#news li h5 a {
	color: #af154b;
	
}

#news li h5 a:hover {
	color: #000;
	text-decoration: none;	
}
#news li p {
	color: #545454;
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#news li#first {
	border-bottom: 1px solid #e4e4e4;
	
}

#news li#first:hover {
	text-decoration: none;;
	background-color: #fff;
	background-position: left top;
}

#news li#second {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e4e4e4;
	
}

#news li#second:hover {
	text-decoration: none;;
	background-color: #fff;
	background-position: left top;
}

#news li#third {
	border-top: 1px solid #fff;
	
}

#news li#third:hover {
	text-decoration: none;;
	background-color: #fff;
	background-position: left top;
}

#news li#four {
	border-top: 1px solid #e4e4e4;
	
}

#news li#four:hover {
	text-decoration: none;;
	background-color: #fff;
	background-position: left top;
}
#contactInfo {
	margin-bottom: 20px;
	border-left: 1px solid #e4e4e4;
}

#contactInfo p {
	color: #545454;
}

#contact-info {
	width: 345px;
	float: right;
	margin: 38px 0 0 0;
	padding: 0 5px 0 20px; 
	border-left: 1px solid #e4e4e4;
	
}
#contact-info h4 {
	color: #1E9BE4;
	font: 16px "Lucida Grande", Tahoma, Verdana, sans-serif;
	margin: 0 0 20px 0;
	height: 16px;
	padding: 0;
}
#contact-info .first {
	
	padding-bottom:20px;
}

#contact-info .first:hover {
	text-decoration: none;;
	
}
#contact-info h5 {
	color: #000;
	font: 13px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	padding-bottom:10px;
}


#services {
	width: 345px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 25px; 
	
}

#services li {
	width: 260px; 
	height: 47px;
	display: block;
	padding: 10px 0 5px 70px;
}

#services li h5 {
	color: #111;
	font: 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
}

#services li h5 a {
	color: #111;
}

#services li p {
	color: #545454;
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#services li#first {
	border-bottom: 1px solid #e4e4e4;
	background: #f6f6f6 url(images/first.png) top left no-repeat;
}

#services li#first:hover {
	text-decoration: none;;
	background: #fff url(images/first.png) top left no-repeat;
}

#services li#second {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e4e4e4;
	background: #f6f6f6 url(images/second.png) top left no-repeat;
}

#services li#second:hover {
	text-decoration: none;;
	background: #fff url(images/second.png) top left no-repeat;
}

#services li#third {
	border-top: 1px solid #fff;
	background: #f6f6f6 url(images/third.png) top left no-repeat;
}

#services li#third:hover {
	text-decoration: none;;
	background: #fff url(images/third.png) top left no-repeat;
}

/* --- Content: Second Row --- */

#bottomMain {
	border-top: 1px solid #e4e4e4;
	padding: 50px 15px 0;
	margin:0;
	overflow: hidden;
	height:323px;
	background-color: #FFF;
}

#notes {
	width: 300px;
	padding: 0 0 0 0;
	float: left;
	text-align: justify;
	
	padding-right:10px;
}
.welcome{
	padding:10px 0 5px;

}
.map{
	background-color:#ECECEC;
border:1px solid #DDDDDD;
margin:0 0 15px;
padding:6px;
}

#swipe {
	width: 290px;
	padding: 0 0 0 0;
	float: left;
	text-align: justify;
	padding: 0 10px 0 10px;
	float: left;

}

#bulb {
	width: 295px;
	float: left;
	text-align: justify;
	
	padding-left:10px;
}

#notes h4, #swipe h4, #bulb h4 {
	color: #235460;
	margin: 0 0 10px 0;
	height: 20px;
	padding:0 0 14px;
	border-bottom:1px solid #E4E4E4;
	font-family: Arial,Helvetica,sans-serif;
	line-height:22px;
	font-size: 24px;
}
 #swipe h5, #bulb h5 {
	color: #235460;
	margin: 0 0 10px 0;
	padding:0 0 14px;
	border-bottom:1px solid #E4E4E4;
	font-family: Arial,Helvetica,sans-serif;
	line-height:22px;
	font-size: 20px;
}



#swipe h4 {
	background: url(images/h4-swipe.jpg) top left no-repeat;
}

#bulb h4 {
	background: url(images/h4-bulb.jpg) top left no-repeat;
}

/* --- FOOTER --- */

 .push {
	height:24px;
	background: transparent url(images/footer.png) top left no-repeat;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer {
	margin-top:150px;
	}

#footer-inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#footer-inner p {
	text-align:center;
}


/* -------------------------
--------- SUBPAGES ---------
-------------------------- */

#content {
	width: 100%;
	margin: 0px 0 0 0;
	overflow: hidden;
	background-color: #FFF;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-left:15px;
	margin-top:35px;
	color:#AF154B;
	line-height:30px;
	
}


#portfolio {
	margin: 30px 5px 0;
	overflow: hidden;
}


#projet {
	margin: 30px 5px 0;
	overflow: hidden;}


#projet h2 {

color:#af154b;
font-family:"Lucida Grande",Tahoma,Verdana,sans-serif;
font-size:16px;
margin:0 0 2px;
padding:5px 0 4px 0px;
text-transform:uppercase;
width:100%;}

.projet_detail {
	height:201px;
	width:950px;
	background-image: url(images/bck-projet.png);
	}
	.dl-prog {
	float:right;
	margin-bottom:20px;
	}	
	.prog-plus
{
	-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#F6F6F6;
margin-top:70px;
padding:7px 12px;
color:#AF154B;
font-size:12px;
	}
.gallery_detail{
	height:190px;
	width:685px;
	float: left;
	-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;

}

.gallery{
	width:290px;
	height:110px;
	padding:8px 8px 8px 0;;
	float:left;
	text-align:justify;
	
}
	
.presentation{
	width:320px;
	float:left;
	padding:11px 15px 5px;
	text-align:justify;
	font-size: 11px;	

}
.presentation h2{
	font-size: 20px;
	color: #1E9BE4;
	padding-bottom: 5px;
	margin-bottom: 15px;
	}
.contact_detail{
	height:120px;
	width:250px;
	padding-top:20px;
	margin-top:30px;
	float: left;


}
.contact_detail img{
	padding-left:10px;
	


}


/* --- Single Portfolio Item --- */

.item {
	width: 455px;
	float: left;
	margin: 0 10px 40px;
	color: #565656;
}



.item img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px;
}

.item h2 {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 8px 0 8px 10px;
	margin: 0 0px 15px;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	width:415px;
	text-transform: uppercase;
	background-color: #F6F6F6;
}


.item h2 a {
	color: #AF154B;
	text-decoration: none;
}
.item h2 a:hover {
	color: #000;
}

.item p {
	padding: 0 10px;
}



/* --- Portfolio Nav --- */

#folioNav {
	width: 100%;
	height: 35px;
	margin: 0 5px;
	background: #ececec url(images/bg-h3.jpg) top left repeat-x;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}

#folioNav span#previous {
	float: left;
	width: 96px;
	height: 26px;
	background: transparent url(images/previous.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}

#folioNav span#next {
	float: right;
	width: 96px;
	height: 26px;
	background: transparent url(images/next.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}

/* --- Clients & Testimonials --- */

#wrap {
	margin: 40px 10px 25px 20px;
	overflow: hidden;
}

#clients {
	width: 600px;
	float: left;
	padding: 0 10px 0 0;
	border-right: 1px solid #e4e4e4;
}

#testimonials {
	width: 230px;
	float: left;
	margin: 0 0 0 20px;
}

#clients h4, #testimonials h4 {
	color: #222;
	font: 14px/16px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	height: 16px;
	padding: 0 0 0 22px;
}

#clients h4 {
	background: url(images/h4-clients.jpg) top left no-repeat;
}

#testimonials h4 {
	background: url(images/h4-testi.jpg) top left no-repeat;
	line-height: 10px;
	margin-left: 18px;
}

#clientlist {
	overflow: hidden;
}

#clientlist li {
	float: left;
	margin: 0 15px 0 0;
}

#clientlist li img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px;
}

#testimonials blockquote {
	background: url(images/quotes.jpg) top left no-repeat;
	padding: 0 10px 0 25px;
	margin: 0 0 15px 0;
	color: #999;
	font-style: italic;
}

#testimonials p.author {
	padding: 0 10px 0 25px;
}

#testimonials span.readmore {
	display: block;
	width: 96px;
	height: 25px;
	background: transparent url(images/readmore.png) top left no-repeat;
	text-indent: -9999px;
	margin: 0 20px;
}

/* --- CONTACT QUI SOMMES NOUS --- */

#whois {
	width: 540px;
	float: left;
	padding: 0 20px 0 0;
	margin: 25px 0 25px 5px;
	text-align:justify;
}
#whois h2{
	font-size: 20px;
	color:#0099CC;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom:15px;
	}
	#whois h3 {
	background-color: #292929;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 15px 5px;
	margin: 0 0 30px 0;

}

	
#whois .who{
	-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#f6f6f6;
margin-bottom:10px;
margin-top:10px;
padding:7px 12px;
}








/* --- CONTACT PAGE --- */

#contactForm {
	width: 540px;
	float: left;
	padding: 0 20px 0 0;
	margin: 30px 5px 0;
}
.formform {
background-color:#F6F6F6;
padding-left:120px;
}


.topBorder {
	border-top: 1px solid #e4e4e4;
	padding-top: 30px;
}



/* --- Contact Form --- */

#contactForm form label {
	clear:both;
display:block;
float:left;
margin-top:2px;
width:150px;
}


#contactForm fieldset p label {
float:left;
font-family:Arial,Helvetica,sans-serif;
width:150px;
color:#F00;
}
#contactForm form input {
	border:1px solid #969696;
float:left;
margin:2px 5px 2px 0;
padding:4px;
width:300px;
}

#contactForm  p {
clear:both;
display:block;
margin-top:2px;
width:150px;
}

#contactForm form input#submit {
	display: inline;
	height: 25px;
	width: 97px;
	background: transparent url(images/send.png) top left no-repeat;
	border: 0;
	text-indent: -9999px;
	float: right;
	margin: 5px 55px 0 0; 	
}

#contactForm form textarea {
	display: block;
	border: none;
	border: 1px solid #969696;
	background-color: #fcfcfc;
	width: 300px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 11px/20px "Lucida Grande", Tahoma, sans-serif;
}

#error{
	font-size: 14px;
	color: #b50606;
}

.loading{
	font-size: 14px;
	color: #459d10;
}



/* --- BLOG POSTS --- */

#blogContent {
	padding: 13px 0 0 18px;
	margin: 0 0 20px 0;
	overflow: hidden; 
	
}

#blog {
	width: 600px;
	float: left;
	padding: 0 20px 0 0;
	margin: 30px 0 25px 0px;
}
.post-date {
	padding:5px;
	background-color: #f4f4f4;
}

.post-top {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.post-content {
	background: transparent url(images/bg-h3.jpg) top left repeat-x;
	padding: 15px 0 0;
}




.post-snippet, .post {
	margin-bottom:25px;
	overflow:hidden;
	padding:15px 10px;
}

.post-snippet h2, #comments h2 {
	font: 22px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #235460;
	width: 370px;
	float: left;
}

.post-snippet a, #comments h2 a {
	color: #235460;
}

.post-snippet .comments-link, .post-snippet .readmore, .post-snippet .more-link {
	float: right;
	width: 134px;
	background-color: #292929;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.post-snippet .comments-link a, .post-snippet .readmore a {
	color: #fff;
} 

img.thumb {
	float: left;
	margin: 0 15px 15px 0;
	display: inline;
	background-color: #ececec;
	padding: 6px;
	border: 1px solid #dfdede;
}

#post-nav {
	overflow: hidden;
}

#post-nav p {
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #f4f3f3;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#post-nav p a {
	color: #545454;
}

#post-nav p.previous {
	float: left;
}

#post-nav p.next {
	float: right;
}

/* --- SINGLE POST STYLES --- */

.post-img {
	margin: 0 15px 15px 2px;
	display: inline;
	border: 1px solid red;
	background-color: #ececec;
	padding: 6px;
	border: 1px solid #dfdede;
}

.post h2 {
	font: 18px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #235460;
	width: 350px;
	float: left;
}

.post .meta {
	float: right;
	background-color: #292929;
	width: 175px;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.post blockquote, .post-snippet blockquote {
	margin: 20px 50px;
	padding: 10px 15px 5px;
	background-color: #fff;
}

.post ol, .post-snippet ol {
	list-style: decimal inside;
	margin: 10px 20px;
}

.post ul, .post-snippet ul {
	list-style: inside;
	list-style-image: url(images/bullet.gif);
	margin: 10px 20px;
}

.promo {
	border-top: 1px solid #ddd;
	padding: 10px 25px 0;
	overflow: hidden;
}

.promo .feeds, .promo .tweet {
	font-size: 18px;
	padding: 0 0 0 40px;
	line-height: 32px;
}

.promo .feeds a, .promo .tweet a {
	color: #292929;
}

.promo .feeds {
	background: transparent url(images/feedicon.jpg) top left no-repeat;
	float: left;
	margin: 0 40px 0 0;
	border-right: 1px solid #ddd;
	padding: 0 25px 0 40px;
}

.promo .tweet {
	background: transparent url(images/tweeticon.jpg) top left no-repeat;
	float: left;
}

/* --- COMMENTS STYLES --- */

#subpage h3 {
	background-color: #292929;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 15px 5px;
	margin: 0 0 30px 0;
}

#comments {
	margin: 20px 0 20px 0;
	border-top: 1px solid #ddd;
}

.comment {
	margin: 0;
	background-color: #f4f3f3;
	padding: 5px 15px 5px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.comment .comment-meta {
	overflow: hidden;
	margin: 5px 0 5px 0;
}

.comment .avatar {
	float: left;
	margin: 0 15px 0 0;
	display: inline;
	background-color: #ececec;
	padding: 4px;
	border: 1px solid #dfdede;
}

.comment .name {
	font-size: 24px;
	margin: 10px 0 5px 0;
}

.comment .name a {
	color: #292929;
}

.author {
	background-color: #fbfbfb;
}

.comment .comment-text {
	font-size: 12px;
	margin: 0 0px 0;
}

/* --- COMMENT FORM --- */

form#commentform {
	background-color: #f4f3f3;
	padding: 15px 20px 15px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 15px 0 25px 0;
	overflow: hidden;
}

form#commentform label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #292929;
	margin: 0 0 5px 0;
}

form#commentform label span {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

form#commentform #author, form#commentform #email, form#commentform #url {
	width: 270px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	font-size: 13px;
	padding: 0 5px 0;
	margin: 0 0 10px 0;
}

form#commentform textarea {
	width: 470px;
	height: 120px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	font-size: 13px;
	padding: 0 5px 0;
	margin: 0 0 10px 0;
}

form#commentform #submit {
	background-color: #292929;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 15px 3px;
}


/* --- SIDEBAR & WIDGETS --- */

#sidebar {
	width: 300px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 0 20px; 
}

#sidebar .widget h2 {
	font: 18px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #AF154B;
	margin: 0 0 10px 0;
}

.widget {
	margin: 0 0 20px 0;
}

.widget .ad {
	margin: 0 5px 5px 0;
}

#sidebar ul div.widget ul li {
	background: transparent url(images/bg-li.gif) bottom left repeat-x;
	line-height: 25px;
	width: 240px;
}

.widget ul li a {
	color: #545454;
	background: transparent url(images/arrow.gif) top left no-repeat ;
	padding: 0 0 0 15px;
}






div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10px;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}



.breadcrumb {
line-height:25px;
font-size:11px;
color: #CCC

}
.breadcrumb a{
	color: #CCC;
}
.breadcrumb a:hover{
	line-height:25px;
	font-size:11px;
	color:#1E9BE4;
	text-decoration: none;
}
.breadcrumb .link {
border:medium none;
font-size:11px;
margin-left:10px;
margin-right:10px;
margin-top:0;
padding-left:5px;
padding-top:0;
vertical-align:middle;}

.cssform {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:11px;
-moz-border-radius-bottomright:11px;
-moz-border-radius-topleft:11px;
-moz-border-radius-topright:11px;
-moz-box-shadow:0 4px 13px #f4f4f4;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #E5E5E5;
font-weight:normal;
margin-left:8px;
padding:16px 16px 40px;
margin-right:300px;
margin-left:300px;
}

#user{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FBFBFB none repeat scroll 0 0;
border:1px solid #E5E5E5;
font-size:24px;
margin-bottom:16px;
margin-right:6px;
margin-top:2px;
padding:3px;
width:97%;}


input.button, button.button, a.button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#21759B url(../images/button-grad.png) repeat-x scroll left top;
border-color:#298CBA;
color:#FFFFFF;
font-weight:bold;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);}