/*
Theme Name: Global Based
Theme URI: http://expansioncomputers.com/
Description: Custom Wordpress theme created for Global Based
Version: 1.0
Author: Jaime May
Author URI: http://expansioncomputers.com/
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #e8ebef;
	color: #333;
	text-align: center;
}

#page {
	background-color: white;
	text-align: left;
}

#header {
	background: #fff url('images/.jpg') no-repeat bottom center;
}

#headerimg {
	margin: 7px 9px 0;
}

.slideshow {
	width: 960px;
	height:430px;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
   text-decoration: none;
	color: white;
}

#content {
	font-size: 1.2em;
   min-height: 300px;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: left;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
   border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	background-color: #e8ebef;
	border: none;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
   text-decoration: none;
	color: white;
}

h1 a, h1 a:visited {
   text-decoration: none;
	color: white;
}

h1 a:hover {
	text-decoration: none;
	color: white;
}

h2 {
	font-size: 2em;
   color: #128AC6;
   text-decoration: none;
}

h2 a, h2 a:visited {
   color: #333;
   text-decoration: none;
}

h2 a:hover {
   color: #06c;
	text-decoration: none;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
   color: #333;
   text-decoration: none;
}

h3 a, h3 a:visited {
   color: #0066CC;
   text-decoration: none;
}

h3 a:hover {
   color: #114477;
	text-decoration: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.entry p a:visited {
	color: #06c;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

a:visited {
	color: #06c;
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Custom Fonts */

/* End Custom Fonts */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	background-color: white;
	margin:auto;
	padding: 0;
	width: 960px;
}

#header {
	background-color: #fff;
	padding: 0;
	width: 960px;
}

#headerimg {
	margin: 0;
	height: 105px;
	width: 100%;
}

.narrowcolumn {
	padding: 0 0 20px 45px;
	width: 700px;
   margin-left: 160px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
   border: 1px solid blue;    /* Border is for structuring puroses - REMOVE */
}

.post {
	margin: 0 0 0px;
	text-align: left;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

#footer p a {
   color: #333333;
}
/* End Structure */



/* Begin Top Menu */
#top {	
   text-align: left;
   height: 60px;
   width: 960px;
   background-image: url('images/menubg.jpg');
   background-repeat: no-repeat;
}

#top .menu {
	padding-top: 13px;
}

#top .menu ul {
	margin-left:35px;
	padding-left:0;
}

#top .menu li {
	display: inline;
	list-style-type: none;
   font-weight: bold;
   font-size: 11px;
   background: url('images/menuarrow.jpg') no-repeat right center;
   /* Padding with the News & Events section ON 
   padding: 9px 20px 10px 20px;
   /* Padding with the News & Events section OFF */
   padding: 9px 37px 10px 37px;
}
/*
#top .menu a {
	text-decoration: none;
	color: #6D7174;
}

#top .menu a:hover {
	color: #000;
}
/* End Top Menu */



/* Begin Side Menu */ /* <--------------------REMOVE COMMENT TAG
#side {	
   text-align: center;
   list-style: none;
}

#side .menu li {
	display: block;
   font-weight: bold;
   font-size: 1em;
   list-style: none;
}
/*
#side .menu a {
	text-decoration: none;
	color: #a30d09;
   padding-left: 15px;
   list-style: none;
}

#side .menu a:hover {
	text-decoration: none;
	color: #a30d09;
   background-image: url('images/menuhover.png');
   background-position:left;
   background-repeat:no-repeat;
   padding-left: 15px;
   list-style: none;
}

#side .menu a:active {
   text-decoration: none;
   color: #f6961e;
   list-style: none;
}
*/  
#top .page_item a {
	text-decoration: none;
	color: #6D7174;
   list-style: none;
   padding-right:25px
}

#top .page_item a:hover {
	text-decoration: none;
	color: #128AC6;
   background-image: url('images/menuright.png');
   background-position:right;
   background-repeat:no-repeat;
   list-style: none;
   padding-right:25px;
   padding-top: 5px;
   padding-bottom: 5px;
}

#top .current_page_item {
   color: #128AC6;
   list-style: none;
   text-decoration: none;
}

#top .current_page_item a {
   text-decoration: none;
	color: #128AC6;
   list-style: none;
   background-image: url('images/menuright.png');
   background-position:right;
   background-repeat: no-repeat;
   padding-right:25px;
   padding-top: 5px;
   padding-bottom: 5px;
}

#top .current_page_item a:hover {
	text-decoration: none;
	color: #128AC6;
   background-image: url('images/menuright.png');
   background-position:right;
   background-repeat:no-repeat;
   list-style: none;
   padding-right:25px;
   padding-top: 5px;
   padding-bottom: 5px;
}
/* End Side Menu */



/* Begin Sidebar */
#sidebar {
	width: 125px;
   float:left;
   margin-top: 35px;
   margin-left:45px;
   background: url('images/sidebarbg.jpg') repeat-y;
   font-size: 12px;
   padding: 10px;
}

#sidebar form {
	margin: 0;
}

#sidebar .page_item a {
	text-decoration: none;
	color: #6D7174;
   list-style: none;
}

#sidebar .page_item a:hover {
	text-decoration: none;
	color: #128AC6;
}

#sidebar .current_page_item {
   color: #128AC6;
   list-style: none;
   text-decoration: none;
}

#sidebar .current_page_item a {
   text-decoration: none;
	color: #128AC6;
   list-style: none;
}

#sidebar .current_page_item a:hover {
	text-decoration: none;
	color: #128AC6;
   list-style: none;
}
/* End Sidebar */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 5px 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 5px 10px 0 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

/* ---- This causes the double arrows to the left of line items in the sidebar ----
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
} */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
   margin-top: 10px;
   padding-bottom: 10px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 12px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: auto;
	padding: 5px 3px;
	text-align: right;
}
#searchsubmit {
   background-color: transparent;
   border: 1px solid black;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
   padding: 0; 
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
   position: absolute;
   left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#submit-button {
   text-align:center;
}
#search-field {
   text-align: center;
}


.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


#email-search {
	width: 570px;
	padding: 15px;
	margin-left: 156px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #eeeeee; /* old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* ie */
}

#email-search #search-field {
	float: left;
	width: 490px;
	height: 50px;
	border: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	box-shadow: inset 0 2px 2px #CCC;
	-moz-box-shadow: inset 0 2px 2px #CCC;
	-webkit-box-shadow: inset 0 2px 2px #CCC;
	background: #FFF;
}

#email-search #search-field input {
	width: 470px;
	height: 30px;
	font-size: 20px;
	color: #999;
	padding: 10px;
	border: none;
	position: relative;
	background: none;
	top: 0;
	left: 0;
}

#email-search #submit-button input {
	float: left;
	width: 60px;
	height: 52px;
	margin: 0 0 0 15px;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: helvetica, arial, sans-serif;
	color: #FFF;
	cursor: pointer;
	border: 1px solid #1e69de;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-shadow: 0 -1px 0 #004179;
	background: #6db3f2; /* old browsers */
	background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* ie */
}

#email-search #submit-button input:hover {
	background: #ACD0EF; /* old browsers */
	background: -moz-linear-gradient(top, #ACD0EF 0%, #54a3ee 50%, #3690f0 51%, #6193DD 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ACD0EF), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#6193DD)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACD0EF', endColorstr='#6193DD',GradientType=0 ); /* ie */
}

#email-search #submit-button input:active {
	box-shadow: inset 0 2px 2px #1e69de;
	-moz-box-shadow: inset 0 2px 2px #1e69de;
	-webkit-box-shadow: inset 0 2px 2px #1e69de;
}