/*
Theme Name: Global Network Solutions
Theme URI: http://igorr.net
Description: Based on the <a href="http://html5boilerplate.com">HTML5 Boilerplate</a> and Bruce Lawson's <a href="http://html5doctor.com/designing-a-blog-with-html5/">Designing a Blog with HTML5</a>. The sole purpose of this theme is to save developers the time it takes to apply the HTML5 Boilerplate to WordPress. See the README for instructions. The "HTML5 Boilerplate" name is used with permission from Paul Irish.
Version: 1.0
Author: Igor Shurubura
Author URI: http://igorr.net/
Tags: white, green, two-columns

*/

/*  HTML5 ? Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
input, select { vertical-align:middle; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }


/* Primary Styles
Author: Igor Shurubura; http://igorr.net/
*/

/* =Sticky Footer by Ryan Fait; http://ryanfait.com/sticky-footer/
-------------------------------------------------------------- */
html, body {
	height: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.push {
    height: 61px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	width: 720px;
}
.home #container {
    float: none;
    width: 960px;
    padding: 0;
    background: none;
}
#left-sidebar {
	float: left;
	width: 220px;
    margin-left: 10px;
}
#footer {
	clear: both;
	width: 100%;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
    visibility: hidden;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.pingback p,
.reply,
.entry-title,
.widget-title,
.wp-caption-text,
#access li,
#execphp-4 li,
.welcome h3,
#mainpage-widgets,
input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code,
kbd,
samp {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#wrapper {
    width: 960px;
    margin: 0 auto -61px;
    position: relative;
}

#main {
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ffffff url("images/body-bg.gif") top repeat-x;
}
body,
input,
textarea {
	color: #615c49;
	font-size: 12px;
	line-height: 1.5;
}
hr {
	background-color: #615c49;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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;
    behavior: url(PIE.htc);
}
a {
	color: #495108;
    outline: none;
    text-decoration: underline;
}
a:active,
a:hover {
    color: #c49e28;
    text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
    height: 233px;
    position: relative;
    margin-bottom: 10px;
}
#site-title {
    width: 480px;
    height: 159px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("images/logo.jpg");
}
.logo-software {
    background: url("images/logo1.jpg")!important;
}
.logo-hardware {
    background: url("images/logo2.jpg")!important;
}
.logo-system {
    background: url("images/logo3.jpg")!important;
}
#site-title span,
#site-description {
    display: none;
}

/* =Access menu
-------------------------------------------------------------- */
#access {
    width: 960px;
    position: absolute;
    left: 0;
    top: 15px;
    text-align: center;
}
#access ul,
#access li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#access li {
    display: inline-block;
    padding: 0 17px;
    line-height: 40px;
    text-transform: uppercase;
    border-right: 1px solid #869324;
}
.ie #access li {
    display: inline;
}
#access a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
#access a:hover {
    text-decoration: underline;
}
#access li.menu-item-28 {
    border: 0;
}

/* =Page Thumbnail
-------------------------------------------------------------- */
#thumbnail {
    width: 479px;
    height: 159px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

/* =Languages selector
-------------------------------------------------------------- */

#languages {
    position: absolute;
    right: 0px;
    top: 12px;
}
#languages ul {
    margin: 0;
}
#languages li {
    list-style: none;
    display: inline;
    padding-left: 6px;
}
#languages li.active a {
    color: #505050;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}
#content {
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 16px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 13px;
	line-height: 19px;
}
#content code {
	font-size: 13px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 6px 0;
}
#content h4 {
    font-size: 14px;
}
#content table {
	border: 1px solid #C25E32;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 606px;
}
#content tr th,
#content thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 12px;
    vertical-align: middle;
}
#content tr td {
	border-top: 1px solid #C25E32;
	padding: 6px 12px;
    vertical-align: middle;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 12px 0;
}
.blog .hentry,
.archive .hentry {
}
.page .hentry {
    margin: 0 0 18px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.entry-header {
}
.entry-title,
#execphp-5 .widget-title,
.welcome h4,
.how-it-works h4,
.why-gns h4 {
    padding: 0 0 4px 2px;
    color: #c49e28;
    font-size: 14px;
    font-weight: normal;
    line-height: 1!important;
    text-transform: uppercase;
    border-bottom: 1px solid #c49e28;
}
.entry-meta {
	color: #888;
	font-size: 12px;
    padding-bottom: 18px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-meta .meta-sep,
.entry-meta .author {
    display: none;
}
.entry-content,
.entry-summary {
	clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-utility .meta-sep,
.entry-utility .comments-link {
    display: none;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 688px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.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 {
	margin: 0 10px 12px 0;
	padding: 0 0 12px 0;
	position: relative;
    border-bottom: 1px solid #91361f;
}
.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;
    display: none;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #d5ad7e;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	display: none;
}
.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 #91361f;
	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;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area li {
    list-style: none;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
    margin: 0 0 10px 0;
}
.widget-title {
    font-size: 16px;
    font-weight: normal;
    padding: 4px 0;
    margin-bottom: 5px;
}
.widget-area .entry-meta {
	font-size: 11px;
}
/* GNS specific styles */
#execphp-3 .widget-title,
#execphp-4 .widget-title {
    display: none;
}
#execphp-3 li,
#execphp-4 li {
    margin-bottom: 6px;
}
#execphp-3 a,
#execphp-4 a {
    display: block;
    padding-left: 20px;
    background: url("images/bullet.gif") 0 6px no-repeat;
}
#execphp-3 .current_page_item a,
#execphp-3 a:hover,
#execphp-4 .current_page_item a,
#execphp-4 a:hover {
    background-position: 0 -20px;
    color: #c49e28;
    text-decoration: none;
}
/* /GNS specific styles */
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0!important;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* =Latest news
-------------------------------------------------------------- */

.footer-widgets {
    clear: both;
}
.footer-widgets ul,
.footer-widgets li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widgets li {
    width: 220px;
    float: left;
    padding: 10px;
}
.footer-widgets p {
    margin: 8px 0;
}
.footer-widgets .lp-more {
    clear: both;
    margin: 10px;
    text-align: right;
}

/* =Front page
-------------------------------------------------------------- */

.home #header {
    margin-bottom: 0;
}
.home #content {
    width: 479px;
    float: left;
}
.get-connected {
    height: 157px;
    background: url("images/main-01.jpg") no-repeat;
    position: relative;
    color: #000000!important;
}
.get-connected h4 {
    width: 200px;
    position: absolute;
    left: 255px;
    top: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.get-connected p {
    width: 200px;
    height: 90px;
    position: absolute;
    left: 255px;
    top: 37px;
    overflow: hidden;
}
.welcome {
    margin-top: 25px;
    padding-right: 1px;
    overflow: auto;
}
.welcome h3 {
    background: url("images/main-02.gif") 0 21px repeat-x;
    color: #5b6509;
    font-size: 18px!important;
    line-height: 1.1!important;
    overflow: auto;
}
.welcome h3 span {
    display: block;
    float: left;
    background: #ffffff;
    padding-right: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.welcome img {
    float: left;
    margin: 0 10px 4px 0!important;
    border: 1px solid #e6e2da;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    behavior: url(PIE.htc);
}
.how-it-works,
.why-gns {
    width: 230px;
    float: left;
}
.how-it-works img {
    border: 1px solid #e6e2da;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    behavior: url(PIE.htc);
}
.why-gns {
    float: right;
}
.why-gns li {
    padding-bottom: 6px;
}
#mainpage-widgets {
    width: 237px;
    float: left;
    margin-top: 1px;
}
#mainpage-widgets .widget-container {
    margin: 0;
}
#mainpage-widgets .widget_execphp {
    width: 235px;
    height: 224px;
    padding: 1px 2px;
    color: #f1f0e8;
    margin-bottom: 1px;
}
#mainpage-widgets .widget-title {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 6px;
    padding-left: 15px;
}
#mainpage-widgets ul,
#mainpage-widgets li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#mainpage-widgets li {
    background: url("images/bullet2.gif") 0 5px no-repeat;
    margin: 0 10px 8px 15px;
    padding-left: 15px;
}
#mainpage-widgets a span {
    display: block;
    width: 222px;
    height: 18px;
    background: url("images/learn-more.png");
    margin-top: 20px;
    text-indent: -9000px;
    overflow: hidden;
    cursor: pointer;
}
#execphp-6 {
    background: url("images/main-widget-01.jpg") top no-repeat;
}
#execphp-6 .widget-title {
    color: #edd21c;
}
#execphp-7 {
    background: url("images/main-widget-02.jpg") top no-repeat;
}
#execphp-7 .widget-title {
    color: #c7c116;
}
#execphp-7 li {
    background-position: 0 -49px!important;
}
#execphp-8 {
    height: 198px!important;
    background: url("images/main-widget-03.jpg") top no-repeat;
}
#execphp-8 .widget-title {
    color: #bacd16;
}
#execphp-7 li {
    background-position: 0 -104px!important;
}
.home .footer-widgets {
    width: 240px;
    float: right;
    clear: none;
}
.home .footer-widgets .widget-title {
    margin: 10px 6px 0 8px;
}
.home .footer-widgets li {
    float: none;
    border-bottom: 1px solid #e7e3db;
}

.entry-content .cform input {
    margin-bottom: 0;
}

.emailreqtxt {
    display: none;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    height: 61px;
    background: #e5e1d9 url("images/footer-bg.gif") top repeat-x;
    margin: 0;
}
.footer-inner {
    width: 960px;
    position: relative;
    margin: 0 auto;
}
#site-info {
    position: absolute;
    left: 0;
    top: 20px;
}
#site-info a {
	color: #555047;
}
#footer-menu {
    position: absolute;
    left: 250px;
    top: 20px;
}
#footer-menu li {
    display: inline;
    padding-right: 10px;
}
#footer-menu a {
    text-decoration: underline;
}

/* =Shadowbox.js styles
-------------------------------------------------------------- */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(images/close.png);}
#sb-nav-next{background-image:url(images/next.png);}
#sb-nav-previous{background-image:url(images/previous.png);}
#sb-nav-play{background-image:url(images/play.png);}
#sb-nav-pause{background-image:url(images/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* =NextGen Gallery styles
-------------------------------------------------------------- */
.ngg-galleryoverview,
.ngg-clear {
    clear: both;
}
.ngg-galleryoverview ul,
.ngg-galleryoverview li {
    list-style: none;
    display: inline;
}
.ngg-gallery-thumbnail-box {
    width: 182px;
    float: left;
    padding-right: 2px;
}
.ngg-gallery-thumbnail-box img {
    width: 180px;
    height: 135px;
    border: 1px solid #929292;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    behavior: url(PIE.htc);
}

/* =jCarousel styles
-------------------------------------------------------------- */
.jcarousel-container {
    position: relative;
}
.jcarousel-container-horizontal {
    width: 534px;
}
.jcarousel-clip-horizontal {
    width:  534px;
    height: 137px;
}
.jcarousel-item {
    width: 182px;
    height: 137px;
    margin-right: 1px;
}
.jcarousel-next-horizontal {
    position: absolute;
    top: 58px;
    right: -12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url("images/next-horizontal.png") no-repeat 0 0;
}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 58px;
    left: -12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url("images/prev-horizontal.png") no-repeat 0 0;
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-next-disabled-horizontal {
    cursor: default;
    opacity: 0;
}

/* =cforms styles
-------------------------------------------------------------- */
.cf_hidden,
.cform legend,
.reqtxt {
    display: none;
}
.cform ol,
.cform li {
    margin: 0;
    list-style: none;
}
.cform li {
    margin-bottom: 10px;
}
.cform fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.cform label {
    display: block;
}
.cform input[type="text"],
.cform textarea {
    width: 525px;
}


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {


  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}