/* ========== CSS RESET IMPORT ========== */

@import url("css/reset.css");

/* ========== GLOBALS ========== */

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', ' Lucida Sans', Arial, sans-serif;
	color: #808080;
	background-color: #49a8d7;
	background-image: url(img/background.jpg);
	background-repeat: repeat;
}

a {
	text-decoration: none;
	color: #0a6ca6;
	outline: none;
    -webkit-transition:color .3s ease-in;  
   	-moz-transition:color .3s ease-in;  
   	-o-transition:color .3s ease-in;  
   	transition:color .3s ease-in; 
}

a:hover {
	color: #124256
}

a:active {
	position: relative;
	top: 1px;
}

p {
    font-size: 1.3em;
    line-height: 20px;
}

#container {
	position: relative;
	width: 962px;
    margin: 0 auto;
    margin-bottom: 19px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#masthead {
	width:  886px;
    height: 76px;
    padding: 34px 38px 0 38px;
    background: #fff;
}

#spacer {
	width:  886px;
	height: 20px;
	padding: 34px 38px 0 38px;
	background-color: #0a6ca6;
}

#logo {
    position: absolute;
    top: 10px;
    left: 45px;
    width: 225px;
    height: 63px;
    z-index: 100;
}

#logo h1 {
	width: 225px;
	height: 47px;
	text-indent: -9999px;
}

#logo h1 a {
	width: 225px;
	height: 63px;
	display: block;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content-wrap {
	background: #fff;
	padding-bottom: 20px;
}

#content-footer {
	width: 962px;
	height: 77px;
	background: url(img/bg-content-foot2.png) no-repeat;
}

h1, h2, h3, h4 ,h5, .font-replace {
	font-weight: 700;
}

h1 {
    padding: 0 0 20px 0;
    font-size: 3em;
    font-weight: 500;
    color: #4d4d4d;
}

h2 {
    font-size: 2em;
    line-height: 25px;
    color: #999;
}

h3 {
    font-size: 2em;
    line-height: 25px;
    color: #333
}

h1 span {
	color: #0a6ca6;
}

.page-intro {
	padding: 30px 45px;
}

.page-intro img {
	margin-top: 10px;
}

.category-work .page-intro {
	padding-bottom: 10px;
}

.page-intro h1 {
	padding-bottom: 30px;
	font-size: 3em;
	color: #0a6ca6;
}

.page .page-intro h1 {
	padding-bottom: 0;
}

.page-intro h2 {
	width: 638px;
	font-size: 2em;
	line-height: 31px;
	color: #4c4c4c;
	padding: 5px 0 0 0;
	font-family: 'Lucida Grande',' Lucida Sans', Arial, sans-serif !important;
	font-weight: normal;
}

.category-services .page-intro {
	padding: 30px 20px;
}

.current-menu-item, .current-cat, .current-menu-item a, .current-cat a, .current-category-ancestor, .current-category-ancestor a  {
	color: #0a6ca6 !important;
}

/*
    Navigation
*/

#navigation {
    position: absolute;
    top: 57px;
    right: 45px;
    z-index: 100;
}

#navigation ul li {
    float: left;
    padding-left: 18px;
    font-size: 1.7em;
}

#navigation ul li a {
    color: #082d3c;
    text-shadow: #fff 1px 1px 1px;
}

#navigation ul li a:hover, #navigation ul li.current-menu-item a, #navigation ul li a:hover, #navigation ul li.current-post-ancestor a {
	color: #0a6ca6;
}

/*
    Intro
*/

.intro {
    padding: 30px 45px;
    background: #fff;
}

.intro h1, .intro h2 {
    padding: 0;
    font-size: 2em;
    line-height: 25px;
    color: #333;
}

.home .intro h2 {
	line-height: 30px;
	font-family: 'Lucida Grande',' Lucida Sans', Arial, sans-serif !important;
	font-weight: normal;
}

/*
    Footer
*/


/*


#footer h5 {
    font-size: 1.8em;
    padding: 15px 0 9px 0;
    color: #8fbf2f;
}

#footer p {
    padding: 6px 0;
    font-size: 1.1em;
    line-height: 14px;
}

#footer a {
    color: #808080;
}

#footer-bottom {
    width: 978px;
    height: 30px;
    margin-bottom: 25px;
}

*/

.footer-wrap {
	width: 872px;
	margin-top: 32px;
	padding: 0 45px;
}


#other-stuff ul {
	padding-bottom: 15px;
}

#other-stuff ul li {
	padding-right: 0;
}

#other-stuff h3 {
	padding-right: 0;
}

#footer {
    text-align: center;
    margin-bottom: 35px;
}

#footer p {
	font-size: 1.1em;
	color: #082d3c;
}

#footer p.offices {
	padding-top: 8px;
	color: #fff;
	text-transform: uppercase;
}

#footer a {
 color: #082d3c;
}

#footer a:hover {
	text-decoration: underline;
}



/* ========== HOMEPAGE ========== */


/*
	Masthead
*/

.home #masthead {
	width: 962px;
    height: 80px;
    padding: 0;
}

/*
    Heroes
*/

#hero-wrap {
	position: relative;
	height: 334px;
	overflow: hidden;
	background: #fff url(img/bg-hero-container2.gif) repeat-x 0 100%;
}

#heroes {
	position: relative;
    width: 962px;
    height: 334px;
    overflow: hidden;
}

.hero {
	width: 962px;
	height: 273px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.hero h2 {
	visibility: hidden;
}

.hero p {
	background: #fff url(img/bg-hero-container2.gif) repeat-x;
	position: absolute;
	bottom: -40px;
	right: 45px;
	text-align: right;
	font-size: 1.7em;
	font-weight: 300;
	color: #49a8d7;
	width: 500px;
}

.hero p a {
    color: #fff;
}
.hero p a:hover {
	color: #e5e5e5;
}

.hero p span {
	color: #0a6ca6;
}

.hero-nxtprv {
	position: absolute;
	top:143px;
	left: 0px;
	z-index: 1001;
	width: 962px;
}

a#cyclenext {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 23px;
	height: 19px;
	overflow: hidden;
	text-indent: -30000px;
	background: url(img/hero-next-arrow.png) no-repeat 0 0;
}

a#cycleprev {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 23px;
	height: 19px;
	overflow: hidden;
	text-indent: -30000px;
	background: url(img/hero-previous-arrow.png) no-repeat 0 0;
}

a#cyclenext:hover, a#cycleprev:hover {
	background-position: 0 -19px;
}

.hero-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 605px;
	height: 36px;
	padding: 25px 0 0 45px;/*
	background: transparent url(img/bg-hero-nav.png) no-repeat 0 0;*/
	z-index: 999;
}

.hero-nav a.slider-pager {
	float: left;
	width: 13px;
	height: 13px;
	margin-right: 7px;
	display: block;
	background: url(img/slide-inactive2.gif) no-repeat;
}

.hero-nav a.activeSlide {
 	background: url(img/slide-active2.gif) no-repeat;
}

a.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 937px;
	height: 273px;
	display: block;
}

/*
    Services
*/

.services-wrap {
    padding: 0 23px 36px 23px;
    background: #fff;
}

.services-wrap h4 {
	padding: 10px 22px 0 0;
	clear: left;
	text-align: right;
	font-size: 1.7em;
	font-weight: 300;
	color: #0a6ca6
}

.services-wrap h4 a {
	color: #0a6ca6;
}

.services-wrap h4 a:hover {
	color: #053F62;
}

.related-projects h4 {
	padding: 8px 0px 20px 0px;
}

.related-projects h4 a {
	font-size: 1.1em;
}

.related-projects h4 a span {
	font-weight: normal;
	padding-left: 5px;
}


.service {
	float: left;
	width: 261px;
	cursor: pointer;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 20px;
	margin-left: 7px;
	padding-top: 113px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.service h3 {
    font-size: 1.5em;
    line-height: 19px;
}

.service h3 a {
    padding-right: 22px;
    background: url(img/icon-link.png) no-repeat 100% 50%;
}

.service:hover h3 a {
    color: #124256
}

/*
    Recent Work/Projects
*/

.home .projects-wrap {
	position: relative;
	height: 332px;
	padding: 43px 23px 6px 23px;
	background-image: url(img/projects2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.projects-wrap h4 {
	padding-right: 22px;
	text-align: right;
	font-size: 1.7em;
	font-weight: 300;
	color: #49a8d7;
}

.home .projects-wrap h4 a {
	color: #fff !important;
}

.home .projects-wrap h4 a:hover {
	text-decoration: none;
	color: #E5E5E5!important;
}

.home .project {
    margin: 0 7px 20px 7px;
}

.home .project h3 {
    padding: 15px 0 5px 0;
    line-height: 17px;
    color: #fff;
}

.home .project h3 a span {
	font-weight: 300
}

.home .project a {
    color: #fff
}


.home .service p {
	color: #808080;
}

.home .project p {
	color: #CCC;
}


.recent-works-btm {
    width: 978px;
    height: 30px;
    background: url(img/bg-recent-works-btm.png) no-repeat;
}

#carousel {
	background-color: #0a6ca6;
}

#carousel-next, #carousel-prev {
	position: absolute;
	top: 112px;
	width: 21px;
	height: 51px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(img/carousel-prev2.png) no-repeat 0 22px;
}

#carousel-prev {
	left: 0;
}

#carousel-next {
	right: 0;
	background: url(img/carousel-next2.png) no-repeat 100% 22px;
}

#carousel-next:hover {
	background-position: 100% -24px;
}

#carousel-prev:hover {
	background-position: 0 -24px;
}



/* ========== SERVICES ========== */

.top-wrap {
    padding: 0 38px;
}

.top-wrap .definition {
    width: 648px;
    padding: 12px 14px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.top-wrap .definition p span {
    color: #333;
    font-size: 1.4em;
}

.projects-wrap h2 {
    padding: 0 7px 20px 7px;
    color: #333;
}

.services .projects-wrap {
    padding-top: 0;
}

.category-services .service {
	width: 189px;
	height: 120px;
	margin: 0px 7px 0;
	padding: 0px 11px 25px;
}


/* ========== WORK ========== */

/*.work-nav {
    padding: 0 38px 6px 38px;
    font-size: 1.1em;
}

.work-nav ul {
    height: 33px;
    padding: 0 29px;
    background: url(img/bg-work-nav.gif) repeat-x;
}

.work-nav ul li {
    float: left;
    margin-top: 3px;
}

.work-nav ul li a {
    height: 20px;
    display: block;
    padding: 7px 8px 0 8px;
    color: #333;
}

.work-nav ul li.active a, .work-nav ul li a:hover    {
    background: #f3f3f3;
    color: #8fbf2f;
}
*/

/* ========== PORTFOLIO ========== */

.category-filter {
	width: 872px;
	margin: 0px 45px 30px 45px;
	padding: 3px 0 5px 0;
	border: 1px dotted #c7c7c7;
	border-left: none;
	border-right: none;
}

.category-filter ul {
	margin-top: 12px;
}

.filteropen .category-filter ul {
	display: none;
}

.category-filter ul li {
	float: left;
	font-size: 1.1em;
	white-space: nowrap;
}

.category-filter ul li a {
	display: block;
	margin: 0 6px 5px 0;
	padding: 3px 5px;
	border: 1px solid #ccc;
	color: #a0a0a0;
	 -webkit-transition-property:color, background;  
	 -webkit-transition-duration: .4s, .4s;  
 	-webkit-transition-timing-function: linear, ease-in;
}

.category-filter ul li a:hover, .category-filter ul li a.currentcat {
	background: #49a8d7;
	border-color: ##0a6ca6;
	color: #fff;
}

p.breadcrumb span {
	padding-right: 10px;
}

p.breadcrumb {
	font-size: 1.1em;
	color: #124256;
	padding: 0 0 0 0;
	float: left;
	width: 750px;
}

a.close-open-filter {
	display: block;
	float: right;
	width: 100px;
	padding: 5px 0px;
	text-align: right;
}

span.showing {
	color: #999;
	font-size: 120%;
}

.projects-wrap {
   	width: 916px;
    padding: 0 23px;
}

.projects-wrap h4 a {
	color: #0a6ca6;
}

.projects-wrap h4 a:hover {
	color: #395763;
}

.project {
	float: left;
	width: 414px;
	height: 260px;
	display: block;
	overflow: hidden;
	margin: 0px 7px 30px;
	padding: 0 15px;
}

.project h3 {
	padding-top: 5px;
	font-size: 1.5em;
	width: 414px;
}

.project h3 a {
	color: #082d3c
}

.project h3 a span {
	font-weight: 300;
}

.project h3 a:hover {
	text-decoration: underline;
}

.project p {
	font-size: 1.1em;
	line-height: 15px;
	color: #999;
}

/* ========== PROJECT DETAIL ========== */

#project-wrap {
	padding: 36px 45px 0 45px;
	background: #fff;
}

#project-wrap p {
	padding-bottom: 15px;
	font-size: 1.3em;
	line-height: 26px;

}

#project-wrap h3 {
	padding-bottom: 15px;
	font-family: 'Lucida Grande',' Lucida Sans', Arial, sans-serif !important;
	font-size: 1.7em;
	line-height: 26px;
	font-weight: normal;
	color: #808080;
}

.project-image {
    float: left;
    width: 658px;
    margin-bottom: 53px;
}

.project-detail {
    float: right;
    width: 185px;
    margin-bottom: 25px;
}

.project-detail h2 {
	margin-bottom: 6px;
	font-size: 1.7em;
	color: #0a6ca6;
}

.project-detail ul {
	border-top: 1px dotted #999;
	margin: 0 0 18px 0 !important;
}

.project-detail ul li {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px dotted #999 !important;
	list-style-type: none !important;
	font-size: 1.1em !important;
	line-height: 27px !important;
}

.project-detail ul li a {
	color: #082d3c;
	display: block;
}

.project-detail ul li a:hover {
	text-decoration: underline;
}

.project-detail blockquote {
	padding-top: 53px;
	background: url(img/speech-bubbles.gif) no-repeat 0 0;
}

.project-detail blockquote p {
	font-size: 1.8em;
	line-height: 24px;
	color: #0a6ca6
}

p.url {
	font-size: 1.8em;
	font-weight: 500;
	margin: 13px 0 0px 0;
}

#project-wrap p.author {
	font-size: 1.1em;
	text-align: right;
	color: #082d3c
}

.screenshot-nav {
	padding: 10px 0px;
	text-align:right;
}

.screenshot-nav a {
	background: #e4e4e4;
	padding: 1px 4px;
	margin-left: 1px;
	color: #082d3c;
}

.screenshot-nav a.activeSlide, .screenshot-nav a:hover {
	color: #fff;
	background-color: #0a6ca6;
}


/*
	Pagination
*/

.pagination {
	position: relative;	
	border-top: 1px dotted #ccc;
}

.wp-pagenavi {
	font-size: 1.2em;
	margin: 15px 0 0 212px;
	float: right;
}

.wp-pagenavi a, .wp-pagenavi span {
	float: left;
	display: block;
	padding: 3px 5px 2px 5px;
	margin-right: 1px;
	color: #fff;
	-webkit-transition-duration: 0.4s, 0.4s;
	-webkit-transition-property: color, background;
	-webkit-transition-timing-function: linear, ease-in;
	background-color: #0a6ca6;
}

.wp-pagenavi span {
	color: #808080;
}

.wp-pagenavi a:hover {
	background: #124256;
}

.wp-pagenavi .pages {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 0;
	line-height: 20px;
	background: none;
}

.wp-pagenavi .current, .wp-pagenavi .extend {
	padding: 3px 5px 2px 5px;
	color: #fff;
	background: #ccc;
}

.wp-pagenavi .first, .wp-pagenavi .last {
	background: none;
	line-height: 17px;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	background: none;
	color: #124256;
}

.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	background: none;
	color: #0a6ca6
}


/* ========== SINGLE BLOG POST ========== */

#blog-wrap {
	background: #fff;
	padding: 29px 45px 20px 45px;
}

.post {
	float: left;
	width: 643px;
}

.previous-post a, .next-post a {
	float: left;
	padding: 6px 10px 6px 20px;
	background: #ccc url(img/btn-previous-laquo.png) no-repeat 10px 50%;
	font-size: 1.2em;
	color: #fff;
	text-shadow: #999 1px 1px 1px;
	-webkit-transition: all 200ms;
}

.next-post a {
	float: right;
	padding: 6px 20px 6px 10px;
	background: #ccc url(img/btn-next-raquo.png) no-repeat 100% 50%;
}

.previous-post a:hover, .next-post a:hover {
	background-color: #0a6ca6;
	text-shadow: #1d75a0 1px 1px 1px;
}

p.meta {
	padding-top: 5px;
	font-size: .8em !important;
	text-transform: uppercase;
	color: #999;
}

p.meta span {
	color: #0a6ca6
}

.sidebar {
	float: right;
	width: 200px;
}

.sidebar h5 {
	width: 170px;
	height: 16px;
	padding: 7px 15px;
	color: #fff;
	font-size: 1.5em;
	background-color: #0a6ca6;
}

.sidebar ul {
	background: #f9f9f9;
	border: 1px solid #e2e2e2;
	border-top: none;
	padding: 12px 15px 0 15px;
}

.sidebar ul li {
	border-bottom: 1px dotted #999;
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-size: 1.1em;
	line-height: 13px;
}

.sidebar ul li a {
	color: #999;
}

.sidebar ul li a:hover {
	color: #49a8d7
}

.sidebar ul li a.current-menu-item:hover {
	color: #124256 !important;
}

.sidebar ul li.last {
	border: none;
}

.sidebar .aktt_tweets ul li a {
	color: #49a8d7
}

.sidebar .aktt_tweets ul li a:hover {
	color: #124256;
}

/* ========== POST/PAGE STYLES ========== */

.hentry p {
	padding-bottom: 25px;
	font-size: 1.6em;
	line-height: 27px;
}

.hentry h3 {
	font-size: 2em;
	line-height: 31px;
	color: #4c4c4c;
	padding: 5px 0 25px 0;
}

.hentry h3.intro {
	font-family: 'Lucida Grande',' Lucida Sans', Arial, sans-serif !important;
	font-weight: normal;
} 

.hentry h2 {
	font-size: 2.2em;
	line-height: 27px;
	color: #0a6ca6;
	padding-bottom: 3px;
	font-weight: 500;
}

.hentry h4 {
	font-size: 1.8em;
	color: #4c4c4c;
}

.hentry ul, .hentry ol, #project-wrap ul, #project-wrap ol {
	margin-left: 25px;
	padding-bottom: 25px;
}

.hentry ol, #project-wrap ol {
	margin-left: 27px;
}

.hentry ol {
	margin-left: 59px;
}


.hentry ul li {
	background: url(img/hh-bullet.gif) no-repeat 0 10px;
}

.hentry p.cite {
	margin-top: -12px;
	font-size: 1.2em;
	color: #999;
}

.hentry ul li, .hentry ol li {
	font-size: 1.6em;
	line-height: 25px;
	padding: 0 0 6px 20px;
	margin-bottom: 6px;
}

#project-wrap ul li, #project-wrap ol li {
	font-size: 1.3em;
	line-height: 18px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ccc;
	list-style-type: square;
}

.hentry ol li, #project-wrap ol li {
	list-style-type: decimal;
}

.hentry ol li {
	padding-left: 0;
}

.hentry ul li a {

}

.hentry blockquote {
	padding: 10px;
	margin-bottom: 10px;
	background: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
}

.hentry blockquote p {
	padding: 0;
	color: #41A6D9;
}

/*

Will update = MR

.hentry blockquote p {
	color: red;
}
*/
.page .wrap, .error404 .wrap {
	padding: 0 45px;
}

.page .wrap .hentry, .error404 .wrap .hentry {
	float: left;
	width: 643px;
}

p.wp-caption-text {
	font-size: 1.2em;
	font-style: italic;
	padding: 0 20px 25px 20px;
	color: #333;
}
