/* 

STYLE SHEET FOR YOGANICK.COM
Created by Calypso Concept - http://www.calypsoconcept.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background: #abc5d8;
}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 750px;
	margin: 0 auto 20px;
	padding: 0 15px 15px;
	background: #fff;
	background: #fff url(/images/content_bottom_bk.png) bottom no-repeat;
}
		
#masthead {
	width: 750px;
	background: no-repeat url(/images/header_back.png) 0px 0px;
}
		
#logo {}
		
#navContainer {
	padding: 125px 0 15px 0;
	
}

#content {
	margin: 10px 0 0 0;
}

.article {
	margin: 10px 0;
	clear: both;
}

.text_block {
	float: right;
	width: 450px;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #bdbdbd;

}
.image_block {
	float: left;
	width: 300px;
}

#content img {
	margin: 0 auto 10px;
	display: block;
}

#content ul {
	margin: 0 0 10px 20px;
}
#content li {
	margin: 10px 0 0 0;
}

#footer {
	border-top: solid #bdbdbd 1px;
	padding: 10px 0 0 0;
	margin: 20px 50px;
	text-align: center;
}

.separator {
	clear: both;
}

.separatorInvisible {
	clear: both;
	height: 1px;
}

.clearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.credit {
	text-align: right;
}

/* ---------- 3. links and navigation ---------- */

a {
	text-decoration: none;
	color: #e3a347;
}
		
a:hover {
	text-decoration: underline;
}

#navigation {
	width: 750px;
	height: 0.6em;
	background: #abc5d8;
}

#navigation ul {
	
}

#navigation li {
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0;
	font-size: 1.6em;
}

#navigation a {
	display: block;
	background: #fff;
	padding: 0 10px;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a.here:link,
#navigation a.here:visited,
#navigation a.here:hover,
#navigation a.here:active {
	color: #abc5d8;
	text-decoration: none;
}

#footer li {
	list-style-type: none;
	display: inline;
	margin: 0 10px;
	font-size: 1.4em;
}

/* ---------- 4. fonts ---------- */

html {
	font-size: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

body {
	font-size: 62.5%;
}

h1, h2, h3, h4, p, ul {
}

h1 {
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	font-size: 2.4em;
	margin: 0 0 20px;
	//color: #e3a347;
}

h2 {
	margin: 0 0 10px;
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
	margin: 0 0 4px;
}
		
h4 {}

p {
	text-align: justify;
	margin: 0 0 10px 0;
	font-size: 1.5em;
	line-height: 1.2em;
}

ul {}

em {
	font-weight: bold;
	font-style: normal;
}

blockquote {
	color: #3c9dde;
	text-align: right;
	clear: both;
	font-size: 1.4em;
	margin: 5px 0;
}
blockquote:before {
	content: "\201C";
}

blockquote:after {
	content: "\201D";
}

.credit {
	color: #3c9dde;
	font-size: 1.2em;
}
#content ul {
	font-size: 1.4em;
}
#content li {
	font-weight: bold;
}

#content .article ol {
	font-size: 1.5em;
	margin: 0 30px 10px 40px;
	
}

#content .article li {
	font-weight: normal;
	text-align: justify;
}

#content .article h3 {
	margin-top: 20px;
}

table td {
	text-align: justify;
}

/* ---------- 5. images ---------- */

a img {
	border: 0;
}
		
/* ---------- 6. tables ---------- */

table {
	font-size: 1.4em;
	margin: 5px 10px 20px;
}
		
caption {}
		
tr {
	
}

th, td {
	padding: 1px 0;
}
		
th {
	text-align: left;
	padding: 4px 0 0 0;
}
		
td {}

/* ---------- 7. forms ---------- */	
		
form {}