/* @override 
	http://courtneygiles.com/sites/default/themes/custom/css/custom.css
	http://courtneygiles.com/sites/all/themes/custom/css/custom.css
	http://www.courtneygiles.com/sites/all/themes/custom/css/custom.css
	http://hdcgi.dev/sites/all/themes/custom/css/custom.css
*/
/* @group Elements */
body {
	margin: 0; padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background: url(images/cgi-bg.jpg) top center no-repeat;
	/*background: url(images/bg-grid-960-20-light.png) top center fixed;*/	
}
body.rte {
	padding: 10px; /* padding for fckeditor */
}

body.front .page-title {
	display: none;
}
p {
	margin: 0 0 1em 0;
}
:link,
:visited {
	color: #b57137;
	text-decoration: none;
}
:link:hover,
:visited:hover {
  color: #000;
  text-decoration: underline;
}
.active:link,
.active:visited {
  color: #000;
}
:active,
.active {
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Corbel, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.5;
}
fieldset {
	border: 1px solid #CCC;
	padding: 5px 20px 20px 20px;
}
/*h1 { font-size: 24px; }
h2 { font-size: 32px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }*/
/* @end */
/* @group Drupal */
.form-submit {
	margin: 20px 0;
}
label.directions{
   font-size: 9px;
}

h1.page-title {
   text-transform: lowercase;
   font-weight: normal;
   font-size: 20px;
   text-align: left;
   font-family: "Trebuchet MS", Georgia, Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
   letter-spacing: 1px;
   margin: 0 0 10px 0; padding: 0;
}
/* @end */
/* @group Structure */
#site {
	background: url(images/cgi-bg.jpg) top center no-repeat;
}
.container {
	margin: 0 auto 0 auto;
	width: 100%;
}
.wrapper {
	margin: 0 auto 0 auto;
	width: 720px;
	position: relative;
}
#main {
	width: 100%;
	float: none;
}
.main-inner {
	padding: 20px;
}
body.sidebar-left #main {
   width: 720px;
   float: right;
}
body.sidebar-left #left {
   width: 220px;
   float: left;
}

body.sidebar-right #main {
   width: 480px;
   float: left;
}
body.sidebar-right #right {
   width: 220px;
   float: left;
}
/* @end */
/* @group Header */
#header {
	left: 0;
}
#header .wrapper {
	height: 80px;
	position: relative;
}
#header #nameplate {
	width: 65%;
	height: 100px;
	
}
#header #nameplate #site-name a {
	display: block;
	height: 100px;
	line-height: 100px;
	text-indent: -5555px;
}
/* @end */
/* @group Marquee */
#marquee {
	margin: 20px 0;
	width: 100%;	
	text-align: center;
	background: #000 url(images/cgi-bg-mural-1.jpg) no-repeat center top;
}
#marquee a {
	display: block;
	height: 380px;
	text-indent: -5555px;
}
/* @end */
/* @group Mezzanine */
#mezzanine {
	position: relative;
	margin: 20px 0;	
}
/* @end */
/* @group Footer */
#footer {
	position: relative;
}
/* @end */
/* @group Primary links */
#block-menu-primary-links {
	width: 40%;
	position: absolute;
	top: 20px;
	right: 0;
}
#block-menu-primary-links .block-inner {
	padding: 20px 0 0 0;
}
#block-menu-primary-links .block-inner ul {
	margin: 0; padding: 0;
	float: right;
}
#block-menu-primary-links .block-inner li {
	font-size: 14px;
	margin: 0; padding: 5px 0;
	list-style: none;
	line-height: 1.25;
	float: left;
}
#block-menu-primary-links .block-inner li.collapsed {
	display: none;
}
#block-menu-primary-links .block-inner li a {
	padding: 7px 5px 7px 10px;
	height: 1%;
}
#block-menu-primary-links .block-inner li a:hover {  
   text-decoration: none;
}
#block-menu-primary-links .block-inner li ul {
	background: none;
	display: block;
	padding: 0;
}
#block-menu-primary-links .block-inner li li {
	display: block;
	font-size: 12px;
	padding: 0;
}
#block-menu-primary-links .block-inner li li.collapsed {
	display: block;
}
#block-menu-primary-links .block-inner li li a {
	padding: 7px 10px 7px 20px;
}
#block-menu-primary-links .block-inner li li a:hover {
	background-color: #f1f1f1;

}
#block-menu-primary-links .block-inner li li li a {
	padding: 7px 10px 7px 40px;
}
/* @end */
/* @group Breadcrumb */
#breadcrumb {
	padding: 5px;
	margin: 0 0 20px 0;
	font-size: 9px;
	clear: left;
	color: #b1b1b1;
}
#breadcrumb a {
	color: #b1b1b1;
}
#breadcrumb .active {
	color: #b1b1b1;
}
/* @end */
/* @group Block: Footer */
#footer {
	margin: 20px;
}
#block-footer p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	color: #666;
}
#block-footer p a:link,
#block-footer p a:visited { color: #636363; }
#block-footer p a strong { font-weight: bold; color: inherit; }
#block-footer p a:hover { color: #000; text-decoration: underline; }
#block-footer p a.active,
#block-footer p a.active:hover { color: #000; }
/* @end */




/* @group Content: Inset right */
.inset-right {
	width: 29%;
	float: right; display: inline;
	margin: 0 0 20px;
	position: relative;
}
.inset-right ul {
	margin: 10px 10px 10px 15px;
	padding: 0 0 0 1.5em;
	line-height: 1.6;
}
.inset-right ul li {
	line-height: 1.75;
	margin: 0; padding: 0;
}
.inset-right h2,
.inset-right h3,
.inset-right h4,
.inset-right h5,
.inset-right h6 {
	margin: 10px 10px 10px 15px;
}
.inset-right p {
	font-size: 12px;
	line-height: 1.6;
	margin: 10px 10px 10px 15px;
}
.inset-right p small {
	font-size: 9px;
	line-height: 2;
}

.clear-inset-right {
	float: left;
	display: inline;
	width: 70%;
	overflow: hidden;
}

/* @end */
/* @group .node */
div.node {

}
div.node-inner {
}
div.node-content {
  padding: 20px 0 0 0;
  overflow: hidden;
}
/* @end */

/* @group .node-type-gallery */
.node-type-gallery .field-field-images {

}
.node-type-gallery .field-field-images .odd {
	float: left;
	display: inline;
	margin: 0 0 20px 0;
}
.node-type-gallery .field-field-images .even {
	float: right;
	display: inline;
	margin: 0 0 20px 0;
}
.node-type-gallery .field-field-images img {
	border: 1px solid #f1f1f1;
	display: block;
	background: #FFF;
	padding: 20px;
}
.node-type-gallery .field-field-images a:hover img {
	/*background: url(images/screens/bg-screen-000-95.png);*/	
	border: 1px solid #666;
}
.node-type-gallery .field-field-date span.date-display-single {
	float: right; 
}
.node-type-gallery .field-field-link a {

}
.node-type-gallery h2.node-title a {
}
/* @end */
/* @group FCKstyles */
.image-left {
	float: left;
	padding: 20px;
	background-color: #fff;
	margin: 0 20px 20px 0;
}
.image-right {
	float: right;
	padding: 20px;
	background-color: #fff;
	margin: 0 0 20px 20px;
}
/* @end */
/* @group Help box */
.help-box {
	position: relative;
}
.help-box a.slide-toggle {	
	display: block;
	position: absolute;
	top: 1px;
	right: 10px;
}
.help-box .slide-box {
	padding: 10px;
	margin: 10px 0;	
	background-color: #dff6fd;
	border: 1px solid #7dc3fc;
}
/* @end */
/* @group Misc */

/* @end */
/* @group Admin sections */
#disabled body.section-admin #page .wrapper {
	width: 100%;
}
#disabled body.section-admin #breadcrumb {
	display: block;
}
#disabled body.section-admin .main-inner {
	background: #fff;	
}
#disabled body.section-admin .main-inner a {
	color: #4c9de3;
	text-decoration: none;
}
#disabled body.section-admin fieldset {
	border: 1px solid #CCC;
	margin: 1em 0;
	padding: 0 1em;	
}
#disabled body.section-admin legend {
	font-size: 14px;
	line-height: 14px;
}
div.vertical-tabs ul.vertical-tabs-list li a span.description {
	font-size: 9px;	
	color: #999;
}

#edit-field-image-cache-0-ahah-wrapper {
	border: 1px solid #CCC;
	padding: 0 1em;		
}
#edit-field-image-cache-0-ahah-wrapper .filefield-element {
   /*outline: 1px solid red;*/
}
.form-submit {
	margin: 20px 0;
}
label.directions {
   font-size: 9px;
}
/* @end */




body#ckeditor {  
  background-image: none; 
  background-color: #fff;
}


/* @group .floatboxes */
.floatboxes {  
  float: left;
  margin: 0;
  padding: 0;   
}
	ul.floatboxes {
	  list-style: none outside none;
	  width: 100%;	  
	}
.floatbox {
  float: left;
}
.first-floatbox {
  margin-left: 0;
}
.last-floatbox {
  margin-right: 0;
}


/* @end */

.box-gallery-thumbnail {  
  margin: 9px;
  border: 1px solid #ccc;
}

.box-gallery-thumbnail img {  
  padding: 20px; 
}
