@charset "utf-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif
	font-size:1em;
	background: #4e4e4e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/siteimages/topgrad.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

@font-face {
  font-family: 'Eurostile';
  font-style: normal;
  font-weight: normal;
src: local('Eurostile'), url('http://www.seanflater.com/eurosti.ttf') format('truetype');
}
	
#wrapper {
	background-image: url(/images/siteimages/bottomgrad.jpg);
	height: 100%;
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: -10px;
	}
	
* html #wrapper {
	margin-bottom: -25px;
	}

*:first-child+html #wrapper {
	margin-bottom: -25px;
	}

#fancywrapper { /* braaaaaains */
	position: relative;
	margin: 0px auto;
	background-image: url(/images/siteimages/Fauna_bgbar.png);
	background-position: center center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding-bottom: 50px;
	}

* html #fancywrapper {
	background-image: none;
	}

.twoColHybLt #container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	min-height: 700px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-right: 1.5em;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLt #sidebar1 p" rule.
*/
.twoColHybLt #sidebar1 {
	Position:fixed;
	z-index: 0;
	left:100 px;
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div  */
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	-moz-border-radius: 3px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-bottom-right-radius: 9px;
}
.twoColHybLt #sidebar1 h3, .twoColHybLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLt #title {
	position:fixed;
	z-index:0;
	margin:2px 2px 2px 6.5em;
	color: #FFFFFF;
	font-size: 2em;
	font-variant: small-caps;
	font-weight:700;
	font-family: Eurostile, Helvetica, Verdana, Arial, sans-serif;
	background-color:#1B1464;
	padding: 0 .25em 0 .25em;
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	-moz-border-radius: 9px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
} 
.twoColHybLt #mainContent {
	margin: 3em 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	text-wrap: normal;
}

.twoColHybLt #portraitimage {
background: url(http://seanflater.com/images/myPortraits/Sean_Halftone_250w_187h.jpg);
width: 250px;
height: 187px;
text-wrap: normal;
margin: .5em;
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomright: 25px;
-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
} 

.twoColHybLt #image_100px {
width: 100px;
height: 100px;
text-wrap: normal;
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomright: 25px;
-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
} 

.twoColHybLt #dock {
	margin: 3em 20px 0 20%;
	padding:.1em .5em .5em .5em;
	border:#1B1464 solid 1em;
	width:450px;
	height:150px;
	color: #1B1464;
	text-align:center;
	font-size: 0.75em;
	font-variant: small-caps;
	font-weight:700;
	font-family: Eurostile, Helvetica, Verdana, Arial, sans-serif;
	background-color:#FFFFFF;
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	-moz-border-radius: 20px 9px 20px 9px;
	-webkit-border-radius: 9px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
} 

.twoColHybLt #thumbnail_title {
	margin:0 0 .5em 0;
	width: 40%;
	color: #FFFFFF;
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight:700;
	font-family: Eurostile, Helvetica, Verdana, Arial, sans-serif;
	background-color:#1B1464;
	padding: 0 0 0 0;
	-moz-border-radius: 9px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	color: #1B1464;
	text-align:center;
	font-size: .75em;
	font-variant: small-caps;
	font-weight:700;
	font-family: Eurostile, Helvetica, Verdana, Arial, sans-serif;
	height: 10px; /* .push must be the same height as .footer */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltinherit { /* this class can be used to float an element left in your page */
	float:inherit;
	margin-right: 8px;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.gradient {
	/* Legacy browsers */
	background: #1b1464 url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	/* Recent browsers */
	background: -moz-linear-gradient(
		top,
		#291EAA,
		#1b1464
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#291EAA),
		to(#1b1464)
	);
}

.h1 {
	color: #1B1464;
	font-size: 1.7em;
	font-variant: small-caps;
	font-family: "Eurostile", Helvetica, Verdana, Arial, sans-serif;
}

.h2 {
	color: #1B1464;
	font-size: 1.4em;
	font-variant: small-caps;
	font-family: "Eurostile", Helvetica, Verdana, Arial, sans-serif;
}

/*!!!!!!!!!!!!!Site Menu!!!!!!!!!!!!!!!!!!!!!!*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: inherit; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
z-index: 0;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #1b1464;
	-moz-border-radius: 9px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #1b1488;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
z-index: 0;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(arrow-list.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/*!!!!!!!!!!!!!Accordian Site Menu!!!!!!!!!!!!!!!!!!!!!!*/
/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
.glossymenu{
margin: 5px 0 0 0;
padding: 0;
width: inherit; /* Main Menu Item widths */
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #1b1464;
font: bold 13px "Eurostile", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 6px 0;
padding-left: 10px;
text-decoration: none;
	-moz-border-radius: 9px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
	-moz-border-radius: 9px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-color: #1b1488);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Eurostile", Verdana, Helvetica, sans-serif;
color: #1b1464;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
	-moz-border-radius: 9px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
</style>

