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, 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, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
@font-face {
  font-family: "DIN";
  src: url(images/DIN.ttf) format("truetype");
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	/*max-width: 97.5%; /* Fluid images for posts, comments, and widgets */ 
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}



a {
	color:#eee;	
	text-decoration:none;
}
h2, .entry-title {
	font-family:"DIN",Arial, Helvetica, sans-serif;
	font-size:20px;	
	font-weight:300;
}
body {
	margin:0;
	padding:0;	
	text-align:center;
	background:url(images/bg.jpg) repeat 0 0 #000;
	color:#bbbdbf;
	font-size:12px;
	line-height:1.25;
	font-family:Arial, Helvetica, sans-serif;
}
#page {
	width:949px;
	padding:0px 17px;
	margin:0px auto;
	text-align:left;	
	background:url(images/main-bg.png) 0 0 repeat;
}
#header {
	height:173px;
	background:url(images/header.png) 0 0 repeat transparent;	
  position:relative;
}
#header #logo {
	float:left;
	padding-left:10px;
}
#header #award {
	float:right;
	padding-right:10px;	
}
#header img {
	margin-top:20px;	
}
#header ul {
	float: right;
  position: absolute;
  bottom: -5px;
  left:20px;
  z-index: 99;
}
#ie7 #header ul, #ie8 #header ul {
	
    top: 140px;
}
#ie9 #header ul {	
    top: 10px;
}
#header ul li {
	float:left;
	margin:0px 1px;
	padding:10px 10px;
}
#header ul li:hover, #header ul li.current_page_item {
	background:url(images/menu-bg.png) repeat 0 0 transparent;
}
#header ul li a {
	font-family:"DIN",Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
}
#ie7 #header ul li a, #ie8 #header ul li a {
	font-size:13px;
}
#ie7 .entry-summary > a {
	float:left;
	display:block;	
}
#content {
	float:left;
	width:700px;
	padding-right:22px;
	border-right:1px solid #484949;	
}
#sidebar {
	float:right;
	width:216px;
}
#slider {
	margin-top:10px;	
}
#main {
	margin:20px 0px;	
}
#boxes {
	clear:both;	
	margin:20px 0px;
}
.box {
	width:206px;	
	padding:10px 10px 30px 10px;
	float:left;
	background:url(images/box-bg.png) repeat-x 0 0 transparent;
	margin:0px 7px;
}
.box.first {
	margin-left:0px;	
}
.box.last {
	margin-right:0px;	
	float:right;
}
.box h2 {
	background:url(images/red-dot.jpg) top right no-repeat;
	border-bottom:1px solid #484949;
	margin-top:5px;
	padding-bottom:5px;	
}
#footer {
	border-top:1px solid #484949;
	clear:both;	
	padding:10px 0px 40px 0px;
}
#about-widget {
	text-align:left;
	padding-left: 31px;	
}
.entry-header .wp-post-image {
	float: left;
	border: none;
	margin: 0 10px 10px 0px;
}
.post {
	clear:both;	
}
.readon {
	display:block;	
	margin-top:7px;
}
h2.entry-title, h1.entry-title {
	border-bottom:1px solid #484949;	
	margin-bottom:10px;
}
.entry-meta {
	float:right;
	font-size:12px;
	padding-top:9px;	
}
.entry-summary p {
	margin-top: 10px;	
}
.category .entry-summary p {
	margin-top: 0px;	
}
.entry-content h3 {
	border-bottom:1px solid #484949;
	font-family:"DIN",Arial, Helvetica, sans-serif;
	font-size:14px;	
	margin:10px 0px;	
	display: inline-block;
}
.single .entry-content {
	padding-top:10px;	
}
#nav-single {
	font-family:"DIN",Arial, Helvetica, sans-serif;
	font-size:15px;	
	margin:10px 0px;
}
.summary-excerpt {
	float:right;
	margin-left:10px;
	width: 475px;
	
}
.post {
	margin:10px 0px;	
	
	clear:both;	
}
#ie7 .post {
	display:block;	
}
#ie7 .entry-meta {
	display:none;
	visibility:hidden;
}
.entry-content, #about-widget, .summary-excerpt {
	line-height:1.75;
	word-spacing:1px;	
}
.nav-next {
	margin-left:10px;	
}
#wpcf7-f30-p27-o1 {
	margin-top:10px;	
}
#wpcf7-f30-p27-o1 p {
	margin:10p 0px;	
}
.wpcf7-text {
	padding:4px;	
}
.ngg-gallery-thumbnail img {
	background-color:transparent !important;	
	border:none !important;
}	
.ngg-gallery-thumbnail img:hover {
	background-color:transparent !important;	
}	
#TB_window, #TB_load {
    background: none repeat scroll 0 0 #010101 !important;
    border: 1px solid #010101 !important;
    color: #fff !important;
}
.ngg-gallery-thumbnail-box {
	margin-bottom:13px;	
}
.entry-content strong {
	font-weight:bold !important;	
}

.entry-content em {
	font-style:italic !important;	
}

/*  Additions Feb 13 */
.design-links a{display:block;margin-right:10px;padding:10px;font-family:"DIN",Arial,Helvetica,sans-serif;font-size:18px;background:#2D2D2D;border-radius:5px}.design-links a:hover{background:#000}
.ngg-gallery-thumbnail{width:100%}