/*
 *   Copyright (C) 2008 Too Pixel
 *   www.toopixel.ch
 *
**/

/* Tripoli CSS framework */
@import url(tripoli.base.css);
@import url(plugins/tripoli.layout.css);
@import url(plugins/tripoli.visual.css);

/* Elements Styles */
@import url(navigation.css);
@import url(flash-notice.css);
@import url(forms.css);
@import url(portfolio.css);


/* ---------------------------- LAYOUT --------------------------- */

html, body {
	background: #eeede5 url(../images/bg-webdesign.png) repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6d624d;
}

#container {
	background: url(../images/bg-side-conception-site.png) no-repeat right top;
	width: 960px;
	min-height: 800px;
}

#header {
    background: url(../images/header-creation-site.jpg) no-repeat;
    height: 206px;
    padding-top: 51px;
    position: relative;
}

	#header #logo {
	    background: url(../images/logo-webdesigner-geneve.png) no-repeat;
	    width: 129px;
	    height: 73px;
	    text-indent: -5000px;
	    overflow: hidden;
	    margin-bottom: 64px;
	}

    #header #logo a {
	    display: block;
	    height: 100%;
	}
	
	#header .slogan {
		text-indent: -5000em;
		height: 183px;
		width: 264px;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	
		#header .slogan a {
			display: block;
			height: 183px;
			width: 264px;
			position: relative;
			top: 0;
		}

#container #primary {
	width: 595px;
}

#secondary {

}

.column,
#footer .column {
	float: left;
	width: 280px;
	margin-right: 30px;
}

.columns {
	margin-right: -30px;
}

#footer {
	border-top: 5px solid #c7b991;
	background: #181712 url(../images/bg-footer.png) repeat-x;
	padding: 20px 0 100px;
	margin-top: 50px;
	text-align: center;
	color: #bfb28f;
}

    #footer a {
		color: #bfb99b;
	}

    #footer a:hover {
		color: #ffffff;
	}

	#footer .content {
		width: 930px;
		font-size: 1.5em;
		margin: 0 auto;
		text-align: left;
	}

	#footer ul {
		list-style: none;
		margin: 0;
	}

ul.contacts {
	list-style: none;
	margin: 0;
}

#footer ul.contacts {
	color: #ffffff;
}

	#footer ul.contacts {
		margin-bottom: 15px;
		margin-top: 1em;
	}

	ul.contacts li span {
		font-weight: bold;
		width: 90px;
		float: left;
		margin-right: .5em;
	}

    #footer ul.contacts li span {
		color: #bfb28f;
	}


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

.content h2 {
	font-weight: normal;
	font-size: 1.8em;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -.03em;
	color: #191713;
	padding-bottom: .4em;
	margin-top: 0;
	border-bottom: dotted 1px #c7b991;
}

    .content h2 span {
		color: #ae8049;
	}

    .content h2 a {
		color: #191713;
		text-decoration: none;
	}

        .content h2 a:hover {
			color: #ca6e00;
			text-decoration: none;
		}

.content h3 {
    font-weight: normal;
	font-size: 1.5em;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -.02em;
	color: #080704;
	margin: 1.6em 0 .3em 0;
	background: url(../images/h3.png) no-repeat left center;
	padding-left: 20px;
}

    .content h3 a {
		color: #080704;
		text-decoration: none;
	}

        .content h3 a:hover {
			color: #ca6e00;
			text-decoration: none;
		}

#container #secondary .content {
	font-size: .9em;
	color: #857c61;
	margin-top: 14px;
}

	#container #secondary h2 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		letter-spacing: -.02em;
		font-weight: bold;
		border: none;
		padding: 0;
		margin-bottom: 10px;
	}

	#container #secondary p {
		text-align: left;
	}

blockquote {
	background: url(../images/bq-top.png) no-repeat top left;
	font: italic 1.4em "Times New Roman", Times, serif;
	color: #8f825e;
    margin: 10px 30px;
	padding: 0 0 0 50px;
}

	blockquote p {
		background: url(../images/bq-bottom.png) no-repeat bottom right;
        padding: 5px 50px 5px 0;
	}

.post {
	margin-bottom: 40px;
}

ul.services-webdesign {
	list-style: none;
	margin: 1em 0 1em 1.8em;
}

	ul.services-webdesign li {
		background: url(../images/tick.png) no-repeat left center;
		padding: .2em 0 .2em 22px;
	}

.signature {
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
	color: #403b2f;
}

.rss {
	background: url(../images/badge_rss.png) no-repeat left center;
	padding: 4px 0 6px 26px;
	font-size: .9em;
	font-weight: bold;
}

a.green_button {
	background-image: url(../images/green_button.png);
	background-repeat: no-repeat;
	background-position: right 0;
    float: left;
	text-decoration: none;
	color: #e4e6cb;
	padding-right: 25px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	height: 28px;
	line-height: 26px;
	margin: .6em 0 1em 0;
}

	a.green_button span {
        background-image: url(../images/green_button.png);
		background-repeat: no-repeat;
		background-position: left 0;
		padding-left: 25px;
		float: left;
		height: 28px;
	}

    a.green_button:hover {
    	background-position: right -28px;
		color: #ffffff;
	}

    a.green_button:hover span {
		background-position: left -28px;
	}

a.ask_quote {
	background: url(../images/ask_quote.png) no-repeat;
	width: 235px;
	height: 137px;
	text-indent: -5000em;
	display: block;
	margin: 3em auto;
}

/* Blog styles */
#container .post h2,
#container .post h3 {
	position: relative;
}

    #container .post h2 a {
		background: url(../images/post.png) no-repeat left center;
		min-height: 32px;
		padding: 0.5em 0 0.5em 35px;
	}

#container.blog .post {
	margin-bottom: 10em;
}

#container .post-info {
	font-size: 0.6em;
	color: #4f4836;
	right: 0.3em;
	bottom: 0.5em;
	position: absolute;
	letter-spacing: normal;
	background: url(../images/calendar_empty.png) no-repeat left center;
	padding: 0.25em 0 0.2em 20px;
}

#container .postmetadata {
	color: #403b2f;
	background: #dfd8c3;
	padding: 0.3em 1em;
	margin: 1em 0 0.3em 0;
}

    #container .postmetadata a {
		color: #ca6e00;
		text-decoration: none;
	}

        #container .postmetadata a:hover {
			color: #000;
		}

#container #searchform {
	display: block;
	margin-bottom: 2em;
	clear: both;
	font-size: 1.2em;
}

    #container #searchform div {
		 padding: 0;
	}

    #container #searchform input {
    	background: #faf9f4 url(../images/search.png) no-repeat 99% 50%;
    	padding: 0.6em 40px 0.6em 0.6em;
	}

#container .more-link {
	text-align: right;
	display: block;
	padding-right: 20px;
	background: url(../images/next.png) no-repeat right bottom;
	text-decoration: none;
	color: #403b2f;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 3em;
}

    #container .more-link:hover {
		color: #ca6e00;
	}

#container .navigation {
	margin-bottom: 1em;
	clear: both;
}

#container .tags {
	border-top: 1px solid #dfd8c3;
	border-bottom: 1px solid #dfd8c3;
	padding: 0.4em 0.5em;
	margin: 2.5em 0;
}

    #container .tags .title {
		font-weight: bold;
		color: #403b2f;
	}

    #container .tags a {
		color: #ca6e00;
		text-decoration: none;
		font-weight: normal;
	}

        #container .tags a:hover {
			color: #000;
		}

.action-box a {
	float: right;
	width: auto;
	background: no-repeat;
	color: #2f2e29;
	text-decoration: none;
	font-weight: bold;
	padding-left: 27px;
	margin-left: 2em;
	min-height: 24px;
	line-height: 2em;
}

    .action-box a:hover {
		color: #ca6e00;
	}

	.action-box .comments-link {
		background-image: url(../images/comments.png);
	}

	.action-box .view-article {
		background-image: url(../images/zoom_in.png);
	}

.next-prev {
	margin-bottom: 2em;
}

    .next-prev a {
    	color: #9f9377;
    	text-decoration: none;
    	font-size: 0.9em;
	}

    .next-prev a:hover {
		color: #ca6e00;
	}

    .next-prev .alignleft {
    	float: left;
    	text-align: left;
	}

    .next-prev .alignright {
    	float: right;
    	text-align: right;
	}

#container .pagetitle {
	margin-bottom: 3em;
	font-size: 1.4em;
	letter-spacing: normal;
	font-variant: small-caps;
	border-bottom: solid 5px #dfd4b5;
}

.alignleft {
	float: left;
	margin: 0.2em 1em 0.2em 0;
}

.center {
	text-align: center;
	margin: 0 auto;
}
