/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Michael Larocque
	Author Site	: http://prolumina.com/
	Scheme Name	: inflowservices
	Comments	: blah blah blah
*/

body {
	/*
	border-top: 5px solid #966b2e;
	border-bottom: 5px solid #5a3a64;
	*/
	background: #efeaf1;
}

#page {
	/* The entire design is contained within the 'page' id */
	width: 790px; /* Width of entire blog */
	_width: 720px; /* T0D0 Check in IE and adjust accordingly */
	border: none;
	background: none;

	background: #fff url(/images/borders/pagebackground.gif) repeat-y center;
	text-align: center;
	font-size: 12px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	padding: 0px;
	margin-top: 10px;
}
/*
#header {
	height: 100px;
	background: none;
	text-align: left;
}

*/

#header {
/*	padding: 0;
	margin: 0;
	position: relative;
	height: 115px;
	padding: 20px 20px 0px 20px;
	background: url(/images/borders/top.gif) no-repeat top center;
*/
	height: 115px;
	padding: 20px 20px 0px 20px;
	text-align: left;
	background: url(/images/borders/top.gif) no-repeat top center;
	}

.content {
	padding-left: 25px;
}

.primary {
	/* Contains the main column */
	width: 500px;
	font-size: 12px;
	text-align: left;
	padding: 0;
	margin: 0;
}

.item {
	/* Each entry is contained within the 'item' class */
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.itemtext {
	/* The meat and potatoes of every entry */
	font-size: 12px;
}

.secondary {
	/* Contains the sidebar */
	text-align: left !important;
}

/*----------------------------------------------------------------

The following stuff is cut'n' pasted from main site css

------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #966b2e;
}
a:hover {
	text-decoration: underline;
	color: #5a3a64;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* Navigation */
#navigation {
	text-align: left;
	margin-bottom: 20px;
	padding-left: 25px;
/*	border-bottom: 1px solid #f1e7de;*/
}

#navigation li {
	display: inline;
/*	margin-left: 5px; */
	margin-right: 10px;
}

#navigation a { text-decoration: none; color: #966b2e; /*#7B15FF*/}
#navigation a:visited { text-decoration: none;}
#navigation a:hover { text-decoration: underline;color: #5a3a64;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", verdana, sans-serif;
	color: #5a3a64;
}

.primary h3, .primary h4, .permalink .primary .aside h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 140%;
	font-weight: normal;
/*	letter-spacing: -1px;*/
	display: inline;
}

.primary .metalink a, .primary .metalink a:visited, 
/* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #5a3a64;
	font-weight: normal;
}

div.itemhead h3 a {
	font-size: 1.17em;
	font-weight: bold;
	color: #5a3a64;
}

#footer {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size: 1.0em;
	text-align: right;
/*	padding: 1em 25px 0px 25px !important;*/
	border-top: 1px solid #f1e7de;
	height: 130px;
/*	background: #fff url(/images/footerbackground.jpg) no-repeat bottom center;*/
	background: url(/images/borders/bottom.gif) no-repeat bottom center;
}

#footer .privacy {
	float:left;
}

#footer p {
	line-height: 1.4em;
	padding-right: 25px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
 	color: #5a3a64;
}

#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #966b2e;
}

.primary .item {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
}

.primary .item .itemtext {
	text-align: left;
}

.primary .item .itemtext p,
.primary .item .itemtext ul,
.primary .item .itemtext ol,
.primary .item .itemtext div,
.primary .item .itemtext blockquote {
	margin: 13px 0;
}

.primary .aside .itemtext p,
.primary .aside .itemtext ul,
.primary .aside .itemtext ol,
.primary .aside .itemtext div,
.primary .aside .itemtext blockquote {
	margin: 5px 0;
}

.permalink .primary .aside .itemtext p,
.permalink .primary .aside .itemtext ul,
.permalink .primary .aside .itemtext ol,
.permalink .primary .aside .itemtext div,
.permalink .primary .aside .itemtext blockquote {
	margin: 13px 0;
}

.metadata { /* Time and category for blog entries */
	font-size: 0.9em;
	display: block;
	color: #666;
	margin-top: 2px;
}

.metadata a {
	color: #966b2e;
}

.metadata a:hover {
	color: #5a3a64;
	text-decoration: underline !important;
}



/*- Links */
.primary a:hover, .primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}
