/*
Theme Name: Softcom
Theme URI: 
Description: The redesigned Softcom site.
Version: 0.2
Author: Ryan Imel
Author URI: http://aspiringindie.com/
*/


/* CSS Reset */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div.clear {
	clear: both;
}


/* Body and wrappers */

body {
	/*background: url('images/wrapper.png') top repeat-x;*/
	background: url('images/wrapper02.png') top repeat-x; 
	color: #999999;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 1;
}
div#outline {
/*	background: url('images/footer.png') bottom repeat-x; */
}
div#wrapper {
/*	background: transparent url('images/design.png') center -6px no-repeat; */
	background: url('images/blend02.png') left 67px repeat-x;
	font-size: 12px;
}
div.wrap {
	margin: 0 auto;
	width: 960px;
}


/* Typography */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


/* Logo and site description */

div#site-title {
	height: 67px;
}
div#site-title h1 {
	display: block;
	float: left;
	height: 65px;
	width: 139px;
}
div#site-title h1 a {
	background: url('images/logonew.png') left 18px no-repeat;
	display: block;
	height: 65px;
	text-indent: -999em;
	width: 159px;
}
div#site-title p {
	color: #b0bbd8; 
	float: right;
	font-size: 1.5em;
	margin: 35px 0 0 0;
}


/* Header teasers */

div#teasers {
	clear: both;
	position: relative;
}
li.teaser {
	clear: both;
	float: left;
	height: 292px;
	width: 100%;
}
ul.teaseritems {
	height: 292px;
	overflow: hidden;
}
div#teasers div.copy {
	color: #a0cbed;
	font-size: 1.7em;
	left: 0;
	line-height: 1.1em;
	position: absolute;
	top: 87px;
}
div#teasers div.copy h2 {
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 48px;
	line-height: 50px;
	font-weight: 100;
	margin: 0 0 16px 0;
}
div#teasers div.copy p {
	margin: 0 0 18px 0;
	width: 800px;
}
div#teasers div.image {
	float: right;
}
div#teasers div.copy p.button {
	font-size: 0.665em;
	width: 136px;
}
div#teasers p.button a {
	background: #468fcc;
	color: #fff;
	display: block;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	width: 136px;
}
div#teasers p.button a:hover {
	background: #6caddf;
}
div#switcher {
/*	bottom: 22px;
	height: 15px;
	left: 852px;
	position: absolute;
	width: 100px;
	z-index: 9999; */
}
div#switcher li,
div#switcher a {
	background: #a0cced;
	display: block;
	float: left;
	height: 13px;
	margin: 0 8px 0 0;
	text-indent: -999em;
	width: 13px;
}
div#switcher li:hover {
	background: #004b8d;
	cursor: pointer;
}


/* Header navigation */

div#nav {
	clear: both;
	font-size: 1.14em;
	position: relative;
	top: -1px;
}
div#nav li {
	border-right: 1px solid #002b5c;
	float: left;
	position: relative;
}
div#nav li.last {
	border-right: none;
}
div#nav li a {
	background: #1d4674;
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 159px;
}
div#nav li a:hover,
div#nav li.current_page_item a,
div#nav li.current_page_parent a,
div#nav li:hover a {
	background: #468fcc;
}


/* Second level navigation */
div#nav li ul { 
/*	background: #145595; Removed for opacity's sake */
	display: none;
	font-size: 11px;
	left: 0;
	position: absolute;
	top: 34px;
	width: 159px;
}
div#nav li:hover ul,
div#nav li.hover ul {
	display: block;
}
div#nav li ul li {
/*	background: #145595; Removed for opacity's sake */
}
div#nav li ul li a {
	background: #145595;
	border-bottom: 1px solid #758cbc;
	opacity: 0.9;
	padding: 12px 0 12px 0;
	text-align: left;
	text-indent: 10px;
}
div#nav li:hover ul li a {
	background: #1d4674;
}
div#nav li:hover ul li a:hover {
	background: #468fcc;
}


/* Container */

div#container {
	clear: both;
	min-height: 350px;
	padding: 25px 0;
}
body div.home-container {
	padding-bottom: 0;
}


/* Content */

div.content {
	background: url('images/content.png') right top repeat-y;
	float: left;
	line-height: 1.2em;
	min-height: 480px; /* For the righthand border */
	padding: 0 30px 0 0;
	width: 610px;
}
div#home-content {
	background: none;
	min-height: 0;
	padding: 0 0 10px 0;
	width: 100%;
}
div.content p {
	margin: 0 0 10px 0;
}
div.content h3 {
	color: #141717;
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}
div.content h4 {
	color: #000;
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}
div.content h5 {
	color: #3f67a2;
	font-size: 12px;
	margin: 0 0 2px 0;
}
div.content ul {
	margin-bottom: 10px;
}
div.content ul li {
	background: url('images/ul.png') left 5px no-repeat;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
}
div.content ul.gform_fields li {
	background: none;
	margin: 0;
	padding: 0;
}
div.content hr,
div.aside hr {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e1e2e3;
	height: 0;
	margin: 25px 0;
}
div.content img {
	margin: 20px 0;
}
div.content div.image img {
	margin: 0;
}


/* Special content */

div.highlight {
/*	border-bottom: 1px solid #e1e2e3; Removed when changed the highlight call */
	font-size: 1.3em;
	line-height: 16px;
/*	margin: 0 0 19px 0; Removed when changed the highlight call */
	margin: 0;
}
div.highlight hr {
}
div.highlight h3 {
	color: #004b8d;
	font-size: 27px;
}
div.highlight p {
	line-height: 21px;
	margin: 0 0 20px 0;
}
div.callouts {
/*	border-bottom: 1px solid #e1e2e3; Older version */
	float: left;
	margin: 0 0 0 0;
	width: 100%;
}
div.callout {
	float: left;
	margin-right: 45px;
	width: 290px;
}
div#home-content div.last {
	margin-right: 0;
}
div.callouts h3 {
	width: 255px;
}
div.content div.callouts p.jumplink {
	margin-bottom: 0;
}
div.callouts div.image {
	clear: left;
	float: left;
	margin: 0 0 20px 0;
}
div.callouts div.copy {
	float: right;
	margin: 0 0 0 0;
	width: 290px;
}
div.content p.jumplink {
	margin-bottom: 25px;
}
p.jumplink a {
	background: url('images/jumpout.png') left 2px no-repeat;
	color: #3f67a2;
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
}
div.content a,
div.aside a {
	color: #3f67a2;
}
div.content a:hover,
div.aside a:hover {
	text-decoration: underline;
}


/* Breadcrumbs */

div.breadcrumb {
	color: #3f67a2;
}
div.breadcrumb p span.sep,
div.breadcrumb p a {
	color: #999999;
	text-decoration: none;
}
div.breadcrumb a:hover {
	text-decoration: underline;
}



/* Aside */

div.aside {
	float: right;
	line-height: 1.4em;
	width: 300px;
}
div.aside h4 {
	color: #000;
	font-size: 1.4em;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}
div.aside p {
	margin: 0 0 10px 0;
}
div.aside p.jumplink {
	margin: 0;
}
div.aside img {
	margin: 0 0 10px 0;
}
div.aside div.callouts {
	border-bottom: 0;
}
div.aside div.callout {
	border-bottom: 1px solid #e1e2e3;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
div.aside div.single {
	border-bottom: none;
}
div.aside a {
	color: #004b8d;
	text-decoration: none;
}
div.aside a:hover {
	text-decoration: underline;
}


/* Sidebar navigation */

div.aside div.pagenavi {
	margin: 0 0 20px 0;
}
div.aside div.pagenavi ul li {
	background: url('images/jumpout.png') left 4px no-repeat;
	line-height: 1.7em;
	padding: 0 0 0 20px;
}
div.aside div.pagenavi a {
	color: #999999;
	text-decoration: none;
}
div.aside div.pagenavi a:hover,
div.aside div.pagenavi li.current_page_item a,
div.aside div.pagenavi li.current_page_parent a {
	color: #3f67a2;
}



/* Resources / attachment page */

div.attachment p.jumplink {
	float: left;
}
div.attachment p.updated {
	float: right;
}
div.attachment hr {
	clear: both;
	margin-bottom: 5px;
	position: relative;
	top: -10px;
}
div.attachment p {
	line-height: 17px;
}



/* Available positions // career page */

div.last hr {
	display: none;
}



/* Footer */

body div#footer {
	background: url('images/footer.png') top repeat-x; 
	color: #b0bbd8;
	font-size: 0.955em; 
	overflow: hidden;
}
div#footer div.wrap {
	background: url('images/footerin.png') bottom repeat-x;
	height: 144px;
	line-height: 1.4em;
	padding: 20px 0;
}
div#footer a {
	color: #b0bbd8;
	text-decoration: none;
}
div#footer a:hover {
	color: #fff;
}
div#footer h5 {
	color: #fff;
}
div#footer div.column {
	float: left;
	height: 95px;
	margin: 0 20px 30px 0;
	overflow: hidden;
	width: auto;
}
div#footer div.resources {
	max-width: 130px;
}
div#footer div.first {
	width: 265px;
}
div#footer div.last {
	margin-right: 0;
	width: 110px;
}
p#copyright {
	clear: both;
	float: left;
}
ul#terms-privacy {
	float: right;
}
ul#terms-privacy li {
	background: url('images/footerli.png') right 3px no-repeat;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
ul#terms-privacy li.last {
	background: none;
	padding: 0 0 0 10px;
}



/* Form styles */

h3#gform_title {
	font-size: 27px;
}
span#gform_description {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}
div.gform_body {
	padding: 20px 0 0 0;
}
ul#gform_fields li.gfield,
div.content ul.gfield_radio li,
div.content ul.gfield_checkbox li {
	background: none;
	padding: 0;
}
label {
	clear: both;
	color: #000;
	display: block;
	font-size: 15px;
	margin: 0 0 7px 0;
}
input {
	background: #e6e5e6;
	border: 1px solid #c3c2c3;
	clear: left;
	color: #818285;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	height: 20px; /* Added based on client's request */
	line-height: 15px;
	margin: 0 0 13px 0;
	/* padding: 7px 8px 9px 8px; */
	padding: 10px 8px;
	/* width: 584px; Reduced the width based on client's request */
	width: 480px;
}
textarea {
	background: #e6e5e6;
	border: 1px solid #c3c2c3;
	clear: left;
	color: #818285;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	margin: 0 0 13px 0;
	padding: 7px 8px 9px 8px;
	width: 584px;
}
div.gform_footer input.button,
input#searchsubmit,
input#wp-submit {
	background: #458fcc;
	color: #fff;
	float: left;
	font-weight: normal;
	height: 30px;
	padding: 5px 0;
	width: 134px;
}
div.gform_footer input.button:hover,
input#searchsubmit:hover,
input#wp-submit:hover {
	background: #6caddf;
	cursor: pointer;
}
div.gform_footer a {
	clear: left;
	display: block;
	float: left;
	margin: 5px 0 0 0;
}
ul.gfield_radio,
ul.gfield_checkbox {
	padding: 10px 0 10px 0;
}
ul.gfield_radio label,
ul.gfield_checkbox label {
	clear: none;
	/* color: #aeb0b2; */
	color: #939598; 
	line-height: 22px;
}
ul.gfield_radio li,
ul.gfield_checkbox li {
	clear: both;
	height: 28px;
	padding: 0 0 10px 0;
}
ul.gfield_radio input,
ul.gfield_checkbox input {
	clear: left;
	float: left;
	width: 30px;
}


/* Form elements in columns (left/right) */

li.left-col {
	clear: left;
	float: left;
	width: 290px;
}
li.left-col input {
	width: 270px;
}
li.right-col {
	float: right;
	position: relative;
	right: 8px;
	width: 290px;
}
li.right-col input {
	width: 270px;
}



/* jQuery form inputs */

div.checker {
	height: 22px;
	width: 22px;
	overflow: hidden;
	border-radius: 5px;
	background: #fff url('images/checkbox.png') left top no-repeat;
	float: left;
	display: inline;
	margin-right: 10px;
	position: relative;
}

div.checker input {
	height: 22px;
	width: 22px;
}

div.checker.focus {
	border-color: #999;
}

div.checker.focus span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div.checker span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div.checker span.checked {
	background: url('images/check.gif') no-repeat center center;
}

div.checker span input {
	position: absolute;
	opacity: 0;
}

/* Radio box */

div.radio {
	height: 21px;
	width: 21px;
	overflow: hidden;
	background: #fff url('images/radio-off.png') left top no-repeat;
	float: left;
	display: inline;
	margin-right: 10px;
	position: relative;
}
div.radio input {
	height: 19px;
	width: 19px;
}

div.radio.focus {
	border-color: #999;
}

div.radio.focus span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
}

div.radio span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div.radio span.checked {
	background: url('images/radio-on.png') left top no-repeat;
}

div.radio span input {
	position: absolute;
	opacity: 0;
}

/* Select Box */

div.selector {
	display: block;
	width: 150px;
	border: solid 1px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background: url('images/bg.png') repeat-x left 12px;
	line-height: 22px;
	margin-top: 3px;
	text-shadow: 0 1px 0 #fff;
	height: 22px;
	color: #444;
}

div.selector select {
	width: 150px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.selector.focus {
	border-color: #999;
}

div.selector span {
	position: absolute;
	left: 6px;
	top: 0px;
	font-size: 1.1em;
	padding: 0;
	display: block;
	padding-right: 20px;
	background: url('images/select.gif') no-repeat right 60%;
	right: 0;
}

div.selector.focus span {
	left: 5px;
}

div.selector select {
	position: relative;
	font-size: 1.1em;
	padding: 0;
	line-height: 23px;
	border: 0;
	margin: 0;
	padding-right: 40px;
}



/* Searches */

form#searchform {
	float: left;
	margin: 0 0 25px 0;
}
form#searchform label {
	display: none;
}
input#s {
	float: left;
	margin: 0 15px 0 0;
	width: 300px;
}
input#searchsubmit {
	clear: none;
	float: left;
	padding: 8px 0;
}
div.content div.widget {
	clear: both;
	margin: 0 0 35px 0;
}
div#gdm-plm-1 li {
	background: none;
	margin-bottom: 10px;
	padding: 0;
}
div#gdm-plm-1 ul ul {
	margin: 10px 0 0 25px;
}
div#gdm-plm-1 li a {
	background: url('images/jumpout.png') left 2px no-repeat;
	color: #3f67a2;
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
}
div#gdm-plm-1 li a:hover {
	text-decoration: underline;
}



/* Page navigation */

div.pagenavigation {
	padding: 15px 0 0 0;
}
div.pagenavigation span.pages,
div.pagenavigation span.current,
div.pagenavigation a:link,
div.pagenavigation a:active,
div.pagenavigation a:visited {
	border: none;
}



/* Login form */

form.loginform p {
	float: left;
	width: 300px;
}
form.loginform p.submit {
	margin-right: 15px;
	width: auto;
}
body div#container form.loginform p label {
	clear: none;
}
body input#user_login,
body input#user_pass {
	clear: both;
	margin-bottom: 30px;
	width: 300px;
}
form.loginform div.checker {
	margin-bottom: 20px;
	margin-top: -4px;
}
ul#cycnav {
	float: left;
	margin: 7px 0 0 0;
}
ul#cycnav li {
	background: none;
	padding: 0;
}
ul#cycnav a {
	text-decoration: none;
}
ul#cycnav a:hover {
	text-decoration: underline;
}
div.loginpage h1 {
	color: #000;
	font-size: 27px;
	margin-bottom: 20px;
}
div.loginpage p.message,
div.loginpage p#login_error {
	background: none;
	border: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e1e2e3;
}
div.loginpage a {
	text-decoration: none;
}
div.loginpage a:hover {
	text-decoration: underline;
}

div.validation_error {
	color: #c00;
	margin: 15px 0 0 0;
}

div.validation_message {
	color: #c00;
	margin: 5px 0 10px 0;
}



/* Setting all gray colors darker */

body,
div.breadcrumb p span.sep,
div.breadcrumb p a,
div.aside div.pagenavi a,
ul.gfield_radio label,
ul.gfield_checkbox label {
	color: #808080;
}






