/*
	-----------------------------------------------------------------------------
	Sage Layout 2.4
	Developed by aq
	Revised by ap 09/06/2008 4:26:53 PM
	-----------------------------------------------------------------------------
	This file contains all CSS pertaining to element positioning and padding,
	plus typography.
	-----------------------------------------------------------------------------

*/

body{
	margin:0;
	padding:0;
	background-color:#ffffff;
}

#site{
	background-color:#ffffff;
	padding:0;
	margin:0;
	display:table-cell;
}

.inner{
	margin:0;
	width:700px;
	overflow:visible;
	background-color:#ffffff;
}

#site-header{
	display:none;
	visibility:hidden;
}

#site-nav{
	display:none;
	visibility:hidden;
}

/*
----------------------------
------- CONTENT AREA -------
----------------------------
*/

/* main content area */
#content{
	float:none;
}

/* optional left column */
#column-left{
	display:none;
	visibility:hidden;
}

/* optional right column */
#column-right{
	display:none;
	visibility:hidden;
}

#content,
#column-left,
#column-right{
	padding:1%;
}

/* insert <br class="clear" /> between two colliding floated divs */
.clear{
	clear:both;
}

hr{
	display:none;
	visibility:hidden;
}

/*
	-----------------------------------------------------------------------------
	Content text formatting
	-----------------------------------------------------------------------------
	o font-family for headings is defined for all levels and refined after
	  Heading Tags in specific blocks may be addresses as #block-name h1{}
	o Basic text items (p, li, th, td, caption) should (generally) share the same
	  formatting
	-----------------------------------------------------------------------------
*/

h1{}

h2{}

h3{}

/*
	-----------------------------------------------------------------------------
	Text Items General
	-----------------------------------------------------------------------------
	basic text items should share the same formatting
	-----------------------------------------------------------------------------
*/
p,
li,
th,
td,
caption{}

a:link{}

a:visited{}

a:hover,
a:active{}

/*------- content images and pullquotes -------*/

.image-right,
.image-caption-right,
.pullquote-right{
	float:right;
	margin:5px 0 10px 20px;
}

.image-left,
.image-caption-left,
.pullquote-left{
	float:left;
	margin:5px 20px 10px 0;
}

.image-caption-left,
.image-caption-right{
	background-color:#0066ff;
	padding:5px;
}

.pullquote-left,
.pullquote-right{
	width:25%;
	font-style:italic;
	color:#ffffff;
	background-color:#660033;
	padding:10px;
}

/*
----------------------------
---------- FOOTER ----------
----------------------------
*/
#site-footer p{
	margin:0; padding:0;
}

#footer-nav{
	display:none;
	visibility:hidden;
}

#footer-colophon p.site-designer{
	display:none;
	visibility:hidden;
}

/*
----------------------------
-------- CUSTOM CSS --------
----------------------------
*/

