/* @group PAGE STRUCTURE */

body.blackblue {
	background: #003366 url(../img/bg-sky.png) no-repeat scroll;
	margin: 0;
	padding: 0;
}

#headerGrp {
	margin: 0 auto 0;
	width: 712px;
	background: black url(../img/header-bg.png) repeat-x;
}

#footer {
	color: #666666;
	padding: 4px;
	text-transform: uppercase;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	background: url(../img/bg-footershadow.png) repeat-x;
	margin-right: auto;
	margin-left: auto;
}


div.wrapper {
	width: 712px;
	min-width: 712px;
	margin-right: auto;
	margin-left: auto;
}

div.page {
	width: 712px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background: #555 url(../img/bg-page.gif) repeat-x;
}

.padme {
	padding: 20px;
}

.nopad {
	padding: 0;
}

/* @end */

/* @group ANCHORS */

A:link {
	color: silver;
}

A:visited {
	color: silver;
}

A:hover {
	color:#5a96ff;
}

A:active {
	color: green;
}

a.outboundLink {
	color: #eee;
	text-decoration: none;
	padding-right: 16px;
	background: url(../img/icn-outbound.png) no-repeat right center;
}

a.outboundLink:hover {
	color: #5a96ff;
	background: url(../img/icn-outbound-hover.png) no-repeat right center;
	background-color: #444;
}

a.more {
	font: normal normal x-small Verdana, Geneva, sans-serif;
	float: right;
	position: relative;
	left: 10px;
	padding: 4px;
	margin-top: 6px;
	background-color: #333;
	text-decoration: none;
	margin-left: -14px;
	/*border: 1px solid #777;*/
}

a.more:hover {
	color: white;
	background-color: #5a96ff;
}

/* @end */

/* @group TEXT FORMAT */

H1 {
	font: 7.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 20px 0 0;
	padding: 0 0 0 14px !important;
}

hr {
	color: white;
}

div.clearing {
	clear: both;
}

p {
	font: 1.25em/1.2em Cochin, Georgia, serif;
	color: #ddd;
	text-indent: 2em;
	margin: .25em;
	/*font: 1.25em/1.15em "Gill Sans", sans-serif;*/
}

p.first {
	margin-top: 0;
	text-indent: 0;
}

p.last {
	margin-bottom: 0;
}

p a {
	text-indent: 0;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

img.float-right {
	margin: 4px 0 4px 10px;
}

img.float-left {
	margin: 4px 10px 4px 0;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-top {
	margin-top: 10px;
}

.boxed {
	margin-top: 10px;
	border: 1px solid #777;
	padding: 10px;
	background-color: #444;
	display: block;
	 -moz-border-radius: 10px; 
	 -webkit-border-radius: 10px;
}

strong {
	font: .8em Verdana, Sans-serif;
	font-weight: bold;
	color: white;
}
.strongwhite {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	color: white;
}

.smallwhite {
	color: white;
	font: .75em/1.2em Verdana, sans-serif;
}

.tiny {
	font: 8pt Verdana, sans-serif;
}

.citation {
	font-variant: small-caps;
}

.quote {
	color: silver;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.25em;
	text-align: left;
}

.super { 
	font-size: xx-small; 
	vertical-align: top; 
	opacity: .5;
}

.noindent {
	text-indent: 0em;
}

ul.sidelist {
	list-style-position: outside;
	color: #ddd;
}

ul.sidelist li {
	margin-bottom: .5em;
	margin-left: -10px;
	margin-right: 10px;
	white-space: nowrap;
}

ul.sidelist li a:link, ul.sidelist li a:visited {
	color: #ddd;
}

ul.sidelist li a:hover {
	color: #5a96ff;
}

/* @end */

/* @group CONTACT PANEL */

#contactFormContainer {
	width: 500px;
	z-index: 1;
	position: absolute;
	right: 0;
}

#contactForm {
	display: none;
	margin: 0;
	padding: 20px;
	opacity: 0.95;
	font: 100%/110% "Lucida Sans Regular", "Lucida Grande", Verdana, Sans-serif;
	background: #888 url(../img/bg-contact.gif) no-repeat;
}

form {
	margin: 0;
}

#contactForm fieldset {
	border: 1px solid #bbb;
	padding: 10px;
	margin: 0;
}

#contactForm fieldset.req {
	font-weight: bold;
	border-color: black;
}

#contactForm fieldset legend {
	font: 80% "Lucida Sans Regular", "Lucida Grande", Verdana, Sans-serif;
	color: #ddd;
}

#contactForm label {
	text-transform: uppercase;
	font-size: 8pt;
}

#contactForm div {
	margin-top: 6px;
}

/*#contactForm div.marginfix {
	margin-top: -2px;
}*/

textarea, 
select,
input[type="text"],
input[type="checkbox"], 
input[type="radio"] {
	width: 426px;
	padding: 4px;
	font-size: 90%;
	border: 1px solid #555;
	background-color: #999;
	 -moz-border-radius: 4px; 
	 -webkit-border-radius: 4px;
}

#contactForm fieldset.req textarea, 
#contactForm fieldset.req select,
#contactForm fieldset.req input[type="text"],
#contactForm fieldset.req input[type="checkbox"], 
#contactForm fieldset.req input[type="radio"] {
	border: 1px solid black;
	background-color: #AAA;
}

textarea:focus, 
select:focus,
input[type="text"]:focus,
input[type="checkbox"]:focus, 
input[type="radio"]:focus {
	outline: 4px solid #FFCC66;
	background-color: #feffe5;
}



#contactMenu {
	width: 50%;
}

/*#contactMenu:focus {
	border: 1px solid black;
	margin: 1px;
}*/


/*#contactForm input[type=text]:focus {
	border: 2px solid red;
	background-color: white;
	margin: 0;
}*/

/*#contactForm textarea {
	font-size: 90%;
	display: block;
	width: 426px;
	padding: 4px;
	border: 1px solid #999;
	margin: 1px;
	background-color: silver;
}*/

/*#contactForm textarea:focus {
	background-color: white;
	border: 2px solid red;
	margin: 0;
}*/

#contactLink {
	cursor: pointer;
	float: right;
	background: url(../img/bg-footershadow.png) repeat-x;
}

#closeLink {
	background-image: url(../img/bg-footershadow.png);
	width: 500px;
	display: none;
}

#closeLink img {
	opacity: 0.95;
	position: relative;
	right: 12px;
	bottom: 16px;
}

#sendMail, #goHome {
	padding: 4px 20px 6px;
	border: 1px solid #555;
	font: 90% "Lucida Sans Regular", "Lucida Grande", Verdana, Sans-serif;
	background: #bbb url(../img/btn-contactBtn.gif) repeat-x;
	margin: 10px 1px 1px;
	 -moz-border-radius: 4px; 
	 -webkit-border-radius: 4px;
}

#sendMail:hover, #goHome:hover {
	border: 2px solid #5a96ff;
	color: black;
	background: #666 url(../img/btn-contactBtn-hover.gif) -6px;
	margin: 9px 0 0;
}

#sendMail:active, #goHome:active {
	border: 1px solid red;
	background-image: none;
	background-color: #555;
	color: red;
	margin: 10px 1px 1px;
}

#messageSent {
	font: 80% Verdana, Geneva, sans-serif;
	color: white;
	padding: 0;
	margin: 0 10px 0 0;
	letter-spacing: 2px;
	vertical-align: middle;
}

/*input[type=text]#captcha {
	width: 50%;
	display: block;
}*/

label.error {
	/*color: #CC0000;
	font-style: italic;
	background: none;
	margin-top: 1px;*/
	/*position: relative;
	left: 1px;*/
}

.error {
	background-color: red;
	outline: 2px solid red;
}

/* @end */

/* @group CONTACT INFO */

#contact-info {
	margin: 0;
	color: #BBB;
	line-height: 125%;
	font-size: 75%;
	border-top: 1px solid #777;
	padding: 6px 4px 6px 20px;
	overflow: auto;
	font-family: "Lucida Sans Regular", "Lucida Grande", Verdana, Sans-serif;
}

#contact-info a {
	color: #CCC;
	text-decoration: none;
}

#contact-info a:hover {
	color: #5a96ff;
	text-decoration: underline;
}

#contact-info ul {
	margin: 0;
	white-space: nowrap;
	padding: 0;
}

#contact-info li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#img-cube {
	margin: 0 6px 0 0;
}

#vcard {
	opacity: 0.7;
	vertical-align: top;
	float: left;
}

/* @end */

/* @group GALLERY */

#largeImg {
	margin:0px auto;
	padding:0;
}
#bigPict {
	margin:0 auto;
}
#imgCaption {
	font:90% "Lucida Grande", Lucida, Verdana, sans-serif;
	color:silver;
	margin-top:12px;
	margin-bottom:12px;
}
#thumbs {
	margin:0 0 20px;
	padding:0;
	text-align:center;
}
#thumbs a {
	border-style:none;
	border-width:0;
}
img.thumb-img {
	height:60px;
	padding: 2px;
	opacity:0.25;
	-moz-opacity:.25; 
	filter:alpha(opacity=25);
	background-color:black;
	margin: 2px;
	width: 76px;
}
img.thumb-img:hover {
	opacity:1;
	-moz-opacity:1; 
	filter:alpha(opacity=100);
	background-color: black;
}
img.selected {
	opacity:1;
	-moz-opacity:1; 
	filter:alpha(opacity=100);
	background-color: red;
}



/* @end */


/* @group STICKY FOOTER BY RYAN FAIT ryanfait.com */


html,body {
	height:100%;
	margin-bottom:1px;
}

#outerwrapper {
	min-height:100%;
	height:auto!important;
	height:100%;
	margin:0 auto -32px;
/* the bottom margin is the negative value of the footer's height */
}

#stickyfooter,#push {
	height:32px;
	opacity: .75;
/* .push must be the same height as .footer */
}

#stickyfooter:hover {
	opacity:1;
}
.stickyfeet {
	text-align: left;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #AAA;
	overflow: hidden;
	width: 100%;
	background: #003366 url(../img/bg-footershadow.png) repeat-x;
	border-top: 1px solid black;
}

.stickyfeet img {
	margin: 4px;
	vertical-align: middle;
}

.stickyfeet a:link, #copyrt a:visited {
	text-decoration: none;
	color: #aaa;
}

.stickyfeet a:hover {
	text-decoration: underline;
	color: #5a96ff;
}

/* @end */

