/* @override http://forge.fn.mac/wp-content/themes/forge-1/style.css */
/*
Theme Name:   Forge 1
Theme URI:   
Description:  Mon thème basé sur Depo Clean de <a href="http: //powazek.com">Derek Powazek</a>.
Version: 	  0.1
Author: 	   Pierre Lemieux
Author URI:   http: //forgenumerique.com
*/

/* Resets default browser CSS */

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;
}
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;
}


body {
	background: #FFF;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 84%;
	line-height: 1.4;
	padding: 0 0 2em;
	text-align: center;
}
body.s { font-size: 76%; }
body.m { font-size: 84%; }
body.l { font-size: 93%; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { color: #111; font-weight: normal; }

h1 { font-size: 2em; line-height: 1; text-shadow: #AAA 0px 0px 4px; }
h2 { font-size: 1.6em; line-height: 1; margin: 0 0 1em; }
h3 { font-size: 1.2em; line-height: 1; margin: 1em 0 .75em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.5em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 1em 0 0; }
p.first { margin-top: 0; }

ul { margin: 1em 0 0 1.5em; }
ol { margin: 1em 0 0 2em; }
ul ul, ol ol, ul ol, ol ul { margin-top: .5em; }
li { margin: .5em 0 0; }
dl { margin: 1em 0 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}

abbr { border-bottom: 1px dotted #CCC; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #666; }

a, a:link {border-bottom: 1px solid #CCC; color: red; text-decoration: none; }
a:visited { color: #666; }
a:hover, a:focus { color: red; border-color: red; }
a:active { color: red; }
h2 a { border: none !important; }

blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em { font-style: italic; background: #ffc; }
pre,code { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin-top: 1em; }
tr { vertical-align: top; }
th { border-bottom: 2px solid #ccc; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Forms
-------------------------------------------------------------- */

form { margin: 1em 0; }

.leftlabel, .leftspan {
	clear: left;
	float: left;
	margin: 0 0 .5em;
	width: 100%;
}
.leftlabel label, .leftspan span {
	display: block;
	float: left;
	line-height: 1;
	margin: 0 1em 0 0;
	padding: .3em 0 0;
	text-align: right;
	width: 10em;
}
.submit {
	clear: left;
	padding: 1em 0 0;
}


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #666; }
.hide { display: none; }
.highlight { background: #ff0; }
.added { color: #060; }
.removed { color: #900; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

.left { float: left; margin: 0 1.5em 1.5em 0; }
.right { float: right; margin: 0 0 1.5em 1.5em; }

.reset-margin { margin: 0; }
.reset-padding { padding: 0; }
.reset { margin: 0; padding: 0; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.nowrap { white-space: nowrap; }
.clear { clear: both; height: 0 !important; line-height: 0 !important; margin: 0 !important; }

.required, div.error, p.error, span.error { font-weight: bold; color: #C30; }
input.error, textarea.error { border: 3px solid #C30 !important; }

div.textblock { margin: 0 0 1.5em; }
.docsize { color: #666; font-size: .85em; }


/* =Custom classes ------------ */

.col1 {
	display: inline;
	float: left;
	width: 50%;
}
.col2 {
	display: inline;
	float: right;
	width: 50%;
}

.text_area { width: 480px !important; }

ul.nav li { margin: 0; }


/* =Layout ---------------------*/

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 760px;
}

#content {
	overflow: hidden;
	position: relative;
	width: 760px;
}


/* =Header ---------------------*/

#header {
	border-bottom: 1px solid #666;
	margin: 0 0 1em;
	padding: 50px 0 10px;
}

#header h1 span {
	color: #666;
	font-size: .55em;
	text-shadow: none;
}

#header a {
	color: #111;
	border: none;
}
#header a:hover {
	color: red;
}

/*
#header .search {
	padding: 11px 0 0 20px;
	background: url('/wp-content/themes/depo-clean/images/search.gif') 0 14px no-repeat;
	float: right;
}

#header .search input {
	width: 150px;
}
*/


/* =Content --------------------*/


.post {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 2em 0;
	position: relative;
	width: 760px;
}

.noline {
	border: none;
}
span.previous {
	float: left;
	}
   
span.next {
	float: right;
}

.posttopline {
	border-top: 1px solid #ccc;
	padding: 2em 0;
}

.post_content {
	float: left;
	width: 570px;
}
.post_content h2, .post_content h2 a {
	color: red !important;
}

.post_info {
	color: #999;
	float: right;
	font-size: .9em;
	width: 130px;
}
.post_info a {
	color: #333;
}


/* =Footer ---------------------*/

#footer {
	background: #EEE;
	color: #666;
	font-size: .9em;
	overflow: hidden;
	width: 760px;
}

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

#footer li {
	float: left;
	margin: 0 0 0 20px;
	padding: 20px 10px;
	width: 155px;
}
#footer li.first {
	margin: 0;
}

#footer li li {
	float: none;
	margin: 0 0 .25em;
	padding: 0;
	width: auto;
}

#footer #amzshcs div {
	float: left;
	margin: 0 5px 5px 0;
	}

h2.widgettitle {
	color: #333;
	font-size: 1.4em;
	margin-bottom: .5em;
}

/* Amazon widget */
.amzshcs-item a {
	border: none;
}

#copyright {
	clear: both;
	color: #666;
	font-size: .9em;
	padding: 1em 0 0;
	text-align: right;
}
#copyright p {
	margin-top: .5em;
}

