/*-----------------------------------------------------------------------------
Main Style Sheet

date:      3 March 2009
author:    Lori Gray
email:     lori@prairiesuncreations.com
website:   http://www.prairiesuncreations.com
-----------------------------------------------------------------------------*/

/* =General ------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: inherit;
	outline: 0;
	font-weight: inherit;
}
/* -------- The following is a comment filter to hide the rule from IE 5 for Mac ----- */
/* hide from IE mac \*/
/* this rule forces a scroll bar in Firefox */
html {
	min-height: 101%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-size: 100%;
	color: #666;
	background-color: #fff;
}
em {
	font-style: italic;
	color: #0d449d;
}
strong {
	font-weight: bold;
	color: #0d449d;
}
a:link {
	color: #333
}
a:visited, a:hover {
	color: #666;
}
/* Miscellaneous classes for reuse -------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-right: 10px;
}
.fltlft { /* this class can be used to float an element left on the page */
	float: left;
	padding-right: 8px;
}
/* styles the navigation for the active page ------------------------------ */
body.home #nav li a#home, body.expertise #nav li a#expertise, body.work #nav li a#work, body.careers #nav li a#careers, body.contact #nav li a#contact, /* top nav */
body.who #subnav li a#who, body.corp #subnav li a#corp, body.news #subnav li a#news, /* home page left nav */
body.strategic #subnav li a#strategic, body.identity #subnav li a#identity, body.web #subnav li a#web, body.marketing #subnav li a#marketing, /* expertise left nav - main headings*/
body.websites ul#subnav li ul li a#websites, body.maintenance #subnav li a#maintenance, body.cms ul#subnav li ul li a#cms, body.intranet ul#subnav li ul li a#intranet, body.seo ul#subnav li ul li a#seo, /* expertise left nav - web initiatives sub-menu */
body.featured ul#subnav li a#featured, body.clients #subnav li a#clients  { /* our work left nav */
	color: #0d449d;
}
#wrapper {
	width: 915px;
	margin: 0 auto;
}
#header {
	height: 349px;
	margin: 0;
	padding: 0;
}
body.home #header {
	background: #fff url(../images/banner_home.jpg) no-repeat 0px 60px;
}
body.expertise #header {
	background: #fff url(../images/banner_expertise.jpg) no-repeat 0px 60px;
}
body.work #header {
	background: #fff url(../images/banner_ourwork.jpg) no-repeat 0px 60px;
}
body.careers #header {
	background: #fff url(../images/banner_careers.jpg) no-repeat 0px 60px;
}
body.contact #header {
	background: #fff url(../images/banner_contactus.jpg) no-repeat 0px 60px;
}
#logo {
	float: left;
	width: 295px;
	margin: 11px 0 0 0;
	height: 59px;
}
#header ul#nav {
	float: right;
	margin-right: 30px;
	margin-top: 22px;
	list-style: none;
}
#nav li {
	display: inline;
	font-size: 75%;
	font-weight: bold;
	padding: 0 0 0 20px;
}
#nav li a:link, #nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}
#nav li a:hover {
	color: #0d449d;
}
#sidebar {
	width: 230px;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
}
#sidebar h3 {
	color: #666;
	padding: 15px 0;
	font-weight: bold;
	font-size: 75%;
	text-transform: uppercase;
}
#sidebar .whatsnew {
	width: 215px;
	margin-top: 20px;
}
#sidebar .whatsnew p {
	font-size: 70%;
	line-height: 1.5;
	font-weight: normal;
	padding: 0.5em 0;
}
#sidebar .whatsnew p strong  a {
	color: #d09711;
	text-decoration: none;
}
ul#subnav {
	width: 220px;
	list-style: none;
}
#subnav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
}
#subnav li a:link, #subnav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	display: block;
}
#subnav li a:hover {
	color: #0d449d;
}
#subnav ul {
	list-style: none;
}
#subnav ul li {
	font-size: 100%;
	text-transform: none;
	padding-left: 15px;
}
#subnav ul li a:link, #subnav ul li a:visited {
	color: #d09711;
}
#subnav ul li a:hover {
	color: #0d449d;
}
#content {
	width: 620px;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
	padding-bottom: 20px;
	/*min-height: 350px;*/
}
#content h1 {
	color: #d09711;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5px;
}
#content h2 {
	color: #0d449d;
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 5px;
}
#content p, #content ul, #content ol {
	font-size: 80%;
	line-height: 1.4;
	margin: 8px 0;
}
#content ul, #content ol {
	margin-left: 30px;
}
#content ul ul li, #content ol ol li {
	font-size: 120%;
}
/*#content a:link, #footer a:link {
	color: #333
}
#content a:visited, #content a:hover, #footer a:visited, #footer a:hover {
	color: #666;
}*/
#content p.worklinks {
	margin-top: 2em;
}
#content p.worklinks a {
	font-weight: bold;
	color: #56661b;
}
#content p.worklinks a:visited, #content p.worklinks a:hover  {
	color: #0d449d;
}
#content p.portlinks a {
	color: #0d449d;
}
#content p.portlinks a:visited, #content p.portlinks a:hover  {
	color: #d09711;
}
#footer {
	clear: both;
	text-align: center;
	/*margin-top: 40px;*/
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
#footer p {
	font-size: 70%;
	margin: 0;
	padding: 2px;
}
table.portfolio td {
	font-size: 0.85em;
	text-align: center;
}
/* self-clear floats */
.group:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* styles for projects on Our Work page */
#content .project {
	margin-top: 1.5em;
}
#content .project img {
	float: left;
	width: 200px;
	height: 150px;
}
#content .project .description {
	float: right;
	width: 60%;
}
#content .project .description h2 {
	padding: 0;
	margin: 0;
}
#content .project .description p {
	padding: 0 0 0.5em 0;
	margin: 0;
}
#content div.project.group {
	width: 610px;
	float: left;
}
/* styles for the project details pages */
body#projects {
	width: 850px;
}
body#projects div#sidebar {
	width: 240px;
	font-size: .75em;
	font-style: italic;
	margin-top: 1em;
}
body#projects div#content {
	width: 585px;
	margin-left: 3em;
}
body#projects div#sidebar p, body#projects div#sidebar ul {
	padding-bottom: 1em;
}
body#projects div#sidebar blockquote {
	font-size: 1.2em;
	line-height: 1.3;
	color: #0d449d;
	font-style: normal;
}
body#projects div#sidebar ul li {
	margin-left: 30px;
}
body#projects div#sidebar span.bqstart, body#projects div#sidebar span.bqend {
	font-size: 100%;
}

