/*
Theme Name: NCR
Theme URI: http://flyte.biz
Description: A basic 2 column launch point for intermediate wordpress sites with a horizontal nav and no blog.
Version: 1.0
Author: Flyte New Media [AW]
Author URI: www.flyte.biz
Tags: simple, wireframe, 2 column horizontal nav

*/


/* ############## Blog-Specific Styles ##############  */

/*@import url("blog.css") screen;*/  /*un-comment if you need the blog-specific stylesheet*/  


/* ############## Main Structure ##############  */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center; 
	margin: 0;
	padding: 0;
	background: #fff url(images/logo-bk.gif) center top no-repeat;
	}
#page {
	width: 880px;
	text-align: left;
	margin: 5px auto;
	padding: 8px;
	}
#header {
	margin: 0;
	padding: 0;
	height: 178px;
	width: 612px;
	background: transparent;
	float: left;
	}
#header2 {
	margin: 0;
	padding: 0;
	height: 27px;
	width: 612px;
	background: transparent;
	float: left;
	}
#headerInner 	{
	width: 100%;
	height: 200px;
	margin: 0;
	height: 200px;
	width: 880px;
	}
#headerInner .description {
	font-size: 1.2em;
	text-align: center;
	color:#fff;
	}
#contentWrapper{
	margin:0;
	padding:0;
	}
#content {
	font-size: 1.2em
	}
.post {
	margin: 0 0 40px;
	text-align: left;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}
	
/* ############## Widecolumn ##############  */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}	
.widecolumn .postmetadata {
	margin: 30px 0;
	}	
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.widecolumn {
	line-height: 1.6em;
	}
.widecolumn .post {
	margin: 0;
	}

/* ############## Narrowcolumn ############## */
.narrowcolumn {
	float:left;
	padding: 0 5px 0px 0px;
	margin: 0px 0 0;
	width: 607px;
	background: url(images/secondary.gif) 0 5px no-repeat;
	display:inline;/*dub float margin bug killer*/
	}
.narrowcolumn-home {
	float:left;
	padding: 0 5px 0px 0px;
	margin: 0px 0 0;
	width: 607px;
	display:inline;/*dub float margin bug killer*/
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
	

/*  ############## Begin Sidebar ##############  */

#sidebar{
	padding: 0;
	margin: 0;
	width: 263px;
	font: 12px 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	float: right;
	color: #333;
	}

#sidebar form {
	margin: 0;
	}	
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar a, #sidebar a:visited {
	color: #2c783f;
	}
#sidebar a:hover, #sidebar a:active {
	color: #006699;
	}
	
/* End Sidebar */
	
/* ############## Headings ############## */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #125f85;
	}
h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	}
h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
		margin: 5px 0 0;
	padding: 0;
	}
h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #333;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2{
	text-decoration: none;
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
	
	
/*  ############## Anchors ##############  */
a:hover {
	color: #147;
	text-decoration: underline;
	}


/* 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
	}

/*  ############## Begin Content Area Lists ##############  */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}
.entry li {
	margin: 7px 0 8px 10px;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*  ############## Begin Form Elements ##############  */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}


/*  ############## 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;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.clear {
	clear: both;
}


/*  ############## 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;
}

/* ############## footer ############## */

#footer {
	padding: 10px 0;
	margin: 0 auto;
	width: 880px;
	clear: both;
	border: none;
	background: #fff;
	border-top: 2px solid #cecece;
	text-align: center;
	}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color:#666;
	}
#footer a, #footer a:visited {
	color: #2c783f;
	}
#footer a:hover, #footer a:active {
	color: #006699;
	}
#footer ul {
list-style: none;
}
#footer li {
display: inline;
border-left: 1px solid #cecece;
padding: 0 10px;
line-height: 20px;
}
p.bot-cr {
display: inline;
padding: 0;
}
#addressbox {
float: right;
display: block;
width: 300px;
height: 60px;
font: bold 12px "Trebuchet MS", Verdana, sans-serif;
color: #006699;
padding: 0;
}
#addressbox ul {
list-style: none;
float: left;
display: block;
width: 200px;
padding: 2px 0 0 40px;
margin: 0;
}
#addressbox img {
float: right;
margin-top: 20px;
}
#homeimageplace {
float: left;
display: block;
margin: 0;
padding: 0;
}
#sidebar h2 {
	font: 16px 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	padding: 6px 5px 0 8px;
	color: #fff;
	font-weight: normal;
	background: url(images/blue-nav-bk.gif) 0 0 repeat-x;
	margin: 0 0 -6px 0;
	height: 32px;
	}
#sidebar .gray-box {
display: block;
background: #e9e9e9;
width: 263px;
padding: 0px;
margin: 0 0 5px 0px;	
}
#sidebar .gray-box ul {
padding:  0 0 3px;
}
#sidebar .gray-box li li li {
padding:  0px;
margin: 0 0 0 7px;
list-style: url(images/side-arrow.gif) outside;
}
.gray-box td{
padding: 10px 10px 20px 10px;
}
#sidebar .gray-box2 {
display: block;
background: #e9e9e9;
width: 263px;
padding: 0px;
margin: 0 0 5px 0px;	
}
#sidebar .gray-box2 ul {
padding:  0 0 3px;
}
#sidebar .gray-box2 li li li {
padding:  0px;
margin: 0 0 0 7px;
list-style: url(images/side-arrow.gif) outside;
}
.gray-box2 td{
padding: 0px 3px 0px 10px;
}
#serv-bk {
	background: url(images/service-side-bk.gif) 138px 30px no-repeat;
	}
#serv-bk ul li ul li {
	width: 140px;
	}
.narrowcolumn h2, .narrowcolumn-home h2 {
	font-family: 'Trebuchet MS', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #125f85;
	}
p.whitespace  {
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	width: 235px;
}
.blue-bold {
font: bold 12px "Trebuchet MS", Verdana, sans-serif;
color: #006699;
}
#sec-wrapper {
padding: 0 15px;
background: url (/wp-content/themes/nwr/images/secondary.gif) 0 0 no-repeat;
}
a, a:visited {
	color: #2c783f;
	}
a:hover, a:active {
	color: #006699;
	}
.homelink {
float: left;
	}
.frmsp {
padding: 0 15px;
}
.required {
font-weight: bold;
font-size: 13px;
color: #000;
}
.formset {
background: #d1e2f0;
}
strong {
color: #01031e;
font-size: 1.07em;
}