/*
Theme Name: Dunwoodie
*/

body {
	background: #FFF url(images/bg.gif) top left repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	padding:0;
	margin:0;
}
a {
	color:#000;	
}
a:hover {
}
strong {
	font-weight:bold;	
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
	input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	border-radius:0;
	padding:3px 3px;
	font-size:14px;
}
input[type="submit"] {
	background:#222;
	color:#FFF;
	font-weight:bold;
	border-radius:0px;
	padding:6px 20px;
	border:0px;	
	transition: background .25s ease-in-out;
   -moz-transition:  background .25s ease-in-out;
   -webkit-transition:  background .25s ease-in-out;
}
input[type="submit"]:hover {
	background:#444;
}
.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
.alignright {
	float:right;
	margin:0 10px 10px 0;
}
.container {
	width:1008px !important;
	padding:0 13px;
}

/* header */

#masthead {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	margin: 0;
}
#logo {
	margin: 40px 0 0;
	display: block;
	float:left;
}
.header-right {
	width:544px;
	height:155px;
	background:url(images/header-r.png) top left no-repeat;
	float:right;
}
.header-phone {
	color:#FFF;
	font-size:22px;
	float:left;
	margin:59px 0 0 101px;
	font-weight:500;
	letter-spacing:0.08em;
}

/* main nav */

#main-nav {
	float: left;
	clear: both;
	width:999px;
	margin: 8px 0 0 0;
	background:#1c6681;
}
#main-nav li {
	float: left;
	clear: none;
	font-size: 15px;
	padding: 0 10px;
	background: transparent;
	position: relative;
	transition: background .15s ease-in-out;
   -moz-transition: background .15s ease-in-out;
   -webkit-transition: background .15s ease-in-out;
   background:#1c6681;
	line-height: 22px;
}
#main-nav li:hover {
	background:#15556d;
}
#main-nav li:last-child {
}
#main-nav li a {
	float: left;
	clear: none;
	padding: 12px 10px;
	font-size: 16px;
	color: #FFF;
}
#main-nav > div > ul > li:hover > a {
	text-decoration: none;
}
#main-nav .current_page_item {
	background:#b40000;
}
#main-nav .current_page_item:hover {
	background:#b40000;
}
#main-nav .current-page-ancestor {
	background:#b40000;
}
#main-nav .current-page-ancestor:hover {
	background:#b40000;
}
#main-nav .current_page_item > a {
}
#main-nav li:hover > ul {
	opacity:1;
}
#main-nav .sub-menu {
	display:none;
	float: left;
	clear: both;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0px;
	opacity:0;
	z-index: 999;
	height: auto;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
#main-nav .sub-menu .sub-menu {
	opacity:0;
}
#main-nav .sub-menu li {
	float: left;
	clear: both;
	width: 100%;
	background:#000;
	height: auto;
	position: relative;
	padding: 5px 10px;
}
#main-nav .sub-menu li a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
#main-nav .sub-menu li a:hover {
	text-decoration: none;
}
#main-nav .sub-menu li:last-child a {
}

/* main */

#main {
	float:left;
	clear:both;
	width:100%;	
	margin:0;
}
#main .container {
	background:url(images/main-bg.gif) top left no-repeat;
}
#page-content {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 0 -1px;
	background:url(images/bg-full.gif) top left repeat-y;	
}
.home #page-content {
	margin:0 0 0 -1px;
	background:url(images/bg-home.gif) top left repeat-y;	
}
#full {
	float: left;
	width: 960px;
	min-height:300px;
	padding: 24px 14px 24px;
}
#primary {
	float:left;
	width:652px;
	padding: 24px 0 0;
}
.home #primary {
	padding: 25px 54px 32px 24px;
	width: 541px;
}
#secondary {
	float:left;
	width: 349px;
	padding:24px 0;
}
#page-content p {
	margin: 0 0 20px;
}
#page-title {
	font-size:36px;	
	line-height:1.4;
	margin:0 0 24px 0;
}
#primary .video {
	width:480px;
	margin:-20px auto 26px auto;
	display:block;	
}
#main h1 {
	font-size:24px;
	line-height:1.2;
	margin: 0 0 24px;
}
#primary ul {
	float:left;
	margin:0 0 24px 30px;
}
#primary li {
	float:left;
	clear:both;
	padding:0 0 6px 22px;
	background:url(images/list-arrow.png) 0px 8px no-repeat;	
}
.more {
	float:right;
	width:95px;
	height:29px;
	text-indent:-9000px;
	margin:18px 56px 0 0;
	background:url(images/read-more.png) top left no-repeat;	
}

/* sidebar */

#secondary h2 {
	float: left;
	clear: both;
	margin: 0 0 4px 0;
	background: #1c6681;
	text-align: center;
	width: 90%;
	padding:10px 5%;
	color: #FFF;
	font-size: 15px;
	line-height: 1.3;
	font-weight:normal;
	text-transform: uppercase;
}



#secondary h2 em {
	color:#1c6681;
	text-decoration:underline;
}
.download-report {
	width: 296px;
	height: 60px;
	background: url(images/sidebar.png) top left no-repeat;
	float: left;
	clear: both;
	color: #FFF;
	font-size: 15px;
	padding: 232px 0 0 58px;
}
.download-report:hover {
	color: #FFF;
	text-decoration:none;
}
.social {
	width: 191px;
	height: 51px;
	background: url(images/social.png) top left no-repeat;
	float: none;
	clear: both;
	margin: 10px auto;
}
.social-gplus {
	width:39px;
	height:36px;
	float:left;
	margin:0 11px 0 0;
}
.social-facebook {
	width:39px;
	height:36px;
	float:left;
	margin:0 11px 0 0;
}
.social-linkedin {
	width:39px;
	height:36px;
	float:left;
	margin:0 11px 0 0;
}
.social-email {
	width:39px;
	height:36px;
	float:left;
	margin:0 11 0 0;
}
.social-youtube {
	width:39px;
	height:36px;
	float:left;
	margin:0 0 0 0;
}
.subscribe-newsletter {
	float:left;
	clear:both;
	margin:0 0 20px 0;
	background:#1c6681;
	text-align:center;
	width:100%;
	padding:6px 0;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}
.subscribe-newsletter:hover {
	color:#FFF;
	text-decoration:none;
}
.testimonials {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 0 0;
}
.testimonials-header {
	float:left;
	clear:both;
	margin:0;
	background:#1c6681;
	text-align:center;
	width:100%;
	padding:6px 0;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}
.testimonials-main {
	float:left;
	clear:both;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	padding:0 10px;
}
#secondary .testimonials-main .testimonial {
	padding:18px 20px 12px;
	width: 288px;
}
#main .testimonials-main p {
	margin:0 0 10px 0;
}
.testimonials-link {
	float: left;
	clear: both;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 8px 24px;
	text-align: right;
	width: 299px;
	margin: 0 0 20px 0;
	background:url(images/testimonials-arrow.gif) 330px 14px no-repeat;	
}

/* services */

.services-top {
	background:#FFF;
	padding:12px 20px;	
	width:958px;
	float: left;
	clear: both;
	margin: 0 0 0 1px;
}
.services-top-content {
	float:left;
	width:480px;
	margin:0 20px 0 0;
}
#main .services-top-content h1 {
	margin: 24px 0 24px 0;
}
#main .services-top .video {
	float:left;
	width:454px;	
}
#main .services-top .more {
	float: none;
	clear: both;
	display:block;
	margin: 32px auto 24px;
	background: #1c6681;
	text-align: center !important;
	width: 200px;
	padding: 6px 0 0;
	color: #FFF !important;
	font-size: 16px;
	text-transform: uppercase;
	text-indent:0px;
}
.services-top .video iframe {
	float:left;
	width:100% !important;
}
.services-top img {
	float:right;
	margin:0 !important;
}
.page-template-page-services-php #primary {
	width:505px;
	padding:0;
}
.page-template-page-services-php #secondary {
	width:493px;
	padding:0;
}
.page-template-page-services-php #page-content {
	background: url(images/bg-full.gif) top left repeat-y;
}
.page-template-page-services-php #primary h2 {
	font-size:18px;
	line-height:1.2;
	margin:6px 0 24px;
}
.page-template-page-services-php #secondary h2 {
	font-size:18px;
	line-height:1.2;
	margin:6px 0 24px;
	font-style:normal;
	text-align:left;
	background:none;
	color:#000;
	padding:0;
	text-transform:none;
	font-weight:bold;
}
.page-template-page-services-php #primary .section {
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	float: left;
	clear: both;
	width:474px;
	padding:15px 15px 0;
	margin:0 -1px -1px 0;
}
.page-template-page-services-php #secondary .section {
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	float: left;
	clear: both;
	width:464px;
	padding:15px 15px 0;
	margin:0 0 -1px;
}
.page-template-page-services-php .section a {
	float: left;
	clear: both;
	width:100%;
	margin:0 0 22px 0;
	font-size:14px;
}
.section-social {
	padding:68px 0 0;
	float: left;
	clear: both;
	width:100%;
}
.section-social .social {
	margin: 0 0 32px 150px;
}
.section-social .subscribe-newsletter {
	margin:0 0 32px 100px;
	width:298px;
	text-align:center;
}

/* service page */

#inner-title {
	background:#1c6681;
	color:#FFF;
	padding:12px 10px;
	width:980px;
	float:left;
	clear:both;
	font-size:18px;
	line-height:1;
	margin:20px 0 0 0;	
}
#main #page-title {
	color:#000;
	padding:0 16px 12px;
	width:430px;
	float:left;
	clear:both;
	font-size:16px;
	line-height:1;
	margin:0 0 12px -14px;	
	border-bottom:1px solid #cacaca;
}
.services-inner#page-content {
	background: url(images/bg-inner.gif) top left repeat-y;
}
.services-inner#page-content #primary {
	width: 426px;
	padding: 14px 52px 0 15px;
}
.services-inner#page-content #secondary {
	width: 476px;
}
#secondary .menu {
	float:left;
	clear:both;
	margin:48px 0 48px 0;
}
#secondary .menu li {
	float:left;
	clear:both;
	font-size:18px;
	font-weight:bold;
	margin:0 0 18px 0;
}

/* blog */

.blog #page-content {
	background: url(images/bg-page.gif) top left repeat-y;
}
.single #page-content {
	background: url(images/bg-page.gif) top left repeat-y;
}
.archive #page-content {
	background: url(images/bg-page.gif) top left repeat-y;
}
.search #page-content {
	background: url(images/bg-page.gif) top left repeat-y;
}
.blog #primary {
	width: 652px;
	padding: 24px 0 0;
}
.single #primary {
	width: 652px;
	padding: 24px 0 0;
}
.archive #primary {
	width: 652px;
	padding: 24px 0 0;
}
.search #primary {
	width: 652px;
	padding: 24px 0 0;
}
.blog #secondary {
	width: 350px;
	padding: 24px 0 0;
}
.single #secondary {
	width: 350px;
	padding: 24px 0 0;
}
.archive #secondary {
	width: 350px;
	padding: 24px 0 0;
}
.search #secondary {
	width: 350px;
	padding: 24px 0 0;
}
.blog-img {
	margin:0 0 12px 0;
}
.blog .subscribe-newsletter {
	margin:0 0 24px 0;
}
.single .subscribe-newsletter {
	margin:0 0 24px 0;
}
.archive .subscribe-newsletter {
	margin:0 0 24px 0;
}
.search .subscribe-newsletter {
	margin:0 0 24px 0;
}
.widget h3 {
	float: left;
	clear: both;
	margin: 0 0 4px 0;
	background: #1c6681;
	text-align: center;
	line-height:1.2;
	width: 100%;
	padding:9px 0;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
body #page-content {
	
}
.page-template-page-testimonials-php {
	
}
.testimonial {
	float: left;
	width: 26px;
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	padding: 32px 24px 48px;
	margin: 0;
}
.page-template-page-testimonials-php #full {
	float: left;
	width: 960px;
	min-height: 300px;
	padding: 32px 0 0 0;
}

/* 404 */

.error404 #page-content {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 0 -1px;
	background: url(images/bg-full.gif) top left repeat-y;
}

/* posts */

.posts {
	float: left;
	width: 100%;
	clear: both;
}
.post {
	float: left;
	width: 100%;
	clear: both;
}
.posts .post {
	padding: 32px 0 32px 46px;
	width: 646px;
	border-bottom:1px solid #e6e6e6;
}
.entry-header {
	float: left;
	width: 600px;
	clear: both;
	margin:0;
}
#main .entry-header h1 {
	font-weight:normal;
	font-size:20px;
	line-height:1.3;
	padding:24px 0 0 0;
   color:#000;
   margin:0;
}
.entry-header h1 a {
	transition: color .25s ease-in-out;
   -moz-transition:  color .25s ease-in-out;
   -webkit-transition:  color .25s ease-in-out;
   color:#000;
}
.entry-header h1 a:hover {
	text-decoration:none;
	color:#555;
}
.entry-meta {
	float: left;
	width: 100%;
	clear: both;
	color:#888888;
	margin:0 0 4px;
	font-size:12px;
}
.entry-meta a {
	color:#888888;
}
.entry-content {
	float: left;
	width: 600px;
	clear: both;
	font-size:18px;
	margin:0 0 6px 0;
}
.single .entry-content {
	float: left;
	width: 600px;
	clear: both;
	font-size:14px;
	margin:0 0 6px 0;
}
#page-content .entry-content p {
	margin: 0 0 4px;
}
.entry-footer {
	float: left;
	width: 100%;
	clear: both;
}
.entry-footer a {
	transition: color .25s ease-in-out;
   -moz-transition:  color .25s ease-in-out;
   -webkit-transition:  color .25s ease-in-out;
   color:#666628;
   font-size:11px;
   text-decoration:underline;
}
.entry-footer a:hover {
}
.continue {
	float: right;
	width: 116px;
	height:32px;
	margin: 0 18px 0 0;
	text-indent:-9000px;
	background: url(images/continue-reading.png) top left no-repeat;
}
#page-header {
	float: left;
	width: 100%;
	height:63px;
	clear: both;
	font-size:15px;
	margin: 0 0 12px 0;
	border-bottom:1px solid #e6e6e6;
}
#page-header h1 {
	float: left;
	font-size:15px;
	margin:25px 0 36px 25px;
	padding:11px 24px 9px;
	background:#1c6681;
	width:auto;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
}
.posts .post {
	padding: 0px 0 32px 24px;
	width: 632px;
	border-bottom: 1px solid #e6e6e6;
}
.single .entry-meta {
	float: left;
	width: 100%;
	clear: both;
	color:#888888;
	margin:0 0 32px;
	font-size:12px;
}
h3 {
	font-size: 16px;
}

/* sidebar */

.widget {
	float: left;
	width: 100%;
	clear: both;
	font-size:15px;
	margin:0;
}
.home .widget {
	float: left;
	width: 100%;
	clear: both;
	font-size:15px;
	margin:0 0 36px 0;
	float: left;
	clear: both;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 0;
}
.widget ul {
	float: left;
	width: 240px;
	clear: both;
	margin: 20px 42px;
}
.widget li {
	float: left;
	width: 100%;
	clear: both;
	margin:0 0 6px 0;
}
.widget li a {
	text-decoration:underline;
}
.widget .tagcloud {
	float: left;
	width: 240px;
	clear: both;
	margin: 20px 42px;
}
.widget .tagcloud a {
	float: left;
	width: 240px;
	clear: both;
	margin: 0px 10px;
}

/* comments */

#respond {
	margin: 6px 0 0 20px;
	float: left;
	width: 600px;
	clear: both;
}
#comment {
	width:500px;
	color:#000;
	height:120px;
	font-size:15px;	
}
#submit {
	background: #1c6681;
	color:#FFF;
	font-weight:normal;
	border-radius:0px;
	padding:5px 18px;
	border:0px;	
	font-size:12px;
	margin:0 0 24px 0;
	text-transform:uppercase;
	transition: background .25s ease-in-out;
   -moz-transition:  background .25s ease-in-out;
   -webkit-transition:  background .25s ease-in-out;
}
#submit:hover {
	background: #1c6681;
}
#comments {
	margin: 12px 0 24px 20px;
	float: left;
	width: 100%;
	clear: both;	
}
.commentlist {
	list-style: none;
	margin: 0 0 0 20px;
	float: left;
	width: 90%;
	clear: both;
}
#primary .commentlist li {
	float: left;
	clear: both;
	padding: 0 0 6px 0;
	background: none;
}
.comment-author {
	margin:0 0 12px 0;
	float: left;
	width: 100%;
	clear: both;	
	line-height:2;
}
.comment-author cite {
	font-weight:bold;
}
.comment-author img {
	margin:0 20px 0 0;
	float: left;
}
.comment-meta {
	margin:0 0 18px 0;
	float: left;
	width: 100%;
	clear: both;	
}
.reply {
	font-weight:bold;
}

/* contact */

.page-template-page-contact-php #main #page-content {
	background: url(images/bg-page.gif) top left repeat-y;
}
.contact-content {
	padding: 12px 0 32px 24px;
	width: 632px;
	clear: both;
	border-bottom: 1px solid #e6e6e6;
}
#main .wpcf7 {
	width:270px;
	margin:0;
}
#main .wpcf7 p {
	float: left;
	width: 100%;
	clear: both;
	margin:0 0 6px 0;
	font-weight:bold;
}
.wpcf7 input[type="text"] {
	float: left;
	width: 100%;
	clear: none;
	border-radius: 0px;
	border:0px;
	padding:3px;
	margin:4px 0 0 0;
	border:1px solid #abadb3;
	font-weight:normal;
	font-family:inherit;
}
.wpcf7 input[type="email"] {
	float: left;
	width: 100%;
	clear: none;
	border-radius: 0px;
	border:0px;
	padding:3px;
	margin:4px 0 0 0;
	border:1px solid #abadb3;
	font-weight:normal;
	font-family:inherit;
}
.wpcf7 textarea {
	float: left;
	width: 100%;
	clear: none;
	border-radius: 0px;
	height: 100px;
	background: #FFF;
	border:0px;
	padding:3px;
	margin:4px 0 12px 0;
	border:1px solid #abadb3;
	font-weight:normal;
	font-family:inherit;
}
.wpcf7 span {
	float: left;
	width: 100%;
	clear: both;
}
.wpcf7 div label {
	float: left;
	text-align: right;
	margin: 0 0 10px 0;
	color: #000;
	font-size: 14px;
	width: 100%;
	clear: none;
}
#main .wpcf7-submit {
	background: #1c6681;
	color:#FFF;
	font-weight:normal;
	border-radius:0px;
	padding:5px 18px;
	border:0px;	
	font-size:12px;
	margin:0 0 24px 0;
	text-transform:uppercase;
	transition: background .25s ease-in-out;
   -moz-transition:  background .25s ease-in-out;
   -webkit-transition:  background .25s ease-in-out;
}

/* testimonials */

.page-template-page-testimonials-php #main #page-content {
	background: url(images/bg-page.gif) top left repeat-y;
}
.page-template-page-testimonials-php #full {
	float: left;
	width: 960px;
	min-height: 300px;
	padding: 0;
}
#testimonials-header {
	float: left;
	width: 101%;
	height:72px;
	clear: both;
	font-size:15px;
	margin:0;
	border-bottom:1px solid #e6e6e6;
}
#testimonials-header h1 {
	float: left;
	font-size:15px;
	margin:35px 0 36px 32px;
	padding:11px 18px 9px 18px;
	background:#1c6681;
	width:auto;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
}
#testimonials-header .social {
	float:right;
	clear:none;
	margin:16px 40px 0 0;
}
.testimonial {
	float: left;
	width: 92%;
	clear: both;
	border-bottom:1px solid #e6e6e6;
	padding: 32px 24px 18px;
	margin:0;
}
.testimonial:last-child {
	border-bottom:0px solid #e6e6e6;
	margin:0;
}
#secondary .testimonial {
	width: 280px;
	margin:0 0 0 0;
}

/* our team */

.team-header {
	float: left;
	width: 95%;
	clear: both;
	margin: 0 0 24px 2px;
}
#main .team-header h1 {
	float: left;
	clear:none;
	margin:32px 0 0 42px;
	font-size:20px;
}
#main .team-header .social {
	float: right;
	clear:none;
	margin:21px 32px 0 0;
}
#main .team-header .subscribe-newsletter {
	float: right;
	clear:none;
	margin:24px 46px 0 0;
	width:298px;
}
.page-template-page-team-php #page-content {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 0 -1px;
	background: url(images/bg-page.gif) top left repeat-y;
}
.team-member {
	float: left;
	clear: both;
	width: 620px;
	margin:0 0 12px 0;
	padding: 0 0 0 32px;
	border-bottom:1px solid #e6e6e6;
}
.team-member h2 {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 12px 0;
	font-size:18px;
}
.team-member-content {
	float: left;
	width: 98%;
	margin: 0 0 12px 0;
}
.team-member img {
	float:right;
	margin: 0 0 12px 0;
}

/* footer */

#colophon {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	height:48px;
	padding:0;
	position: relative;
	background:#4b4e53;
}
#colophon #footer-nav {
	margin:14px 0 0 0;
	float:left;
}
#colophon #footer-nav li {
	float:left;
	padding:0 5px;
	font-size:12px;
	background:url(images/div.gif) center right no-repeat;	
}
#colophon #footer-nav li:last-child {
	background:none;	
}
#colophon #footer-nav li a {
	float:left;
	color:#FFF;
	transition: color .25s ease-in-out;
   -moz-transition:  color .25s ease-in-out;
   -webkit-transition:  color .25s ease-in-out;
}
#colophon #footer-nav li a:hover {
	float:left;
	color:#FFF;
	text-decoration:none;
}
#colophon #footer-nav .sub-menu {
	display:none;
}
#colophon #footer-mid {
	float:left;
	margin:15px 0 0 0;
	width:250px;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
#colophon #footer-mid a {
	font-size:12px;
	color:#FFF;
}
#colophon #footer-credits {
	float:right;
	margin:7px 30px 0 0;
	width:270px;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
#colophon #footer-credits a {
	color:#FFF;
}