/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
*/

/******************** Reset ********************/
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li, 
abbr, acronym, address, b, big, blockquote, 
cite, code, del, dfn, em, i, ins, kbd, pre, q, 
samp, tt, var, small, strong, sub, sup, 
object, iframe, form, fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video						{ font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; text-align: left; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
textarea, input, select										{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; text-align: left; margin: 0; padding: 0; }
article, aside, footer, header, nav, section,
dialog, figure, hgroup, menu								{ display: block; }

h1, h2, h3, h4, h5, h6										{ font-size: 100%; font-weight: normal; }
del, ins													{ text-decoration: none; }
ol, ul														{ list-style: none; }
nav ul														{ list-style-type: none; }
table														{ border-collapse: separate; border-spacing: 0; background-color: transparent; width: auto; height: auto; }
:focus														{ outline: 0; }
blockquote:before, blockquote:after, q:before, q:after		{ content: ""; }
blockquote, q												{ quotes: "" ""; }


/********** Deprecated and obsolete elements **********/
applet, basefont, dir, font, isindex, menu, s, strike, u	{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; vertical-align: baseline; text-decoration: inherit; text-align: left; color: inherit; margin: 0; padding: 0; border: 0; outline: 0; }
dir, menu													{ list-style: none; }
nobr														{ white-space: normal; }
blink														{ text-decoration: none; }
marquee														{ overflow: visible; }


/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
*/

/******************** Base ********************/
body											{ font-family: helvetica, arial, sans-serif; line-height: 1.5; background: white; color: black; }
h1, h2, h3, h4, h5, h6							{ line-height: 1.2; }
h4, h5, h6										{ font-weight: bold; }
b, strong, th, thead, dt, legend				{ font-weight: bold; }
caption, cite, dfn, em, i						{ font-style: italic; }
code, kbd, samp, pre, tt, var					{ font-family: mono-space, monospace; }
h1, h2, h3, h4, h5, h6							{  }
p												{ word-spacing: 0.125em; hyphenate: auto; hyphenate-lines: 3; }
p+p												{ margin-top: 18px; }
pre												{ white-space: pre; }
del												{ text-decoration: line-through; }
mark											{ background: rgba(255, 255, 0, 0.4); padding: 0 .25em; }
ins												{ color: #f00; }
small, sup, sub									{ font-size: 80%; }
big												{ font-size: 125%; line-height: 80%; }
abbr, acronym									{ font-size: 85%; text-transform: uppercase; letter-spacing: .1em; }
abbr[title], acronym[title], dfn[title]			{ border-bottom: 1px dotted black; cursor: help; }
sup, sub										{ line-height: 0; }
sup												{ vertical-align: super; }
sub												{ vertical-align: sub; }
blockquote										{ padding: 1.5em; }
hr												{ border: none; background: #ddd; width: 100%; }
ul, ol											{ margin-left: 1.5em; }
ul												{ list-style: disc outside; }
ol												{ list-style: decimal outside; }
input, select, button							{ cursor: pointer; }
table											{ font: inherit; width: 100%; }
th												{ background: rgba(0, 0, 0, 0.2); }
tr:nth-child(even)								{ background: rgba(0, 0, 0, 0.1); }
tr:nth-child(odd)								{ }

/* html 5 */
article, aside, header, hgroup,
nav, section, footer							{ float: left; display: block; }
figure											{ display: block; }



/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License

DZ - modified grid size
*/

/******************** Grid ********************/
#page				{ width: 966px; position: relative; } /* 80.5em */
#page:after			{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* Base column markup */
.column				{ margin-left: 30px; display: block; float: left; } /* 2.5em */
.colgroup			{ display: block; float: left; }
.first				{ margin-left: 0; clear: left; }
.gutter				{ margin-left: 30px; } /* 2.5em */
.no-gutter			{ margin-left: 0; }
.align-left			{ float: left; }
.align-right		{ float: right; text-align: right; }
header,
section,
div					{ padding-bottom: 18px; }

.leading			{ margin-bottom: 18px; } /* 1.5em */
.noleading			{ margin-bottom: 0 !important; }		

/* Base column width */
.width1				{ width: 219px; }
.width2				{ width: 468px; } 
.width3				{ width: 714px; } 
.width4				{ width: 966px; } 

/* Base column unit, 2 units = 1 column */
.unitx1				{ width: 108px; } 
.unitx2				{ width: 216px; } /* Same as width1 */
.unitx3				{ width: 354px; } 
.unitx4				{ width: 468px; } /* Same as width2 */
.unitx5				{ width: 600px; } 
.unitx6				{ width: 714px; } /* Same as width3 */
.unitx7				{ width: 810px; } 
.unitx8				{ width: 966px; } /* Same as width4 */

/* CSS3 columns */
.columnsx2			{ -webkit-column-count: 2; -webkit-column-gap: 30px; -moz-column-count: 2; -moz-column-gap: 30px; column-count: 2; column-gap: 30px; }
.columnsx4			{ -webkit-column-count: 4; -webkit-column-gap: 30px; -moz-column-count: 4; -moz-column-gap: 30px; column-count: 4; column-gap: 30px; }



/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
*/

/******************** Baseline grid: 13/18px ********************/
body								{ font-size: 75%; line-height: 1.5; /*12/18*/ }

h1, h2, h3, h4, h5, h6				{ position: relative; }
h1, h2								{ line-height: 36px; margin-bottom: 18px; }
h1, h2, h3, h4						{ margin-top: 18px; }
h3, h4, h5, h6						{ line-height: 18px; }
h1									{ font-size: 36px; top: 5px; }
h2									{ font-size: 28px; top: 8px; }
h3									{ font-size: 22px; top: 1px; }
h4									{ font-size: 18px; top: 2px; }
h5									{ font-size: 15px; top: 4px; }
h6									{ font-size: 13px; top: 5px; }

p, pre, address						{ font-size: 13px; line-height: 18px; position: relative; top: 5px; }
abbr, code, kbd,
samp, small, var					{ line-height: 15px; }
ul, ol, dl, dialog					{ font-size: 13px; line-height: 18px; position: relative; top: 5px; margin-top: 18px; margin-bottom: 18px; }
li ul, li ol						{ top: 0; margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p								{ top: 0; }
form, legend, label					{ font-size: 13px; line-height: 18px; }
legend								{ position: relative; top: 5px; }
input, textarea						{ font-size: 12px; }


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child						{ margin-top: 0; }

table								{ font-size: 13px; line-height: 18px; margin: 18px 0; }
th, td								{ padding: 3px 12px; line-height: 30px; }
th									{ background: rgba(0, 0, 0, 0.2); }
tr:nth-child(even)					{ background: rgba(0, 0, 0, 0.1); }
tr:nth-child(odd)					{ }

hr									{ position: relative; height: 4px; margin: 18px 0 14px 0; }


/* Bespoke */


#page				                { padding: 0; margin: 0 auto 0 auto; xbackground: url('images/baseline.gif'); }
#header                             { height: 108px; border-bottom: 18px solid #65BFBB; margin-bottom: 18px; border-top: 18px solid #65BFBB; } 
#headerimg img                      { margin-top: 28px; margin-left: -17px; }
#headersymbol img                   { margin-top: 36px; }
#header a, #header a:visited        { color: #3F392C; font-family: Georgia, "Times New Roman", Serif; font-size: 18px; text-decoration: none;  }
#header a:hover                     { color: #65BFBB; text-decoration: underline; }
#header #menu li                    { list-style-type: none; display: inline; margin-right: 1em; }
#header #menu                       { margin: 0; float: left; margin-top: 70px; }

a, a:visited                        { color: #BF4B45; } /* FF796D */
a:hover                             { color: #65BFBB; text-decoration: underline; }
a.tweet                             { margin-left: 1em; }

#past                               { font-family: georgia, "Times New Roman", serif; }
#present                            { font-family: helvetica, arial, sans-serif; }

#past    .postmetadata              { font-family: helvetica, arial, sans-serif; }
#present .postmetadata              { font-family: georgia, "Times New Roman", serif; }

.post h2 a, .post h2 a:visited      { text-decoration: none; }
h2.pagetitle                        { color: #3F392C; }

.postmetadata                       { margin: -12px 0 -6px 0; color: #3F392D; }
.postmetadata a, .postsocial a      { font-style: oblique; }
.postsocial                         { clear: both; }
.postsocial .commentbubble          { margin: -3px 0; padding: 3px 4px 0 8px; float: left; width: 28px; height: 22px; background: url('images/comment.gif') no-repeat; color: #ffffff; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
.postsocial .commentbubble a        { font-style: normal; color: #ffffff; text-decoration: none; }

.postfooter                         { color: #3F392D; }
.navigation                         { margin-top: 18px; clear: both; }
.archive .navigation                { margin-top: 36px; }

.separator                          { background: url('images/separator.gif') no-repeat; margin-top: 18px; margin-bottom: 18px; clear: both; }

#footer                             { border-top: 18px solid #6DE55E; padding-top: 18px; font-family: Georgia, "Times New Roman", Serif;}
#footer a                           { color: #3F392C; font-style: oblique; }
#footer .rss img                    { float: left; margin: -6px 12px 0 0; }
#footer .lists li                   { list-style-type: none; display: inline; margin-right: 0.5em; }

.commentcol                         { padding-top: 18px; }
.commentcol h3                      { font-size: 18px; top: 2px; }
.commentcol .separator              { margin-top: 0px; }
h3#comments                         { color: #3F392C; margin-top: 48px; }
#respond h3                         { color: #3F392C; margin-bottom: 18px; }
ol.commentlist                      { font-family: Georgia, "Times New Roman", Serif; margin-bottom: 0px; }
.commentmetadata                    { margin-top: -36px; color: #3F392D; text-align: right; font-size: 12px; }
.commentlist .fn                    { font-style: normal; color: #3F392D; font-size: 12px; }
.commentlist .says                  { display: none; }
#comment                            { width: 100%; height: 10em; }

.amtap				                { margin-bottom: 0px; color: #3F392C; }
.amtap h3			                { color: #3F392C; margin-bottom: 18px; }
.amtap ul 			                { list-style-type: none; margin: 0; display: inline; }
.amtap ul li		 	            { width: 216px; float: left; font-size: 12px; }
.amtap ul li.amtap-first            { margin-right: 30px; }
.amtap .amtap-image		            { float: left; margin-right: 12px; }
.amtap .amtap-title	                { padding-bottom: 0px; }
.amtap .amtap-price		            { font-style: normal; }
.amtap .amtap-creator               { font-family: Georgia, "Times New Roman", Serif; padding-bottom: 0px;  }
.amtap-sep			                { clear: both; }
.amtap-incontent                    { height: 72px; margin-top: 36px; margin-bottom: 0px; clear: both; }

#sidebar ul                         { margin-left: 0;list-style-type: none; }
#sidebar h3                         { font-size: 18px; color: #3F392C; margin-bottom: 18px; top: -2px; }

.authorbio 		    	            { margin-top: 22px; padding-bottom: 14px; }
.authorbio div			            { padding-bottom: 0px; }

.sociable                           { margin-top: -4px; padding-bottom: 0px; }
span.sociable_tagline               { visibility: hidden; }

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding-right: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Begin Contact Form CSS */
.contactform {
    margin-top: 18px; margin-bottom: 0px;
}

.contactleft {
	width: 108px;
	white-space: pre;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
}

.contactright {
	width: 360px;
	text-align: left;
	float: right;
	display: inline;
}

.contact-error { color: #ff0000; font-style: oblique; }
.contact-success { }
.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */

.googleadbottom { margin: 0 0 28px 0; padding: 0; }
.googleadtopright { margin: 0 0 28px 0; padding: 0; }

h2 { line-height: 1em; margin-bottom: 28px; }
h3 { margin-bottom: 14px; margin-top: 14px; }