@CHARSET "UTF-8";

html { font-size: 125%; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 50%; color: #303030; margin: 0; padding: 0; background-color: #FFFFFF; }
img { border: none; }

/* COMMON CLASSES */
.bold { font-weight: bold; }
.center { text-align: center; }
.error_message { font-size: 1.1em; font-weight: bold; color: #E41B17; background-color: #fdf7c1; border: 1px solid #CCC; padding: 10px; margin-bottom: 10px; }
h1 { padding-top: 0; margin-top: 0; margin-bottom: 10px; }
h2 { margin-bottom: 0; }
h3.side_header { width: 185px; margin-left: auto; margin-right: auto; margin-bottom: 3px; } /* Side Bar Header */
h4 { margin: 0 0 10px 0; padding: 0; border-bottom: 1px solid #0D7CD0; }
p { margin: 10px 0; }
ul { margin-left: 30px; }
ul li { padding-bottom: 5px; }
.facebook_badge_wrapper { text-align: center; width: 200px; }
.facebook_badge { font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;
}
.doppelganger_link { color: #00a32e; }
/* END COMMON CLASSES */

#mainwrapper { }

/* HEADER STYLES */
#header_fixed_wrapper { position: fixed; width: 100%; }
#headerwrapper { position: relative; z-index: 5000; }
#menu_wrapper { background-image: url('../images/shell/menu-back.png'); background-repeat: repeat-x; height: 57px; width: 100%; position: absolute; bottom: -57px; z-index: 1000; }
#headercontent { position: relative; height: 87px; width: 923px; margin-left: auto; margin-right: auto; }
#logo { position: absolute; top: 9px; left: 10px; }
#logo_tagline { position: absolute; bottom: 5px; left: 220px; }
#header_quote_wrapper { background-image: url('../images/shell/quote-bubble-3.png'); background-repeat: no-repeat; width: 314px; height: 73px; position: absolute; top: 8px; right: 10px; }
.quote_start { background-image: url('../images/shell/quote-quote.png'); background-repeat: no-repeat; width: 11px; height: 19px; position: absolute; top: 10px; left: 48px; }
.quote { font-size: 1.2em; position: absolute; width: 200px; text-align: center; top: 15px; left: 60px; }
.quote_by { font-weight: bold; font-size: 1.2em; font-style: italic; position: absolute; bottom: 12px; right: 50px; }
/* END HEADER STYLES */

#contentwrapper { padding-top: 100px; padding-bottom: 10px; }
#contentcontent { position: relative; width: 923px; margin-left: auto; margin-right: auto; }
#content_head { background-image: url('../images/shell/content-back-top.png'); background-repeat: no-repeat; height: 32px; }
#content_center { background-image: url('../images/shell/content-back-center.png'); background-repeat: repeat-y; }
#content_footer { background-image: url('../images/shell/content-back-bottom.png'); background-repeat: no-repeat; height: 29px; }
#main_content { font-size: 1.2em; float: left; width: 654px; margin-left: 10px; padding: 10px 20px; position: relative; }


/* FOOTER STYLES */
#footer_fixed_wrapper { /* position: fixed; bottom: 0; left: 0; width: 100%; background-color: #FFFFFF; border-top: 2px solid #0d7cd1; height: 60px; */ }
#footerwrapper { }
#footercontent { position: relative; padding-top: 10px; padding-bottom: 10px; width: 923px; margin-left: auto; margin-right: auto; }
#footer_text { }
#footer_nav a { }
#igzactly_byline { }
/* END FOOTER SYLES */ 

#theme_selection_box {
	position: absolute;
	border: 1px solid #CECECE;
	top: -7px;
	right: -2px;
	background-color: #FFFFFF;
	width: 200px;
	height: 15px;
	padding: 5px;
	text-align: center;
}

/* Form Styles */
.form_field {
	margin-bottom: 10px;
}

.form_field div {
	float: left;
	margin-right: 10px;
}

.field_label {
	width: 130px;
}

.field {
	width: 415px;
}

.required {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

/* MISC STYLES */
.service_box_wrapper {
	margin: 20px 0;
}

.service_box_wrapper h2 {
	padding: 3px;
	margin: 0;
	font-variant: small-caps;
}

.service_box_wrapper p {
	padding-left: 30px;
	padding-right: 30px;
}

#featured_project_home {
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 175px;
	padding: 5px;
	border: 1px solid #0D7CD0;
	background-color: #BFDCF3;
}

#featured_project_home span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

#featured_project_home div {
	text-align: left;
	border-top: 1px solid #0D7CD0;
	margin: 5px 0;
	padding: 5px 0;
}

/* PROJECT STYLES */
.project_category_quick_links {
	margin-bottom: 10px;
	padding: 3px;
}

.project_category_title {
	font-size: 1.4em;	
	border-bottom: 1px solid #0D7CD0;
	margin-bottom: 3px;
	position: relative;
}

.project_category_not_first {
	margin-top: 30px;
	position: relative;
}

.project_categpry_title_backtotop {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: .7em;
}

.project_wrapper {
	margin-bottom: 20px;
	background-color: #BFDCF3;
	padding: 5px;
	border: 2px solid #0D7CD0;
	position: relative;
}

.project_wrapper h2 {
	margin-top: 0;
}

.project_image {
	width: 200px;
	float: left;
}

.project_text {
	width: 418px;
	float: left;
	margin-left: 10px;
}

.project_text p {
	padding-top: 0;
	margin-top: 3px;
}

.project_details {
	line-height: 1.8em;
}

.project_link, .project_link:visited {
	color: #00a32e;
}

.portfolio_read_full {
	position: absolute;
	bottom: 7px;
}

/* Tutorial Style */
.tutorial_coming_soon {
	background-color: #BFDCF3;
	padding: 5px;
	border: 2px solid #0D7CD0;
}

.tutorial_coming_soon div {
	font-size: 1.4em;
	border-bottom: 1px solid #0D7CD0;
	margin-bottom: 3px;
}

/* HOME PORTFOLIO SLIDESHOW */
#home_featured_portfolio_wrapper {
	height: 245px;
	/*border: 2px solid #0D7CD0;*/
	position: relative;
	padding: 10px 0;
	overflow: hidden;
}

#home_featured_portfolio_wrapper h2 {
	margin-left: 10px;
	margin-bottom: 5px;
}

#home_features_portfolio_item_wrapper {
	width: 10000px;
	position: relative;
}

.home_featured_portfolio_item {
	width: 625px;
	height: 195px;
	margin: 0 10px;
	/*border: 2px solid #0D7CD0;*/
	float: left;
}

#home_featured_portfolio_nav_wrapper {
	position: absolute;
	bottom: 0;
	right: 18px;
}

.home_featured_portfolio_nav_item {
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 2px;
	border: 1px solid #0D7CD0;
	background-color: #c5facd; /*#00a32e;*/
	text-align: center;
}

.home_featured_portfolio_nav_item:hover {
	cursor: pointer;
}

/* ************************ */
