/*
 * CSS Stylesheet for River City Studio Website
 * created 12.15.2010
 * by Jay Pilgreen
 * copyright river City Studio
 * 
 * */


	/* -------------------------- Global Declarations -------------------------------- */
	
* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: white;
	color: black;
	font-size: 12px;
	font-family: "Lato", "Arial", sans-serif;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

	/* This one is needed for the Sticky Footer */




	/* --------------------------- Container Declarations ----------------------------------- */
	
	/* We are going to throw classes on the body .. different and cool */

body.red {
	background-color: #E2291C
}

body.aqua {
	background-color: #4BBBB4;
}

body.green {
	background-color: #A09F0F;
}

body.yellow {
	background-color: #FFD87B;
}

body.orange {
	background-color: #E8702E;
}

body.blue {
	background-color: #1B4668;
}

body.navy {
	background-color: #00334B;
}

	/* ----- Sticky Footer Declarations .. the negative margin is the height of the footer ----- */

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 1100px;
	margin-bottom: -40px;
	overflow: hidden;
}

#container.blue {
	background-color: #1B4668;
}


	/* --------------------------- Header Declarations --------------------------------- */
	
#header {
	height: 83px;
	background-color: white;
	position: relative;
	z-index: 1000;
}

#logo {
	position: relative;
	top: 10px;
	left: 25px;
}

#headerNav {
	position: absolute;
	bottom: 50px;
	right: 74px;
	color: #E65B1D;
	font-size: 11px;
}

#headerNav a {
	color: #E65B1D;
	padding: 3px;
	font-weight: bold;
}

#headerNav a:hover, #headerNav a.active {
	color: #00334B;
}

#socialMedia {
	position: absolute;
	bottom: 10px;
	right: 70px;
}

#socialMedia a.media {
	display: block;
	width: 26px;
	height: 32px;
	margin-right: 7px;
	padding: 0px;
	float: left;
}

#socialMedia a.fb {
	background-image: url('/_img/facebook.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px;
}

#socialMedia a.twit {
	background-image: url('/_img/twitter.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px;
}

#socialMedia a.link {
	background-image: url('/_img/linkedin.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 0px;
}

#socialMedia a:hover {
	background-position: 0px -32px;
}
/* , a:hover.twit, a:hover.link  */

	/* ----------------------------- Content Declarations ----------------------------- */
	
#content {
	padding: 10px 30px;
	position: relative;
}

/*
#nav {
	
}

#nav a {
	font-size: 15px;
	color: white;
	padding: 3px 0px;
	padding-right: 18px;
}
*/

.blueMainNav a {
	color: #00334B !important;
}


/*
#nav a span {
	font-size: 18px;
}

#nav a:hover, #nav a.active {
	color: #00334B;
}
*/

.blueMainNav a:hover, .blueMainNav a.active {
	color: #F15112 !important;
}


.message {
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F15112;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	width: 320px;
	padding: 20px;
	margin-bottom: 10px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
.message .title {
	font-size: 16px;
	margin-bottom: 15px;
}
.message li {
	color: white;
	font-size: 12px;
}


/*  RCS DROPDOWN NAVIGATION  - SUPERFISH JQUERY Dropdowns ------------------------------ */
/*** ESSENTIAL STYLES ***/
#nav, #nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav {
	line-height:	1.0;
}
#nav ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
#nav ul li {
	width: 100%;
}
#nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#nav li {
	float: left;
	position: relative;
}
#nav a {
	display: block;
	position: relative;
}
#nav li:hover ul,
#nav li.sfHover ul {
	left: 0;
	top: 18px/* 2.5em*/; /* match top ul list item height */
	z-index: 99;
	padding-top: 9px;
	background: url(/_img/subNav-tickMark.png) 20px top no-repeat;
	}
ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	top: -999em;
}
ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
	top: -999em;
}
ul#nav li li li:hover ul,
ul#nav li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
#nav {
	float: left;
	margin-bottom:	1em;
}
#nav a {
	padding-right: 18px;
	text-decoration:none;
}
#nav a, #nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-size: 15px;
	color: white;
}
#nav li {
	/* background: #BDD2FF; */
}
#nav li li a, #nav li li a:visited {
	background: #fff;
	color: #00334B;
	font-size: 13px;
	padding: 5px 10px;
}
#nav li li a.first {
	-moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; -khtml-border-top-left-radius: 10px; border-top-left-radius: 10px;
	-moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; -khtml-border-top-right-radius: 10px; border-top-right-radius: 10px;
}
#nav li a.last {
	-moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; -khtml-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright:10px; -webkit-border-bottom-right-radius:10px; -khtml-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
}
#nav li li {
	/* background: #fff ; */
}
#nav li li li {
	/* background: #9AAEDB; */
}
#nav li:hover, #nav li.sfHover,
#nav a:focus, #nav a:hover, #nav a:active {
	/* background: #CFDEFF; */
	outline: 0;
	color: #00334B;
}

#nav li a.active, #nav li li a.active:visited {
	color: #00334B;
}

#nav li li a.active:hover, #nav li li a:hover, #nav li li a.active:hover {
	color: #E2291C;
}

#nav a span {
	font-size: 18px;
}

/*** arrows **/
#nav a.sf-with-ul {
	/*
padding-right: 	2.25em;
	min-width: 1px;
*/ /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	/*position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; 
	width: 10px;
	height: 10px;
	text-indent: 	-999em;
	overflow: hidden;
	background: url('../images/arrows-ffffff.png') no-repeat -10px -100px;  8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	/*
top: .8em;
	background-position: 0 -100px;
*/ /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#nav ul .sf-sub-indicator { background-position:  -10px 0; }
#nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav ul a:focus > .sf-sub-indicator,
#nav ul a:hover > .sf-sub-indicator,
#nav ul a:active > .sf-sub-indicator,
#nav ul li:hover > a > .sf-sub-indicator,
#nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
*/
/*  END ---  RCS DROPDOWN NAVIGATION  - SUPERFISH JQUERY Dropdowns ------------------------------ */


	/* ------------------------- COLOR OVERLOADS ------------------------------------------- */
	

.navy #nav li a.active, .navy #nav li li a.active, .blue #nav li a.active, .blue #nav li li a.active {
	color: #E65B1D;
}







	/* ---------------------- Box Styles : ALL boxes should be 475 by ...- ----------------- */
	

.navyBox {
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #00334B;
	height: 475px;
	width: 250px;
}


.greenBox {
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #A4B128;
	height: 185px;
	width: 475px;
}


.aquaBox {
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #4BBBB4;
	height: 475px;
	width: 185px;
}

.whiteBox {
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	height: 475px;
	width: 250px;
}

.orangeBox {
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F15112;
	height: 475px;
	width: 185px;
}

.yellowBox {
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFD87B;
	height: 475px;
	width: 185px;
}

.blueBar {
	position: absolute;
	bottom: 40px;
	background-color: #00334B;
	height: 40px;
	width: 100%;
/* 	margin-bottom: 15px; */
}

.transparent {
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

/*--------------Boxes by size/shape instead of color: So we have  uniform shapes and sizes and change color: avoiding nvayBoxSkinny, navyBox horizontal, etc. Number classes refer to HEIGHT, box185 is 185px tall and 475 wide--------------------*/

.box185 {
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	height: 185px;
	width: 475px;
}



/* Rotation: unfortunately this does not work because of a position difference between IE and everyone else .. but really really cool and might come in handy later */

/*.rotated {
	rotation: 90deg;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}*/

	/* ------ We got a box with content in it now ----- */
	
.whiteBoxHomeContent {
	position: absolute;
	bottom: 32px;
	width: 93%;
	z-index: 10;
}

.whiteBoxHomeContent p {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #F15112;
}

.whiteBoxHomeContent p input {
	display: block;
	margin-top: 3px;
	border: 1px solid #F15112;
	padding: 1px;
	width: 100%;
	color: #F15112;
}

.whiteBoxHomeContent p input[type=image] {
	height: 13px;
	width: 15px;
	border: none;
	position: absolute;
	right: -3px;
	top: 16px;
}

.whiteBoxHomeContent p a {
	display: block;
	color: #F15112;
}

.whiteBoxHomeContent p a img {
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}



	/* ---------------- Home Page Declarations ---------------- */

#homeContent {
	margin-top: 70px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

.mastHead {
	color: white;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 13px;
}

#homeContent p {
	color: white;
	font-size: 13px;
}

#homeContent a {
	color: white;
	text-decoration: underline;
}

#homeContent .curlyBox {
	float: right;
	width: 405px;
	height: 538px;
	padding: 25px 80px;
	position: relative;
	background-image: url('/_img/homeCurlyBox.png');
	background-repeat: no-repeat;
}

#homeContent .curlyBox .tagline {
	color: #00334B;
	float: right;
	font-size: 12px;
	position: relative;
	right: 5px;
	top: 10px;
}

#homeContent .curlyBox h2 {
	color: white;
	font-size: 26px;
	font-weight: normal;
}

#homeContent .curlyBox img, #slider li img {
	margin: 10px 0px
}

#homeContent .curlyBox p {
	font-size: 13px;
	color: white;
}

#slider li p {
	width: 405px;
}

#homeContent .curlyBox p.footerLine {
	color: #00334B;
	text-align: left;
	position: absolute;
	bottom:35px;
}

#homeContent .curlyBox p.footerLine a {
	color: #00334B;
	text-decoration: underline;
}


	/* --------------- Secondary Page Content ----------------- */

#secRight {
	float: right;
	height: 500px;
	width: 300px;
	/*border: 2px solid #00334B;*/
}
	
#secContent {
	margin-top: 27px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	margin-left: 200px;
	margin-right: 350px;
}

#secContent h1 {
	color: #00334B;
	font-size: 34px;
	font-weight: normal;
	font-family: "Lato", "Arial", sans-serif;
	
}

#secContent p, #secContent ol, #secContent ul {
	color: #00334B;
	font-size: 14px;
	font-weight: normal;
	font-family: "Lato", "Arial", sans-serif;
	margin-top: 4px;
	margin-bottom: 12px;
}

#secContent h2 {
	color: #00334B;
	font-size: 18px;
	font-weight: normal;
	font-family: "Lato", "Arial", sans-serif;
	margin-bottom: 8px;
}

#secContent ul, #secContent ol {
	margin-left: 35px;
	font-size: 14px;
}
#secContent a {
	color: #00334B;
	text-decoration: underline;
}

#secContent a.backButton, a.backButton {
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	padding: 8px;
	font-weight: bold;
	text-decoration: none;
}


	/* --------------- Portfolio Page Declarations ------------ */

#portfolioContent {
	padding-bottom: 30px;
}
	
#portfolioContent #nav {
	padding: 10px 30px;
	margin-bottom: 60px;
}
	
#clientList {
	float: left;
/* 	width: 250px; */
/* 	height: 496px; */
	width: 200px;
	height: 466px;
	padding: 15px 75px 15px 0px;
	background-image: url('/_img/portfolioCurlyBox.png');
	background-repeat: no-repeat;
	background-position: -210px;
}

#clientList h2 {
	font-size: 26px;
	color: #004668;
	text-align: center;
/* 	border-bottom: 1px solid #004668; */
	font-weight: normal;
	padding-bottom: 2px;
/* 	margin-bottom: 9px; */
}

#clientList > ul {
	padding-top: 8px;
	list-style-type: none;
	background-image: url('/_img/portfolio-head-grad.png');
	background-repeat: no-repeat;
}

#clientList li {
/* 	margin-left: 5px; */
	font-size: 13px;
}

#clientList li a {
	color: #00334B;
}

#clientList li a:hover, #clientList li a.active {
	color: #E2291C;
}

#clientList li a.portGalleryCategory {
	display: block;
	font-size: 16px;
	padding: 3px 0px;
/* 	border-bottom: 1px solid #fff; */
	background-image: url('/_img/portfolio-lineFade.png');
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding-left: 15px;
	cursor: pointer;
}

#clientList li ul.portGalleryProjectNav {
	display: none;
	padding: 5px 0px;
	background-image: url('/_img/portfolio-lineFade.png');
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

#clientList ul.portGalleryProjectNav li {
/* 	background-image: url('/_img/portfolio-sub-bg.png'); */
/* 	background-repeat: repeat-y; */
}

#clientList a.portGalleryProject {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#clientList li a.portGalleryProject:hover, #clientList li a.portGalleryProject.active {
	background-image: url('/_img/portfolio-on-arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 50%;
/* 	font-weight: bold; */
/* 	color: #333; */
}

#portWindow {
	margin-left: 300px;
	padding-top: 10px;
	min-height: 630px;
}

#portWindow h1 {
	font-size: 32px;
	color: white;
	font-weight: normal;
}

#portGallery {
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #FFFFFF;
	height: 420px;
	width: 100%;
	min-width: 500px;
}

#portGallery .portGalleryMainImageWindow {
	float: left;
	width: 450px;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}

#portGallery .portGalleryMainImage {
	height: 400px;
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

#portGallery .portGalleryDescription {
	margin-left: 470px;
	padding: 25px;
}

#portGallery .portGalleryDescription a {
	color: #004668;
	text-decoration: underline;
}

#portGallery .portGalleryDescription h2 {
	color: #004668;
	font-size: 25px;
}

#portGallery .portGalleryDescription p.description {
	min-width: 400px;
}

#portGallery .portGalleryThumbs {
	margin: 10px 0px;
	height: auto;
	height: 35px;
	overflow: hidden;
}

#portGallery .twoThumbRows {
	height: 70px;
}

#portGallery .portGalleryThumbs img {
	display: block;
	height: 30px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
	cursor: pointer;
}

#portGallery .portGalleryThumbs img:hover, #portGallery .portGalleryThumbs img.active {
	-moz-box-shadow: 2px 2px 2px #4BBBB4;
	-webkit-box-shadow: 2px 2px 2px #4BBBB4;
	box-shadow: 2px 2px 2px #4BBBB4;
}

#portGallery .portGalleryDescription h4, #portGallery .portGalleryDescription h4 a {
	color: #E2291C;
	font-weight: normal;
	font-size: 15px;
}

#portGallery .portGalleryDescription p {
	font-size: 14px;
	margin-bottom: 8px;
}


	/* -------------- Contact Us Styles ------------------------ */
	
.contactQRCode {
	display: block;
	float: right;
}
#contactQRCode {
	display: block;
	float: right;
	width: 200px;
	text-align: center;
}

#contactQRCode .qrDirections {
	text-align: left; 
	padding: 15px;
	margin: 0 auto;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	-khtml-border-radius: 10px; 
	background-color: #fff;
	width: 127px;
}
#contactQRCode .qrDirections .tick {
	position: absolute;
	top: -15px;
	left: 15px;
	}
#contactUsForm {
	margin: 48px 0 0 0;
}
#contactUsForm p {
	margin-bottom: 4px;
	position: relative;
}
#contactUsForm p label {
	font-size: 11px;
}
#contactUsForm p label.strong {
	font-size: 14px;
}
#contactUsForm input[type="text"] {
	width: 300px;
	padding: 1px; 
}
#contactUsForm input[type="submit"] {
	width: 50px;
	display: block;
	padding: 3px 8px;
	border: 1px inset #F15112;
	background-color:#F15112 ;
	color: #FFF;
	font-size: 12px;
	margin: 14px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	font-weight: bold;
}
#contactUsForm input[type="submit"]:hover {
	border: 1px inset #F15112;
	background-color:#F15112 ;
	color: #00334B;
}
#contactUsForm input[type="submit"]:active {
	border: 1px inset #00334B;
	background-color:#00334B ;
	color: #FFF;
}
#contactUsForm textarea {
	width: 300px;
	height: 100px;
	margin-top: 5px;
}

	/* --------------- Services Matrix Styles ------------------ */
	
.services {
	margin-right: 40px !important;
}

.services p.selfMargin {
	margin-right: 300px;
}

.servicesTable {
	width: 100%;
}

.servicesTable td {
	width: 25%;
	padding: 5px 30px;
	padding-left: 0px;
	vertical-align: top;
}

#secContent .servicesTable h2 {
	font-size: 18px;
	font-weight: bold;
	color: #E65B1D;
}

#secContent .servicesTable a.serviceLink {
	color: #E65B1D;
	font-weight: bold;
}

#secContent table.servicesTable tr.lineAbove td {
	border-top: 1px solid #fff;
	padding-top: 10px;
}

#secContent .servicesTable p {
	font-size: 12px;
	color: #333;
}


#secContent .servicesTable p.stratHead {
	margin-top: 0px;
	font-size: 15px;
	color: #00334B;
}



	/* --------------- Footer Declarations --------------------- */
	
#footer {
	clear: both;
	height: 40px;
	width: 100%;
	position: relative;
	text-align: right;
	float: right;
	background-color: white;
}

#footer .footerNav {
	position: absolute;
	bottom: 5px;
	right: 25px;
	color: #004668;
	z-index: 100;
}

.orangeFooter .footerNav, .orangeFooter .footerNav a, .orangeFooter .footerNav span {
	color: #004668 !important;
}

#footer .footerNav a, #footer .footerNav span {
	color: #004668;
	padding: 3px;
	font-weight: normal;
}

	/* --------------- Services page Declarations --------------------- */
	
#secContent.servicesSubPage h1 strong {
	font-size: 16px;
	/* font-weight: normal; */
}
#secContent.servicesSubPage h2 {
	margin-top: 8px;
	font-size: 16px;
}

	/* --------------- Our Culuture page Declarations --------------------- */
#secContent.ourCulture p, #secContent.ourCulture ul, #secContent.ourCulture ol, #secContent.ourCulture h1, #secContent.ourCulture h2, #secContent.ourCulture a {
	color: #fff;
}
#secContent.ourCulture ol li {
	margin-top: 6px;
	margin-bottom: 6px;
}
#secContent.ourCulture ol li  strong {
	font-size: 16px;
	font-weight: bold;
}

