/*
Theme Name: Peden
Author: Deep Space Robots
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

/* =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;
}
body {
	line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}
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;
}

/* ----------*/
html {
	height: 100%;
}
html body {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 18px;
	height: 100%;
	background: url('images/bg.jpg') center top repeat;
}
a {
	color: #edc100;
}
#page {
	position: relative;
	width: 966px;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px 6px;
	background: url('images/blue.png') top left repeat-y;
}
.container {
	width: 955px;
	background: #fdf8e0 url('images/thumb2.jpg') top right no-repeat;
	min-height: 644px;
	padding-bottom: 20px;
}

#footer {
	position: relative;
	width: 955px;
	min-height: 300px;
	background: url('images/blue_footer.jpg') top left no-repeat;
}
#footer #testimonials {
	position: relative;
	left: 375px;
	top: 40px;
	width: 550px;
	font-size: 16px;
	color: white;
	text-align: left;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
}
#footer #testimonials .author {
	text-align: right;
	padding-top: 15px;
	font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
}

#sidebar {
	position: absolute;
	top: 0;
	left: 35px;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 267px;
	background: url('images/sidebar_bg.jpg') top left repeat-y;
}
#sidebar #logo {
	background: url('images/sidebar_dark_bg.jpg') top left repeat-y;
	width: 267px;
	height: 242px;
	border-bottom: 1px solid #8a8a8a;
	text-align: center;
	padding-top: 16px;
}
#sidebar ul#nav {
	width: 267px;
	padding-top: 15px;
}
#sidebar ul#nav li {
	height: 40px;
}
#sidebar ul#nav li.current {
	width: 278px;

	background: #edc100 url('images/nav_arrow.jpg') top right no-repeat;
}
#sidebar ul#nav li.current a {
	color: white;
	border: 0px;
}
#sidebar ul#nav li a {
	position: relative;
	display: inline-block;
	left: 20px;
	padding-left: 45px;
	width: 185px;
	height: 40px;
	background: url('images/nav_sprite.png') 0px 0px no-repeat;
	border-top: 1px solid #616160;
	color: #d3d3d3;
	font-size: 15px;
	line-height: 45px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
}

.casestatus {
	background: url(http://copernicus.deepspacerobots.com/wp-content/uploads/2019/08/case_status.png) !important;
	background-size: 24px !important;
	background-repeat: no-repeat !important;
	background-position: 9px 8px !important;
	color: #edbf2c !important;
	font-weight: bold;
	line-height: 37px !important;
}

#sidebar ul#nav li a.home {
	background-position: 0px 0px;
}
#sidebar ul#nav li a.about {
	background-position: 0px -38px;
}
#sidebar ul#nav li a.whatwedo {
	background-position: 0px -78px;
}
#sidebar ul#nav li a.testimonials {
	background-position: 0px -112px;
}
#sidebar ul#nav li a.requestquote {
	background-position: 0px -146px;
}
#sidebar ul#nav li a.contact {
	background-position: 0px -181px;
}

#sidebar ul#nav li a.home:hover {
	background-position: 0px -439px;
}
#sidebar ul#nav li a.about:hover {
	background-position: 0px -479px;
}
#sidebar ul#nav li a.whatwedo:hover {
	background-position: 0px -517px;
}
#sidebar ul#nav li a.testimonials:hover {
	background-position: 0px -550px;
}
#sidebar ul#nav li a.requestquote:hover {
	background-position: 0px -586px;
}
#sidebar ul#nav li a.contact:hover {
	background-position: 0px -620px;
}

#sidebar ul#nav li.current a.home {
	background-position: 0px -219px;
}
#sidebar ul#nav li.current a.about {
	background-position: 0px -257px;
}
#sidebar ul#nav li.current a.whatwedo {
	background-position: 0px -296px;
}
#sidebar ul#nav li.current a.testimonials {
	background-position: 0px -330px;
}
#sidebar ul#nav li.current a.requestquote {
	background-position: 0px -366px;
}
#sidebar ul#nav li.current a.contact {
	background-position: 0px -399px;
}

#sidebar ul.widgets {
	padding: 30px 20px 0px 20px;
}
#sidebar ul.widgets a {
	color: #2c2c2c;
	text-decoration: none;
}

#sidebar ul.widgets a:hover {
	color: #2c2c2c;
	text-decoration: underline;
}

#sidebar ul.widgets h2 {
	font-size: 16px;
	color: #2c2c2c;
	font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
}
#sidebar ul.widgets h2.connect_email_social {
	padding-top: 25px;
}
#sidebar ul.widgets p.phone {
	font-size: 35px;
	color: white;
	line-height: 28px;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
}
#sidebar ul.widgets p.address {
	padding-top: 20px;
	font-size: 16px;
	color: white;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
}
#sidebar ul.widgets p.copyright {
	font-size: 10px;
	color: #d8d8d8;
	padding-top: 12px;
}
#sidebar p.society {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 20px;
}
#content {
	position: relative;
	left: 370px;
	top: 80px;
	width: 530px;
	padding-bottom: 80px;
}
#content h1.hdr {
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	padding-bottom: 40px;
	font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
}
#content h1.hdr_sub {
	font-size: 31px;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
}
#content #post {
	padding: 25px 0px;
	color: #555;
	font-size: 13px;
	line-height: 24px;
}
#content #post ul {
	list-style: disc;
	list-style-position: inside;
	display: block;
	padding: 0px 20px;
}
#content #post ul.left {
	float: left;
}
#content #post form p {
	font-weight: bold;
}
#content p {
	clear: both;
	padding: 10px 0px;
}
p.social {
	padding-top: 10px;
}
