/* 

STYLE SHEET FOR Promolisto
Created by Essau Ramirez
sau.saumotions.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

Notes

*/



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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-size: 62.5%;
	color: #262626;
	background-color: #FEFFFE;
}
		
/*  --------- 2. structure  --------- */

#wrapper { 
	margin: 0 auto;
	width: 960px;
	padding: 0px 0px;
	background-color: #FEFFFE;
	/*background: url(baseline.gif);*/
}

#content {
	border-bottom: 1px dashed #dedede;
}
#maincontent{
	float: left;
	width: 70%;
}

#sidebar {
	width: 30%;
	float: right;
}

#flash {
	padding: 5px;
	border: 1px solid #C4C4C4;
}
		
#head {
	padding-top: 5px;
}

#logo {
	float: left;
}

#footer {
	margin-top: 1em;
	text-align: center;
	color: #676767;
}

/* float-clearing rules */
.separator {
		clear: both;
		}

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

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

.clearBottom:after {
	border-bottom: none;
}

ol {
	list-style-position: inside;
}
		
/* ---------- 3. links and navigation ---------- */

a:link, a:visited {
	color: #34363F;
}
		
a:hover {
		}

#navigation {
	width: 90em;
	border-bottom: 1px dashed #dedede;
	height: 35px;
}

#navigation a {
	font-size: 1.4em;
	display: block;
	text-decoration: none;
	text-align: center;
	padding:5px 15px;
	width: 9em;
}

#navigation a:link, #navigation a:visited {
	color: #34363F;
}

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

#navigation ul {
	list-style: none;
	padding:10px 10px 0;
}

#navigation ul li {
	float: left;
	margin: 0 0.15em;
	position: relative;
}

#navigation ul li ol.subnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 25px;  
    background: #fff;  
    margin: 0; padding: 0;  
    display: none;
    float: left;  
    width: 170px;  
    border: 1px dashed #dedede;  
}  

#navigation ul li ol.subnav li{  
    margin: 0; padding: 0;  
    border-top: 1px solid #dedede; /*--Create bevel effect--*/  
    border-bottom: 1px solid #dedede; /*--Create bevel effect--*/  
    clear: both;  
    width: 170px;  
}  

#navigation ul li span {
	background-position: center bottombottom; 
	cursor: pointer;
} /*--Hover effect for trigger--*/  

tr{
	font-size: 1.3em;
	line-height: 1.53em;
	margin-bottom: 1.53em;
}

table{
	margin-bottom: 1.53em;
}

td {
	
}

li {
}

#content ol {
	font-size: 1.6em;
	line-height: 1.53em;
	margin-bottom: 1.53em;
	letter-spacing: 0.1em;
	word-spacing: 0.25em;
	max-width: 33em;
}
		
/* ---------- 4. fonts ---------- */

html {
	font-size: 100%;
}

body {
}

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

h1 {
	font-size: 3.2em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: normal;
}


#head h1{
	font-size: 5.6em;
	line-height: 1em;
	margin-top: 100px;
	margin-bottom: .1em;
	color: #34363F;
}

h2 {
	font-size: 2em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: .65em;
}

h3 { 
	font-size: 1.6em;
	line-height: 1.5em;
	margin-top: 1.5em;
}
		
h4 {
		}

p, .dsq-comment-text{
	font-size: 1.6em;
	line-height: 1.53em;
	margin-bottom: 1.53em;
	letter-spacing: 0.1em;
	word-spacing: 0.25em;
	width: 33em;
}


ul {
		}

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

a img {
		}