/* -------------------------------------
RESET DEFAULT STYLES
------------------------------------- */
@import url("http://imaginary.ehclients.com/index.php?css=styles/reset");

/* -------------------------------------
BODY AND WRAPPER
------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font: 10px/14px "Segoe UI", Verdana, sans-serif;
	text-align: center;
	color: #ffffff;
	background: #25418f url(../images/interface/bg_body.jpg) repeat-y 50% top;
	}

#wrapper {
	width: 960px;
    text-align: left;
	margin: 0 auto;
	color: #999999;
	background: #000000 url(../images/interface/bg_wrapper.jpg) no-repeat 0 0;
	}

body#home #wrapper {
  background-image: none;
}

/* -------------------------------------
LINKS, IMAGES, AND OTHER
------------------------------------- */

a:link {
	color: #4084cb;
	background: transparent;
	}
a:visited {
	color: #4084cb;
	background: transparent;
	}
a:hover {
	color: #ffffff;
	background: transparent;
	}
a:active {
	color: #3366CC;
	background: transparent;
	}

img.right {
	float: right;
	display: inline;
	margin: 0 0 0 12px;
	}

img.left {
	float: left;
	display: inline;
	margin: 0 12px 0 0;
	}

img {
	border: none;
	}

dl {
	margin: 0;
	padding: 0;
	}

dt {
	font-weight: bold;
	}

dd {
	margin: 0 0 1em 0;
	padding: 0;
	}

/* -------------------------------------
LOGO AND NAV
------------------------------------- */

#logo_and_nav {
	width: 186px;
	float: left;
	padding-top: 76px;
    margin-right: 10px;
	}

img#logo {
	margin-left: 24px;
	margin-bottom: 80px;
	}

ul#main_nav {
	margin-left: 83px;
	color: #4084cb;
	font-size: 10px;
	line-height: 12px;
	}

ul#main_nav li {
	margin-bottom: 12px;
	}

ul#main_nav ul#portfolio_overview {
	margin-top: 4px;
	}
ul#main_nav ul#portfolio_overview li {
	margin-bottom: 4px;
	}
ul#main_nav ul#portfolio_overview li a {
	color: #ffffff;
	}

ul#main_nav ul.industry_overview {
	margin-top: 4px;
	}
ul#main_nav ul.industry_overview li {
	margin-bottom: 4px;
	}
ul#main_nav ul.industry_overview li a {
	color: #666666;
	}
ul#main_nav ul.industry_overview li.current a {
	color: #999999;
	}

ul#main_nav li a {
	color: #4084cb;
	text-decoration: none;
	}

ul#main_nav li.current a {
  font-weight: bold;
}

/* -------------------------------------
HOMEPAGE
------------------------------------- */

#intro_wrapper {
  margin: 50px auto 0;
  position: relative;
}

#intro_wrapper h2 {

	font-weight: lighter;
	margin-top: 2em;
    margin-bottom: 0.1em;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	color: #4084cb;
	font-size: 1.3em;
	position: absolute;
	z-index: 99;
	top:10px;
	width: 100%;
}

#intro_wrapper h2 span.white {
	color: #FFF;	
}

#intro_wrapper h2 a {
	text-decoration: none;	
}

#intro_wrapper h2 a:hover {
	color: #FFF;
}

.copy {
	padding: 0 85px;
	text-align: left;
}
.copy p {
	line-height: 2em;
	margin-bottom: 20px;
}
.copy h3 {
	color: #4084CB;
 	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 25px 0 4px;
}

.copy p span.credit {
	display: block;
	float: right;
	margin-top: 10px;
}

.copy p span.blue {
	color: #4084CB;

}


/* -------------------------------------
FOOTER
------------------------------------- */
#footer {
	text-align: center;
	margin: 40px 0 5px;
	padding-top: 30px;
}

#footer ul li {
	display: inline;
	padding: 0 10px;
}

#footer ul li a{
	text-decoration: none;
}

#footer ul, #footer p {
	margin: 0 auto 4px;
}

/* -------------------------------------
QUOTES
------------------------------------- */

.tweet {
  width: 160px;
  height: 140px;
  margin-top: 45px;
  margin-left: 25px;
  padding-bottom: 25px;
}

.tweet span.tweet_text {
	color: #4084CB;
}

.tweet span.tweet_time a{
	color: #999999;
	text-decoration: none;
}

.tweet span.tweet_time a:hover{
	color: #999999;
	text-decoration: underline;
}

.tweet li {
	margin-bottom: 10px;
}

.twitter-header{
	margin-bottom: 8px;
}

.twitter-header a{
	color: #FFF;
	text-decoration: none;
}

.twitter-header a:hover{
	text-decoration: underline;
}
/* -------------------------------------
QUOTES
------------------------------------- */

#imaginary_quotes {
  width: 160px;
  height: 140px;
  margin-top: 76px;
  margin-left: 25px;
}

#quote_hdr {
  color: #ffffff;
  margin-bottom: 0.5em;
}

#quote_hdr a {
  text-decoration: none;
}

div.quote_text {
  margin-bottom: 0.5em;
  color: #4084cb;
}

div.quote_credit {
  color: #ffffff;
}

/* -------------------------------------
CONTENT
------------------------------------- */

#main_content {
	width: 556px;
    min-height: 800px;
	float: left;
	background: transparent url(../images/interface/bg_main_content.png) repeat-y 0 0;
	}

body#home #main_content {
	text-align: center;
	}

body#static_page #main_content,
body#login #main_content {
	background-color: #ffffff;
	}

body#static_page #main_content a:hover,
body#login #main_content a:hover {
	color: #000000;
	}

#content_wrapper {
	margin: 50px;
	}

#content_wrapper p {
	margin-bottom: 1em;
    color: #444444;
	}

#content_wrapper h2 {
    font-size: 12px;
	font-weight: normal;
	margin-top: 2em;
    margin-bottom: 0.1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #4084cb;
	}

#content_wrapper h2.main_title {
    margin-top: 0;
    margin-bottom: 2.5em;
	}

/* -------------------------------------
PORTFOLIO DISPLAY
------------------------------------- */

#project_wrapper {
  position: relative;
	margin: 50px 30px;
	}

#project_wrapper h2 {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 15px;
	}

h2 span.project_industry {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-right: 0.5em;
	color: #4084cb;
	}

div.project_info {
    font-size: 105%;
	margin-bottom: 65px;
	padding-right: 0px;
	width: 500px;
	height: 60px;
    color: #cccccc;
	}

div.project_info p.credits {
  font-size: 90%;
  color: #777777;
  margin-top: 0.5em;
}

#project_slideshow {

	}

div.project_image {
	text-align: center;
    position: relative;
    margin-top: 0px;
    left: 0;
	}



div.project_image img {
	margin: 0 auto;
	}

div.slideshow_nav {
    position: absolute;
    top: 100px;
    z-index: 989;
    right: 0;
    /*text-align: right;*/
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 9px;
    line-height: 18px;
	}

div.slideshow_nav span.prev_next {
	font-size: 12px;
	margin-left: 1em;
	letter-spacing: 0 !important;
	}

div#resizableInfo {
	position: absolute;
	z-index: 999;
	top: 35px;
	
}

div#client_info {
	width: 505px;
	overflow: hidden;
	background: #000;
}

div#resizableInfo p {
	background: #000;
}

.no-display {
	display: none;
}

div.slideshow_nav span a {
	text-decoration: none;
	}

#project_main_nav {
	margin-top: 205px;
	margin-left: 24px;
	width: 124px;
	position: relative;
	bottom:18px;
	}

#project_main_nav p {
	color:  #4084CB;
	margin-bottom: 6px;
	margin-top: 0;
	}	

#project_main_nav img {
	margin-right: 8px;
	margin-bottom: 8px;
	}

/* -------------------------------------
SUB CONTENT
------------------------------------- */

#sub_content {
	width: 208px;
	float: right;
    position: relative;
	}

#request_frisbee {
  margin-top: 76px;
  margin-left: -6px;
}

body#home #request_frisbee {
  margin-top: 36px;
}

#request_frisbee p {
  margin-left: 30px;
  color: #4084cb;
  margin-bottom: 0.5em;
}

#request_frisbee a {
  color: #ffffff;
  text-decoration: none;
}

body#static_page #request_frisbee {
  margin-left: 0;
}

p#welcome_user {
  position: absolute;
  top: 20px;
  left: 24px;
}

ul#additional_info {
    margin-top: 40px;
	margin-left: 30px;
	color: #4084cb;
	font-size: 10px;
	line-height: 12px;
	}

ul#additional_info ul li {
	margin-top: 12px;
	}

ul#additional_info ul li a {
	color: #ffffff;
    text-decoration: none;
	}

/* -------------------------------------
blog STUFF
------------------------------------- */

.blog {
	padding-top: 6px;
}

.blog h1 {
	margin-bottom: .5em;
}

/* -------------------------------------
text-hide STUFF
------------------------------------- */

.text-hide {
	display: none;
	height: 0;
	width: 0;
	text-indent: -10000px;
	
}

.blog h1 {
	margin-bottom: .5em;
}


/* -------------------------------------
SHADOWBOX STUFF
------------------------------------- */

#sb-title-inner {
	font-family: inherit !important;
    font-size: 12px !important;
    height: 30px !important;
	}

/* -------------------------------------
PRETTYPHOTO STUFF
------------------------------------- */

div.pp_details {
	color: #666666;
	}

div.ppt {
  display: none !important;
}

/* -------------------------------------
FOOTER
------------------------------------- */

#footer {
	clear: both;
	}

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

#wrapper:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* -------------------------------------
AJAX
------------------------------------- */

.ajax-loader {
	text-align: center;
	margin-top: 100px;
	padding-top: 100px;
	margin-left: 250px;
}