/* REMOVE UNWANTED BITS */
.login, #header-content, #sidebar, .post-footer, .comment-rss-link, .new-comment, .post-navigation, #nav, #socialLinks, .footerLink, #header_block p, #footer_widgets, .piclenselink, #commentsBlock, .postNavigation {
	display: none;
	margin: 0;
	padding: 0;
	height: auto;
	text-indent: -9999px;
	overflow: hidden;
}





body { /* Strip padding,margin from the every element to that I can align all text to my own grid. */
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	font-family:arial, free-sans, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #666666;
}

a { color: #009dc1; }

a img { border:0 }

abbr { cursor:help }

p, table, blockquote { margin-bottom:1em }

ol, ul {
	margin-top:1em;
	margin-bottom:1em
}

li ol, li ul {
	margin-top:0;
	margin-bottom:0
}

h1, h1 a {
	font-size:20pt;
	color:black;
	font-weight:bold
}

h2, h2 a {
	font-size:16pt;
	color:black;
	font-weight:bold
}

h3, h3 a {
	font-size:14pt;
	color:black;
	font-weight:bold
}

h4, h4 a {
	font-size:12px;
	color:black;
	font-weight:bold
}

h5, h5 a {
	font-size:10px;
	color:black;
	font-weight:bold
}

h6, h6 a {
	font-size:10px;
	color:black;
	font-weight:normal
}



.icit-tag {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

#mainlogo { float: left; }

div.post-frame { margin-bottom: 1em }




.alignright {
	float:right;
	margin:0.2em 0 0.2em 0.75em;
	clear:right
}

.alignleft {
	float:left;
	margin:0.2em 0.75em 0.2em 0;
	clear:left
}

.aligncenter {
	display: block;
	margin: 1em auto;
	clear:both;
	text-align: center;
}

img.right {
	float:right;
	margin:5px 0 5px 5px;
	clear:right
}

img.left {
	float:left;
	margin:5px 5px 5px 0;
	clear:left
}

.clear {
	clear:both;
	height:1px;
	width: 1px;
	overflow: hidden;
	visibility:hidden;
}




h1#siteTitle a {
	display:block;
	width: 285px;
	height: 118px;
	background: url(images/logo.png) no-repeat center;
	text-indent:-9999px; /* this pushes the text far out of view */
	overflow: hidden /*this hides the outline box when you click on link */
}

#titles p {
	display: block;
	width: 50%;
	float: right;
	text-align:right;
	margin-top: -60px;
	font-weight: bold;
	font-size: 14px;
}

#header_block {
	padding: 10px 0;
	margin: 10px 0 30px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#header_block h2 {
	display: block;
	text-align: center;
	color: #009dc1;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

div.postBody p { color: #000; }

.contactDetails {
	font-weight: bold;
	padding: 10px 0;
	margin: 30px 0 10px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	color: #000;
}

#footer_services p { text-align: center; }

.postFrame {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.postDate { color: #000; }

h2.postTitle, h2.postTitle a {
	text-decoration: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.postMeta {
	font-size: 0.9em;
	color: #009dc1;
	margin-bottom: 15px;
}

blockquote {
	border-left: 3px solid #009dc1;
	margin: 15px 0;
	padding: 0 0 0 30px;
}

.ngg-galleryoverview {
	clear: both;
	margin: 15px 0;
}

.ngg-gallery-thumbnail-box {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}