/*
Theme Name: Globe Orange v2
Theme URI: http://www.globeorange.com
Description: Globe Orange theme.
Version: 2.0
Author: Gint at Globe Orange
Author URI: http://www.globeorange.com/
Tags: three colum globe orange layout
*/

.wpcf7-radio, .wpcf7-checkbox{ padding-bottom: 2px; padding-top: 3px; display: block; }
.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item { margin: 0 1em 0 0; color: #888; }
.wpcf7 label.grey { color: #888; }


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.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;
	}


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, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#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 Structure */
.post {
	text-align: justify;
	}

.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;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 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: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 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 10px 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 0 0 8px 10px;
	}

.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-bottom: 15px;
	}

#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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


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 Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 */

body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,label ,p{ margin: 0; padding:0; }
img, fieldset { border: 0; }
ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; } 
.clear { clear: both; }

#facebookfollow { background: url('images/connect.jpg') no-repeat; width: 156px; height: 96px; display: block; margin-left: 30px; }

#con_text { font-size: 14px; }
html, body { min-height: 100%; }
body { background: url('images/header_bg.png') repeat-x top; }
#container { width: 973px; margin: 0 auto -156px; min-height: 100%; height: 100%; }
#page { padding-bottom: 40px; margin: 0 auto; width: 933px; background: url('images/cbg.png') repeat-y left top; }
	/* TYPOGRAPHY */
	body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; color: #333; }
	.smaller { font-size: 13px; word-spacing: -0.01em; }
	.larger { font-size: 24px; }
	h2, #content h1 { letter-spacing: -0.04em; line-height: 24px; color: #9d2c70; }
	h3 { color: #9d2d70; letter-spacing: -0.04em; }
	label { color: #333; }
	/* HEADER */ 
	#header { height: 360px; background: url('images/fullheader.png') no-repeat center top; width: 933px; padding: 0 20px;  }
		h1#logo a { display: block; text-indent: -9999px; width: 226px; height: 80px; background: url('images/logo.png') no-repeat; margin-top: 29px; position: absolute; }
		#nav { margin-top: 162px; position: absolute; }
			#nav li a { text-indent: -9999px; display: block; width: 220px; height: 41px; position: relative; }
				#nav li.page-item-3 { background: url('images/home.png') no-repeat; } #nav li.page-item-3 a:hover, #nav li.current_page_item.page-item-3 a  { background: url('images/home_hover.png') no-repeat; }
				#nav li.page-item-5 { background: url('images/people.png') no-repeat; } #nav li.page-item-5 a:hover, #nav li.current_page_item.page-item-5  a  { background: url('images/people_hover.png') no-repeat; }
				#nav li.page-item-7 { background: url('images/projects.png') no-repeat; } #nav li.page-item-7 a:hover, #nav li.current_page_item.page-item-7 a  { background: url('images/projects_hover.png') no-repeat; }
				#nav li.page-item-9 { background: url('images/services.png') no-repeat; } #nav li.page-item-9 a:hover, #nav li.current_page_item.page-item-9 a { background: url('images/services_hover.png') no-repeat; }
				#nav li.page-item-13 { background: url('images/contactgo.png') no-repeat; } #nav li.page-item-13 a:hover, #nav li.current_page_item.page-item-13 a { background: url('images/contactgo_hover.png') no-repeat; }
					#nav li.page-item-3, #nav li.page-item-5,
					#nav li.page-item-7, #nav li.page-item-9,
					#nav li.page-item-13 { margin-top: -7px; width: 220px; height: 41px; }

	#slideshow { width: 689px; float: right; overflow: hidden; height: 335px; } 
		.slide-inside {  color: #ccc; line-height: 18px; }
			.quote-em { font-weight: bold; font-size: 33px; position: absolute; margin-top: 8px; }
			.slides-subtext { display: block; margin-left: 21px; margin-top: -67px; }		
	
	/* SIDEBAR */
	#sidebar { width: 220px; float: left; min-height: 300px; padding-right: 19px; padding-top: 20px;  }
		#newsletter-box { height: 195px; width: 218px; border: 1px solid #ccc; margin-top: 16px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
		#newsletter-box h4 { margin-bottom: 8px; color: #9d2c70; text-transform: uppercase; padding-bottom: 7px; border-bottom: 1px solid #ccc; font-size: 18px !important; }
		#newsletter { width: 188px; padding-left: 12px; padding-top: 24px; }
			#newsletter #search { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-right: none;
								 -moz-border-top-left-radius: 2px; -moz-border-bottom-left-radius: 2px; 
								 -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px;
								 border-top-left-radius: 2px; border-bottom-left-radius: 2px; 
								 width: 150px; height: 25px; margin-top: 15px; float: left; outline: none; font-size: 12px; color: #333; padding-left: 8px; }
			#newsletter  #subscribe { width: 27px; height: 27px; text-indent: -9999px; display: block; background: url('images/submit.png') no-repeat; border: none; margin-top: 15px; }
	/* CONTENT */
	.projimageeven, .projimageodd { width: 365px; padding: 7px 10px 30px 7px; }
		.projimageeven { background: url('images/frameeven.png') no-repeat; }
		.projimageodd { background: url('images/frameodd.png') no-repeat; }
	
	#content-container { float: right; width: 652px; padding-left: 41px; }
		#fading-shadow { background: url('images/fading_shadow.png') no-repeat; height: 21px; width: 693px; margin-left: -40px; }
			#content { padding-top: 40px; }
				#content h2, #content h1 { padding-bottom: 10px; font-size: 18px; font-family: Arial, Helvetica, sans-serif; }
				#content p { padding-bottom: 15px; font-size: 14px; line-height: 1.3em; }
				#content ul li { font-size: 12px; }
					#lastpara { border-bottom: 1px solid #999; padding-bottom: 13px !important; }
				#client-testimonials-container { margin-top: 40px; }
					#ct-box { height: 242px; background: #000; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
						#ct-box-headline { width: 603px; padding-top: 20px; margin-left: 25px; color: #ccc; padding-bottom: 17px; border-bottom: 1px solid #3b3b3b; }
					.boxleg { background: url('images/boxleg.png') no-repeat; width: 70px; height: 21px; }
					#ct-box img { margin-left: 25px; }
		
			.person-box:first-child { margin-top: -35px !important; }
			.person-box-top { width: 644px; height: 80px; float: right; margin-top: 15px; }
				.person-box-top img { margin-left: 280px; margin-top: 5px; }
				.person-box-bot img { float: left; margin-left: 8px; }
				.person { color: #9d2d70; }
				.person-desc { line-height: 0.8em; padding-top: 9px; position: relative; width: 357px; float: right; padding-left: 4px;
							   border-top: 1px solid #999; }
					.person-desc p { margin-top: 15px; }
					
			.portfolio-box { margin-top: 26px; }
			.portfolio-box:first-child { margin-top: -3px; }
				.portfolio-piece { float: left; }
				.portfolio-about { float: left; margin-left: 40px; width: 199px; }
					.portfolio-about img { border-bottom: 1px solid #999; margin-bottom: 3px; }
					.portfolio-about a { text-decoration: none; color: #9d2c70; }
					.portfolio-about a:hover { text-decoration: underline; }
			#slider { float: right; margin-top: 3px;  margin-bottom: -30px !important; padding-bottom: 20px; }
				#slider li { float: left; }
				#slider li a { text-decoration: none; font-weight: bold; display: block; padding-right: 9px; padding-left: 9px; padding-top: 4px; padding-bottom: 4px;
							-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 3px; }
				#slider li a:hover { background: #9d2d6f; color: #fff; }
				.slider-active a { background: #9d2d6f; color: #fff; }
				.portfolio-next { display: block; text-indent: -9999px; background: url('images/portfolio_next.png') no-repeat; width: 61px; height: 55px; float: right; }
				.portfolio-prev { display: block; text-indent: -9999px; background: url('images/portfolio_prev.jpg') no-repeat; width: 61px; height: 55px; float: right; }
				#slider-control { float: right; margin-top: 13px; padding: 0 10px; }

			.contact-headline { padding-bottom: 24px; }
			#phone-number { padding-bottom: 25px; border-bottom: 1px solid #999; width: 644px; display: block; margin-bottom: 15px; }
			.left { float: left; } 
			.contact-form { margin-right: 10px; width: 190px; height: 30px; border: 1px solid #ccc;
						    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-top: 6px; padding-left: 5px; }
			#phone { margin-bottom: 40px; }
			#textarea { border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-top: 6px;
					    width: 603px; padding-left: 5px; }
			#submit_form { color: #fff; background: #9d2c6f; position: relative; margin-left: 516px; display: block; width: 94px; height: 29px;
						   margin-top: 9px; border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
						   text-transform: uppercase;  }
			#map-container { width: 482px; height: 221px; padding: 10px; background: #000; margin-right: 21px; }
	/* FOOTER */
	#footer, .push { clear: both; }
	#footer, .push { height: 156px; }
		#footer { background: #1a1a1a; font-family: Arial, �Helvetica Neue�, Helvetica, sans-serif; font-size: 12px; color: #666; border-top: 4px solid #ccc; }
			#footer a { color: #666; text-decoration: none; }
			#footer a:hover { text-decoration: underline; }
		#footer-inside { width: 933px; margin: 0 auto; padding-top: 23px; }
			#nav-footer a { text-transform: uppercase; line-height: 20px; }
			#nav-footer { margin-left: 8px; float: left; height: 100px; display: block; padding-right: 41px; border-right: 1px solid #333; }
                            #terms a { position: relative; margin-left: 41px; padding-right: 41px; }
			#terms { float: left; display: block; height: 100px; border-right: 1px solid #333; }
			#company-info { float: right; margin-right: 9px; margin-top: 8px; }
				#company-info span { color: #333; margin-left: 7px; margin-right: 7px; }
				#company-info img { margin-top: 16px; float: left; margin-left: 38px; }
					#copyright { position: relative; margin-top: 44px; padding-left: 14px; float: left; }
			

.pf_testimonial { background: #eee url('images/testimonial.jpg') no-repeat; width: 210px; height: 43px; display: block; margin-top: 10px; }
.testimonial_comments { clear: both; display: none; }
	.testimonial_comments p { font-size: 12px; font-style: italic; line-height: 1.1em; margin: 0; padding: 1em 0 0 !important; }
	.testimonial_comments .outerwrap { background: url('images/quote_open.jpg') 10px left no-repeat; padding-left: 30px; } 
	.testimonial_comments .outerwrap .innerwrap { background: url('images/quote_close.jpg') bottom right no-repeat; padding-right: 30px;  }
	.testimonial_comments p.annot { color: #9d2c6f; padding-left: 30px !important; font-style: normal; }
	
#other_people { width: 251px; height: 49px; background: #fefefe url('images/Peopleother.png') no-repeat; clear: both; float: right; margin-right: 107px; margin-top: 10px; }