/* ==========================================
	 ____  ___  _____    ___  ____  __  __  ____  ____  _____  ___ 
	( ___)/ __)(  _  )  / __)(_  _)(  )(  )(  _ \(_  _)(  _  )/ __)
	 )__)( (_-. )(_)(   \__ \  )(   )(__)(  )(_) )_)(_  )(_)( \__ \
	(____)\___/(_____)  (___/ (__) (______)(____/(____)(_____)(___/
														   
	Project: Ego Studios Web site August 2009
	Version: 2.4.0
	Company: Ego Studios LLC, 303.993.3910, www.ego-studios.com
	Developer: Nathan Sego
	Copyright: Ego Studios August 2009
	Writen For: www.ego-studios.com
	----------------------------------
	Colors:
	----------------------------------
	Text = 
	H Text = 
	BG = 
	Lines = 
	
   ========================================== */

@charset "utf-8";

/* ==========================================
                  CSS Reset 
   ========================================== */
   
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}

/* ==========================================
                  Basic Tag Styles 
   ========================================== */
   
@font-face {font-family: "egoRomen"; src: url(../img/fonts/segoeui.ttf) format("truetype");}
@font-face {font-family: "egoBold"; src: url(../img/fonts/Rockb.TTF) format("truetype");}

html {
	background: #FFF no-repeat fixed center top;
}

body {
	font-family: egoRomen,"Segoe UI", Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #333;
}

input:active,
input:focus,
a:active, 
a:focus {
	outline-style:none;
	outline-width:medium;
	border-style: none;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: egoBold,"Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h1 { font-size: 1.8em;}
h2 { font-size: 1.6em;}
h3 { font-size: 1.4em;}
h4 { font-size: 1.2em;}
h5 { font-size: 1em;}

p {
	margin: 0px 0px 10px 0px;
}

a:Link {color: #069; text-decoration: none;}
a:visited {color: #39C; text-decoration: none;}
a:hover {text-decoration: underline;}
   
/* ==========================================
                  Layout Styles 
   ========================================== */
   
#revealBG {
	position: fixed;
	top: 0px; left: 0px;
	background: #0c0f14;
	width: 100%; height: 100%;
}

#iconWrapper {
	width: 100%; height: 1px;
	position: fixed;
	top: 0px;
}

#iconAutoSpacer {
	width: 890px; height: 1px;
	margin: 0px auto 0px auto;
	position: relative;
}

#egoIcon {
	background: transparent url(../img/bg/iconLogoSm.png) no-repeat left top;
	width: 57px; height: 85px;
	position: absolute;
	top: 150px; left: -40px;
}

#theWrapper {
	width: 890px;
	margin: 0px auto 40px auto;
	position: relative;
}

/* ============== The Header Area ============== */

#theHeader {
	background: transparent url(../img/bg/headerBGGreenSM.png) no-repeat left top;
	width: 890px; height: 448px;
	position: relative;
}

#theTextLogo {
	background: transparent url(../img/bg/egoStudiosTextLogo.png) no-repeat scroll 0px 0px;
	width: 185px; height: 109px;
	position: absolute;
	top: 210px;
	left: 356px;
}

#theTextLogo h1 {
	text-indent: -9999px;	
}

/* ============== The Content Area ============== */

#theContentWrapper {
	background: transparent url(../img/bg/bodyBG.png) repeat-y 0px 0px;
	padding: 20px 40px 0px 40px;
}

/* ============== The Navigation Area ============== */

#theNavigation {
	position: relative;
	padding: 0px 40px 20px 40px;
	margin: 0px 0px 0px 0px;
	background: transparent url(../img/bg/LineBG.png) no-repeat center bottom;
	font-size: 1.2em;

}

#theNavigation ul {
	display: table;
	width: 100%;
	margin: 0px auto 0px auto;
}

#theNavigation ul li {
	display: table-cell;
	padding: 0px 2px 0px 0px;
	background: #E7E9EC url(../img/bg/mainNavLiDevider.png) no-repeat right center;
}

#theNavigation ul li.last {
	background: none;
	padding: 0px 0px 0px 0px;
}

#theNavigation ul li a {
	padding: 13px 0px 7px 0px;
	display: block;
	color: #333;
	text-align: center;
	background: transparent url(../img/bg/mainNavHoverBG.png) no-repeat center top;
}

#theNavigation ul li a:link,
#theNavigation ul li a:visited {
	text-decoration: none;
}

#theNavigation ul li a:hover {
}

/* ============== The Services Area ============== */

#theServicesWrapper {
	color:#FFFFFF;
	background: #2C0085 url(../img/bg/servicesBodyTopBG.png) no-repeat center top;
	border-bottom: 20px solid  #000063;
	padding: 40px 40px 20px 40px;
	display: none;
}

#theServicesWrapper #ServicesRight {
	display: table-cell;
	width: 50%;
	padding: 0px 20px 0px 0px;
}

#theServicesWrapper .serviceDescriptionHolder {
	border: 1px solid #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}

#theServicesWrapper #servicesLeft {
	display: table-cell;
	width: 50%;
	padding: 0px 0px 0px 20px;
}

#theServicesWrapper #servicesOptions {
	text-align: center;
}

#theServicesWrapper #servicesOptions a:link,
#theServicesWrapper #servicesOptions a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-family: egoBold,"Segoe UI", Arial, Helvetica, sans-serif;	
}

/* ============== The About Us Area ============== */

#aboutImage {
	background: transparent url(../img/bg/aboutUsImageText.png) no-repeat 0px 0px;
	width: 204px; height: 244px;
	position: absolute;
	top: 20px; left: 40px;
}

#theAboutWrapper h2 {
	margin: 0px 0px 10px 0px;
}

.signature {
	margin: -20px 0px -40px 30px;
}

/* ============== The Portfolio Area ============== */

#sliderControl a {
	background: transparent url(../img/btns/portfoolioIndicatorInactive.png) no-repeat 0 0;
	width: 16px; height: 16px;
	display: inline-block;
}
#sliderControl a.currentSlide {
	background: transparent url(../img/btns/portfoolioIndicatorActive.png) no-repeat 0 0;
}


#thePortfolioWrapper {
	position: relative;
	padding: 10px 40px 0px 40px;
}

#sectionHolderPortfolio {
	background: transparent url(../img/bg/sectionBG.png) no-repeat center top;
	overflow: hidden;
	width: 730px; height: 482px;
}

#mySlides {
	width: 2920px; height: 482px;
	margin: 0px 0px 0px 0px;
}

#mySlides div.singleSlide {
	padding: 20px 0px 0px 20px;
	width: 710px; height: 462px;
	float: left;
}

#mySlides div#slide1 {
}

#mySlides div#slide2 {
}

#mySlides div#slide3 {
}

#mySlides div#slide4 {
}

#prevSlide {
	background: transparent url(../img/bg/prevBtnBG.png) no-repeat center top;
	width: 46px; height: 408px;
	cursor: pointer;
	position: absolute;
	bottom: 20px; left: 40px;
}

#nextSlide {
	background: transparent url(../img/bg/nextBtnBG.png) no-repeat center top;
	width: 46px; height: 408px;
	cursor: pointer;
	position: absolute;
	bottom: 20px; right: 40px;
}

#mySlides div.singleSlide ul {
}

#mySlides div.singleSlide ul div.tableRow {
}

#mySlides div.singleSlide ul li {
	background: transparent url(../img/portfolio/portfolioBG.png) no-repeat top left;
	width: 216px; height: 123px;
	position: relative;
	margin: 0px 20px 20px 0px;
	float: left;
}

#mySlides div.singleSlide ul li a {
	display: block;
	text-decoration: none;
	width: 156px; height: 83px;
	font-family: egoBold,"Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	padding: 20px 40px 20px 20px;
	color: #FFF;
}

#mySlides div.singleSlide ul li img {
	position: absolute;
	top: 0px; left: 0px;
}


/* ============== The Lightbox Plugin ============== */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 20px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 20px 10px;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption {
	font-weight: bold;
	font-size: 1.5em;
}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left;
	font-family: egoRomen,"Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	float: right;
	padding-bottom: 0.7em;	
}

/* ============== The Resources Area ============== */

#resourceImage {
	background: transparent url(../img/bg/resourcesImageText.png) no-repeat 0px 0px;
	width: 204px; height: 244px;
	position: absolute;
	top: 20px; left: 40px;
}

#theResourceWrapper div.resourceSection {
	position: relative;
	margin: 0px 0px 30px 0px;
}

#theResourceWrapper div.lastResourceSection {
	position: relative;
	margin: 0px 0px 0px 0px;
}

#theResourceWrapper div.resourceSection img.book,
#theResourceWrapper div.lastResourceSection img.book {
	position: absolute;
	top: 20px;
	left: -250px;
}

#theResourceWrapper div.linksSection {
	border: 1px solid #CCC;
	background: #EEE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
}

#theResourceWrapper div.linksSection h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 5px 10px;
	border-bottom: 1px dashed #CCC;
}

#theResourceWrapper div.linksSection ul {
	margin: 0px 0px 0px 30px;
}

#theResourceWrapper div.linksSection ul li {
	list-style: circle;
}


/* the Blog */

/* Twitter Update */

#latestTweets {
	font-family:'Lucida Grande',sans-serif;
}

#latestTweets #twitterContent {
	background: #EEE;
	position: relative;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 0px 30px 0px;
	padding: 10px 10px 10px 10px;
}

#latestTweets #twitterIcon {
	background: transparent url(../img/bg/twitterArrow.png) no-repeat left top;
	position: absolute;
	width: 21px; height: 11px;
	top: -11px; left: 55px;
}

#latestTweets #twitterDetails {
	font-size: 2em;
	font-weight: bold;
	border-bottom: 1px dashed #CCC;
	margin: 0px 0px 10px 0px;
	padding:  0px 0px 10px 0px;
}

#latestTweets #twitterDetails a {
	font-size: x-small;
	padding: 4px 8px 4px 8px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#latestTweets #twitterDetails a:link,
#latestTweets #twitterDetails a:visited {
	color: #333;
	background: #E6E6E6;
	text-decoration: none;
}

#latestTweets #twitterDetails a:hover {
	background: #D5D5D5;
}

#latestTweets #twitterContent div.tweetLoader {
	background: transparent url(../img/bg/LoadingGearSm.gif) no-repeat center center;
	height: 40px;
	border-bottom: 1px dashed #CCC;
	margin: 0px 0px 10px 0px;
	padding:  0px 0px 10px 0px;
}

#latestTweets #twitterContent div.tweetSingleHolder {
	border-bottom: 1px dashed #CCC;
	margin: 0px 0px 10px 0px;
	padding:  0px 10px 10px 10px;
}

#latestTweets #twitterContent div.tweetSingleHolder small {
	color: #999;
	font-size:12px;
}


#latestTweets #twitterActions {
}

#latestTweets #twitterContent div.firstTweet {
	font-size: 1.4em;
}

#latestTweets #twitterContent div.lastTweet {
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	padding:  0px 10px 0px 10px;
}


/* Other */

/* ============== The Contact Form ============== */

#contactImage {
	background: transparent url(../img/bg/contactImageText.png) no-repeat 0px 0px;
	width: 204px; height: 244px;
	position: absolute;
	top: 20px; left: 40px;
}


form#theEmailForm h3 {
	margin: 0px 0px 0px 0px;
}

form#theEmailForm .textField {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.3em;
	width: 408px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #CCC;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form#theEmailForm input.btnPrimary {
	background: #CCC;
	border: 1px solid #999;
	font-family: egoBold,"Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1em;
}

form#theEmailForm input.btnSecoundary {
	background: transparent;
	border: 1px solid #999;
	font-family: egoBold,"Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 10px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1em;
}

img#loadingContact {
	float: right;
	display: none;
}

/* ============== The Footer Area ============== */

#theFooter {
	background: transparent url(../img/bg/footerBG.png) no-repeat left top;
	width: 730px; height: 70px;
	padding: 10px 80px 0px 80px;
}

#theFooter ul {
	height: 16px;
}

#theFooter ul li {
	display: inline;
	margin: 0px 10px 0px 0px;
}

/* ============== The Site Map Area ============== */

#theSiteInfoWrapper {
	position: fixed;
	bottom: 0px; left: 0px;
	width: 100%;
	padding: 10px 0px 10px 0px;
	background: #000;
	background: rgba(0,0,0,.875);
	border-top: 1px solid #191919;
	font-size: .85em;
	color: #999;
}

#theSiteInfoWrapper dl {
	width: 730px;
	background: #0C9;
	margin: 0px auto 0px auto;
}

#theSiteInfoWrapper dl dt {
	float: left;
	margin: 0px 20px 0px 0px;
}

#theSiteInfoWrapper ul li {
	float: left;
	margin: 0px 20px 0px 0px;
}

/* ==========================================
                  Tool Tip 
   ========================================== */

div.tooltipHolder {
	position: absolute;
	width: 150px;
	display:none;
}

p#tooltip{
	text-align: center;
}

div.tooltipPointer {
	background: transparent url(../img/bg/tooltipArrow.png) no-repeat top center;
	height: 19px;
	margin: -12px 0px 0px 0px;
}

.tooltip {
	position: relative;
}

/* ==========================================
                  Class Styles 
   ========================================== */
   
.boldText {
	font-family: egoBold,"Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.setMiddle {
	vertical-align: -5px;
}

.setTextBtm {
	vertical-align: text-bottom;
}

.displayNone {
	display: none;
}

.table {
	display: table;
	width: 100%;
}

.tableCell {
	display: table-cell;
}

.witdthHalf {
	width: 50%;
}

.marginBtm20px {
	margin: 0px 0px 20px 0px;
}

.sectionWrapper {
	padding: 10px 40px 20px 40px;
	background: transparent url(../img/bg/LineBG.png) no-repeat center bottom;
	position: relative;
}

.sectionHolder {
	background: transparent url(../img/bg/sectionBG.png) no-repeat center top;
	padding: 20px 20px 0px 20px;
	position: relative;
}

.sectionRight {
	width: 420px;
	margin: 0px 0px 0px 270px;
}

.topOfPage {
	position: absolute;
	background: transparent url(../img/btns/icons/gray_arrow_up16.png) no-repeat 0px 0px;
	width: 16px; height: 16px;
	bottom: 0px; right: 12px;
	cursor: pointer;
}

.noBtmMargin {
	margin: 0px 0px 0px 0px;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}


.bookTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px 0px 5px 0px;
	padding:  0px 0px 10px 0px;
	border-bottom: 1px dashed #CCC;
}

.bookAuthor {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .9em;
	margin: 0px 0px 5px 0px;
	padding:  0px 0px 0px 0px;
}

.addPointer {
	cursor: pointer;
}

.messageBox {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background: #C6EDF2;
	border: 2px solid #0094A4;
	color: #0094A4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: egoBold,"Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.messageBox p {
	margin: 0px 0px 0px 0px;
}

.ipAddress {
	color: #999;
	font-size: .8em;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	float: left;
}

p.dropcap:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	display:block;
	float:left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 0px 0px;
	color: #3D3D3D;
	background: #FFF;
	border: 1px solid #3D3D3D;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

}