/* --------------------------------------------------------------
   
   H6e Minimal Layout
   * handle header, footer & main content
   
-------------------------------------------------------------- */

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

.jgao-header {
	background:#464646;
	padding:1em 2em;
	border-bottom:2px groove #CCCCCC;
	padding:1em 1.5em;
}

.jgao-header h1 {
	margin:0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.2em;
}

.jgao-header h1,
.jgao-header h1 a,
.jgao-header h1 a:visited { color:white; text-decoration:none; }
.jgao-header h1 a:hover   { text-decoration:underline; }

/* Main & Extra Content
-------------------------------------------------------------- */

.jgao-main-content, .jgao-extra-content {
	width:50em;
	margin:0 auto;
	padding:1.5em 0;
	overflow:hidden;
	font-size:1.2em;
}

/* Page Title
-------------------------------------------------------------- */

.jgao-page-title {
	font-size:2.5em;;
	letter-spacing:-0.05em;
}

.jgao-page-title a { color:black; text-decoration:none; }
.jgao-page-title a:hover { text-decoration:underline; }
.jgao-page-title a:visited { color:black; }

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

.jgao-footer {
	background:#535353;
	padding:1em 2em;
}

.jgao-footer p {
	margin-bottom:0;
	font-size:1.4em;
	font-weight:bold;
	color:#C4C4C4;
}

.jgao-footer a { color:#C4C4C4; }

/* Extra Content
-------------------------------------------------------------- */

.jgao-extra {
	background:#F8F9FC url(img/background-ds.gif) top left repeat-x;
}

.jgao-extra-content {
	background:url(img/v-spacer.gif) 50% 50% repeat-y;
	margin-top:1.5em;
	font-family:Tahoma, Arial, sans-serif;
}

.jgao-extra-primary, .jgao-extra-secondary {
	width:45%;
	font-size:0.9em;
}

.jgao-extra-primary   { float:right; }
.jgao-extra-secondary { float:left;  }

.jgao-extra-widget {
	margin:2.5em 0;
	font-size:1.2em;
}

.jgao-extra-title {
	color:#4E5368;
	font-size:1.6em;
	margin-bottom:0.75em;
	text-transform:capitalize;
	letter-spacing:-0.075em;
}

.jgao-extra-widget ul {
	margin-left:0;
	list-style-type:none;
}

.jgao-extra-widget li {
	margin:0.2em 0;	
}

/* Mini Footer
-------------------------------------------------------------- */

.jgao-mini-footer {
	clear:left;
}

.jgao-mini-footer p {
	width:40%;
	float:right;
	margin:2em 0;
	padding:2%;
	padding-left:6%;
	color:white;
	background:#4E5368 url(img/puce-mini-footer.gif) 5% 50% no-repeat;
	font-size:0.9em;
}

.jgao-mini-footer p a { color:white; }

/* Post Info
-------------------------------------------------------------- */

.jgao-post-info {
	background:transparent url(img/post-info.gif) no-repeat scroll left center;
	margin:0.25em 0 2em;
	padding-left:8px;
}

/* Post Content
-------------------------------------------------------------- */

.jgao-post-content blockquote {
	margin-left:1em;
	border-left:0.5em solid #ccc;
	padding-left:1em;
}

.jgao-post-content blockquote p {
	text-align:left;
}

/* List
-------------------------------------------------------------- */

.jgao-list {
	margin-left:8px;
	line-height:1.2em;
}

.jgao-list {
	list-style-type:none;
}

.jgao-list li {
	padding-left:1em;
	background:url(img/cross-blue.gif) 0 0.5em no-repeat;
	margin-bottom:0.25em;
}

/* Simple Footer
-------------------------------------------------------------- */

.jgao-simple-footer {
	border-top:1px solid #CCCCCC;
	margin-top:2em;
	padding-top:2em
}
