/*
Theme Name: Interim
Theme URI: http://www.redshift.com/
Description: A custom theme for Interim, Inc.
Version: 1.0
Author: Red Shift
Author URI: http://www.redshift.com/
Tags: 

*/

/*	RESET  */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent; }
	
html { overflow-y : scroll; }

a{color:#00529c;text-decoration:none;}

/* General Layout */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #9a9fa7 url('images/bg.jpg') top repeat-x;
	color: #555;
	text-align: left;
	}

#wrapper{
	width:980px;
	margin:0 auto;padding:0;
	background:url('images/page_bg.jpg') top no-repeat;
	}

#page {
	position:relative;
	width:950px;
	margin:0 auto;padding:0px;
	background:url('images/page_bg.png') repeat-y;
	border-bottom:25px solid #00529c;
	}

#header{width:950px;height:100px; margin:0 auto; }
#logo{position:relative;top:10px;left:20px;}
#top-phone{float:right;position:relative;width:140px;height:50px;top:0;right:10px;background:url('images/top-phone.png');}
#header_nav{width:950px;margin:0 auto;padding:3px 0;background:#d9e8d2;border-top:1px solid #00529c;border-bottom:1px solid #00529c;color:#00529c;text-align:center;font-size:1.4em;line-height:1.2em;font-family: Arial, Helvetica, sans-serif;}
#header_nav span.cufon{margin:0 0 5px 0;} 
#sidebar1{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width: 200px;
	}
#content{
	position:relative;
	float:left;
	margin:0 25px 40px 25px;
	padding:0;
	width: 520px;
	min-height:500px;
	}
#sidebar2{
	position:relative;
	float:left;
	margin: 0;
	padding:0;
	width: 180px;
	height:100%;
	}	
#contact{margin:20px 0 0 0;width:179px;text-align:center;}

#footer {
	padding:10px 0 0 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
	text-align:right;
	color:#cdcfd3;
	}
#redshift, #redshift a{color:#77797d;}
#redshift a:hover{color:#c00;}

/* Begin Typography & Colors */




.entry { font-size: 1.2em;line-height:1.2em; }
.entry p { margin:0 0 1em 0; }

.breadcrumb{
	margin:10px 0;font-size:.9em;color:#00529c;
	}
.breadcrumb a {color:#ccc;}
.breadcrumb a:hover {color:#00529c;}
.breadcrumb .current {color:#aaa;}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 1.8em;
	margin:1em 0;
	color:#00529c;
	}

h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	margin:1em 0;
	color:#00529c;
	font-weight:normal;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	margin:0 0 1em 0;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
}

.commentlist li {
}

.commentlist li .avatar { 
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



.clear {
	clear: both;
}





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin:10px;
	padding:10px;
	list-style: disc;
	}

html>body .entry li {
	}

.entry ol {
	}

.entry ol li {
	}

.postmetadata ul, .postmetadata li {
	}

#sidebar ul, #sidebar ul ol {
	}

#sidebar ul li {
	}

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {

	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




/* FlexiPages */
#sidebar1 ul { margin:0;padding:0;width:199px;list-style:none; }
#sidebar1 ul li { margin:0;padding:0; }
#sidebar1 ul li a {
	display:block;
	margin:0;padding:3px 10px;
	background:#d9e8d2;
	color:#444;
	border-bottom:1px solid #fff;
	}
#sidebar1 ul li a:hover { background:#e6f5df;color:#444; }
#sidebar1 ul li.current_page_item a { background:#83c078; color:#fff; }

#sidebar1 ul li.current_page_item ul li a, #sidebar1 ul li ul li a {
	display:block;
	margin:0;padding:3px 10px 3px 20px;
	background:#d9e8d2;
	color:#666;
	border-bottom:1px solid #fff;
	}
#sidebar1 ul li ul li a:hover { background:#e6f5df; color:#666; }
#sidebar1 ul li ul li.current_page_item a { background:#83c078; color:#fff; }

#sidebar2 ul {
	margin:0 0 10px 1px;padding:0;width:179px;	list-style:none; }
#sidebar2 ul li { margin:0;padding:0; }
#sidebar2 ul li a {
	display:block;
	margin:0;padding:3px 10px;
	background:#c9e0f6;
	color:#666;
	border-bottom:1px solid #fff;
	}
#sidebar2 ul li a:hover { background:#d9edff;color:#444; }
#sidebar2 ul li.current_page_item a {
	background:#00529c;
	color:#fff;
	}
	
.mapp-poweredby { display:none; }

.search-highlight { background:#ff9; }
