@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body {
	width: 100%;
	background-color: #326e6f;
}
.hidden {
	display: none;
}
/*-- link behaviors --*/
a {
	text-decoration: none;
	color: #446668;
	border-bottom: 1px dotted #446668;
        outline: none;
}
a:hover {
	color: #07a8ab;
	border-bottom-color: #07a8ab;
}
a.left {
	display:block;
	float: left;
	border: none;
	margin-right: 20px;
	margin-bottom: 10px;
}
a.left img {
	border: 1px solid #446668;
	padding: 1px;
	display: block;
}
a.left:hover img {
	border-color: #cb4a16;
}

/*-- universal stuff --*/

h1 {
	color: #446668;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	text-transform: capitalize;
}
h3 { /*used for h1 subtitle*/
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7e765c;
	font-style: italic;
	margin-top: 5px;
	text-transform: capitalize;
}
h2 {
	color: #77442F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 30px;
	text-transform: capitalize;
}
h2 a {
	color: #77442F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 30px;
	text-transform: capitalize;
        border: none;
}
h2 a:hover {
	color: #ff601e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 30px;
	text-transform: capitalize;
        border: none;
}
div#sidebar h2 {
	margin-top: 20px;
	color: #446668;
}
div.floatWrap h2 {
	margin-top: 0px;
}
div.floatWrap h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: none;
	color: #77442F;
}
div.floatWrap h2 a:hover {
	color: #cb4a16;
}
p.floatWrap {
    overflow-y: auto;
}
p {
	font-size: 12px;
	line-height: 20px;
	color: #443d2a;
	margin-top: 20px;
}

strong {
	font-weight: bold;
	color: #524c3c;
}

img.left {
	float: left;
	border: 1px solid #446668;
	padding: 1px;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	border: 1px solid #446668;
	padding: 1px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.quote {
	margin-top: 30px;
	padding-left: 40px;
	background-image:url(http://grc-architects.com/index.php/../images/layout/blockquote-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

blockquote {
	padding-right: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	color: #aaa183;
	line-height: 36px;
	background-image:url(http://grc-architects.com/index.php/../images/layout/blockquote-bot.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.floatWrap {
	overflow-y: auto;
	clear: left;
	margin-top: 30px;
}
form {
	margin-bottom: 20px;
}
input, textarea {
	width: 641px;
	padding: 5px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #443d2a;
	background-color: #fcfbf8;
	border: 1px solid #CAC1A2;
	border-top-width: 2px;
}
textarea {
	height: 100px;
}
a.careerButton, button {
        display: block;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	background-color: #aea890;
	color: white;
	text-align: center;
	background-image:url(http://grc-architects.com/index.php/../images/layout/button-bg-30px.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border: none;
	cursor: pointer;
	padding-left:30px;
	padding-right: 30px;
       width: 100px;
       font-size: 12px;
}
a.careerButton:hover, button:hover {
	background-position: bottom left;
}
button {
      width: 250px;
}
form h3 {
	margin-top: 20px;
}

ul, ol {
	margin-top: 20px;
}

li {
	font-size: 12px;
	line-height: 20px;
	color: #443d2a;
	margin-left: 15px;
}

/*--listings--*/
#menu {
	margin-top: 30px;
}
.menu-item {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.listings h2 {
	margin-top: 0px;
	float: left;
}
.listings h3 {
	margin-top: 20px;
}
.listing p {
	margin-top: 0px;
	padding-top: 0px;
}
.listings .date {
	text-align: right;
	padding-top: 2px;
	margin-top: 0px;
}
.visible-content {
	overflow-y: auto;
	padding-bottom: 10px;
	cursor: pointer;
}
.hidden-content {
	padding-top: 20px;
	padding-bottom: 10px;
}
.hidden-content p {
	margin-top: 0px;
}
.listings ul {
	margin-top: 6px;
}
div.menu-item:hover {
	background-color: #f1f0e9;
	border: 1px solid #CAC1A2;
	border-top-width: 2px;
	background-image: none;
}

.selected {
	background-color: #f1f0e9;
	border: 1px solid #CAC1A2;
	border-top-width: 2px;
	background-image:url(http://grc-architects.com/index.php/../images/layout/list-hover.gif) !important;
	background-repeat: repeat-x;
	background-position: top left;
	cursor: default !important;
}

/*-- random picture bar --*/

table.picbar {
	width: 100%;
	border-collapse: collapse;
	height: 146px;
	background-image:url(http://grc-architects.com/index.php/../images/layout/picbar-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin-top: 30px;
	border-left: 1px solid #b0ac90;
	border-right: 1px solid #b0ac90;

}
table.picbar a {
	display: block;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
table.picbar img {
	display: block;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
table.picbar td {
	text-align: center;
	vertical-align: middle;
	width: 33.3%;
}

/*--header--*/

div#header {
	height: 108px;
}

div#header ul {
	display: none;
}

div#header div.sub {
	height: 0px;
	position: relative;
	margin: auto;
	width: 976px;
}

/*-- footer --*/

div#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(http://grc-architects.com/index.php/../images/layout/footer_rx-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
div#footer .sub {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	overflow-y: auto;
}
#links {
	overflow-y: auto;
 }
div#links a {
	display: block;
	float: left;
	color: #acc3c3;
	font-size: 10px;
	line-height: 22px; 
	margin-right: 45px;
}
div#links a:hover {
	border-bottom: 1px dotted #acc3c3;
}


div#copyright {
	clear: left;
       
}


div#copyright p {
	margin-top: 20px;
	padding-top: 0px;
	text-align: left;
	color: #acc3c3;
	font-size: 10px;
	line-height: 22px;
}

/*-- sidebar --*/

div#sidebar {
	float: left;
	border-color: #CAC1A2;
	border-width: 1px;
	border-style: solid;
	background-image: url(http://grc-architects.com/index.php/../images/layout/sidebar_rx-top.gif);
	background-repeat: repeat-x;
	background-position: -2px 64px;
	background-color: #aca385;
	width: 125px;
	position: relative;
	top: -65px;
}

div#sidebar h1 {
	background-image: url(http://grc-architects.com/index.php/../images/layout/sidebar_logo.gif);
	height: 160px;
	width: 125px;
}

div#sidebar h1 span {
	display: none;
}
div#sidebar div{
	padding: 15px 10px 50px 10px;
}

div#sidebar img {
    border: 1px solid #446668;
    padding: 1px;
}
div#sidebar a img {
	border: 1px solid #446668;
	padding: 1px;
	display: block;
}

/*-- main body styles --*/
div#main {
	background-color: #aba285;
	background-image: url(http://grc-architects.com/index.php/../images/layout/main_rx-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: -5px;
}
div#main div.sub {
	width: 850px;
	overflow-y: auto;
	margin-left: auto;
	margin-right: auto;
}

div#main div.sub div.sub {
	float: right;
	width: 651px;
	padding: 24px;
	background-image: url(http://grc-architects.com/index.php/../images/layout/content_rx-top.gif);
	background-repeat: repeat-x;
	background-color: #f0e6cb;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #CAC1A2;
}


/* portfolio stuff */

#portfolio {
    width: 699px;
    height: 511px;
    margin-top: 30px;
}

div#main div.sub div.subFlash {
	float: right;
	width: 699px;
	padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 0px;
        padding-right: 0px;
	background-image: url(http://grc-architects.com/index.php/../images/layout/content_rx-top.gif);
	background-repeat: repeat-x;
	background-color: #f0e6cb;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #CAC1A2;
}

div.subFlash h1, div.subFlash h2, div.subFlash h3, div.subFlash h4, div.subFlash p {
    padding-left: 24px;
    padding-right: 24px;
}
/*-- image caption --*/

div.caption {
	overflow-y: auto;
       margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
       margin-bottom: 30px;
	width: 586px;
	height: 346px;
}

#blogSlider .caption {
       margin-top: 0px;
       margin-bottom: 10px;
}

div.caption div {
	border-color: #7e7762;
	border-style: solid;
	border-width: 2px;
	position: relative;
	overflow: hidden;
}

div.caption img {
	display: block;
	border-width: 1px;
	border-color: #f2e6bf;
	border-style: solid;
	width: 580px;
	height: 340px;
}

div.caption blockquote {
	position: absolute;
	bottom: 0px;
	color: #fff;
	display: inline;
	background-color: #7e7762;
	border-width: 1px;
	border-color: #f2e6bf;
	border-top-style: solid;
	background-image: url(http://grc-architects.com/index.php/../images/layout/caption_rx-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 10px;
	padding-top: 5px;
       padding-right: 0px !important;
	font-style:normal;
margin: 0px;
width: 100%;
}

div.caption h4 {
	font-size: 20px;
        padding-left: 10px;
        margin: 0px;
}

div.caption p {
	color: #fff;
        padding-left: 10px;
        margin: 0px;
        margin-top: 10px;
}

/*--portfolio page coda slider stuff--*/

#blogSliderWrap {
 	width: 100%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
#blogSliderWrap li {
	margin-left: 0px;
}
#blogSlider {
	width: 586px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 12px;
}    

.stripViewer { 
	position: relative; 
	overflow: hidden; 
	clear: both; 
}  
.stripViewer .panelContainer {
	position: relative; 
	left: 0px; 
	top: 0px; 
}  
.stripViewer .panelContainer .panel { 
	float: left;
	position: relative; 
	width: 586px; 
}  
   
.stripNav{ 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}  
.stripNav ul {
 	overflow-y: auto;
	margin: 0px;
	list-style: none;
}
.stripNav ul li { 
	float: left;
	list-style: none;
}  
   
.stripNav li a {
	display: block; 
	height: 18px; 
	text-indent: -9999px; 
}  
.stripNav li a {
 	display: block;
	width: 125px;
	height: 75px;
	border: 1px solid #f0e6cb;
        border-top-width: 6px;
	margin-left: 2px;
	background-position: center center;
	background-repeat: no-repeat;
}
 
 .stripNav li a.current {
       border-color: #736d5b;
	background-repeat: no-repeat;
	background-position:center center;
 }
   
 /* It is neccessary to repeat the image paths here */  
 .stripNav li.tab1 a.current { background: url(http://grc-architects.com/index.php/../images/content/project-thumb.png); }  
 .stripNav li.tab2 a.current { background: url(http://grc-architects.com/index.php/../images/content/project-thumb.png); }  
 .stripNav li.tab3 a.current { background: url(http://grc-architects.com/index.php/../images/content/project-thumb.png); }  
 .stripNav li.tab4 a.current { background: url(http://grc-architects.com/index.php/../images/content/project-thumb.png); }
 .stripNav li.tab5 a.current { background: url(http://grc-architects.com/index.php/../images/content/project-thumb.png); }
   
.stripNavL a, .stripNavR a	{ 
	display: block; 
	width: 29px;   
	height: 29px; 
	text-indent: -9999px;
	position: absolute; 
	z-index: 99;
	outline: none;
	border: none;
	top: 245px;
}  
.stripNavL a { 
	left: -4px; 
	background-image: url(http://grc-architects.com/index.php/../images/layout/scroll-buttons.jpg);
	background-position: -29px 0px;
	background-repeat: no-repeat;
}  
.stripNavL a:hover { 
	background-image: url(http://grc-architects.com/index.php/../images/layout/scroll-buttons.jpg);
	background-position: -29px -29px;
	background-repeat: no-repeat;
}
.stripNavL a:active {
	background-image: url(http://grc-architects.com/index.php/../images/layout/scroll-buttons.jpg);
	background-position: -29px -58px;
	background-repeat: no-repeat; 
}
.stripNavR a { 
	right: -4px; 
	background-image: url(http://grc-architects.com/index.php/../images/layout/scroll-buttons.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}  
.stripNavR a:hover { 
	background-image: url(http://grc-architects.com/index.php/../images/layout/scroll-buttons.jpg);
	background-position: 0px -29px;
	background-repeat: no-repeat;
}
.stripNavR a:active { 
	background-image: url(http://grc-architects.com/index.php/../images/layout/scroll-buttons.jpg);
	background-position: 0px -58px;
	background-repeat: no-repeat;
}

