/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #91827A;
}
html {
	min-width: 990px;
}
body {
	line-height: 1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-bottom: 50px;
	background: url('images/backgroundtile.png') repeat-x #F2EBE5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 14px;
	font-size: 24px;
}
h2 strong {
	font-weight: normal;
}
h2 span {
	display: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
#services-heading {
	color: #E8DFD8;
	font-size: 24px;
	float: left;
	width: 680px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#header {
	height: 130px;
	padding: 7px 20px 13px 20px;
	background: url(images/header00.png) no-repeat bottom;
}

#header h1 {
	float: left;
	width: 315px; height: 130px;
}

#header h1 a {
	display: block;
	width: 315px; height: 130px;
	background: url('images/header.png') no-repeat;
	text-indent: -999999px;
}

#header ul {
	float: right;
	list-style: none;
	padding-right: 20px;
}

#header li {
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
}

#header li.email {
	background: url(images/ico-emai.png) no-repeat center left;
}

#header li.youtube {
	background: url(images/youtube.png) no-repeat center left;
}

#header li.linkedin {
	background: url(images/ico-link.png) no-repeat center left;
}

#header li.tel {
	background: url(images/ico-tel0.png) no-repeat center left;
}

#header li.mobile {
	background: url(images/ico-mobi.png) no-repeat center left;
}

#container {
	float: left;
	width: 950px;
	padding: 20px;
}

#bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
	z-index: 1000;
	width: 100%;
}

#footer {
	width: 940px; height: 28px; padding: 0 25px;
	margin: 0 auto; overflow: hidden;
	background: url(images/footer00.png) no-repeat top;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 17px;
}

#footer .copy {
	float: left;
	width: 175px;
	padding-top:
}

#footer .menu {
	float: left;
	width: 570px;
	text-align: center;
}

#footer .credits {
	float: right;
	width: 175px;
	text-align: right;
}

#footer li {
	display: inline-table;
	padding: 0 5px;
}

.home .entry-content {
	width: 680px;
	float: left;
}

.photo {
	float: right;
}

.service {
	float: left; width: 240px; margin-right: 10px;
	font-size: 11px; line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin-top: 10px;
}

.services li {
	float: left;
	width: 200px;
	margin-right: 25px;
	font-size: 12px;
	line-height: 15px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
.services li a {
	display: block;
	color: #000000;
}

.services strong {
	font-weight: bold;
	color: #435785;
}

.services a:hover {
	text-decoration: none;
}

.services a:hover span {
	color: #0033f0;
}

.services a:hover strong {
	border-bottom: 1px solid #0033f0;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#wrapper {
	margin: 0 auto;
	width: 990px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
p {
	line-height: 22px;
	margin: 0 0 15px 0;
	padding: 0;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

ul {
	list-style: none;
	margin: 0;
}
ol {
	list-style: decimal;
	margin: 0;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link, a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #91827A;
	font-weight: bold;
}
a:active,
a:hover {
	color: #435785;
	text-decoration: underline;
}

.entry-content a:link, .entry-content a:visited {
	color: #435785;
}
.entry-content a:active, .entry-content a:hover {
	text-decoration: underline;
}

#main {
	clear: both;
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 230px;
	height: 500px;
	background: url(images/rhc_merlin.png) no-repeat;
}

#sidebar a {
	color: #0033f0;
}

#sidebar li {
	padding: 3px 0;
	list-style: none;
}

#sidebar li.current_page_item a {
	color: #000000;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

